

/* Start:/dlya-biznesa/zaklyuchenie-dogovorov/prochie-potrebiteli/dogovor-s-fiksirovannoy-cenoy/fixed_prices.css?177270968633908*/
.fixed-prices {
    margin-top: -25px;
}
.fixed-prices__top-heading {
    padding: 20px 20px 30px 20px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
.fixed-prices__top {
    display: flex;
    margin-bottom: 50px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    background-color: #fff;
}
.fixed-prices__top-image {
    width: 300px;
    min-width: 300px;
}
.fixed-prices__top-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
    margin-bottom: 0;
}
.fixed-prices__top-content {
    max-height: 923px;
    padding: 20px;
    background: #F3F5F7;
    border-radius: 0 8px 8px 0;
}
.fixed-prices__top-title {
    min-height: 41px;
    color: #232735;
    font-size: 1.9em;
    font-style: normal;
    font-weight: bold;
    /*line-height: 38px;*/
    line-height: 1.25;
    letter-spacing: -1px;
}
.fixed-prices__top-title br{
    display: none;
}
.fixed-prices__top-text {
    margin-top: 30px;
    color: #232735;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.79px;
    text-align: justify;
}
.fixed-prices__top-buttons {
    display: flex;
    padding-bottom: 20px;
}
.fixed-prices__top-buttons .button-primary {
    width: 227px;
    min-height: 69px;
    padding: 6px 10px;
    line-height: 19.07px;
}
.fixed-prices__top-buttons > div {
    /*width: 50%;*/
    min-height: 60px;
}
.fixed-prices__top-btn-1 {
    display: block;
    border-radius: 4px;
    background: #0033A0;
    cursor: pointer;
    padding: 12px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}
.fixed-prices__top-btn-2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
    font-size: 14px;
    color: #1443A5;
    position: absolute;
    line-height: 19.07px;
    margin-top: 15.5px;
    max-width: 240px;
}
.fixed-prices__top-btn-2 svg {
    width: 28px;
    min-width: 28px;
    margin-right: 15px;
}
.fixed-prices__top-btn-2 span {
    color: #1A47A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
}
.fixed-prices-comparison {
    border-radius: 8px;
}
.fixed-prices-comparison__title {
    color: #232735;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.51px;
    letter-spacing: -0.4px;
}
.fixed-prices-comparison__content {
    display: flex;

}
.fixed-prices-comparison__col {
    width: 50%;
    margin-top: 30px;
}
.fixed-prices-comparison__col:nth-child(1) {
    padding-right: 30px;
    border-right: 1px solid #D9D9D9;
}
.fixed-prices-comparison__col:nth-child(2) {
    padding-left: 30px;
}
.fixed-prices-comparison__list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.fixed-prices-comparison__list-title {
    color: #FF7819;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.51px;
}
.fixed-prices-comparison__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.fixed-prices-comparison__item-icon {
    width: 30px;
    min-width: 30px;
}
.fixed-prices-comparison__item-icon img {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
}
.fixed-prices-comparison__item-title {
    color: #232735;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.07px;
}
.fixed-prices__bottom {
    margin-bottom: 50px;
}
.fixed-prices__bottom-title {
    color: #232735;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.24px;
}
.fixed-prices__bottom-text {
    color: #232735;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.79px;
}

.fixed-prices__bottom-text strong {
    font-weight: 600;
}

.fixed-prices__bottom-text p {
    margin: 20px 0px;
}
.fixed-prices__bottom-text ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
}
.fixed-prices__bottom-text li {
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 19.07px;
}

.user-typography.user-typography--fixed-prices .fixed-prices__bottom-text li {
    text-align: left;
    padding-left: 21px;
}

.user-typography.user-typography--fixed-prices .fixed-prices__bottom-text li:before {
    top: 6px;
    left: 5px;
}

.fixed-prices__bottom-text li:before {
    content: '';
    display: block;
    background-color: #FF7819;
    position: absolute;
    height: 7px;
    width: 6px;
    border-radius: 100%;
    top: 9px;
    left: 0;
}
.fixed-prices__links {
    display: flex;
    align-items: center;
    gap: 38px;
}

.fixed-prices__links-item a {
    width: 368px;
    padding: 10px 0;
    line-height: 19.07px;
    font-weight: 600;
    letter-spacing: 0;
}

