
.services-page h1{
    text-transform: none;
    font-size: 30px;
    max-width: 515px;
}
.services-page-cs-prime-status h1{
    max-width: 600px;
}
.services-page h2{
    max-width: 515px;
}
.services-page-cs-prime-status h2{
    max-width: 600px;
}
.services-page .short-description {
    max-width: 515px;
    font-size: 14px;
    overflow: hidden;
}
.less-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.less-text:hover {
    transform: scale(1.01);
    transition: all 0.2s ease-in-out;
}
.services-page .offers {
    min-height: 0;
}
.services-page .offers h2 {
    font-size: 24px;
}
.services-page .offers-l-block {
    padding: 0;
    border-radius: 20px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.services-page .offers-l-block:hover{
    cursor:pointer;
    box-shadow: inset 0 0 0 1px #ff710561;
    transition: all 0.3s ease-in-out;
}
.services-page .best-offer-border{
    box-shadow: inset 0 0 0 2px #ff710561;
}
.services-page .recommend-offer-border{
    box-shadow: inset 0 0 0 2px #25AFF8;
}
.services-page .recommend-offer-border:hover{
    box-shadow: inset 0 0 0 1px #25AFF8;
}
.services-page img {
    max-width: 30px;
}
.services-page img.service-logo {
    max-width: 140px;
    max-height: 50px;
    object-fit: contain;
}
.services-page img.service-bg-img {
    max-width: 100%;
    max-height: 380px;
    object-fit: cover;
}
.services-page .service-bg-img-container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-page img.promo-banner-img {
    max-width: 100%;
}
.services-page .service-name {
    font-weight: 500;
}
.services-page .service-btn {
    border-radius: 10px;
    color: #03c2d9 !important;
    border: solid #03c2d9 2px;
    font-size: 15px;
}
.services-page .offers .offer .service-btn{
    max-width: 120px;
    padding: 6px 11px;
    text-transform: none;
}
.services-page .offers .offer a, .services-page .offers .offer button {
    color: #fff;
    text-transform: none;
    font-weight: 400;
}
.services-page .offer-tooltip{
    font-size: 10px;
    color: #1cbe00;
}

.services-page .btn-gradient-secondary {
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    text-transform: none;
    width: 60%;
    max-width: 182px;
    padding: 8px 13px;
}

.services-page .offer-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}

.services-page .offer-spinner.offer-spinner-visible {
    visibility: visible;
    opacity: 1;
}
/*.services-page .btn-blue {
    width: 60%;
    max-width: 182px;
}*/
#payButton:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.pay-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.pay-spinner.pay-spinner-visible {
    visibility: visible;
    opacity: 1;
}
.services-page .btn-gradient-secondary:after {
    border-radius: 10px;
}

.services-page .conditions-prefix {
    font-size: 12px;
    color: #696969;
}
.services-page .tg-offer {
    background: #3290ec;
    color: #fff;
    font-size: 17px;
}
.services-page .tg-offer .msg {
    font-size: 16px;
}
.services-page .tg-offer .service-name {
    font-size: 16px;
}
.services-page .offers .tg-offer .service-btn {
    max-width: 220px;
    padding: 6px 11px;
    text-transform: none;
    border-radius: 10px;
    color: #fff !important;
    border: solid #fff 2px;
    font-size: 15px;
}
.services-page .offers .offer a span{
    display: block;
}
.tooltip-inner {
    max-width: 300px !important;
}
.services-page .feather-help-circle{
    font-size: 13px;
    cursor: pointer;
}

.calc-container {
    width: 100%;
    max-width: 530px;
    background-color: #ffffff;
    color: #121212;
    border-radius: 25px;
    padding: 12px 24px;
    transition: 0.2s max-height, 0.2s width;
    border: solid #ff710561 5px;
    /* box-shadow: 6px 6px 7px 0px #ff710561;*/
}
@media (max-width: 480px) {
    .calc-container {
        width: 100%;
        left: auto;
        overflow: hidden;
        padding: 12px 15px;
    }
    .calc .down-bar span {
        font-size:12px;
    }
    .section-label {
        letter-spacing: 0.04em;
        font-size: 1.1em;
        color: #303030;
    }
    label {
        margin-bottom: 0;
    }
    .calc .down-bar .alert-text {
         max-width: 115px;
     }
}
.calc-container > .bar {
    text-align: center;
    font-size: 12.8px;
    border-bottom: 1px solid #4a4847;
    padding-bottom: 12px;
    margin-bottom: 16px;
    margin-left: -24px;
    margin-right: -24px;
    color: #a5a5a5;
}
.calc-container > .header {
    /* margin-top: 16px; */
    margin-top: 7px;
    padding-bottom: 8px;
}
@media (max-width: 480px) {
    .calc-container > .header {
    }
}
.calc-container > .measurements {
    padding-top: 16px;
}
@media (max-width: 480px) {
    .calc-container > .measurements {
        padding-top: 40px;
    }
}

.section-label {
    letter-spacing: 0.04em;
    font-size: 1.1em;
    color: #303030;
}

.measurements-section > .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.measurements-section > .row:last-child {
    margin-bottom: 0;
}
.measurements-section > .row > .more {
    margin-top: 16px;
    font-size: 12.8px;
    color: #a5a5a5;
}
@media (max-width: 480px) {
    .measurements-section > .row {
        margin-bottom: 12px;
    }
}

.input-row {
    display: flex;
    font-size: 50px;
    font-weight: bold;
    align-items: baseline;
}
.input-row > .field {
    text-align: right;
    background-color: transparent;
    border: 0;
    color: inherit;
    -moz-appearance: textfield;
    min-width: 0;
}
.input-row > .field.-shake {
    -webkit-animation: 0.4s shake linear forwards;
    animation: 0.4s shake linear forwards;
}
.input-row > .field::-webkit-inner-spin-button, .input-row > .field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-row > .field:focus {
    outline: none;
}
.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 .sng-label::after {
    content: "СНГ";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    color: #0bb95b;
}

