@font-face {
	font-family: 'Gilroy-Regular';
	src: url('/statica/fonts/gilroy-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('/statica/fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/statica/fonts/gilroy-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/statica/fonts/gilroy-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/statica/fonts/gilroy-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/statica/fonts/gilroy-regular.svg#gilroy-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

textarea {
    background: transparent;
    border: 1px solid #ccc !important;
    text-align: center;
    font-size: 1.125rem;
    color: black;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 125px;
    max-width: 400px;
    min-height: 125px;
}

.info:not(.section) {
    position: relative;
    margin-top: 20px;
    padding: 20px 20px 20px 60px;
    background: #f5f5f5;
    color: #5c5c5d;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 5px;
}

.overscroll {
    scrollbar-width: none;
    overflow: auto;
    height: 88%;
}

.green {
	color: green!important;
}

.scrollbar .scrollbar-wrp {
    overflow: auto;
    height: 100%;
}

.scrollbar {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.p-sm-2 {
    padding: 1rem;
}
.rounded-12 {
    border-radius: 1.5rem;
}
.clickable {
    cursor: pointer;
}

.d-none {
    display: none;
}


.method-wrp {
    width: 3.375rem;
    height: 3rem;
}

.method-title {
    max-width: 100%;
    color: #181c18;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.f-inter-500 {
    font-weight: 500;
    line-height: 140%;
}
.text-22 {
    font-size: 18px;
    margin-left: 10px;
}

.object-fit-contain {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
img, svg {
    vertical-align: middle;
}

.method-item {
    display: flex
;
    justify-content: center;
    align-items: center;
    border: .0625rem solid #6a6a6a;
    transition: .15s ease;
    width: 215px;
    height: 105px;
    margin: 10px;
}

.method-items-wrp {
    display: flex;
    height: 320px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}


        .setting_shop {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 5px;
        padding: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .setting_shop span {
        font-size: 18px;
        width: 40%;
        flex-shrink: 0;
        color: #333;
        font-weight: 500;
    }

    .input-container {
        width: 60%;
        position: relative;
		
    }

    .input-container input, select {
        width: 100%;
        padding: 10px 40px 10px 40px; /* Добавляем отступы для иконки */
        border: 1px solid #ccc!important;
        border-radius: 4px;
        transition: border-color 0.3s;
		text-align: left;
    }

    .input-container input:focus {
        border-color: #007bff;
        outline: none;
    }

    .input-container i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #aaa;
    }

.status.wait {
    color: #c2c2c2;
}

.status.wait:before {
    background: #c2c2c2;
}

.header_shops {
	position: relative;
}

.add {
    position: absolute;
    top: -4px;
    right: 0px;
    padding: 10px 26px;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    border-radius: 18px;
    cursor: pointer;
    -webkit-transition: color 0.3s, border 0.3s;
    -o-transition: color 0.3s, border 0.3s;
    transition: color 0.3s, border 0.3s;
}

.project {
	margin-bottom: 20px;
    position: relative;
    padding: 22px 22px 22px 85px;
    background: #fff;
    box-shadow: 0 6px 19px rgba(191, 191, 191, 1.04);
    border-radius: 10px;
    height: 45px;
}

.project > .img {
    position: absolute;
    top: 22.5px;
    left: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
}

.project > .img:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 7.5px;
    width: 25px;
    height: 30px;
    background: url(/statica/images/logo/logo.svg) no-repeat;
    background-size: 100%;
}

.project > .setting:before {
    content: "";
    position: absolute;
    top: 10.5px;
    left: 10.5px;
    width: 17px;
    height: 17px;
    background: url(/statica/images/icons/panel-project-settings.svg) no-repeat;
    background-size: 100%;
}

.project > .stat:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 12px;
    width: 16px;
    height: 14px;
    background: url(/statica/images/icons/panel-project-stat.svg) no-repeat;
    background-size: 100%;
}

.project > .title {
	display: block;
    width: 200px;
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.project > .link {
    margin-top: 1px;
    display: inline-block;
    color: #848484 !important;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project > .status.inactive {
    color: #ff5a00;
}

.project > .status {
    position: absolute;
    top: 33px;
	right: 100px;
    width: 110px;
    font-size: 17px;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.project > .status.active {
    color: #88d268;
}

.status.active:before {
    background: #88d268;
}

.project > .status:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status.inactive:before {
    background: #ff5a00;
}

.project > .setting {
    position: absolute;
    top: 22.5px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.project > .stat {
    position: absolute;
    top: 22.5px;
    right: 22px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 22px rgba(191, 191, 191, 0.40);
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.clear {
    clear: both;
}

select {
    background: transparent;
    border: 1px solid #ccc !important;
    height: 50px;
    width: 100%;
    font-family: 'Gilroy-Regular';
    display: block;
    padding-left: calc(3.125rem / 3);
    border-radius: 0.25rem;
    padding-right: calc(3.125rem / 3);
    font-size: 1.125rem;
}


.pop_element {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 15px; /* Позиция иконки */
    top: 50%;
    transform: translateY(-50%);
    color: #aaa; /* Цвет иконки */
}

.info:not(.section):before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: 20px;
    width: 24px;
    height: 24px;
    background: url(/statica/images/icons/modal-body-info.svg) no-repeat 0 0;
    background-size: 100%;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.instruction {
    margin-top: 30px;
    font-size: 15px;
}

.instruction > div > ul {
    margin: 0px;
    padding: 0 0 0 22px;
}

.instruction > div > ul > li {
    list-style-type: decimal;
    padding: 7px 0;
	color: black;
}

.instruction > div > ul > li > span {
    display: block;
    padding: 10px 20px;
    background: #f8f8f8;
    font-size: 80%;
    font-family: monospace;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.instruction > div > ul > li > i {
    font-style: normal;
    white-space: nowrap;
}




.modal-footer {
    text-align: center;
    margin-top: 15px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #0b0819;
    border-color: #cbcbcb;
}

.btn-default {
    color: #0b0819;
    background-color: #fff;
    border-color: #e6e6e6!important;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

input {
    text-align: center;
    color: black;
    background: transparent;
    border: 1px solid #ccc !important;
    height: 50px;
    width: 100%;
    font-family: 'Gilroy-Regular';
    display: block;
    padding-left: calc(3.125rem / 3);
    border-radius: 0.25rem;
    padding-right: calc(3.125rem / 3);
    font-size: 1.125rem;
}

.footer-bottom {
    border-top: .025rem solid #6a6a6a;
    background: linear-gradient(323deg, #363636, #100f0f);
}

.me-8 {
    margin-right: 10rem;
}

.many-possibilities-wrp .section-title-part {
    line-height: 115%;
}

.stream-tariffs-wrp .section-img-wrp--desktop img {
    margin-top: auto;
}

.stream-tariffs-wrp {
        justify-content: center;
    }
	
.stream-tariffs-wrp .container--desktop {
        margin: 0 0 10.625rem 15rem;
    }
	
.stream-tariffs-wrp .container--desktop .section-title {
    max-width: 42.5rem;
}

.object-fit-contain {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stream-tariffs-wrp {
    padding-top: 6.25rem;
    align-items: flex-end;
}

.text-nowrap {
    white-space: nowrap;
}

.mb-xs-2 {
    margin-bottom: .25rem;
}

.stream-tariffs-wrp .section-img-wrp--desktop {
    width: 44.6875rem;
    min-height: 37.5rem;
}

.stream-tariffs-wrp .container--desktop .section-title-part {
    line-height: 120%;
}

.text-14 {
    font-size: .875rem;
}
	
.many-possibilities-wrp .advantages-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3.75rem;
    column-gap: 2.5rem;
	width: 100%;
}

.me-sm-2 {
    margin-right: 1rem;
}

.who-suitable-section-wrp .card-list-row:nth-child(3) .card-item-wrp:nth-child(1) {
    background: linear-gradient(25deg, #161616, #434343);
}

.text-24 {
    font-size: 1.5rem;
}


.who-suitable-section-wrp .card-item-front {
    transition: .4s .3s;
}

.py-7 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
}

.align-items-center {
    align-items: center;
}

.who-suitable-section-wrp .check-icon-wrp {
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(301deg, #f90, #fff99e);
}

.d-block {
    display: block;
}

.flex-column {
    flex-direction: column;
}

ul, ol {
    list-style: none;
}

.me-xs-4 {
    margin-right: .5rem;
}

.mt-xs-2 {
    margin-top: .25rem;
}

.text-18 {
    font-size: 1.125rem;
}

.px-sm-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.who-suitable-section-wrp .right-side-block {
    max-width: 42.5rem;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-20 {
    font-size: 1.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

.who-suitable-section-wrp .card-item-back {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: .3s;
}

.mb-2 {
    margin-bottom: 2.5rem;
}

.me-3 {
    margin-right: 3.75rem;
}

.pt-3 {
    padding-top: 3.75rem;
}

.who-suitable-section-wrp .left-side-block {
    max-width: 27.5rem;
}

.who-suitable-section-wrp .who-suitable-list {
    row-gap: 1.25rem;
}

.text-18 {
    font-size: 1.125rem;
}

.text-56 {
    font-size: 3.5rem;
}

.how-it-works-section-wrp .content-wrp--desktop .content-part-two {
    align-self: flex-end;
    margin-bottom: -3.75rem;
}

.who-suitable-section-wrp .card-list-row:nth-child(1) .card-item-wrp:nth-child(1) {
    max-width: 23.75rem;
    background: linear-gradient(25deg, #161616, #434343);
}

.who-suitable-section-wrp .card-list-row:nth-child(1) {
    min-height: 12.875rem;
}

.mb-xs-5 {
    margin-bottom: .625rem;
}

.w-100 {
    width: 100%;
}

.me-xs-5 {
    margin-right: .625rem;
}

.who-suitable-section-wrp .card-item-wrp {
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 12px 17px 50px #64646433;
}

.text-16 {
    font-size: 1rem;
}

.who-suitable-section-wrp .card-item-wrp:hover .card-item-front {
    opacity: 0;
    transform: scale(0);
    transition-delay: 0s;
}

.who-suitable-section-wrp .card-item-wrp:hover .card-item-back {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}

.who-suitable-section-wrp .card-list-row:nth-child(2) .card-item-wrp:nth-child(2) {
    max-width: 24.375rem;
    background: linear-gradient(41deg, #f7c729, #ffe79a), #fff;
}

.who-suitable-section-wrp .card-list-row:nth-child(2) .card-item-wrp:nth-child(1) {
    max-width: 17.5rem;
    background: linear-gradient(141deg, #f0f0f0, #d1d1d1), #fff;
}

.pt-7 {
    padding-top: 8.75rem;
}

.pb-5 {
    padding-bottom: 6.25rem;
}

.how-it-works-section-wrp .section-title-part {
    line-height: 110%;
}
.text-yellow {
    color: #f7c729;
}

.text-black-secondary {
    color: #2c2c2c;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: 100%;
    line-height: inherit;
}

.justify-content-center {
    justify-content: center;
}

.how-it-works-section-wrp .content-part {
    max-width: 22.5rem;
}

.ms-3 {
    margin-left: 3.75rem;
}
.how-it-works-section-wrp .currencies-wrp {
    width: 16.625rem;
}

.text-end {
    text-align: right;
}

.how-it-works-section-wrp .currency-item img {
    box-shadow: 20px 17px 48px #aaaaaa4d, 5px 9px 15px #00000014;
}
.rounded-circle {
    border-radius: 50%;
}

.text-gray-dark {
    color: #6a6a6a;
}

.text-32 {
    font-size: 2rem;
}

.how-it-works-section-wrp .content-wrp--desktop .content-part-two {
    align-self: flex-end;
    margin-bottom: -3.75rem;
}

.how-it-works-section-wrp .content-part {
    max-width: 22.5rem;
}

html[dir=ltr] .ms-2 {
    margin-left: 2.5rem;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.f-inter-600 {
    font-weight: 600;
    line-height: 140%;
}

.bg-white-gradient {
    background: linear-gradient(315deg, #fff, #ececec);
}

.carousel-title, .currency-carousel-wrp .carousel-subtitle {
    line-height: 110%;
}
.text-center {
    text-align: center;
}

.text-36 {
    font-size: 3.25rem;
}

.f-montserrat-700 {
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.my-sm-6 {
    margin-top: 3rem;
    margin-bottom: 8rem;
}

.first-screen-wrp .statistic-list {
    max-width: 34.5rem;
	margin-top: 35px;
}

.d-flex {
    display: flex;
}

.login-btn {
    overflow: hidden;
    transition: all .15s ease-in-out;
    z-index: 2;
}

.btn-secondary {
    color: #2c2c2c;
    background-color: #fff;
    border: .0625rem solid transparent;
}

.custom-btn.custom-btn-sm {
    padding: .75rem 2.5rem;
}

.login-btn:hover {
        color: #fff;
    }
	
    .btn-secondary:hover {
        color: #fff;
        background-color: #f7c729;
        border-color: #f7c729;
    }

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

.text-20 {
    font-size: 1.25rem;
}
.f-inter-400 {
    font-weight: 400;
    line-height: 140%;
}

.mb-xs-3 {
    margin-bottom: .375rem;
}

.text-yellow {
    color: #f7c729;
}
.text-uppercase {
    text-transform: uppercase;
}

.mb-sm-4 {
    margin-bottom: 2rem;
}
.first-screen-wrp .first-screen-title {
    max-width: 42.5rem;
    line-height: 110%;
}
.text-white-secondary {
    color: #f8f8f8;
}
.text-42 {
    font-size: 2.625rem;
}

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

.first-screen-wrp .mobile-phone-aura {
    left: -50%;
}

.first-screen-wrp .mobile-phone-aura {
    bottom: 0;
    width: 21.1875rem;
    height: 21.1875rem;
    transform: translate(25%);
    z-index: 1;
    border-radius: 339px;
    background: linear-gradient(238deg, #f7c72966, #fff6);
    filter: blur(175px);
}

.bg-black-gradient {
    background: linear-gradient(323deg, #363636, #100f0f);
}

.first-screen-wrp {
    padding-bottom: 0rem;
}

.content-wrp {
	padding-bottom: 11.875rem;
}

.overflow-hidden {
    overflow: hidden;
}

.position-relative {
	position: relative;
}

.position-absolute {
    position: absolute;
}

.pt-5 {
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
}

.first-screen-wrp .background-image {
    width: 26.375rem;
    height: 36.0625rem;
    top: 0;
    z-index: 2;
}

.first-screen-wrp .background-image {
    right: 0;
}

.first-screen-wrp .statistic-item-parameter {
    line-height: 110%;
}
.first-screen-wrp .statistic-item-parameter {
    background: linear-gradient(301deg, #f90, #fff99e);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-50 {
    font-size: 3.125rem;
}

.pe-3 {
    padding-right: 3.75rem;
}

.px-3 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}

.ps-3 {
    padding-left: 3.75rem;
}

.custom-btn.custom-btn-md {
    padding: 1.125rem 3.125rem 1.25rem;
}

.apply-btn {
    transition: all .15s ease;
}

.btn-primary {
    color: #2c2c2c;
    background-color: #f7c729;
    border: .0625rem solid #f7c729;
}
.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: auto;
    min-width: 10.625rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 140%;
    border: none;
    border-radius: 2.5rem;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.btn-primary:hover {
        color: #f8f8f8;
        border-color: #f7c729;
    }
	
    .apply-btn:hover {
        transform: translateY(-.125rem);
        box-shadow: 0 .5em .5em -.4em #f7c729;
    }

.text-gray-secondary {
    color: #ccc;
}

.first-screen-wrp .statistic-item:last-child {
    border-left: .0625rem solid #f7c729;
}

.first-screen-wrp .statistic-item:first-child {
    border-right: .0625rem solid #f7c729;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: auto;
}


.hide_table {
    overflow-x: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);	
}

.bold {
    font-weight: 600;	
}

.container-items h1, h2, h3, h4, h5, h6, strong, li, p {
	color: #000;
}

.parameters {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.parameter-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

.parameter-item:hover {
    background-color: #f1f1f1;
}

.parameter-item strong {
    font-size: 1.2em;
    color: #333;
}

.parameter-item span {
    display: block;
    font-style: italic;
    color: #666;
    margin-top: 5px;
}

.parameter-item p {
    margin-top: 10px;
    color: #555;
}

.warning {
    color: #C51A2C!important;
}

.api_h1 {
color: #000;
font-size: 24px;	
text-align: center;
}


        .section {
            margin-bottom: 20px;
        }
.code-block {
    background-color: #f1f1f1;
    border-left: 3px solid #262626;
    padding: 10px;
    overflow-x: auto;
    color: #000;
    border-radius: 10px;
}

.method-item:hover {
    border-color: #f7c729;
}

  .login {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100vh;
}

.login .login-decor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 45%;
    height: 100%;
    background: url(/statica/images/login/login-bg.png) no-repeat center;
    background-size: cover;
}

.login .login-content .logo {
    margin-bottom: 1.5rem;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1px;
    cursor: default;
}

.login .login-content {
    position: relative;
    z-index: 2;
    padding-left: 6.25rem;
    margin-right: auto;
}

.login .login-content .logo .logo-stream {
    font-weight: 800;
    color: #f7c729;
}

.login .login-content .login-title {
    max-width: 400px;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #f8f8f8;
}

.login .login-content .logo .logo-pay {
    color: #f8f8f8;
}

.login .login-decor:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #303030b3, #303030b3);
}

.login .login-form-wrp, .login .forgot-password-wrp {
    position: relative;
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}


.login-form-wrp .form-wrp-container .title {
    margin-bottom: 2.5rem;
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #2c2c2c;
}

.login .login-form-wrp .form-wrp-container, .login .forgot-password-wrp .form-wrp-container {
    width: 100%;
    padding: 24px 16px;
}
.login-form-wrp .form-wrp-container {
    max-width: 410px;
    text-align: center;
    background-color: #fff;
	border-radius: 10px;
}

.login-form .login-helpers-wrp .login-forget-link {
    transition: all .15s ease;
}
.text-decoration-underline {
    text-decoration: none;
	color: black;
}
a {
    color: inherit;
    text-decoration: none;
}

.checkbox-label .custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 4px;
    border: 2px solid #9e9e9e;
}

.checkbox-label .form-checkbox {
    display: none;
}

.btn.btn-primary:hover {
    background: #f6d978;
}
.login-form .btn-login {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    max-width: 128px;
    height: 56px;
    padding: 10px;
}
.btn.btn-primary {
    background: #f7c729;
    border-color: #f5f5f5;
    color: #2c2c2c;
}



.btn {
    width: 100%;
    min-height: 50px;
    padding: 11px 15px;
    font-family: Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
}

.pop_element {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 15px; /* Позиция иконки */
    top: 50%;
    transform: translateY(-50%);
    color: #aaa; /* Цвет иконки */
}

.form-control_input {
    padding-left: 30px; /* Отступ для текста, чтобы не перекрывал иконку */
}

.login-helpers-wrp {
	text-align: right;
}


/* Mobile */

@media (max-width: 600px){
		
.selected-language {
    color: white!important;
}
		
.language-list {
    left: -40px!important;
}
		
.login .login-form-wrp, .login .forgot-password-wrp {

    background: url(/statica/images/login/login-bg.png) no-repeat center;
    background-size: cover;
	
}
		
.first-screen-wrp .statistic-list {
    zoom: 70%;
	margin-left: 30px;
}	
		
    .text-36 {
        font-size: 1.25rem !important;
    }
	
.many-possibilities-wrp .advantages-list {
    display: flex!important;
	        flex-wrap: wrap;
}
		
.py-7 {
    padding-top: 0.75rem!important;
    padding-bottom: 0.75rem!important;
}

.right-side-block_2 {
	margin-left: -40px;
	padding-right: 60px;
}
		
.text-56 {
    font-size: 2.5rem!important;
}

.stream-tariffs-wrp .container--desktop {
        margin: 0 0 0.625rem 0rem !important;
}

.hand_bottom {
	width: 310px;
    position: absolute;
    bottom: -20px;	
}

.stream-tariffs-wrp {
    padding-top: 2.25rem!important;
	padding-bottom: 2.25rem !important;
}

.mb-xs-2 {
    line-height: 140%!important;
}

.stream-tariffs-wrp .section-img-wrp--desktop img {
    margin-top: inherit!important;
}

.stream-tariffs-wrp .section-img-wrp--desktop {
    min-height: 0.5rem!important;
}

.who-suitable-section-wrp .who-suitable-list {
    display: none!important;
}
		
.content-wrp {
    padding-bottom: 0.1rem!important;
}

.section-content-wrp {
    flex-wrap: wrap;
	padding: 0px;	
}

.text-16 {
    font-size: 10px!important;
}

.text-20 {
    font-size: 18px!important;
}

.text-24 {
    font-size: 18px!important;
}
		
.pt-3 {
    padding-top: 0.75rem!important;
}

.section-title {
	text-align: left;	
		margin-left: 0px!important;
}

.zz {
text-align: center!important;	
}

    .conversion-statistic-wrp .average-conversion-statistic {
        font-size: 5.625rem!important;
        padding: 0 !important;
    }

.who-suitable-section-wrp .right-side-block {
    max-width: 20.5rem!important;
}

.me-3 {
    margin-right: 0.75rem!important;
}
		
		
.background-image{
	display: none;
}

main {
        width: 390px !important;
        min-width: 100%;
}
		
.pe-3 {
    padding-right: 1.75rem!important;
}

.px-3 {
    padding-left: 1.75rem!important;
    padding-right: 1.75rem!important;
}
		
.ps-3 {
    padding-left: 1.75rem!important;
}
		
.login .login-form-wrp, .login .forgot-password-wrp {
   width: 100%!important;
   padding: 20px;
}
		
	    .method-item {
        justify-content: left !important;
        width: 100% !important;
        height: 40px !important;
    }

	
.info:not(.section) {
    font-size: 10px!important;
}
		
		
.login .login-decor {
    display: none!important;
}
		
.st_mob {
	display: none;
}

.project > .status {
    top: 22px!important;
}

		
.container-items {
	width: 300px!important;
}	
		
.titles3 {
    font-size: 24px!important;
}
		
.lk_info_table {
	flex-wrap: wrap;
}
		
.nav-menu{
	display: none;
}

  .open-menu {
      display: block!important;
      font-size: 31px;
      color: #000;
      margin-top: 4px;
      position: absolute;
      right: 30px;
  }
  
  
  #popup {
    width: 96%!important;
    min-width: 96%!important;
  }
  
  .popup_table {
	padding: 5px!important;
  }
  
    .header-container {
        margin-left: 30px !important;
	    margin-right: 30px !important;
    }

}

/* Mobile */

.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
    right: 130px;
    top: -10px;
}

   
   .lang-selector-main .current-lang-wrp {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #2c2c2c;
}


.login-form-wrp .login-lang-menu {
    position: fixed;
    z-index: 90;
    top: 34px;
}

.selected-language {
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: black;
	font-weight: bold;
}
        .arrow {
            margin-left: 5px;
        }
        .language-list {
            display: none;
			position: absolute;
			top: 100%;
			left: 0;
			background-color: white;
			border-radius: 4px;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
			z-index: 1;
			color: black;
}
        .language-list div {
            padding: 10px;
            cursor: pointer;
        }
        .language-list div:hover {
            background-color: #f0f0f0;
        }


/* PC */

  .pagination-link {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #f1f1f1;
    color: #9e9e9e;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

.pagination-link.active {
    color: #000;
}

  .pagination-link:hover {
    background-color: #ddd;
  }

  .popup_table {
	padding: 10px 92px 10px;
  }
  
  
  .titles3 {
    font-size: 34px;
    margin: 5px 0;
    color: #000;
}

.title3-hr {
    width: 150px;
    height: 2px;
    border-radius: 10px;
    margin: 17px 0px;
    margin-top: 0px;
    background: #000;
}

.menu {
    width: 100%;
    overflow: hidden;
}

hr {
    margin: 10px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 2px dashed #000;
}

.container-items {
    max-width: 100%;
    margin: auto;
    background-color: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 100%;
}

.tc {
text-align: center;	
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
}

        .menu-item:hover {
            background-color: #f1f1f1;
        }
		.menu-item.active {
			background-color: f1f1f1;
		}
        .menu-item i {
            margin-right: 10px;
        }

        .menu-item:hover .tooltip {
            visibility: visible;
            opacity: 1;
            transform: translateY(-5px);
        }
.tooltip {
    position: fixed;
    left: 100px;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    white-space: nowrap;
    margin-top: 10px;
}

.popup_container {
    padding: 25px;
}

.menu-mob {
    width: 80px;
    background-color: #fbfbfb;
    z-index: 99;
    top: 60px;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    box-shadow: 10px 0px 6px 0px #0000001a;
    transition: left 0.3s;
}

.blur_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
    display: none;
    backdrop-filter: blur(5px);
    -webkit-filter: blur(5px);
}


#load-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.open-menu {
    color: #9e9e9e;
    font-size: 28px;
    cursor: pointer;
}

.account-menu {
    color: #9e9e9e;
    font-size: 28px;
    cursor: pointer;
    margin-right: 20px;
}

#load {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 23%);
    z-index: 999;
    display: none;
    backdrop-filter: blur(5px);
    filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-filter: blur(5px);
}



#error-footer{
	position: fixed;
	right:0;
	top: 80;
	display:none;
	z-index:9999;
	}


/* General Styles */
    body {
      margin: 0;
      font-family: Gilroy-Regular, sans-serif;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
	  font-size: 1rem;
	  color: #f8f8f8;
	  background: #ececec;
    }

    /* Header Styles */
    header {
      background: linear-gradient(323deg, #363636, #100f0f);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      padding: 15px 0;
    }

header nav ul li a {
  color: inherit; /* Наследуем цвет от родительского элемента */
  transition: color 0.3s ease;
}

header nav ul li a:hover {
  color: #7254dd; /* Фиолетовый цвет при наведении */
  display: flex;
  height: 210%;
  box-shadow: rgb(199, 187, 241) 0px -4px 0px -1px inset;
}



.menu-mob nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    font-size: 22px;
}

.menu-mob nav ul li {
  margin-bottom: 15px;
}

.menu-mob nav ul li a {
  text-decoration: none;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.menu-mob nav ul li a.ajax-site.activ_menu {
  color: #007bff;
  font-weight: bold;
}


    .header-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
      height: 30px;
      margin-right: 10px;
    }

    .logo h1 {
      font-size: 24px;
      color: #9e9e9e;
      margin: 0;
    }

    nav ul {
      list-style-type: none;
      display: flex;
      margin: 0;
      padding: 0;
    }

    nav ul li {
      margin-left: 20px;
    }

    nav ul li a {
      color: #9e9e9e;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.3s ease;
    }

    nav ul li a:hover {
      color: #9e9e9e;
    }

    /* Main Content Styles */








.pop_element {
    margin-bottom: 12px;
}

.white-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px; /* Закругленные углы */
    overflow: hidden; /* Защита от выхода содержимого за границы */
}

.white-table th,
.white-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0; /* Светлая граница */
    color: #333; /* Темный текст для лучшей читаемости */
}

.white-table th {
    font-weight: bold;
    background-color: #f5f5f5; /* Светлый фон для заголовков */
    color: #262626; /* Темный цвет текста заголовка */
}

.white-table tr:nth-child(even) {
    background-color: #f9f9f9; /* Светлый фон для четных строк */
}

.white-table tr:nth-child(odd) {
    background-color: #ffffff; /* Белый фон для нечетных строк */
}

.white-table tr:hover {
    background-color: #f0f0f0; /* Мягкий фон при наведении */
}

.white-table tbody tr:last-child td {
    border-bottom: none; /* Убираем нижнюю границу у последней строки */
}


#popup{background:#FFF;min-width: 400px;display:none;position: absolute;z-index:999;top:-700px;left:0;font-size:12px;}
#popup table{font-size:12px;}

#popup .title-popup {
    background: #ffffff;
    color: #000;
    line-height: 40px;
    padding: 0;
    padding-left: 10px;
    //cursor: move;
    font-size: 14px;
    border-radius: 4px;
}

#popup .closed-popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 70px;
    cursor: pointer;
    color: #000;
    opacity: 0.6;
}

.align-center{
text-align: center;
}

#popup .closed-popup:hover{opacity:0.9}

#popup .text-popup {
    overflow: hidden;
    overflow-y: auto;
    border-radius: 4px;
}

#popup {
	width: 550px;
    position: absolute;
    left: 676.5px;
    top: 100px;
    display: block;
    opacity: 1;
    border-radius: 4px;
}

#popup .text-popup .load-popup{display:block;width:128px;height:15px;margin:20px auto;}
.pop-up-footer{
  background:#C0C0C0;
  padding: 1px 0 1px 0;
  text-align: center;
}

td.pop-up-footer{
  border-bottom: 0;
}


/* PC */