.fixed-prices__links-item:last-child {
    margin-right: 0;
}
.fixed-prices__links-item-1 {
    display: block;
    border-radius: 4px;
    background: #FF790C;
    padding: 12px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer;
}
.fixed-prices__links-item-2 {
    display: flex;
    align-items: center;
    padding: 12px;
    padding-left: 0;
    cursor: pointer;
    color: #1443A5;
    font-size: 14px;
}

.fixed-prices__links-item .fixed-prices__links-item-2 {
    width: 233px;
    font-weight: 400;
}

.fixed-prices__links-item-2 svg {
    width: 28px;
    min-width: 28px;
    margin-right: 16.88px;
}
.fixed-prices__links-item-2 span {
    color: #1A47A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
}
.fixed-prices__links-item-3 {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1443A5;
    font-size: 14px;
}

.fixed-prices__links-item .fixed-prices__links-item-3 {
    width: 233px;
    font-weight: 400;
}

.fixed-prices__links-item-3 svg {
    width: 28px;
    min-width: 28px;
    margin-right: 15px;
}
.fixed-prices__links-item-3 span {
    color: #1A47A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
}
.fancybox-container_fixed-prices.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background-color: rgba(4, 21, 61, 0.50) !important;
}
.fixed-prices-callback {
    display: none;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.50);
    position: relative;
    padding: 30px;
    width: 800px;
    max-width: 100%;
}
.fixed-prices-callback__close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;

}
.fixed-prices-callback__close svg {
    display: block;
}
.fixed-prices-callback__title {
    color: #232735;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 30px;
}
.fixed-prices-callback__body {
    border-top: 1px solid #CDD1DA;
    border-bottom: 1px solid #CDD1DA;
    padding-top: 30px;
    padding-bottom: 20px;
}
.fixed-prices-callback__reqtext {
    color: #232735;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.fixed-prices-callback__field {
    margin-top: 20px;
    display: flex;

}
.fixed-prices-callback__field-label {
    width: 240px;
    min-width: 240px;
    padding-right: 30px;
    color: #232735;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-top: 14px;
}
.fixed-prices-callback__field-input {
    position: relative;
    flex-grow: 1;
    width: calc(100% - 240px);
    max-width: calc(100% - 240px);
}
.fixed-prices-callback__field-input input[type="text"],
.fixed-prices-callback__field-input textarea {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #A1A4B1;
    padding: 14px 18px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    outline: none;
}
.fixed-prices-callback__field-input textarea {
    min-width: 100%;
    max-width: 100%;
    height: 80px;
    min-height: 80px;
}
.fixed-prices-callback__field-input input[type="text"]::placeholder,
.fixed-prices-callback__field-input textarea::placeholder {
    color: #80869B;
}
.fixed-prices-callback__upload {
    position: relative;
    display: flex;
    border-radius: 4px;
    border: 1px solid #A1A4B1;
    background: #F3F5F7;
    overflow: hidden;
    cursor: pointer;
}
.fixed-prices-callback__upload-btn {
    width: 120px;
    min-width: 120px;
    border-radius: 4px;
    background: #1A47A9;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px;
}
.fixed-prices-callback__upload-text {
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    flex-grow: 1;
    color: #80869B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.fixed-prices-callback__upload-info {
    margin-top: 8px;
    color: #80869B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.fixed-prices-callback__upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.fixed-prices-callback__bottom {
    margin-top: 20px;
}
.fixed-prices-callback__submit {
    display: inline-block;
    width: 250px;
    max-width: 100%;
    cursor: pointer;
    border-radius: 4px;
    background: #FF7819;
    padding: 14px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border: none;
    outline: none;
}
@media (max-width: 1300px) {
    .fixed-prices__links-item:first-child {
        padding: 0 10px;
        background-color: #FF7819;
        border-radius: 4px;
    }

    .fixed-prices__links-item:first-child a {
        width: 278px;
    }
}
@media (max-width: 1200px) {
    .fixed-prices__top-btn-2{
        max-width: 100%;
    }
    .fixed-prices__top {
        display: block;
        padding: 0;
        height: 418.31px;
        border-radius: 8px;
    }
    .fixed-prices__top-heading {
        background-color: transparent;
        position: absolute;
        padding: 0;
        width: 348px;
        left: 351px;
        top: 46.5%;
    }
    .fixed-prices__top-title {
        /*width: 62%;*/
    }
    .fixed-prices__top-text {
        /*margin-top: 60px;*/
        margin-top: 30px;
        font-size: 12px;
    }
    .fixed-prices__top-buttons {
        position: absolute;
        top: 82%;
        left: 351px;
        display: block;
    }
    .fixed-prices__top-image {
        min-width: 0;
        width: 300px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        height: 418.31px;
    }
    .fixed-prices-comparison {
        width: calc(100% - 60px);
        padding: 30px 21px;
        position: absolute;
        left: 30px;
        background-color: #F3F5F7;
    }
    .fixed-prices__top-image img {
        max-height: 100%;
        object-fit: cover;
    }
    .fixed-prices__top-buttons .button-primary {
        width: 348px;
        min-height: 60px;
        padding: 10px 43px;
    }
    .fixed-prices__top-buttons .button-primary br {
        display: none;
    }
    .fixed-prices__top-content {
        padding: 55px 15px 15px 15px;
    }
    .fixed-prices__links {
        flex-wrap: wrap;
    }
    .fixed-prices__links-item {
        width: 47%;
    }
    .fixed-prices__links-item:first-child {
        text-align: center;
        width: 100%;
    }
    .fixed-prices__links-item:first-child a {
        width: 100%;
    }
    .fixed-prices__bottom {
        margin-top: 558px;
    }
    .fixed-prices-callback {
        padding: 15px;

    }
    .fixed-prices-callback__title {
        font-size: 18px;
        line-height: 1.2;
        padding-right: 30px;
    }
    .fixed-prices-callback__field {
        display: block;

    }
    .fixed-prices-callback__field-label {
        padding-right: 0;
        min-width: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .fixed-prices-callback__field-input {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1050px) {
    .fixed-prices__top-heading {
        top: 40%;
    }
    .fixed-prices__top-buttons {
        /*top: 67%;*/
        top: 76%;
    }
}
@media (max-width: 768px) {
    .fixed-prices__top-buttons {
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .fixed-prices__top-buttons > div {
        margin-top: auto;
    }
    .fixed-prices__top-buttons > div >a {
        margin: 0;
        padding-top: 20px;
    }
    .fixed-prices-comparison__title {
        width: 83%;
        font-size: 16px;
        line-height: 1.3;
    }
    .fixed-prices-comparison__list-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .fixed-prices-comparison__item-icon {
        width: 30px;
        min-width: 30px;
    }
    .fixed-prices-comparison__item-title {
        font-size: 14px;
        line-height: 1.2;
    }
    .fixed-prices-comparison__col:nth-child(1) {
        padding-right: 28px;
    }
    .fixed-prices-comparison__col:nth-child(2) {
        padding-left: 28px;
    }
}
@media (max-width: 767px) {

    .fixed-prices {
        margin-top: -42px;
        border-radius: 10px 10px 0 0;
    }
    .fixed-prices__top {
        border-radius: 0 0 10px 10px;
        padding-bottom: 15px;
        height: auto;
    }
    .fixed-prices__top-content {
        background: #fff;
        padding: 15px;
    }
    .fixed-prices__top-heading {
        position: static;
        padding: 15px;
        background-color: #fff;
        width: 100%;
    }
    .fixed-prices__top-title {
        font-size: 22px;
        width: 100%;
        font-weight: 600;
    }
    .fixed-prices__top-text {
        margin-top: 20px;
    }
    .fixed-prices__top-content {
        padding-bottom: 0;
    }
    .fixed-prices__top-image {
        margin: auto;
    }
    .fixed-prices__top-image img {
        border-radius: 10px;
    }
    .fixed-prices__top-buttons {
        position: static;
        padding-bottom: 0;
    }
    .fixed-prices__top-buttons .button-primary {
        position: absolute;
        width: calc(100% - 60px);
        padding: 10px 20px;
    }
    .fixed-prices__top-buttons > div {
        display: flex;
        justify-content: center;
    }
    .fixed-prices-comparison {
        margin-top: 30px;
        left: 15px;
        width: calc(100% - 30px);
        padding: 30px;
    }
    .fixed-prices-comparison__title {
        width: 98%;
    }
    .fixed-prices-comparison__content {
        flex-direction: column;
    }
    .fixed-prices-comparison__col {
        width: 100%;
    }
    .fixed-prices-comparison__col:nth-child(1) {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
    }
    .fixed-prices-comparison__col:nth-child(2) {
        margin-top: 20px;
        padding-left: 0;
    }
    .fixed-prices__bottom {
        margin-top: 740px;
        margin-bottom: 20px;
    }
    .fixed-prices__links {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}
@media (max-width: 510px) {
    .fixed-prices__bottom {
        margin-top: 800px;
    }
}
@media (max-width: 420px) {
    .fixed-prices__bottom {
        margin-top: 860px;
    }
}

.singl-price-section {
    background: #fff;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.singl-price-section > .container {
  padding: 0 !important;
  margin: 0 !important;
}

.singl-price-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch;
    background: #fff;
    border-radius: 16px;
}

.singl-price-cont {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 48px !important;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0;
}

.singl-price-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #232735;
    margin-bottom: 16px;
}

.singl-price-text {
    font-size: 16px;
    line-height: 22px;
    color: #232735;
    max-width: 95%;
    margin-bottom: 24px;
}

.singl-price-button {
    font-size: 16px;
    line-height: 24px;
    background-color: #FF7819;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 4px;
    color: #FFFFFF;
    width: 202px;
    text-decoration: none;
}

.singl-price-image {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
}

.singl-price-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.tariff-advantages-section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.tariff-advantages-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #232735;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.advantage-column {
    background: var(--white);
    border-radius: var(--border-radius-xl);
    padding: 0px 30px;
    transition: all var(--transition-normal);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
}

.advantage-icon-container {
    margin-bottom: 16px;
    position: relative;
}

.advantage-description {
    font-size: 16px;
    line-height: 22px;
    color: #232735;
}

.benefits-section {
    padding-bottom: 60px;
}

.benefits-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #232735;
    text-align: center;
    margin-bottom: 40px !important;
    margin: 0 auto;
    max-width: 600px;
}