.input-row > .metrics .sng-label.active::after {
    content: ""; /* Убираем содержимое */
}

.input-row > .metrics .active {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .25), 0 1.8px 0 rgba(255, 255, 255, .4), inset 0 2px 0 rgba(0, 0, 0, .1);
    color: #121212;
    cursor: default;
}

.switcher-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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 .switch::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #212226;
    transform: translateX(2px);
    transition: transform 0.2s;
}
.switch-container > .field {
    display: none;
}
.switch-container > .field:checked + .switch {
    background-color: #4263eb;
}
.switch-container > .field:checked + .switch::before {
    background-color: #fff;
    transform: translateX(calc(100%));
}
.calc {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
}
.calc.active {
    opacity: 1;
    height: auto;
}
#show-calculator {
    border-radius: 10px;
    color: #03c2d9;
    border: solid #03c2d9 2px;
    font-size: 15px;
    cursor: pointer;
    max-width: 270px;
    padding: 4px 9px;
}
.calc .down-bar span {
    color: #0bb95b;
    font-weight: 600;
    font-size: 1.1em;
}
.calc .down-bar .alert-text {
    color: #ff0073;
}

.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: .375rem .15rem;
    font-size: 1.1em;
    line-height: 1.5;
    border-radius: .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;
}
.calc .reset-button {
    color: #fd0209;
}

.compare-promo-block {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #007bff;
    border-radius: 5px;
    text-align: center;
    padding: 3px 6px;
    max-width: 180px;
}

.compare-promo-block .compare-promocode {
    color:#007bff;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .switch-container .switch {
        height: 24px;
        width: 36px;
    }
    .switch-container .switch::before {
        width: 20px;
        height: 20px;
    }
    #show-calculator {
        max-width: 100%;
    }

    .compare-promo-block {
        font-size: 12px;
        padding: 0 0;
    }
    .input-row {
        font-size: 40px;
    }
}

#return-offer-modal .modal-footer{
    background-image: url(../img/steam-bg.jpg);
    border-top: 0;
    justify-content: flex-start;
}

.usp-labels {
    position: absolute;
    top: -10px;
    background: #25AFF8;
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease;
}

.usp-labels.visible {
    opacity: 1;
    display: inline-block;
}

