.autoparsing__description a {
    color: #ffffff;
    text-decoration: underline;
}

.autoparsing__description a:hover {
    color: #ffffff;
}

.autoparsing__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.autoparsing__list li {
    padding: 0;
    /* line-height: 0; */

}
.img-avto {
	min-height: 328px

}
.picture-avto {
    min-height: 385px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}
.autoparsing__list li:before {
    display: none;
}

.model-parse {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    padding: 48px 20px;
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;

}
.model-parse:hover {
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 29.8px 0px #00000040;

}
.model-parse .content-item {
    display: flex;
    flex-flow: row;
    width: 100%;
}
.model-parse__list {
    display: flex;
    padding-left: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.model-parse__item {
    width: 24%;
    background-color: #a5a5a5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.model-parse__item--first {
    margin-bottom: 15px;
    width: 100%;
    background-color: transparent;
}

.model-parse__images {
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.model-parse__item img {
    max-width: 100%;
}

.model-parse__buttons {
    width: 100%;
    display: flex;
    gap: 25px;

}
.btn-form {
    display: flex;
    flex-flow: row;
    gap: 25px;
}
.model-parse__buttons span{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
}
.model-parse__buttons .btn-form span,
.model-parse__buttons .open_modal {
    cursor: pointer;
    background: #F39023;
    font-size: 15px;
}
.phone-avto  {
    padding: 13px 30px 13px 13px;
}
.phone-avto a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    color: #0A2F41;
}
.phone-avto a:hover {
    color: #0A2F41 !important; 
}
.btn-avto {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 13px 30px;
    display: flex;
    background: #0A2F41;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.btn-avto:focus {
    color: white;
}
.model-parse__buttons i{
    color: #ffffff;
    background-image: url(/bitrix/templates/aspro_next/images/svg/Phone_white.svg);
    background-color: transparent!important;
}
.model-parse__buttons span:hover,
.model-parse__buttons a:hover {
    /* opacity: 0.8; */
    color: #ffffff;
}

.model-parse__description {
    width: 50%;
    padding: 0px 31px;
    height: 100%;
}
.model-parse__props-list {
    padding-left: unset;
}
.autoparsing .autoparsing__item .model-parse__description p {
    padding-top: 0;
}

.model-parse__name p {
    margin-bottom: 0;
    color: #0A2F41;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
}

/* .model-parse__date p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
} */

/* .model-props span {
    font-size: 11px;
    line-height: 18px;
} */

.model-props__title{
    font-weight: 700;
    font-size: 16px;
    color: #BEBEBE;

}
.model-parse__date p{
    color: #0A2F41;
    font-weight: 700;
    font-size: 18px;


}
.model-props__desc{
    font-weight: 500;
    font-size: 16px;
    color: #5E5E5E;
}
.item-btn {
    width: 100%;
    max-width: 100%;
}
/* SLIDER */
.autoparsing-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.autoparsing-slider li:before {
    display: none;
}

.autoparsing-slider__list {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: unset;
}

.autoparsing-slider__item {
    padding: 0;
    opacity: 0;
    display: none;
}

.autoparsing-slider__item--current {
    width: 100vw;
    display: flex;
    justify-content: center;
    opacity: 1;
}

.autoparsing-slider__item img {
    max-height: 90vh;
    max-width: 90%;
}

.autoparsing-slider__controller li {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0;
    width: 5vw;
    justify-content: center;
}

.autoparsing-slider__controller li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.autoparsing-slider__controller i {
    font-size: 48px;
    color: #fff;
}

.autoparsing-slider__prev {
    left: 0;
}

.autoparsing-slider__next {
    right: 0;
}

.autoparsing-slider__close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autoparsing-slider__close:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.avto-page-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    min-height: 60px;
    height: 100%;
}
.arrow_pred, .arrow-next {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url('svg/down-arrow.png');
}
.arrow-next {
    transform: rotate(180deg);
}
.avto-page-number {
    color: #7F7F7F;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 14px;
}
.avto-page-current {
    padding: 13px 17px;
    font-size: 16px;
    color: #fff;
    background: #0a2f41;
}
.block-avto-text-picture {
    padding-top: 40px;
}
.avto-page {
display: flex;
    align-items: center;
    justify-content: center;

}
.block-avto-text-picture.two {
	padding-bottom:40px;

}
.block-avto-text-picture .title-avto h2{
    font-size: 44px;
    line-height: 45px;
    padding-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0A2F41;
    margin-bottom: unset;
    font-family: unset;
}
.block-avto-text-picture .title-avto h2::after {
    content: unset;
}
.block-avto-text-picture .avto-text p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #0A2F41;
    font-family: unset;
}
.block-avto-text-picture .avto-text p span {
    line-height: 28px;
}
.block-avto-text-picture .container-avto-text {
    display: flex;
    flex-flow: row;
    gap: 40px;
}
.block-avto-text-picture .container-avto-text .avto-picture-text {
    width: 100%;
    max-width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 500px;
}
.block-avto-text-picture .container-avto-text .avto-text {
    width: 100%;
    max-width: 60%;
}
/*.modal-form-phone,
.modal-form-zvonok {
    position: absolute;
}*/
.modal-form-zvonok,
.modal-form-phone {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 101%;
    transform: translate(-50%, -50%);
    background: #191919bf;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.no-scroll {
    overflow: hidden;
}
.close-phone {
    position: absolute;
    font-size: 25px;
    color: white;
    top: 5%;
    cursor: pointer;
    left: 90%;
}
.modal-form-zvonok.off,
.modal-form-phone.off {
    display: none;
   
}
.modal-form-zvonok:not(.off),
.modal-form-phone:not(.off) {
    display: block; /* Если класс `off` удален, окно показывается */
}
.block-form-avto {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
    padding-bottom: 60px;
 
}
.form-phone {
    background-color: #0A2F41;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.form-phone-container {
    display: flex;
    flex-flow: row;
}
.form-phone-photo {
    width: 100%;
    max-width: 50%;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.container-form-phone-text {
    height: 100%;
    width: 100%;
    padding: 60px;
    color: white;
    max-width: 50%;

}
.title-form-phone {
    font-size: 44px;
    font-weight: 800;
    line-height: 44px;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.text-form-phone {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 27px;
    font-weight: 400;
}
.text-form-phone a {
    text-decoration: underline;
    color: #fff;
}
.text-form-phone a:hover {
    color: #fff;
}
.btn-form-phone {
    width: 100%;
    max-width: 40%;
    text-align: center;
    background-color: #ff7300;
    cursor: pointer;
    padding: 13px 40px;
}

@media all and (max-width:1100px){
    .model-parse__buttons {
        flex-flow: column;
        gap: 10px;

    }
    .model-parse__name p {
        font-size: 20px;
    }
    .model-parse__date p {
        font-size: 16px;
    }
    .model-props__desc, .model-props__title {
        font-size: 14px;
    }
    .form-phone-container {
        flex-flow: column;
    }
    .form-phone-photo, .container-form-phone-text {
        max-width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .model-parse {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .autoparsing-slider__item--current {
        width: 100%;
    }

    .autoparsing-slider__controller li {
        width: 10vw;
    }


    .autoparsing-slider__list {
        width: 100%;
    }

    .autoparsing-slider__item iframe {
        width: 500px;
        max-width: 90%;
    }
    .block-avto-text-picture .container-avto-text {
        flex-flow: column;
    }
    .block-avto-text-picture .container-avto-text .avto-text, .block-avto-text-picture .container-avto-text .avto-picture-text {
        max-width: 100%;
    }
    .main-form-img {
        background-image: unset;
    }
    .autoparsing-filter__list {
        justify-content: unset;
    }
    .main-form-mobile {
        display: none !important;
    }
    .container-form-phone-text {
        padding: 20px;
    }
 
}

@media all and (max-width:800px){
    .close-phone {
        top: 3%;
    }
}
@media all and (max-width:600px){
    .model-parse__buttons .btn-form {
        flex-flow: row;
        gap: 0 10px;
    }
    .model-parse__buttons .btn-form > * {
        width: 100%;
        max-width: calc(50% - 5px);
        padding: 13px;
    }
    .block-avto-text-picture.two .container-avto-text {
        flex-flow: column-reverse;
    } 
    .model-parse .content-item {
        flex-flow: column;
    }
    .model-parse__images, .model-parse__description {
        width: 100%;

    }
    .model-parse__description {
        padding: 0px 30px 0px 0px;
    }
    .btn-form-phone {
        max-width: 60%;
        padding: 13px 18px;

    }
    .btn-avto {
        padding: 13px 9px;
    }
    .model-props__desc {
        text-align: left;
        width: 40%;
    }
    .autoparsing__list li {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 500px) {
    .autoparsing__title {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .autoparsing-slider__item iframe {
        width: auto;
    }
    .model-parse {
        background: unset;
    }
    .block-avto-text-picture .title-avto h2 {
        font-size: 38px;
        line-height: 39px;
        text-align: left;

    }
    .model-parse__description {
        padding: unset;
    }
    .block-avto-text-picture {
        padding-top: 10px;

    }
    .title-form-phone {
        font-size: 29px;
        line-height: 28px;
    }
    .title-form-phone {
        font-size: 19px;
    }
    .container-form-phone-text {
        padding: 20px;
    }
}

@media screen and (max-width: 440px) {
    .block-avto-text-picture .title-avto h2 {
        font-size: 22px;
    }
    .autoparsing-filter__title.with-filter {
        font-size: 24px;
    }
    .model-parse {
        flex-wrap: wrap;
    }

    .model-parse__images {
        width: 100%;
        height: auto;
    }

    .model-parse__description {
        width: 100%;
        height: auto;
    }
}
@media all and (max-width: 400px) {
    .btn-form {
        flex-flow: column;
        gap: 5px;
    }
}