/* Контейнер для двух колонок */
.benefits-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
}

/* Общие стили для колонок */
.benefit-column {
    border-radius: var(--border-radius-xl);
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-heavy);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.benefit-column-content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Колонка 1: Стандартные условия */
.standard-conditions-column {
    background: #ffffff;
    padding: 40px;
    padding-bottom: 0px;
}

/* Колонка 2: Одна цена - один платеж */
.single-price-column {
    background: /*#FF7819*/#FF700b;
    color: #fff;
    padding: 40px;
}

.benefit-column .pricing-box-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
    font-weight: 700;
    color: #232735;
}

.standard-conditions-column .pricing-box-title {
    color: var(--navy-blue);
}

.single-price-column .pricing-box-title {
    color: #fff;
}

.benefit-column .price-display {
    border-radius: var(--border-radius-lg);
    margin-bottom: 30px;
}

.benefit-column .price-label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    opacity: 60%;
    font-weight: 500;
    color: #232735;
}

.standard-conditions-column .price-label {
    color: var(--text-light);
}

.single-price-column .price-label {
    color: rgba(255, 255, 255, 0.9);
}

.benefit-column .price-value {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
    color: #232735;
}

.standard-conditions-column .price-value {
    color: var(--primary-blue);
}

.single-price-column .price-value {
    color: #fff;
}