.green-label {
    background: #3ABF56;
}
.orange-label {
    background: #ff8e05;
}
.usp-amount-labels span {
    background: linear-gradient(135deg, #f093fb -10%, #7898dc 100%);
    padding: 4px 12px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 10px;
}
.services-page .container-fluid {
    max-width: 1300px;
}
.services-payment-page .container-fluid {
    max-width: 1150px;
}
.services-page .container-fluid-payment {
    max-width: 1100px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.offers-l-block .percent, .offers-l-block .counted-value {
    font-weight: 500;
    font-size: 1em;
}
.offers-l-block .service-rating {
    line-height: 1;
    color: #525252;
}
.product-calculator {
    background-color: #ffffff;
    border: 5px solid #ff710561;
    border-radius: 25px;
    max-width: 530px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
}

.product-calculator p {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}

.product-calculator select {
    padding: 12px;
    border: 2px solid #9b9b9b;
    border-radius: 15px;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
    margin-top: 8px;
    font-weight: 500;
}
.unavailable-text {
    color: #525252;
}
.scroll-container {
    background: radial-gradient(circle, #1c1e21, #3c3c3c);
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 15px;
}

.scroll-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    gap: 7px;
    padding: 5px 10px;
    border-radius: 10px;
}

.scroll-container .active {
    background: #6d6763;
}

.scroll-container a img {
    max-width: 22px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.scroll-container a:hover img {
    transform: scale(1.1);
}

.scroll-container a span {
    font-size: 1em;
}

.hard-steam-calculator-header {
    color: #000;
    position: relative;
}
.hard-steam-calculator-header a {
    color: #b2d7ff;
}
.hard-steam-calculator-header h1{
    font-size: 28px;
}
.hard-steam-calculator-header .short-description{
    font-size: 15px;
    opacity: 0.9;
}
.hard-steam-calculator-header img{
    max-width: unset;
    width: 65px;
}
.hard-steam-calculator-header .game-character-img-1{
    position: absolute;
    right: 105px;
    bottom: 0;
    height: 110%;
    width: auto;
    z-index: 1;
}
.hard-steam-calculator-header .game-character-img-2{
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 120%;
    width: auto;
}
.hard-steam-calculator-header .game-character-img-3{
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 105%;
    max-height: 250px;
    width: auto;
}
.hard-steam-calculator-header .game-character-img-4{
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 90%;
    max-height: 250px;
    width: auto;
}
.hard-steam-calculator-header .less-text{
    -webkit-line-clamp: 2;
}
.hard-steam-calculator-form {
    gap:20px;
}
.hard-steam-calculator-form .countries{
    gap:5px;
}
.hard-steam-calculator-form .countries img{
    max-width: 20px;
}
.hard-steam-calculator-form .countries .metric{
    cursor: pointer;
    padding: 2px 7px;
    border-radius: 7px;
    font-size: 14px;
    color:#2D2D2D;
    background: #F5F7F9;
}
.payment-calculator-form .countries img{
    max-width: 20px;
}
.payment-calculator-form .countries .metric{
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.hard-steam-calculator-form .countries button.metric,
.payment-calculator-form .countries button.metric {
    width: auto;
    border: 0;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    text-align: left;
}
.hard-steam-calculator-form .countries .active{
    color:#fff;
    background: #7898DC;
}
.hard-steam-calculator-form .left-block{
    flex: 6;
    width:100%;
}
.hard-steam-calculator-form .right-block{
    flex:4;
    width:100%;
}
.hard-steam-calculator-form label{
    font-size: 15px;
    font-weight: 400;
}
.hard-steam-calculator-form input{
    background: #F5F7F9;
    border-radius: 12px;
    border: none;
    height: 40px;
    font-weight: 600;
}
.hard-steam-calculator-form select{
    background: #F5F7F9;
    border-radius: 12px;
    border: none;
    height: 40px;
    font-weight: 600;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
    cursor: pointer;
}
.hard-steam-calculator-form select:focus{
    background-color: #F5F7F9;
    border: none;
    box-shadow: none;
    outline: none;
}
.hard-steam-calculator-form .sum-input{
    gap:5px;
}
.hard-steam-calculator-form .input-container{
    flex: 7;
}
.hard-steam-calculator-form .sum-input .add-sum{
    min-width: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7898DC;
    color: #fff;
    padding: 0 7px;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
}
.hard-steam-calculator-form input::placeholder {
    color: #adacac;
    font-weight: 300;
    font-size: 15px;
}
.hard-steam-calculator-form .title{
    font-size: 24px;
    font-weight: 500;
}
.hard-steam-calculator-form .payment-info-table{
    font-size: 16px;
}
.hard-steam-calculator-form .payment-info-table td.text-right{
    white-space: nowrap;
}
.hard-steam-calculator-form button{
    position: relative;
    width: 100%;
    padding: 9px;
    font-size: 16px;
}
.hard-steam-calculator-form .statistics-info .statistics-title{
    font-size: 14px;
}
.hard-steam-calculator-form .statistics-info .statistics-count{
    font-size: 16px;
    font-weight: 600;
}
.hard-steam-calculator-form .tbank-rating-link {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}
.hard-steam-calculator-form .tbank-rating-link:hover {
    opacity: 0.85;
}
.hard-steam-calculator-form .tbank-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f9f8ff;
    padding: 5px 10px;
    border-radius: 12px;
}
.hard-steam-calculator-form .tbank-rating .tbank-logo {
    width: 65px;
    height: auto;
}
.hard-steam-calculator-form .tbank-rating .rating-value {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    line-height: 1;
    display: flex;
    align-items: center;
}
.hard-steam-calculator-form .tbank-rating .stars-container {
    display: flex;
    align-items: center;
    gap: 2px;
}
.hard-steam-calculator-form .tbank-rating .star-icon {
    width: 19px;
    height: 19px;
}
.hard-steam-calculator-form .form-control:disabled, .hard-steam-calculator-form .form-control[readonly] {
    background-color: #F5F7F9;
}
.text-gray {
    color: #6E6E6E;
}

@media (min-width: 0px) and (max-width: 767px) {
    .hard-steam-calculator-form .payment-info-table{
        display: table;
    }
    .hard-steam-calculator-form .sum-input .add-sum {
        min-width: 30px;
        padding: 4px 4px;
        font-size: 14px;
    }
    .hard-steam-calculator-form .right-block {
         flex: unset;
         width: 100%;
     }
    .game-character-img-1, .game-character-img-2 {
        display: none;
    }
    .hard-steam-calculator-form .countries img {
        max-width: 14px;
    }
    .hard-steam-calculator-header .short-description {
        font-size: 14px;
    }
    .hard-steam-calculator-form .tbank-rating .tbank-logo {
        width: 55px;
    }
    .hard-steam-calculator-form .tbank-rating .rating-value {
        font-size: 14px;
    }
    .hard-steam-calculator-form .tbank-rating .star-icon {
        width: 16px;
        height: 16px;
    }
    .hard-steam-calculator-form .button-container button {
        position: fixed;
        bottom: 10px;
        width: 90%;
        max-width: 767px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1;
        min-height: 48px;
        padding: 13px;
        background: #667eea;
    }
    .hard-steam-calculator-form .button-container button:hover,
    .hard-steam-calculator-form .button-container button:focus {
        background: #7589ee;
    }
    .hard-steam-calculator-form .button-container button:active {
        background: #5468d6;
    }
    .hard-steam-calculator-form .countries .metric {
        font-size: 13px;
    }
    .hard-steam-calculator-form .sum-input{
        gap:3px;
    }
    .hard-steam-calculator-header h1 {
        font-size: 20px;
    }
    .hard-steam-calculator-header img {
        width: 35px;
    }
}

@media (min-width: 512px) and (max-width: 767px) {
    .hard-steam-calculator-header h1 {
        font-size: 22px;
    }
    .hard-steam-calculator-header img {
        width: 55px;
    }
}
.hard-steam-calculator-form button.in-place{
    width: 100%;
    padding: 9px;
    font-size: 16px;
    position: relative;
    bottom: unset;
    margin: unset;
    left: unset;
    right: unset;
}
.accordion {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
}
.accordion-header:hover {
    transform: scale(1.005);
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.accordion-header .arrow {
    transition: transform 0.3s;
    display: inline-block;
}
.accordion-content {
    display: none;
    background: #fff;
    color: #343a40;
    font-size: 15px;
}
.open .accordion-content {
    display: block;
}
.open .arrow {
    transform: rotate(90deg);
}
.calendar-promo-block-2 img{
    max-width: 45px;
}
.calendar-promo-block-2 .content{
    font-size: 1.1rem;
    font-weight: 500;
}
.calendar-promo-block-2 a{
    font-size: 0.9rem;
    font-weight: 500;
    color: inherit;
    text-decoration: underline !important;
}
.menu-container {
    position: relative;
    display: inline-block;
    color: #a2a2a2;
    padding: 0 5px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.offers-l-block:hover .menu-container {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.dropdown-info-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 6px 19px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    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;
}
.dropdown-info-menu a:hover{
    color: #006f9c;
}
.menu-container:hover .dropdown-info-menu {
    opacity: 1;
    visibility: visible;
}
.menu-container:focus-within .dropdown-info-menu {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1100px) {
    .dropdown-info-menu {
        left: auto;
        right: 0;
    }
    .menu-container {
        opacity: 1;
    }
    .game-character-img-3, .game-character-img-4 {
        display: none;
    }
    .services-payment-page .bg-image-right {
        display: none;
    }
}
.services-page .offers .offer .service-rating a {
    border-bottom: 1px #a6a6a6 solid;
    color: #525252;
    font-size: 14px;
    padding: unset;
    transition: all 0.3s ease-in-out;
}
.services-page .offers .offer .service-rating a:hover {
    border-bottom: 1px solid #006f9c;
    color: #006f9c;
}
#full-deal-frame-modal iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#full-deal-frame-modal .modal-dialog {
    height: 90vh;
    margin-top: 10px;
    max-width: 550px;
}
#full-deal-frame-modal .modal-content {
    height: 100%;
    background: #e5e7eb;
    border: 0;
    border-radius: 1rem;
    overflow: hidden; 
    overflow-y: auto;
    overflow-x: auto;
}
#full-deal-frame-modal .modal-body {
    padding: 0;
}
#full-deal-frame-modal .close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1000;
    font-size: 25px;
}
.description .link-btn {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background-color: #418AF4;
    color: #fff;
    padding: 0px 20px;
    border-radius: 25px;
    max-width: 320px;
}
.anchor-description table{
    display: block;
    overflow-x: scroll;
}
.anchor-description table::-webkit-scrollbar {
    height: 7px;
    background: #e5e5e5;
}

.anchor-description table::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background: linear-gradient(45deg, #66c9f3, #006f9c);
    border-radius: 5px; /* Скругление для плавности */
}

.anchor-description table::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
}
.hard-steam-calculator-header .description .main-link {
    color: #3996fa;
}
.hard-steam-calculator-header .iphone-frame {
    display: flex;
    justify-content: center;
    align-items: center;
}
.iphone-video {
    width: 100%;
    border-radius: 2rem;
}

