

/* Start:/dlya-biznesa/zaklyuchenie-dogovorov/prochie-potrebiteli/dogovor-s-fiksirovannoy-cenoy/fixed_prices.css?175996125715799*/
.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;
    }
}

/* End */
/* /dlya-biznesa/zaklyuchenie-dogovorov/prochie-potrebiteli/dogovor-s-fiksirovannoy-cenoy/fixed_prices.css?175996125715799 */