.benefit-column-cont-desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    opacity: .6;
}

.benefit-column-cont-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 140px;
    color: #FFFFFF;
}

.benefit-column .conditions-list {
    list-style-type: disc;
    margin-bottom: 33px;
    padding-left: 20px;
}

.benefit-column .condition-item {
    font-size: 16px;
    line-height: 22px;
    color: #232735;
    padding-bottom: 10px;
}

.benefit-column .condition-item:last-child {
    border-bottom: none;
}

.benefit-column .condition-text {
    flex: 1;
    font-weight: 500;
}

.standard-conditions-column .condition-text {
    color: var(--text-dark);
}

.single-price-column .condition-text {
    color: rgba(255, 255, 255, 0.95);
}

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

.single-price-benefit-button {
    margin-top: auto;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border-radius: 4px;
    padding: 12px 24px;
    display: block;
    width: 100%;
    max-width: 202px;
    cursor: pointer;
    position: relative;
    z-index: 20;
    text-decoration: none;
}

.column-bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    mix-blend-mode: overlay;
}

.standard-bg-image {
/*  background-image: url('/upload/img/score2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  position: absolute;
  right: 35%;
  bottom: -30%;
  width: 150px !important;
  height: 150px;
  z-index: 1;
  transform: scale(3.5);
  position: relative;
  transform: translate(70%, 98%) scale(3); */

 /* background-image: url('/upload/img/score2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  position: absolute;
  right: 35%;
  bottom: -5%;
  width: 150px !important;
  height: 150px;
  z-index: 1;
  transform: translate(0, 86%) scale(3.5); */
   background-image: url('/upload/img/score2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  position: absolute;
  right: 30%;
  bottom: -30%;
  width: 150px !important;
  height: 150px;
  z-index: 1;
  transform: scale(3.5);
}

.single-price-bg-image {

  background: url('/upload/img/platej-image.png') no-repeat;
  background-size: contain;
/*  position: relative;
  transform: translate(45%, -55%) scale(2.5);
  width: auto !important; */
  position: absolute;
  right: 30%;
  bottom: 0;
  width: 150px !important;
  height: 150px;
  z-index: 1;
  transform: scale(3.5);
}

.isu-additional-section {
    padding-bottom: 0px;
}

.isu-additional-content {
   margin: 0 auto;
    max-width: 660px;
}

.isu-additional-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #232735;
    text-align: center;
    margin-bottom: 16px !important;
    max-width: 600px !important;
    margin: 0 auto;
}