@media (min-width: 728px) {
    .hard-steam-calculator-header .iphone-video {
        width: 70%;
        border-radius: 4rem;
    }
}
.promocode {
    display: flex;
    align-items: center;
    gap: 3px;
}
.promocode-label {
    font-size: 14px;
    color: #434343;
}
.promocode-input {
    font-size: 14px;
    font-weight: 500;
    color: #7798dc;
    border-bottom: 1px solid;
    cursor: pointer;
}
.apply-promo-code {
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #04cf26;
}
.compare-link, .main-link, .hard-steam-calculator-header .main-link {
    font-size: 14px;
    color: #7898DC;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-height: 1000px) {
    #full-deal-frame-modal .modal-dialog {
        height: 97vh;
    }
}

@media (max-height: 730px) {
    #full-deal-frame-modal .modal-dialog {
        height: 100dvh;
        margin-top: 0;
    }
}

.services-page .offer-with-description-btn .btn-gradient-secondary {
    width: 80%;
}

.offer-description {
    font-size: 13px;
    color: #434343;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .offer-description {
        -webkit-line-clamp: 3;
    }
}
.form-labels {
    gap: 10px;
    color: #0BB95B;
    font-weight: 400;
}
.form-labels .label-item {
    border: 1px solid #0BB95B;
    border-radius: 10px;
    padding: 2px 10px;
}

/* навигация */
.nav-title {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.2rem;
}
.services-page .navigation {
    position: sticky;
    top: 90px;
}
.sidebar-widget .nav-link:before {
    background: unset;
}
.sidebar-widget .nav-link {
     position: relative;
 }
.sidebar-widget .nav-container {
    max-height: 40vh;
    overflow-x: auto;
    padding: 0 10px;
}

.h-nav .sidebar-widget .nav-container {
    display: flex;
    flex-direction: column;
}

/* Приоритизация ссылки "На самый верх" для поисковых роботов */
.h-nav .sidebar-widget .nav-container .nav-top-link {
    order: -1;
}
.sidebar-widget .nav-link:before {
    left: -5px;
    z-index: 1000;
}

.sidebar-widget .nav-container::-webkit-scrollbar {
    width: 5px;
    background: #e5e5e5;
}

.sidebar-widget .nav-container::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background: linear-gradient(45deg, #66c9f3, #006f9c);
    border-radius: 5px; /* Скругление для плавности */
}

.sidebar-widget .nav-container::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
}

.info-nav a{
   font-size: 15px;
    color: #677be5;
}
.sidebar-widget .nav-link {
    padding: 7px 7px;
}

.agreement-text {
    font-size: 12px;
    color: #9c9c9c;
    max-width: 450px;
}

.agreement-text a {
    color: #7e7e7e;
}

@media (max-width: 767px) {
    .agreement-text {
        max-width: 100%;
        font-size: 10px;
    }
    .hard-steam-calculator-form {
        gap: 15px;
    }
}

.contact-block {
    background: #f5f7f9;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    background-color: #ebebf3;
}
.contact-block a {
    color: #6e61c0;
}
.contact-block i {
    font-size: 25px;
}
.contact-block .info {
    line-height: 22px;
}
.currencies {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 600;
    background: #e7e7e7;
    padding: 0px 8px;
    border-radius: 15px;
    gap: 6px;
    width: fit-content;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}
.offers-l-block:hover .currencies {
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
}
@media (max-width: 768px) {
    .currencies-container {
        min-width: 100%;
    }
  }

