.container_about{
    display: flex;
    flex-direction: row-reverse;

    column-gap: 52px;

    padding-bottom: 100px;
}

.container_shop{
    margin-top: 40px;
}
.about{
    font-family: 'Proxima Nova';
}
.about__title, .about-title{
    color: #1B1F25;
    font-size: 36px;
    font-weight: 800;
    line-height: 43.85px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    margin: 0;
    margin-bottom: 28px;
}


.about-title_center{
    width: 50%;
    display: flex;
    justify-content: center;
}
.about__description{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.about__description_bold{
    font-weight: 700;
}
.about__description + .about__description{
    margin-top: 45px;
}
.about__subtitle{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.about__requirements{
    margin-top: 45px;
}
.about__list{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    margin-bottom: 56px;
}

.about__additional-info-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.about__additional-info-text a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1px;
}
.about__additional-info, .about__notice{
    margin-bottom: 41px;

    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}




.certificates{
    font-family: 'Proxima Nova';
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.certificates__title{
    font-size: 24px;
    font-weight: 800;
    line-height: 29.23px;

    margin-bottom: 29px;
}
.certificates__image{
    width: 100%;
    max-width: 358px;
    max-height: 504px;
    gap: 0;
    opacity: 1;
}
.certificates__content{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #8D8E8F;
}
.certificates__forms:first-child{
    margin-bottom: 46px;
}

.about__subtitle{
    padding-bottom: 30px;
}
.about__list{
    list-style-type: none;
    padding-left: 0;
}
.about__list-item{
    position: relative;
    padding-left: calc(24px + 21px);
}
.about__list-item:not(:last-child){
    padding-bottom: 32px;
}
.about__list-item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(15%);
    width: 24px;
    height: 24px;
    background-image: url('/images/about/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.about__list-item_apply:before{
    background-image: url('/images/about/checkmark.svg');
}
.about__list-item_blueline{
    padding-left: calc(21px + 37px);
}
.about__list-item_blueline:before{
    transform: translateY(50%);
    width: 20px;
    height: 20px;
    background-image: url('/images/about/blueline.svg');
}

@media (max-width: 460px){
    .about__title, .about-title{
        font-size: 32px;
        line-height: 38.98px;
    }

    .about__description{
        font-size: 16px;
        line-height: 28px;
    }
    .about__subtitle{
        font-size: 24px;
    }
}

.certificates__photo{
    display: flex;
    justify-content: center;
    padding-bottom: 78px;
}
.certificates__photo_small{
    padding-bottom: 40px;
}
.certificates__list{
    padding-left: 0;
}

.certificates__description + .certificates__list{
    margin-top: 30px;
}

@media (max-width: 660px) {
    .container_about{
        flex-wrap: wrap;
    }
}

.requisites {
    position: relative;
    padding-top: 79px;
    padding-bottom: 87px;
}
.requisites:before {
    content: "";
    display: block;
    position: absolute; /* Абсолютное позиционирование относительно .requisites */
    width: 100vw; /* Ширина на всю видимую область */
    height: 100%; /* Высота равна высоте .requisites */
    left: 50%; /* Сдвигаем элемент влево на 50% от ширины viewport */
    transform: translateX(-50%); /* Возвращаем элемент обратно на 50% от его собственной ширины */
    top: 0; /* Привязываем к верхнему краю .requisites */
    background-color: #F8F8F8;
    z-index: -1;
}
.requisites__label{
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.requisites__value{
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.requisites__label{
    white-space: nowrap;
}
.requisites__label + .requisites__value {
    padding-left: 78px;
}
.requisites__list {
    border-collapse: separate;
}
.requisites__value_phones{
    margin: 32px 0;
    display: block;
    max-width: 370px;
}
.requisites__link{
    color: #1B1F25;
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;

    transition: all .3s linear;
}
.requisites__link:hover,.requisites__link:focus {
    color: #1B1F25;
    opacity: 0.8;
    text-decoration-line: underline;
}
@media (max-width: 460px) {
    .requisites__item{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .requisites__item + .requisites__item{
        margin-bottom: 16px;
    }
    .requisites__item > *{
        width: 100%;
    }
    .requisites__label + .requisites__value{
        padding:0;
    }
    .requisites__value, .requisites__link{
        font-weight: bold;
        text-decoration: none;
    }
    .requisites{
        padding-top: 62px;
    }
    .requisites__value_phones{
        margin: 0;
        margin-bottom: 16px;
    }
    .certificates__photo{
        padding-bottom: 43px;
    }
}
/*Старые стили*/
.breadcrumb ul{
    padding-left: 0;
}

/* Переверстка формы */
.requisites .form-head span{
    font-size: 24px;
    font-weight: 800;
    line-height: 29.23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.requisites{
    font-family: Proxima Nova !important;
}
.requisites .field-0,
.requisites .ds-form .form-head {
    border:none;
}
.requisites .form-head{
    margin-bottom: 40px;
    color: #1B1F25;
    border-bottom: none;
}
.requisites .ds-form form label {
    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.05px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #000000;
    margin-bottom: 4px;
}
.requisites .dsfeedback-form form{
    padding:0;
}
.requisites .ds-form form input::placeholder,
.requisites .ds-form form textarea::placeholder{
    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #808996;
}
.requisites .ds-form input[type="text"],
.requisites .ds-form textarea{
    padding: 28px 20px;
}

.requisites .ds-form form label .required{
    color: #000000;
}
.requisites .ds-form .buttonform input{
    color: #FFFFFF;

    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    background-color: #277AF9;
    opacity: 1;

    transition: opacity linear .3s;
    padding:16px 24px;
}

.requisites .ds-form .buttonform input:hover{
    opacity: .8;
}

@media (max-width: 460px) {
    .requisites .form-head{
        max-width: 254px;
    }
    .requisites .form-head span{
        font-size: 32px;
        font-weight: 800;
        line-height: 32px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

.anchor{
    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.05px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #FFFFFF;

    background-color: #277AF9;

    padding: 16px 39px;

    transition: opacity .3s linear;
    cursor: pointer;
    text-align: center;

    border-radius: 2px;
}
.anchor:hover{
    opacity: .8;
}

/*Order*/
.order-guide{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.order-guide__section{
    max-width: 810px;
}
.order-guide__section:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
    0 6px 6px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}
.order-guide__section{
    background-color: #F8F8F8;
    padding: 51px 63px 50px 63px;

    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 460px) {
    .order-guide__section{
        padding: 20px 9px 19px 12px;
    }
    .order-guide__payment-methods {
        justify-content: space-between;
        column-gap: initial;
        flex-direction: column;
    }
    .order-guide__payment-method:first-child > .order-guide__payment-description{
        display: none;
    }
}

.order-guide__title{
    font-family: Proxima Nova;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.order-guide__description{
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.order-guide__image{
    max-width: 686px;
    width: 100%;
}
.order-guide__section > * + *{
    margin-top: 28px;
}
.order-guide__section > .order-guide__photo + *{
    margin-top: 61px;
}
.order-guide__payment-methods{
    display: flex;
    justify-content: space-between;

    column-gap: 64px;
}
.order-guide__payment-title{
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#1B1F25;
}

.order-guide__payment-title{
    position: relative;
    padding-left: calc(21px + 37px);

    margin-bottom: 13px;
}
.order-guide__payment-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(50%);
    width: 37px;
    height: 37px;
    background-image: url('/images/about/blueline.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.sitemap-car{
    position: absolute;
    left: -39px;

    max-width: 637px;
    bottom: -50px;
    z-index: -1;
    transform: translateX(-35%);
}
.sitemap{
    padding-top: 60px;
}

.sitemap__content{
    /*margin-left: calc(507px + 72px);*/
    display: flex;
    flex-wrap: wrap;
}
.sitemap__list{
    margin-bottom: 73px;
}
.sitemap__image{
    width: 30%;
    position: relative;
}
.sitemap__title{
    margin-top: 53px;
}

@media(max-width: 1290px){
    .sitemap-car{
        position: initial;
    }
    .sitemap__image{
        width: 100%;
        order: 2;
    }
    .sitemap__title{
        margin: 0;
    }
    .sitemap{
        padding-top: 0;
    }
}

.main-sitemap{
    position: relative;
    min-height: auto;
}
.header-newInfo{
    display: none;
}
@media (max-width: 460px){
    .header-newInfo{
        display: block;
    }
    .about__title, .about-title{
        font-size: 32px;
        line-height: 38.98px;
    }

    .about__description{
        font-size: 16px;
        line-height: 28px;
    }
    .about__list-item:before{
        width: 21px;
        transform: translateY(20%);
    }
    .about__list-item{
        padding-left: calc(21px + 23px);
    }
    .about__list-item_blueline:before {
        transform: translateY(50%);
        background-image: url('/images/about/blueline-sm.svg');
    }
}
@media (max-width: 460px){
    .about__title, .about-title{
        font-size: 32px;
        line-height: 38.98px;
    }

    .about__description{
        font-size: 16px;
        line-height: 28px;
    }

}
.static-about-page{
    margin-top: 54px;
}
@media (max-width: 460px){
    .static-about-page{
        margin-top: 31px;
    }
}