.isu-additional-description {
    font-size: 16px;
    line-height: 22px;
    color: #232735;
    text-align: center;
}

.isu-additional-description-sel {
    font-weight: 700;
}

.isu-advantages-section {
    padding-top: 16px;
    padding-bottom: 60px;
}

.isu-advantages-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #232735;
    text-align: center;
    margin-bottom: 40px;
}

.isu-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
    gap: 16px;
}

.isu-feature-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-medium);
    transition: all var(--transition-normal);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.isu-feature-image {
    margin-bottom: 16px;
}

.isu-feature-image > img {
    width: 100%;
    border-radius: 16px;
}

.isu-feature-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #232735;
}

.isu-feature-description {
    font-size: 16px;
    color: var(--text-medium);
    line-height: 1.6;
}

.how-to-contract-section {
    padding-bottom: 60px;
}

.how-to-contract-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #232735;
    text-align: center;
    margin-bottom: 40px;
}

.contract-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.contract-column {
    padding: 0px;
    padding-bottom: 0px !important;
}

.contract-column-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    position: relative;
    max-width: 430px;
}

.contract-column-title {
    font-size: 16px;
    line-height: 22px;
    color: #232735;
    text-align: center;
    margin-right: 16px;
}

.contract-column-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-blue);
    border-radius: 50%;
    padding: 12px;
}

.contract-steps {
    margin-bottom: 40px;
}

.contract-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(0, 123, 255, 0.2);
    position: relative;
}

.contract-col-inner-text {
    font-size: 16px;
    line-height: 22px;
    color: #232735;
    width: 70%;
    margin-right: auto;
}

.contract-step:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent-blue), var(--primary-blue));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--navy-blue);
    margin-bottom: 5px;
}

.step-description {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.5;
}

.lk-feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: var(--border-radius-md);
    background: rgba(156, 39, 176, 0.05);
    transition: all var(--transition-fast);
}

.feature-icon {
    font-size: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(156, 39, 176, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #673ab7;
    margin-bottom: 3px;
}

.feature-description {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.4;
}

.contract-column-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contract-guide-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 16px;
    border-radius: 4px;
    background: #FF7819 !important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.lk-application-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    border-radius: 4px;
    background: #FF7819 !important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
}

.button-icon {
    margin-right: 12px;
    font-size: 20px;
}

.prices-contract-section {
   padding-bottom: 100px;
}

.prices-contract-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #232735;
    text-align: center;
    margin-bottom: 40px;
}

.contract-col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 15px 21px;
    width: 90%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.contract-link {
    text-decoration: none;
}

.prices-contract-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto;
}

.contract-column-p {
    display: flex;
}