.payment-methods {
    gap: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.payment-methods::-webkit-scrollbar {
    display: none;
}
.payment-methods .sbp-card-container {
    flex-shrink: 0;
}
.payment-method-disabled {
    position: relative;
    opacity: 0.9;
    pointer-events: none;
}
.payment-method-disabled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    z-index: 1;
}
.payment-method-disabled::after {
    content: 'Временно недоступно';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0px 4px;
    border-radius: 7px;
    background: rgba(143, 143, 143, 0.9);
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.payment-method-disabled:hover {
    opacity: 0.4;
    cursor: not-allowed;
}
.sbp-card-container {
    cursor: pointer;
    padding: 4px 7px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out;
}
.sbp-card-container img{
    max-width: 100%;
    width: unset;
    height: 50px;
}
.sbp-card-container.active {
    box-shadow: inset 0 0 0 2px #7898DC;
    transition: all 0.1s ease-in-out;
    background-color: #EBF2FFDE;
}
.sbp-card-container:hover {
    box-shadow: inset 0 0 0 2px #7898DC;
    transition: all 0.1s ease-in-out;
    background-color: #EBF2FFDE;
}
.extra-commission-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 7px;
    background-color: #ff7da9;
    color: #ffffff;
    margin-left: 4px;
    white-space: nowrap;
    vertical-align: middle;
}
.hard-steam-calculator-form-itegrated .left-block{
    flex: 7;
    width:100%;
}
.hard-steam-calculator-form-itegrated .right-block{
    flex:3;
    width:100%;
}
.hard-steam-calculator-form-itegrated .input-container{
    flex:auto;
}
.hard-steam-calculator-form-itegrated .form-container{
    flex:8;
}
.hard-steam-calculator-form-itegrated .button-container{
    flex:2;
}
.hard-steam-calculator-form-itegrated input::placeholder {
    color: #575a67;
}
@media (min-width: 0px) and (max-width: 767px) {
    .hard-steam-calculator-form-itegrated .conteiners-itegrated{
        flex-wrap: wrap;
    }
    .hard-steam-calculator-form-itegrated .form-container{
        flex-wrap: wrap;
        flex:auto;
    }
    .hard-steam-calculator-form-itegrated .input-container{
        flex:none;
        width: 100%;
    }
    .hard-steam-calculator-form-itegrated .button-container{
        flex:none;
        width: 100%;
        max-width: 250px;
    }
}
.hello-offer {
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #7898DC;
    border-radius: 10px;
    width: fit-content;
    gap: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.hello-offer:hover {
    scale: 1.02;
    transition: all 0.2s ease-in-out;
}
.hello-offer .hello-discount {
    color: #7898DC;
}
.hello-offer .hello-apply {
    color: #7898DC;
    font-size: 16px;
    cursor: pointer;
}
.hello-offer .hello-hot-icon {
    width: 20px;
    height: 20px;
}

.last-orders-block {
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.last-orders-block::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.last-orders-block .last-orders-item { 
    position: relative;
    width: fit-content;   
    border-radius: 12px;
    padding: 9px 12px;
}

.last-orders-block .last-orders-item .time-label {
    position: absolute;
    top: 0;
    left: -8px;
    font-size: 12px;
    font-weight: 500;
    color: #4E75CA;
    background: #C7D8FF;
    border-radius: 10px;
    padding: 1px 7px;
    z-index: 1;
}

.last-orders-block .last-orders-item .avatar{ 
    position: relative;
}

.last-orders-block .last-orders-item .avatar .avatar-img{ 
    width: 50px;
    height: 50px;
}

.last-orders-block .last-orders-item .avatar .flag-img{ 
    width: 22px;
    height: auto;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 1;
}

.last-orders-block .last-orders-item .info {
    margin-left: 12px;
}

.last-orders-block .last-orders-item .info .price{ 
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #7898DC;
    padding: 2px 6px;
    width: fit-content;
    border-radius: 8px;
}

.last-orders-block .last-orders-item .info .login{ 
    font-size: 14px;
    font-weight: 400;
}

.scroll-fade-wrapper {
    position: relative;
    overflow: hidden;
}

.scroll-fade-wrapper::before,
.scroll-fade-wrapper::after {
    content: '';
    position: absolute;
    top: 8px; /* отступ mt-2 (0.5rem = 8px) */
    bottom: 0;
    width: 120px; /* широкая дымка */
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translateZ(0); /* Принудительное аппаратное ускорение */
    backface-visibility: hidden; /* Устранение субпиксельных артефактов */
}

.scroll-fade-wrapper::before {
    left: -1px; /* Небольшое перекрытие для устранения зазора */
    background: linear-gradient(to right, #F5F7F9 0%, #F5F7F9 20%, rgba(245, 247, 249, 0.8) 50%, rgba(245, 247, 249, 0.4) 80%, transparent 100%);
}

.scroll-fade-wrapper::after {
    right: -1px; /* Небольшое перекрытие для устранения зазора */
    background: linear-gradient(to left, #F5F7F9 0%, #F5F7F9 20%, rgba(245, 247, 249, 0.8) 50%, rgba(245, 247, 249, 0.4) 80%, transparent 100%);
}

.scroll-fade-wrapper-2::before,
.scroll-fade-wrapper-2::after {
    transform: translateZ(0); /* Принудительное аппаратное ускорение */
    backface-visibility: hidden; /* Устранение субпиксельных артефактов */
}

.scroll-fade-wrapper-2::before {
    left: -1px; /* Небольшое перекрытие для устранения зазора */
    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.4) 80%, transparent 100%);
}

.scroll-fade-wrapper-2::after {
    right: -1px; /* Небольшое перекрытие для устранения зазора */
    background: linear-gradient(to left, #FFFFFF 0%, #FFFFFF 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.4) 80%, transparent 100%);
}

.scroll-fade-wrapper.show-left-fade::before {
    opacity: 1;
}

.scroll-fade-wrapper.show-right-fade::after {
    opacity: 1;
}

@media (min-width: 0px) and (max-width: 767px) {
    .scroll-fade-wrapper::before,
    .scroll-fade-wrapper::after {
        width: 30px; /* широкая дымка */
    }
}

.__jivoMobileButton {
    z-index: 3 !important;
}

/* ===========================================
   PAYMENT CALCULATOR FORM (.payment-calculator-form)
   =========================================== */

/* Section labels */
.payment-calculator-form .pcf-section-label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #333;
}

/* Nominal selector */
.payment-calculator-form .nominal-selector {
    gap: 8px;
}
.payment-calculator-form .nominal-item {
    border-radius: 12px;
    padding: 8px 12px;
    border: 1.5px solid #dee2e6;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
    background: #fff;
    color: #333;
    white-space: nowrap;
}
.payment-calculator-form .nominal-item:hover {
    box-shadow: inset 0 0 0 2px #7898DC;
    background-color: #EBF2FFDE;
    border-color: transparent;
    transition: all 0.1s ease-in-out;
}
.payment-calculator-form .nominal-item.active {
    box-shadow: inset 0 0 0 2px #7898DC;
    background-color: #EBF2FFDE;
    border-color: transparent;
    transition: all 0.1s ease-in-out;
}

/* Price details toggle (pure CSS) */
/* Availability spinner — reuses .pay-spinner pattern */
.payment-calculator-form .nominal-item {
    position: relative;
}

.payment-calculator-form .pcf-price-cell {
    position: relative;
}

.payment-calculator-form .pcf-price-cell .pay-spinner {
    justify-content: flex-end;
}

/* Unavailable button */
.payment-calculator-form .pcf-btn-unavailable {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Region temporarily has no offers (SEO: keep URL on 200 OK) */
.payment-calculator-form .pcf-region-unavailable {
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff8e1;
    border: 1px solid #ffe082;
    color: #795548;
    font-size: 14px;
    line-height: 1.4;
}

.pcf-price-block .pcf-price-checkbox {
    display: none;
}
.pcf-price-block .pcf-price-label {
    cursor: pointer;
    user-select: none;
}
.pcf-price-block .pcf-price-label:hover {
    opacity: 0.7;
}
.pcf-price-block .pcf-price-arrow {
    transition: transform 0.3s ease;
    color: #333;
}
.pcf-price-block .pcf-price-checkbox:checked ~ table .pcf-price-arrow {
    transform: rotate(90deg);
}
.pcf-price-block .pcf-price-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
    margin-top: 0;
}
.pcf-price-block .pcf-price-checkbox:checked ~ .pcf-price-details {
    max-height: 200px;
    margin-top: 0.5rem;
}

/* Email hint (voucher offers) */
.pcf-email-wrap {
    position: relative;
}
.pcf-email-with-hint {
    padding-right: 36px;
}
.services-page .pcf-email-wrap .pcf-email-hint {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #7898DC;
    font-size: 16px;
    cursor: pointer;
}

.services-payment-page .bg-image-right {
    position: absolute;
    right: 30px;
    bottom: 0;
    height: 105%;
    max-height: 250px;
    width: auto;
}

/* Loyalty Block Styles */
.loyalty-block-new {
    background: #EDEBFF;
    border-radius: 12px;
    padding: 8px 12px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loyalty-block-new .loyalty-left,
.loyalty-block-new .loyalty-right {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #333;
}

.loyalty-block-new .loyalty-coin {
    width: 16px;
    height: 16px;
    margin-left: -2px;
}

.loyalty-block-new .loyalty-info-icon {
    font-size: 14px;
    color: #667192;
    cursor: help;
}

.loyalty-block-new .loyalty-amount {
    font-weight: 600;
}

/* Loyalty Switch */
.loyalty-switch {
    position: relative;
    width: 36px;
    height: 20px;
    cursor: pointer;
}

.loyalty-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.loyalty-switch .loyalty-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    border: 1px solid rgba(102, 113, 146, 0.3);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.loyalty-switch .loyalty-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #667192;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.loyalty-switch input:checked + .loyalty-slider {
    background-color: #A9A1EF;
    border: none;
}

.loyalty-switch input:checked + .loyalty-slider:before {
    background-color: #FFFFFF;
    transform: translateX(16px) translateY(-50%);
}

/* Loyalty Badge in Button */
.loyalty-badge {
    position: absolute;
    left: calc(50% + 45px);
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #C5A3FF;
    color: #6C37C5;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px 4px 8px;
    border-radius: 12px;
}

.loyalty-badge .loyalty-coin-sm {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    .loyalty-badge {
        position: static;
        transform: none;
        vertical-align: middle;
        margin-left: 0;
    }
}

.loyalty-discount-price {
    color: #7898dc;
}

/* Instruction Button */
.btn-instruction-desktop,
.btn-instruction-mobile {
    background: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    color: #5A7ECB !important;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(90, 126, 203, 0.2);
    white-space: nowrap;
}

.btn-instruction-desktop:hover,
.btn-instruction-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #4A6BB5 !important;
    text-decoration: none;
    border-color: rgba(90, 126, 203, 0.4);
}

.btn-instruction-desktop {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
}

.btn-instruction-mobile {
    display: none;
}

/* Instruction Steps Block */
.instruction-steps-block .instruction-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 32px;
}

