@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap";
.container-rating {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
}
.wrap-calc-sum {
    font-family: "Work Sans", "Noto Sans", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}
.logo-calc-sum {
    max-width: 520px;
    width: 50%;
}
.logo-calc-sum h1 {
    text-transform: none;
    font-size: 27px;
    margin-bottom: 18px;
    max-width: 515px;
    font-family: "Work Sans", "Noto Sans", sans-serif;
    font-weight: 500;
}
.logo-calc-sum p {
    color: #4e7097;
    font-family: "Work Sans", "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 13px;
}
.calc-container {
    width: 49%;
    max-width: 530px;
    background-color: #ffffff;
    color: #121212;
    border-radius: 25px;
    padding: 12px 24px;
    transition: 0.2s max-height, 0.2s width;
    border: solid #a0abc3 5px;
}
.wrap-icon {
    position: relative;
}
.view-question {
    display: none;
    position: absolute;
    width: 351px;
    padding: 13px 12px;
    top: 0;
    left: 22px;
    background: black;
    color: white;
    text-align: center;
    z-index: 1;
}
.wrap-icon:hover .view-question {
    display: block;
}
.section-label {
    letter-spacing: 0.04em;
    font-size: 0.9em;
    color: #303030;
    display: flex;
}
.feather-help-circle {
    font-size: 13px;
    margin-left: 0.25rem!important;
    cursor: pointer;
}
.label-calc {
    letter-spacing: 0.04em;
    font-size: 0.9em;
    color: #303030;
    font-weight: 700!important;
    font-family: "Work Sans", "Noto Sans", sans-serif;
    margin: 11px auto;
}
.feather-help-circle:before {
    content: "\e978";
}
.switch-container {
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 12.8px;
    margin-bottom: 0;
}
.switch-container .switch {
    border-radius: 16px;
    width: 26px;
    height: 16px;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
}
.switch-container > .field {
    display: none;
}
.switch-container .switch::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #212226;
    transform: translateX(2px);
    transition: transform 0.2s;
}
.switch-container > .field:checked + .switch {
    background-color: #4263eb;
}
.switch-container > .field:checked + .switch::before {
    background-color: #fff;
    transform: translateX(calc(100%));
}
.switcher-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*цифры*/
.input-row {
    display: flex;
    font-size: 50px;
    font-weight: bold;
    align-items: baseline;
}
.input-row input {
    outline: none;
}
.input-row input[type='number']::-webkit-outer-spin-button,.input-row input[type='number']::-webkit-inner-spin-button  {
    -webkit-appearance: none;
    margin: 0;
}
.input-row > .field {
    text-align: right;
    background-color: transparent;
    border: 0;
    color: inherit;
    -moz-appearance: textfield;
    min-width: 0;
    font-size: 50px;
}
.font-weight-bold {
    font-weight: 700!important;
}
.input-row > .metrics {
    margin-left: 8px;
    flex-grow: 0;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-row > .metrics .metric {
    padding: 5px 10px 5px 10px;
    max-height: 50px;
    align-items: center;
    display: flex;
    border-radius: 10px;
    color: #575a67;
    cursor: pointer;
    position: relative;
}
.input-row > .metrics .active {
    -webkit-box-shadow: inset 0 0 20px rgb(0 0 0 / 25%), 0 1.8px 0 rgb(255 255 255 / 40%), inset 0 2px 0 rgb(0 0 0 / 10%);
    color: #121212;
    cursor: default;
}
.input-row > .metrics .sng-label::after {
    content: "СНГ";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    color: #0bb95b;
}
.d-none {
    display: none;
}
.down-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
}
.down-bar span {
    color: #6b7280;
    font-weight: 600;
    font-size: 0.9em;
}
.calc .reset-button {
    color: #fd0209;
}
.calc button {
    display: inline-block;
    font-weight: 600;
    color: #303030;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 solid #646464;
    padding: 0.375rem 0.15rem;
    font-size: 0.9em;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #007bff!important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.down-bar button {
    cursor: pointer;
}
.down-bar button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
/*список рейтинга*/
.wrap-list-sort {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Work Sans", "Noto Sans", sans-serif;
    margin-bottom: 28px;
}
.dropdown {
    position: relative;
    margin-left: 0.5rem!important;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 12px;
}
.btn-outline-dark {
    color: #343a40;
    border: 1px solid #343a40;
    background: white;
    border-radius: 5px;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.dropdown-menu {
    background: #ffffff;
    border-radius: 0;
    margin: 0;
    border: 1px solid #ffffff;
    box-shadow: 0 6px 10px rgba(0,0,0,.1)!important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
    font-size: .85rem;
    background: #ffffff;
    border-radius: 0;
    margin: 0;
    border: 1px solid #ffffff;
    box-shadow: 0 6px 10px rgba(0,0,0,.1)!important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    adding: 12px 1rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown button,.dropdown-toggle {
    cursor: pointer;
}
/*список*/
.list-rating {
    font-family: "Work Sans", "Noto Sans", sans-serif;
    margin-top: 15px;
}
.wrap-one-rating {
    position: relative;
    display: flex;
    /*width: 100%;*/
    align-items: center;
    justify-content: start;
    margin-bottom: 23px;
}
.wrap-one-rating:hover {
    box-shadow: inset 0 0 0 1px #a0abc3;
    transition: all 0.3s ease-in-out;
}

.bg-dark {
    background-color: #F5F7F9!important;
    box-shadow: -1px 2px 4px rgb(0 0 0 / 10%);
    border: 1px solid #edf1f4;
    padding: 25px 60px;
    border-radius: 20px;
}
.feather-star:before {
    content: "\e9d5";
}
.button-site {
    color: #fff;
    text-transform: none;
    font-weight: 400;
}
.text-button-site{
    position: relative;
    z-index: 1;
}
.button-site.btn-gradient-secondary {
    border-radius: 10px;
    font-size: 15px;
    text-transform: none;
    width: 100%;
    max-width: 182px;
    padding: 8px 13px;
    text-align: center;
    cursor: pointer;
}
.btn-gradient-secondary {
    position: relative;
    background: -moz-linear-gradient(45deg,#1978e5,#85d2ff);
    background: -webkit-linear-gradient(45deg,#1978e5,#85d2ff);
    background: linear-gradient(45deg,#1978e5,#85d2ff);
   /* background: -moz-linear-gradient(45deg,#6b7280,#b5bcc9);
    background: -webkit-linear-gradient(45deg,#6b7280,#b5bcc9);
    background: linear-gradient(45deg,#6b7280,#b5bcc9);*/
    border: 0;
    /*transition-duration: .2s;*/
    color: #fff;
    font-weight: 500;
    z-index: 1;
}
.btn-gradient-secondary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* color: #fff;*/
    text-decoration: none;
    background: -moz-linear-gradient(45deg,#85d2ff,#1978e5);
    background: -webkit-linear-gradient(45deg,#85d2ff,#1978e5);
    background: linear-gradient(45deg,#85d2ff,#1978e5);
   /* background: -moz-linear-gradient(45deg,#b5bcc9,#6b7280);
    background: -webkit-linear-gradient(45deg,#b5bcc9,#6b7280);
    background: linear-gradient(45deg,#b5bcc9,#6b7280);*/
    border-radius: 10px;
    opacity: 0;
    transition: opacity .5s;
}
.btn-gradient-secondary:hover:after {
    opacity: 1;
}
.text-commission {
    font-size: 12px;
    color: #696969;
}
.wrap-number-commission {
    color: #121212;
    font-weight: 500;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.one-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.one-part.one-part-last {
    justify-content: flex-end;
}
.one-part-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-rating-icon {
    max-width: 30px;
    min-width:30px;
    width: 100%;
    margin-right: 10px;
}
.img-rating-icon img {
    width: 100%;
}
.one-part-name {
    margin-right: 10px;
    font-weight: 500;
}
.icon-stars {
    margin-right: 5px;
}
.number-rating {
    border-bottom: 1px #a6a6a6 solid;
}
.action-one-rating {
    position: absolute;
    top: -10px;
    background: #6b7280;
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 15px;
    transition: opacity 0.5s ease;
}
.action-one-rating.action-green {
    background:#1978e5;
}
/*выподает о сайте*/
.dropdown-info-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 6px 19px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    max-width: 90vw;
    white-space: nowrap;
    border-radius: 10px;
}
.dropdown-info-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.menu-container {
    position: relative;
    display: inline-block;
    color: #a2a2a2;
    padding: 0 5px;
    opacity: 0;
    cursor: pointer;
    margin-left: 13px;
}
.menu-container:hover .dropdown-info-menu {
    opacity: 1;
    visibility: visible;
}
.wrap-one-rating:hover .menu-container {
    opacity: 1;
    /*transition: opacity 0.2s ease-in-out;*/
}
/*отзывы*/
.wrap-review {
    position: relative;
    font-family: "Work Sans", "Noto Sans", sans-serif;
}
.wrap-review h2 {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 500;
}
.h2-title-single {
    font-weight: 500;
    display: flex;
    margin-bottom: 15px;
}
.wrap-about-text .h2-title-single {
    margin-bottom: 15px;
    font-size: 23px;
    margin-top: 18px;
}
.h2-title-single span {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.h2-title-single span:after {
    content: '';
    display: none;
    position: relative;
    width: 23px;
    height: 23px;
    left: 18px;
    top: -5px;
    bottom: 2px;
    background: url(../img/dot-arrow.png) no-repeat 0 0;
}
.wrap-review-last h2 {
    max-width: 279px;
}
@media (min-width: 500px) {
    .h2-title-single span:after {
        display: block;
    }
}
/*блок отзывов*/
.review-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.wrap-list-review {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.one-review {
    background: #F5F7F9;
    box-shadow: 0 0 10px 0 #ddd;
    width: 32%;
    max-width: 412px;
    border-radius: 25px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.one-review:not(:last-child) {
    margin-right: 2%;
}
.review-avatar {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-avatar img {
    max-width: 45px;
}
.review-info {
    margin-left: 8px;
}
.review-name {
    font-size: 14px;
    font-weight: 500;
}
.review-pay {
    font-size: 14px;
    color: #4c4c4c;
}
.wrap-review-rated {
    display: flex;
}
.one-star {
    overflow: hidden;
    cursor: pointer;
    font-size: 25px;
    color: #b8bcc1;
}
.one-star.star-rating-complete {
    color: #1978e5;
}
.one-star:before {
    content: '★ ';
}
.wrap-review-message {
    margin-bottom: 20px;
}
.less-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.wrap-review-link {
    font-size: 13px;

    margin-bottom: 5px;
    margin-top: auto!important;
}
.wrap-review-link a {
    color: #646464;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wrap-review-link a i {
    margin-left: 10px;
}
/*описание*/
.wrap-description {
    font-family: "Work Sans", "Noto Sans", sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin-top: 42px;
}
.wrap-description h1,.wrap-description h2,.wrap-description h3 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 16px
}
.wrap-description p {
    font-weight: 400;
    font-size: 15px;
    color: #4e7097;
    margin-bottom: 11px;
}
.description-steam {
    max-width: 633px;
    width: 100%;
    margin-right: 20px;
}
/*навигация*/
.sd-widget {
    border-radius: 25px;
}
.sidebar-widget {
    position: relative;
    padding: 20px 12px;
    border-radius: 25px;
}
/*.bg-dark {
    background-color: #F5F7F9!important;
    box-shadow: -1px 2px 4px rgb(0 0 0 / 10%);
    border: 1px solid #edf1f4;
}*/
.wrap-ul {
    font-weight: 400;
    font-size: 15px;
    color: #4e7097;
}
.wrap-li li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 24px;
    position: relative;
}

.wrap-li li:before {
    position: absolute;
    content: '-';
    left: -21px;
    top: 0px;
}


.nav-title {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.2rem;
}
.sidebar-widget .nav-container {
    max-height: 40vh;
    overflow-x: auto;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.sidebar-widget .nav-link {
    padding: 10px 7px;
    border-radius: 0;
    position: relative;
    color: #4e7097;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.sidebar-widget .nav-link:hover:before, .sidebar-widget .nav-link:focus:before {
    background: #121212;
    left: -5px;
    z-index: 1000;
}
.sidebar-widget .nav-link:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 4px;
    bottom: 5px;
    top: 5px;
    background: unset;
}
@media (max-width: 1000px)  {
    .wrap-list-review {
        flex-direction: column;
    }
    .one-review {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .wrap-description {
        flex-direction: column;
    }
    .navigation-steam {
        width: 100%;
    }
    .description-steam {
        margin-right: 0px;
    }
}
@media (max-width: 720px)  {
    .one-rating {
        flex-wrap: wrap;
    }
    .commission-part {
        justify-content: flex-end;
    }
    .one-part {
        width: 48%;
    }
    .one-part.one-part-last {
        justify-content: flex-start;
        width: 100%;
        margin-top: 16px;
    }
    .bg-dark {
        padding: 22px 11px 15px 11px;
    }
    .wrap-one-rating {
        margin-bottom: 20px;
    }
}
@media (max-width: 420px)  {
    .switcher-section {
        flex-direction: column;
        align-items: flex-start;
    }

}
/*мтраница about*/
.wrap-about-site {
    font-family: "Work Sans", "Noto Sans", sans-serif;
}
.name-site {
    font-size: 29px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 20px;
    font-weight: 500;
}
.wrap-left-site {
    max-width: 323px;
    width: 100%;
    margin-right: 30px;
}
.logo-big-site {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.logo-big-site img {
    width: 100%;
}
.compare-btn {
    width: 100%;
    padding: 6px 11px;
    text-transform: none;
    border-radius: 10px;
    color: #03c2d9 ;
    border: solid #03c2d9 2px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.compare-btn:hover {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.one-menu-left {
    background-color: #F5F7F9;
    box-shadow: -1px 2px 4px rgb(0 0 0 / 10%);
    border: 1px solid #edf1f4;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    padding: 8px 16px;

}
.one-menu-left .nav-link {
    padding: 7px 7px;
    color: #121212;
    position: relative;
    font-size: 13px;
}
.one-menu-left .nav-link i {
    min-width: 19px;
    display: inline-block;
    text-align: center;
    opacity: .5;
    margin: 0 8px 0 0 ;
}
.one-menu-left .nav-link:before {
    left: -5px;
    z-index: 1000;
    content: "";
    position: absolute;
    width: 4px;
    bottom: 5px;
    top: 5px;
    background: #F5F7F9;
}
.one-menu-left .nav-link:hover {
    color: #000000;
}
.one-menu-left .nav-link:hover:before {
    background: #121212;
}
.but-rating-left {
    margin-bottom: 15px;
}
.wrap-rl-site {
    display: flex;
    flex-direction: column;
}
.wrap-right-site-block {
    background-color: #F5F7F9;
    box-shadow: -1px 2px 4px rgb(0 0 0 / 10%);
    border: 1px solid #edf1f4;
    padding: 24px 48px;
    border-radius: 1.5rem;
    max-width: 1030px;
    width: 100%;
    margin-bottom: 20px;
}

.wrap-menu-right {
    display: flex;
    border-bottom: 1px solid #dee2e6;
}
.one-menu-right.active-menu {
    color: #03c2d9 !important;
}
.one-menu-right {
    font-size: 14px;
    position: relative;
    color: rgba(0,0,0,.5);
    padding-bottom: 8px;
    cursor: pointer;
}
.one-menu-right:not(:last-child){
    margin-right: 25px;
}
.one-menu-right.active-menu:after {
    background: #03c2d9;
}
.one-menu-right:after {
    content: "";
    height: 4px;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}
.about-text p {
    color: #4e7097;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.line-about-site {
    border-top: 1px solid rgba(0,0,0,.1);
    border-top-width: 2px;
}
.logo-contact-site {
    margin-top: 1.5rem;
    font-size: 28px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 30px;
}
.wrap-info-site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
}
.info-site-one-logo {
    color: black;
    font-weight: 500;
    font-size: 15px;
}
.info-site-one-text {
    font-size: 15px;
    color: #4e7097;
}
.info-site-one-text a {
    color: #585858;
    text-decoration: underline;
}
.info-site-one {
    width: 33%;
    margin-bottom: 50px;
}
.block-info-site-one {
    display: flex;
    justify-content: space-between;
}
.info-big-one {
    width: 66%;
}
.rate {
    display: flex;
    flex-direction: row-reverse;
}
.rate > input:checked ~ label {
    color: #1978e5;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #b8bcc1;
    display: inline-block;
}
.rate:not(:checked) > label::before {
    content: "★ ";
}
.rate:not(:checked) > input {
    position: absolute;
    display: none;
}
.wrap-review-site-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-control textarea,.form-control input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 14px;
    min-height: 42px;
    box-shadow: none;
    height: auto;
    border: 0;
    border-radius: 10px;
    resize: vertical;
    margin-bottom: 15px;
}
.form-control input {
    max-width: 249px;
    width: 100%;
}
.compare-btn-2 {
    padding: 6px 18px;
    text-transform: none;
    border-radius: 10px;
    color: #03c2d9;
    border: solid #03c2d9 2px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background: transparent;
}
.wrap-button-site-message {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wrap-list-review-site .one-review {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.wrap-one-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.dark .calc-container {
    background-color: #1f262e !important;
    border-color: #3d4b5c !important;
}
.dark .section-label, .dark .switch-container,.dark .label-calc,.dark .input-row > .metrics .active,.dark .wrap-number-commission,.dark .one-part-rating,.dark .one-part-name,.dark .wrap-review-message,.dark .wrap-review h2,.dark .review-info,.dark .sidebar-widget .nav-link,.dark .name-site,.dark .logo-contact-site {
    color: white;
}
.dark .calc button {
    color: #0bb95b;
}
.dark .down-bar span {
    color: #6b7280;
}
.dark .calc .reset-button {
    color: #fd0209;
}
.dark .input-row > .field {
    color: white;
}
.calc-container .input-row input[type='number']:focus {
    outline: none;
    outline-offset: unset;
    box-shadow: none;
}
.dark .input-row input[type='number']:focus {
    outline: none;
    outline-offset: unset;
    box-shadow: none;
    border-color: black;
}
.dark .black-back {
    background-color: #1f262e !important;
    border-color: #3d4b5c !important;
    color: #6b7280 !important;
}
.dark .form-control textarea, .dark .form-control input {
    background-color: #283038;
    color: white;
    border: 1px solid white;
    outline: none;
    box-shadow: none;
}
.dark .one-review,.dark .bg-dark {
    box-shadow: 0 0 10px 0 #dddddd59;
}
.dark .bg-dark {
    border: 0px solid #edf1f4;
}
.dark .review-pay,.dark .logo-contact-site,.dark .info-site-one-logo{
    color: #6b7280 ;
}
p.question-faq {
    color: black;
}
.answer-faq {
    padding-left: 11px;
}
.dark .wrap-description p,.dark .wrap-ul,.dark .logo-calc-sum p {
    color: #9dacbe ;
}
.dark p.question-faq,.dark .info-site-one-text,.dark .info-site-one-text a {
    color: white ;
}
.dark .one-menu-right {
    color: rgb(203 169 169 / 50%);
}
.dark .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.dark .rate:not(:checked) > label {
    color: #fff;
}
.dark .rate > input:checked ~ label {
    color: #1978e5;
}
.logo-rating-site {
    color: #4e7097;
}
.dark .logo-rating-site {
    color: white;
}
/* Затемнение фона */
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Центрированный контент */
.popup-content {
    background: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    color: black;
}
.popup-content h3 {
    font-size: 18px;
    font-weight: 500;
}
.popup-content p {
    font-size: 15px;
}
/* Кнопка для закрытия */
.popup-close-btn {
    margin-top: 15px;
    padding: 8px 20px;
    background: #1f262e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.popup-close-btn:hover {
    background: #283038;
}

/* Анимация fadeIn/fadeOut */
.wrap-list-review-site {
    transition: opacity 0.3s ease;
}

/* Стиль для заблокированных кнопок */
.pagination-link.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Индикатор загрузки */
.loading-spinner {
    text-align: center;
    padding: 20px;
    color: #666;
}