.contract-col-prices-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 90%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 450px;
}

.contract-col-inner-pdf-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.contract-col-inner-pdf-icon2 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 16px;
}

.contract-col-inner-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 16px;
}

.contract-col-inner-icon svg {
    stroke: #9BA4B8;
}

.contract-col-inner-text-p {
    font-size: 16px;
    line-height: 22px;
    color: #232735;
    margin-right: 16px;
    width: 75%;
}

.contract-col-prices-inner:hover .contract-col-inner-icon svg {
    stroke: #1A47A9;
}

@media (max-width: 992px) {

.singl-price-button {
    width: 100%;
    text-align: center;
}

.singl-price-cont {
    padding-left: 20px !important;
}

.isu-features-grid {
    grid-template-columns: auto !important;
    gap: 40px !important;
}

.singl-price-section {
    margin-top: 60px;
    border-radius: 0px;
    overflow: auto;
    padding-top: 20px !important;
}

.singl-price-image {
   padding: 20px;
   overflow: auto;
   box-shadow: none;
}

.singl-price-wrapper {
    gap: 20px !important;
}

.singl-price-cont {
    padding: 20px;
}

.advantages-grid {
    grid-template-columns: auto !important;
}

.advantage-column {
    padding: 0 30px !important;
    text-align: center;
}

.benefits-columns {
    grid-template-columns: auto !important;
}

.contract-columns {
    grid-template-columns: auto !important;
}

.benefit-column .price-display {
    padding: 0px !important;
}

.column-bg-image {
    width: 150px !important;
}

.standard-bg-image {
   bottom: -29%;
   transform: scale(3.3);
}

.single-price-benefit-button {
    max-width: 220px !important;
}

.isu-feature-image > img {
    width: 100%;
}

.isu-feature-title {
    text-align: center;
}

.tariff-advantages-section {
    padding-top: 60px !important; 
    padding-bottom: 60px !important; 
}

.benefits-section {
    padding-bottom: 60px !important; 
}

.isu-additional-section {
    padding-bottom: 60px !important; 
}

.isu-advantages-section {
    padding-bottom: 60px !important; 
}

.how-to-contract-section {
 /*   padding: 30px 0 !important;  */
    padding-bottom: 60px !important;
}

.how-to-contract-title {
    margin-bottom: 40px;
}

.contract-column-title {
    margin-right: 0px !important;
}

.contract-column-header {
    margin-bottom: 16px !important;
}

.contract-col-inner {
    width: 100% !important;
}

.prices-contract-section {
    padding-bottom: 50px !important;
}

.contract-col-prices-inner {
    width: 100% !important;
}

.prices-contract-columns {
    gap: 20px !important;
}

.mob-prices {
    grid-template-columns: auto !important;
}

.modal-1__section--flex {
    gap: 20px;
}

.singl-price-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
}
    
.singl-price-content {
    text-align: center;
}
    
.singl-price-image {
    min-height: 300px;
    order: -1;
    height: auto;
}
}

@media (max-width: 1024px) {
  .singl-price-description {
    max-width: 100% !important;
  }

  .singl-price-cont {
    max-width: 100% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 320px) {
  .standard-bg-image {
   right: 25%;
   bottom: -23%;
   transform: scale(2.6);
  }
}

@media (min-width: 400px) and (max-width: 768px) {
  .standard-bg-image {
   bottom: -30%;
   height: 150px;
   transform: scale(3.2);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .standard-bg-image {
   right: 35%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .standard-bg-image {
   right: 35%;
   bottom: -31%;
   height: 150px;
   transform: scale(3.8);
  }
}

@media (min-width: 1199px) and (max-width: 1279px) {
  .standard-bg-image {
   right: 35%;
   bottom: -33%;
   height: 150px;
   transform: scale(3.8);
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .singl-price-description {
    max-width: 90% !important;
  }

  .singl-price-cont {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .standard-bg-image {
    right: 30%;
    bottom: -30%;
    height: 150px;
 /*   transform: translate(0, 86%) scale(3.5); */
  }

  .singl-price-cont {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
/* End */
/* /dlya-biznesa/zaklyuchenie-dogovorov/prochie-potrebiteli/dogovor-s-fiksirovannoy-cenoy/fixed_prices.css?177270968633908 */