.instruction-steps-block .steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.instruction-steps-block .step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.instruction-steps-block .step-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -20px;
    top: 20px;
    font-size: 24px;
    color: #667EEA;
    font-weight: bold;
    opacity: 0.8;
}

.instruction-steps-block .step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #667EEA;
    background: -moz-linear-gradient(to right, #667EEA, #764BA2);
    background: -webkit-linear-gradient(to right, #667EEA, #764BA2);
    background: linear-gradient(to right, #667EEA, #764BA2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.35);
}

.instruction-steps-block .step-content {
    width: 100%;
}

.instruction-steps-block .step-text {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
}

.instruction-steps-block .step-text a {
    color: #667EEA;
    text-decoration: underline;
    font-weight: 500;
}

.instruction-steps-block .step-text a:hover {
    color: #764BA2;
    text-decoration: none;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .btn-instruction-desktop {
        display: none;
    }
    
    .btn-instruction-mobile {
        display: inline-flex;
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .instruction-steps-block .steps-container {
        flex-direction: column;
        gap: 32px;
    }
    
    .instruction-steps-block .step-item {
        flex-direction: row;
        text-align: left;
        width: 100%;
        position: relative;
        padding-bottom: 8px;
    }
    
    .instruction-steps-block .step-item:not(:last-child)::after {
        content: '↓';
        position: absolute;
        left: 24px;
        bottom: -20px;
        transform: translateX(-50%);
        font-size: 20px;
        color: #667EEA;
        font-weight: bold;
        opacity: 0.8;
    }
    
    .instruction-steps-block .step-number {
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 16px;
    }
    
    .instruction-steps-block .step-content {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .instruction-steps-block .steps-container {
        gap: 28px;
    }
    
    .instruction-steps-block .instruction-title {
        font-size: 18px;
        margin-bottom: 24px;
    }
    
    .instruction-steps-block .step-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .instruction-steps-block .step-item:not(:last-child)::after {
        left: 20px;
        bottom: -18px;
        font-size: 18px;
    }
}

/* Кастомные кнопки сортировки */
.sort-buttons-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sort-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 17px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    border: none;
    background-color: #f0f0f0;
    color: #303030;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    white-space: nowrap;
    outline: none;
}

.sort-button > div:first-child,
.sort-button > span:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort-button:focus {
    outline: none;
    box-shadow: none;
}

.sort-button:hover:not(.active) {
    background-color: #525252;
    color: #ffffff;
}

.sort-button.active {
    background-color: #525252;
    color: #ffffff;
}

@media (max-width: 767px) {
    .sort-button {
        font-size: 12px;
        padding: 6px 14px;
    }
}

/* ===========================================
   MODERN CONTENT STYLES - Services Comparing
   =========================================== */

/* Типографика контента */
.services-page .game-description,
.services-page .anchor-description {
    font-size: clamp(15px, 2.5vw, 17px);
    line-height: 1.75;
    color: #2d3748;
    letter-spacing: -0.01em;
}

/* Заголовки в контенте */
.services-page .game-description h2,
.services-page .anchor-description h2 {
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 700;
    color: #1a202c;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    max-width: none;
}

.services-page .game-description h2:first-child,
.services-page .anchor-description h2:first-child {
    margin-top: 0;
}

.services-page .game-description h3,
.services-page .anchor-description h3 {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 600;
    color: #2d3748;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.services-page .game-description h4,
.services-page .anchor-description h4 {
    font-size: clamp(16px, 2.5vw, 18px);
    font-weight: 600;
    color: #4a5568;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

/* Параграфы */
.services-page .game-description p,
.services-page .anchor-description p {
    margin-bottom: 1.25rem;
    color: #4a5568;
}

.services-page .game-description p:last-child,
.services-page .anchor-description p:last-child {
    margin-bottom: 0;
}

/* Списки */
.services-page .game-description ul,
.services-page .anchor-description ul,
.services-page .game-description ol,
.services-page .anchor-description ol {
    margin: 1.5rem 0;
    padding-left: 0;
    list-style: none;
}

.services-page .game-description > ul > li,
.services-page .anchor-description > ul > li,
.services-page .game-description ul ul li,
.services-page .anchor-description ul ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.875rem;
    line-height: 1.6;
}

.services-page .game-description > ul > li::before,
.services-page .anchor-description > ul > li::before,
.services-page .game-description ul ul li::before,
.services-page .anchor-description ul ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
    border-radius: 50%;
}

.services-page .game-description > ol,
.services-page .anchor-description > ol {
    counter-reset: list-counter;
}

.services-page .game-description > ol > li,
.services-page .anchor-description > ol > li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    counter-increment: list-counter;
    line-height: 1.6;
}

.services-page .game-description > ol > li::before,
.services-page .anchor-description > ol > li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 1.75rem;
    height: 1.75rem;
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Вложенные ul внутри ol */
.services-page .game-description ol ul,
.services-page .anchor-description ol ul {
    margin: 0.75rem 0;
    padding-left: 1rem;
}

.services-page .game-description ol ul li,
.services-page .anchor-description ol ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.services-page .game-description ol ul li::before,
.services-page .anchor-description ol ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
    border-radius: 50%;
}

/* Ссылки */
.services-page .game-description a,
.services-page .anchor-description a {
    color: #667EEA;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.services-page .game-description a:hover,
.services-page .anchor-description a:hover {
    color: #764BA2;
    border-bottom-color: #764BA2;
}

/* Изображения в контенте */
.services-page .game-description img,
.services-page .anchor-description img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 1.5rem 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    display: block;
}

/* Цитаты */
.services-page .game-description blockquote,
.services-page .anchor-description blockquote {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
    border-left: 4px solid #667EEA;
    border-radius: 0 16px 16px 0;
    font-style: italic;
    color: #4a5568;
}

.services-page .game-description blockquote p:last-child,
.services-page .anchor-description blockquote p:last-child {
    margin-bottom: 0;
}

/* Strong/Bold text */
.services-page .game-description strong,
.services-page .anchor-description strong {
    font-weight: 600;
    color: #2d3748;
}

/* Код */
.services-page .game-description code,
.services-page .anchor-description code {
    background: #f1f5f9;
    padding: 0.2em 0.5em;
    border-radius: 6px;
    font-size: 0.9em;
    color: #667EEA;
    font-family: 'SF Mono', Monaco, 'Courier New', monospace;
}

/* Таблицы */
.services-page .game-description table,
.services-page .anchor-description table {
    display: block;
    overflow-x: auto;
    margin: 1.5rem 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.services-page .game-description table thead,
.services-page .anchor-description table thead {
    background: linear-gradient(135deg, #004b69 0%, #006080 100%);
}

.services-page .game-description table th,
.services-page .anchor-description table th,
.services-page .game-description table thead td,
.services-page .anchor-description table thead td {
    color: #fff;
    font-weight: 600;
    padding: 0.65rem 0.9rem;
    text-align: left;
    font-size: 14px;
}

.services-page .game-description table th p,
.services-page .anchor-description table th p,
.services-page .game-description table th strong,
.services-page .anchor-description table th strong,
.services-page .game-description table thead td p,
.services-page .anchor-description table thead td p,
.services-page .game-description table thead td strong,
.services-page .anchor-description table thead td strong {
    color: inherit;
    margin: 0;
}

.services-page .game-description table td,
.services-page .anchor-description table td {
    padding: 0.6rem 0.9rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
}

.services-page .game-description table tbody tr:last-child td,
.services-page .anchor-description table tbody tr:last-child td {
    border-bottom: none;
}

.services-page .game-description table tbody tr:hover,
.services-page .anchor-description table tbody tr:hover {
    background: #f8fafc;
}

/* Горизонтальная линия */
.services-page .game-description hr,
.services-page .anchor-description hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    margin: 2.5rem 0;
}

/* ===========================================
   IMPROVED SIDEBAR NAVIGATION (Light Theme)
   =========================================== */

.services-page .sidebar-widget .nav-title {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.services-page .sidebar-widget .nav-link {
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-bottom: 2px;
}

.services-page .sidebar-widget .nav-link:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667EEA;
}

.services-page .sidebar-widget .nav-link i {
    margin-right: 6px;
    opacity: 0.8;
}

.services-page .sidebar-widget .nav-top-link {
    color: #667EEA;
    font-weight: 500;
}

.services-page .sidebar-widget .nav-top-link:hover {
    background: rgba(102, 126, 234, 0.15);
}

/* ===========================================
   IMPROVED H2 TITLE
   =========================================== */

.services-page .h2-title-single {
    position: relative;
    padding-bottom: 1rem;
}

.services-page .h2-title-single::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #667EEA, #764BA2);
    border-radius: 2px;
}

/* ===========================================
   MOBILE OPTIMIZATIONS
   =========================================== */

@media (max-width: 991px) {
    .services-page .navigation {
        position: relative;
        top: 0;
    }
    
    .services-page .sidebar-widget {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .services-page .game-description,
    .services-page .anchor-description {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .services-page .game-description h2,
    .services-page .anchor-description h2 {
        font-size: 20px;
        margin-top: 2rem;
    }
    
    .services-page .game-description h3,
    .services-page .anchor-description h3 {
        font-size: 18px;
    }
    
    .services-page .game-description > ul > li,
    .services-page .anchor-description > ul > li,
    .services-page .game-description > ol > li,
    .services-page .anchor-description > ol > li {
        margin-bottom: 0.75rem;
    }
    
    .services-page .game-description img,
    .services-page .anchor-description img {
        border-radius: 12px;
        margin: 1rem 0;
    }
    
    .services-page .game-description blockquote,
    .services-page .anchor-description blockquote {
        padding: 1rem 1rem 1rem 1.5rem;
        margin: 1.5rem 0;
    }
    
    .services-page .game-description table th,
    .services-page .anchor-description table th,
    .services-page .game-description table td,
    .services-page .anchor-description table td {
        padding: 0.5rem 0.75rem;
        font-size: 14px;
    }
}

/* «Где найти логин Steam?» — ghost-плашка-подсказка внутри инпута + модалка */
.hard-steam-calculator-form .login-input-wrap {
    position: relative;
}
.hard-steam-calculator-form .login-input-wrap > .form-control {
    padding-right: 112px;
}
/* перебиваем глобальное .hard-steam-calculator-form button { width:100%; padding:9px; font-size:16px } */
.hard-steam-calculator-form .login-input-wrap .login-help-btn {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: 0;
    color: #9CA3AF;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: color .15s ease;
}
.hard-steam-calculator-form .login-input-wrap .login-help-btn:hover,
.hard-steam-calculator-form .login-input-wrap .login-help-btn:focus {
    color: #7898DC;
    outline: none;
}
.hard-steam-calculator-form .login-input-wrap .login-help-btn__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask: url('/img/icons/help-question.svg') no-repeat center / contain;
    mask: url('/img/icons/help-question.svg') no-repeat center / contain;
    flex-shrink: 0;
}

.login-help-modal .modal-dialog {
    max-width: 640px;
}
.login-help-modal .modal-content {
    position: relative;
    border: none;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(45, 45, 45, .14);
    overflow: hidden;
    background: #fff;
}
.login-help-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    color: #2D2D2D;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}
.login-help-modal__close:hover,
.login-help-modal__close:focus {
    background: #fff;
    color: #000;
    outline: none;
}
.login-help-modal__close i {
    line-height: 1;
}
.login-help-modal__hero {
    background: #F5F7F9;
    padding: 28px 28px 0;
}
.login-help-modal__hero img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 8px 24px rgba(45, 45, 45, .12);
}
.login-help-modal__content {
    padding: 22px 24px 24px;
}
.login-help-modal__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.25;
}
.login-help-modal__text {
    margin: 0;
    color: #4A4A4A;
    font-size: 14.5px;
    line-height: 1.55;
}
.login-help-modal a.login-help-modal__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: #5A7ECB;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    transition: color .15s ease;
}
.login-help-modal a.login-help-modal__link:hover,
.login-help-modal a.login-help-modal__link:focus {
    color: #3A5FA6;
    text-decoration: underline;
    outline: none;
}
.login-help-modal a.login-help-modal__link i {
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 575px) {
    .login-help-modal .modal-dialog {
        margin: 12px;
    }
    .login-help-modal__hero {
        padding: 20px 16px 0;
    }
    .login-help-modal__content {
        padding: 18px 18px 20px;
    }
    .login-help-modal__title {
        font-size: 18px;
    }
    .login-help-modal__text {
        font-size: 14px;
    }
}