@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap');

.searchandfilter ul {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
a.anchor {
    display: block;
    position: relative;
    top: -8vw;
    visibility: hidden;
}
.wpfp-link{
	position:relative;
}
.wpfp-link[title="Удалить из Избранного"]::before{
	content: "";
  position: absolute;
  left: 0px;
    top: 0px;
    width: 0.938vw;
  height: 0.833vw;
  background-size:100%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/uploads/2022/11/redheart.png');
	
}
.wpfp-link[title="Добавить в избранное"]::before{
	content: "";
  position: absolute;
left: 0px;
    top: 0px;
  width: 0.938vw;
  height: 0.833vw;
  background-size:100%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/uploads/2022/11/blackhert.png');
	
}
.all_auto .wish_icon {
    width: 0vw;
    height: 1.2vw;
    position: relative;
    top: 0.521vw;
    right: 2.521vw;
    cursor: pointer;
}
.search-filter-results .auto-content{
gap: 0.5vw;
    row-gap: 1.25vw;
}
.sf-field-reset{
position: static;
    right: 0;
    bottom: 0;
}
.pagination{
    width: 100%;
}
.pagination .next-post{
    width: 100%;
    display: flex;
    justify-content: center;
        margin-top: 2vw;
}
.nav-previous .next-post a {
    width: 24.167vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.938vw 0 1.042vw 0;
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 1.042vw;
    line-height: 1.146vw;
    text-transform: uppercase;
    color: #1a1a1a;
    background: #eec16a;
    -webkit-box-shadow: 0 0.052vw 0.104vw rgb(0 0 0 / 6%), 0 0.052vw 0.156vw rgb(0 0 0 / 10%);
    box-shadow: 0 0.052vw 0.104vw rgb(0 0 0 / 6%), 0 0.052vw 0.156vw rgb(0 0 0 / 10%);
    border-radius: 0.521vw;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.wish_icon svg,.favorite svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    fill:none;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.wish_icon svg:hover,.favorite svg:hover {
    fill:red;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.wish_icon.active svg,.favorite.active svg {
    fill:red;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.auto_item .wpfp-link, .favorite .wpfp-link{
    color: transparent;
}
.wpfp-link{
    color: black;
    font-size: 0;
}
.favorit-page .wpfp-link{
    color: black;
    font-size:1.04vw;
    padding-top:0.78vw;
}
.favorite-hidden{
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}
.prev-post-btn a{
    color: black;
}

#search-filter-form-6306 .sf-input-select,#search-filter-form-10573 .sf-input-select{
    width: 11.458vw;
    height: 3.125vw;
    background: #f1f4f7;
    border-radius: 0.521vw;
    padding: 1.042vw 2vw 1.042vw 1.042vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.354vw;
    color: #abafbc;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 95%;
}
#search-filter-form-6306 .sf-input-select,#search-filter-form-10573 .sf-input-select {
  background-image: url(../img/cheveron-down.webp);  
}

#search-filter-form-6306 .sf-field-submit input,#search-filter-form-10573 .sf-field-submit input{
    background: #eec16a;
    -webkit-box-shadow: 0 0.052vw 0.104vw rgb(0 0 0 / 6%), 0 0.052vw 0.156vw rgb(0 0 0 / 10%);
    box-shadow: 0 0.052vw 0.104vw rgb(0 0 0 / 6%), 0 0.052vw 0.156vw rgb(0 0 0 / 10%);
    border-radius: 0.521vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 1.042vw;
    line-height: 1.146vw;
    text-transform: uppercase;
    color: #1a1a1a;
    cursor: pointer;
    width: 11.51vw;
    padding: 0.938vw 0 1.042vw 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#search-filter-form-6306 .search-filter-reset ,#search-filter-form-10573 .search-filter-reset {
position: static;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.563vw;
    text-decoration-line:none;
    color: #abafbc;
    cursor: pointer;
    background: #fff;
    border: 0.052vw solid #ccdaff;
    border-radius: 0.521vw;
    width: 11.458vw;
    height: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev-post.prev-post-btn a{
	font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.563vw;
    color: #abafbc;
    cursor: pointer;
    background: #fff;
    width: 11.458vw;
    height: 3.125vw;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    padding-left:1.042vw;
}


#search-filter-form-6308 .sf-field-post-meta-marka select{
    width: 17.917vw;
    height: 3.125vw;
    background: #fff;
    padding-left: 1.042vw;
    border-radius: 0.521vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.354vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 90%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-6308 .sf-field-post-meta-model select{
    width: 17.917vw;
    height: 3.125vw;
    background: #fff;
    padding-left: 1.042vw;
    border-radius: 0.521vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.354vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 90%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-6308 .sf-field-post-meta-yuahre_auto select{
    width: 36.875vw;
    height: 3.125vw;
    background: #fff;
    border-radius: 0.521vw;
    padding-left: 1.042vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.354vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-6308 .sf-field-post-meta-name_offer select{
    width: 36.875vw;
    height: 3.125vw;
    background: #fff;
    border-radius: 0.521vw;
    padding-left: 1.042vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.354vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}
#search-filter-form-6308 .sf-field-post-meta-price select {
    width: 36.875vw;
    height: 3.125vw;
    background: #fff;
    border-radius: 0.521vw;
    padding-left: 1.042vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.354vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}


#search-filter-form-6308 ul  {
    flex-wrap: wrap;
    padding-top: 2vw;
}
.get-autocredit .add_popup_send .chose-auto-block{
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow :hidden;
}
.searchandfilter select.sf-input-select {
    min-width: 0px;
}





#search-filter-form-8373 .sf-field-post-meta-name_offer select,
#search-filter-form-8373 .sf-field-post-meta-yuahre_auto select,
#search-filter-form-8373 .sf-field-post-meta-marka select,
#search-filter-form-8373 .sf-field-post-meta-model select

{
    width: 36.875vw;
    height: 3.125vw;
    background: #F1F4F7;
    border-radius: 0.521vw;
    padding-left: 1.042vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 1.354vw;
  
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #010334;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}
.trade-form-one #search-filter-form-8373 ul  {
    display: flex;
    flex-direction: column;
    gap:2vw;
    padding-top: 2vw;
}
#search-filter-form-8372 .sf-field-post-meta-name_offer select,
#search-filter-form-8372 .sf-field-post-meta-yuahre_auto select,
#search-filter-form-8372 .sf-field-post-meta-marka select,
#search-filter-form-8372 .sf-field-post-meta-model select

{
    width: 36.875vw;
    height: 3.125vw;
    background: #F1F4F7;
    border-radius: 0.521vw;
    padding-left: 1.042vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 1.354vw;
  
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #010334;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}
#search-filter-form-8372 ul  {
    display: flex;
    flex-direction: column;
    gap:0.260vw;
    padding-bottom: 2vw;
    transition: 0.3 ease-in-out;
}




/* стилизация OPTION */


.select {
    position: relative;
}

.new-select {
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 11.458vw;
    height: 3.125vw;
    background: #f1f4f7;
    border-radius: 0.521vw;
    padding: 1.042vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.354vw;
    color: #abafbc;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1.042vw;
    background-position: 95%;


}

.new-select__list {
    position: absolute;
    top: 2.344vw;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index:3000;
    background: #fff;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 0.521vw 0.781vw;
}

.new-select__item span:hover {
    color:#fff;
    background: #440D54;
}

.new-select:after {
    content: '';
    display: block;
    width: 1.042vw;
    height: 1.042vw;
    position: absolute;
    right: 0.469vw;
    top: 0.469vw;
    background: url(../img/cheveron-down.webp) no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         transform: rotate(180deg);
        }
/* стилизация OPTION */


/* стили для Trade_In */

.trade-in-block-main {
    justify-content: center;
}

#search-filter-form-8373 ul li {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
     justify-content: flex-start;
    height: 3.125vw;
}


.trade-in-block-main .trade-form-one {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trade-in-block-main .trade-form-btn {
	    margin-top: 0vw;
}

.trade-in-block-main .next_two_step {}

.trade-in-block-main .next_two_step.active {
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;

}

.trade-in-steps_one.active {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    padding: 0;
}
.trade-form-one #search-filter-form-8372 ul{
	 display: flex;
    flex-direction: column;
    gap:0.260vw;
    padding-bottom: 2vw;
    transition: 0.3 ease-in-out;
}
	



.trade-in-block-main .hidden-step-two {
    height: 0;
    opacity: 0;
    visibility: hidden;
   transition: 0.3s ease-in-out;
}
.trade-in-block-main .hidden-step-two.active{
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
        gap: 1.563vw;
        display: flex;
    flex-direction: column;

}

.trade-in-block-main .hidden-step-three {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.trade-in-block-main .hidden-step-three.active{
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}


.trade-in-block-main .add_popup_send, .trade-in-block-main form {
    flex-direction: column;
}

.hidden-step-two .trade-in-big-form {
    display: flex;
    flex-direction: column !important;
}

.trade-in-block-main .block_step_two {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade-in-block-main .yore-choise {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.521vw;
}

.trade-in-block-main .title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.563vw;
    display: flex;
    align-items: center;
    text-align: center;
    color: #010334;
}

.trade-in-block-main .choise_model {
    background: #F1F4F7;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    border: 0.052vw solid #585B79;
    border-radius: 0.521vw;
    width: 15.938vw;
    height: 2.604vw;
    justify-content: center;
    padding: 0.3vw;
    text-align: center;
}

.trade-in-block-main .title_form_choise {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.563vw;
    display: flex;
    align-items: center;
    text-align: center;
    color: #010334;
    justify-content: center;
    display: flex;
}

.trade-in-block-main .chose-auto-block {

    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap:1.25vw;
}

.trade-in-block-main .select-input-block {

display: flex;
flex-direction: column;
gap: 0.625vw;
}

.trade-in-block-main .block-one input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.469vw 1.042vw;
    width: 31.771vw;
    height: 3.125vw;
    background: #F1F4F7;
    border-radius: 0.521vw;
        font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;

font-size: 0.833vw;
line-height: 1.354vw;
}


.trade-in-block-main .navigation {
    display: flex;
    align-self: center;
    gap: 1.25vw;
    gap: 1.25vw;
    justify-content: space-between;
    margin-top: 1.042vw;
}

.trade-in-block-main .back_first_step {
    width: 31.771vw;
    height: 3.125vw;

background: #F1F4F7;
box-shadow: 0vw 0.052vw 0.104vw rgba(0, 0, 0, 0.06), 0vw 0.052vw 0.156vw rgba(0, 0, 0, 0.1);
border-radius: 0.521vw;
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 1.042vw;
line-height: 1.146vw;
display: flex;
align-items: center;
text-align: center;
text-transform: uppercase;
color: #1A1A1A;
justify-content: center;

}

.trade-in-block-main .next_three_step {
    width: 31.771vw;
    height: 3.125vw;
    background: #EEC16A;
    box-shadow: 0vw 0.052vw 0.104vw rgb(0 0 0 / 6%), 0vw 0.052vw 0.156vw rgb(0 0 0 / 10%);
    border-radius: 0.521vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 1.042vw;
    line-height: 1.146vw;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    justify-content: center;
    cursor: pointer;
}

.trade-in-block-main .block_step_three {
    align-items: center;
    justify-content: center;
    display: flex;

}


.trade-in-block-main .back_two_step {
    font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 1.042vw;
line-height: 1.146vw;
display: flex;
align-items: center;
text-align: center;
text-transform: uppercase;
color: #1A1A1A;
width: 31.771vw;
height: 3.125vw;
background: #F1F4F7;
box-shadow: 0vw 0.052vw 0.104vw rgba(0, 0, 0, 0.06), 0vw 0.052vw 0.156vw rgba(0, 0, 0, 0.1);
border-radius: 0.521vw;
justify-content: center;
}
.block_labelk{
    display: flex;
    flex-direction: column;
}
.trade-in-block-main .agree-input {
    justify-content: center;
}
#search-filter-form-8372 .sf-field-reset .search-filter-reset,#search-filter-form-6308 .sf-field-reset .search-filter-reset,#search-filter-form-8373 .sf-field-reset .search-filter-reset{
	
  font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.563vw;
    text-decoration-line: none;
    color: #abafbc;
    cursor: pointer;
    border-radius: 0.521vw;
    width: 11.458vw;
    display: flex;
    align-items: flex-start;
   justify-content: flex-start;
    padding-left: 1.042vw;
}
#search-filter-form-8373{
	margin-bottom:3vw;
}
.favorit-page.container .wpfp-link{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.417vw 2.005vw 0.521vw 2.005vw;
    background: #eec16a;
    border-radius: 0.417vw;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
     width:15.417vw;
     font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 1.146vw;
    color: #1a1a1a;
   margin: 2vw auto 0;
}
.favorit-page.container .wpfp-link:hover{
	background: #fbd07c;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 0.13vw 0.26vw rgb(0 0 0 / 6%), 0 0.13vw 0.391vw rgb(0 0 0 / 10%);
    box-shadow: 0 0.13vw 0.26vw rgb(0 0 0 / 6%), 0 0.13vw 0.391vw rgb(0 0 0 / 10%);
    color: #1a1a1a;
}


.for_filter_autocredit .auto-content{
	width: 36.875vw;
    border: 0.052vw solid #CCDAFF;
    border-radius: 0.521vw;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor:pointer;
    margin-top: 3.9vw;
    margin-bottom: 1.9vw;
}
.for_filter_autocredit .auto-content img{
	width:100%;
}
#search-filter-results-6308{
	opacity:0;
	height:0;
	visibility:hidden;
	-webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	
}
#search-filter-results-6308[data-paged="1"]{
		opacity:1;
	height:auto;
	visibility:visible;
}
#search-filter-results-6308 .auto_info{
padding: 0.5vw;
    display: flex;
    flex-direction: column;
    gap: 0.25vw;	
}

#search-filter-results-6308 .auto_name {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-size: 0.938vw;
  line-height: 1.198vw;
  color: #1a1a1a;
}
#search-filter-results-6308 .auto_description {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.198vw;
  color: #585b79;
}
#search-filter-results-6308 .new_price {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-size: 1.667vw;
  line-height: 2.083vw;
  color: #1a1a1a;
}
#search-filter-results-6308 .how_much {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 0.729vw;
  line-height: 0.938vw;
  color: #585b79;
}
.favorit-page .wpfp-span p{
	display:none;
}

@media only screen and (max-width: 1200px) {
.burger-nav a:last-child {
  display: none;
}
.for_filter_autocredit .auto-content{
	width: 100%;
    border: 0.13vw solid #CCDAFF;
    border-radius: 1.302vw;
    margin-top: 9.75vw;
    margin-bottom: 4.75vw;
}


#search-filter-results-6308 .auto_info{
padding: 1.25vw;
    gap: 0.625vw;	
}

#search-filter-results-6308 .auto_name {
  font-size: 2.345vw;
  line-height: 2.995vw;
}
#search-filter-results-6308 .auto_description {
  font-size: 2.083vw;
  line-height: 2.995vw;
}
#search-filter-results-6308 .new_price {
  font-size: 4.167vw;
  line-height: 5.208vw;
}
#search-filter-results-6308 .how_much {
  font-size: 1.823vw;
  line-height: 2.345vw;
}
	
	.wpfp-link[title="Удалить из Избранного"]::before{
width:2.344vw;
  height: 2.083vw;

}
.wpfp-link[title="Добавить в избранное"]::before{
  width:2.344vw;
  height: 2.083vw;
  
}
	.favorit-page.container .wpfp-link{
		padding: 1.563vw 0 1.823vw 0;
    border-radius: 1.042vw;
    width: 19.792vw;
    font-size: 1.563vw;
    line-height: 2.865vw;
    margin: 4vw auto 0;
	}
	#search-filter-form-8372 .sf-field-reset .search-filter-reset,#search-filter-form-6308 .sf-field-reset .search-filter-reset,#search-filter-form-8373 .sf-field-reset .search-filter-reset{
	   font-size: 2.605vw;
    line-height: 3.908vw;
    bottom: 0;
    width: 28.645vw;
    height: 7.813vw;
    border-radius: 1.302vw;
    padding: 2.605vw;
    font-size: 2.083vw;
    line-height: 120%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    position: static;
   
	}
	 
    #search-filter-form-6306 .sf-input-select, #search-filter-form-10573 .sf-input-select{
        width: 28.645vw;
        height: 7.813vw;
        border-radius: 1.302vw;
        padding: 2.605vw;
        font-size: 2.083vw;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 2.604vw;
        background-position: 95%;
    }
    
    #search-filter-form-6306 .sf-field-submit input,#search-filter-form-10573 .sf-field-submit input{
        background: #eec16a;
        -webkit-box-shadow: 0 0.13vw 0.26vw rgb(0 0 0 / 6%), 0 0.13vw 0.39vw rgb(0 0 0 / 10%);
        box-shadow: 0 0.13vw 0.26vw rgb(0 0 0 / 6%), 0 0.13vw 0.39vw rgb(0 0 0 / 10%);
        border-radius: 1.302vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: Mulish;
        font-style: normal;
        font-weight: 800;
        font-size: 2.605vw;
        line-height: 2.865vw;
        text-transform: uppercase;
        color: #1a1a1a;
        cursor: pointer;
        width: 28.775vw;
        padding: 2.345vw 0 2.605vw 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    
    #search-filter-form-6306 .search-filter-reset, #search-filter-form-10573 .search-filter-reset,.prev-post.prev-post-btn a{
        font-size: 2.605vw;
        line-height: 3.908vw;
        bottom: 0;
    width: 28.645vw;
    height: 7.813vw;
    border-radius: 1.302vw;
    padding: 2.605vw;
    font-size: 2.083vw;
    line-height: 120%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    position: static;

    }
  .prev-post.prev-post-btn a{
	 font-size: 2.605vw;
        line-height: 3.908vw;
    padding-left:1.042vw;
}
    .sf-field-reset {
    position: static;
    right: 0;
    bottom: 0;
}
    .searchandfilter ul {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        justify-content: flex-start;
        column-gap: 3.025vw;
        position: relative;
        flex-wrap: wrap;
    }
    .all_auto .all_auto-filter {
        gap: 3.333vw;
    }
    .favorit-page .wpfp-link{
    color: black;
    font-size:2.60vw;
}
    .nav-previous .next-post a{
        width: 45.052vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.345vw 0 2.605vw 0;
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 2.344vw;
    line-height: 2.865vw;
    text-transform: uppercase;
    color: #1a1a1a;
    background: #eec16a;
    -webkit-box-shadow: 0 0.13vw 0.26vw rgb(0 0 0 / 6%), 0 0.13vw 0.39vw rgb(0 0 0 / 10%);
    box-shadow: 0 0.13vw 0.26vw rgb(0 0 0 / 6%), 0 0.13vw 0.39vw rgb(0 0 0 / 10%);
    border-radius: 1.302vw;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    }
    .search-filter-results .auto-content {
    gap: 0.9vw;
    row-gap: 2vw;
}
.all_auto .wish_icon {
    right: 5.521vw;

}
    .form-for-credit .block-input .fio, .form-for-credit .block-input .contact{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.173vw 2.605vw 1.173vw 7.292vw;
    width: 45.052vw;
    height: 7.813vw;
    background: #f1f4f7;
    border-radius: 1.302vw;
    background-repeat: no-repeat;
    background-position: 2.605vw center;
    background-size: 2.345vw;
    position: relative;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 2.083vw;
    line-height: 3.385vw;
    color: #010334;
    }
    .form-for-credit  .block-input.input-for-autocredit .fio, .form-for-credit  .block-input.input-for-autocredit .contact{
        width: 100%;
    }


#search-filter-form-6308 .sf-field-post-meta-marka select{
    width: 44.492vw;
    height: 7.813vw;
    background: #fff;
    padding-left: 2.605vw;
    border-radius: 1.302vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 2.083vw;
    line-height: 3.385vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 2.604vw;
    background-position: 90%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-6308 .sf-field-post-meta-model select{
    width: 44.492vw;
    height: 7.813vw;
    background: #fff;
    padding-left: 2.605vw;
    border-radius: 1.302vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 2.083vw;
    line-height: 3.385vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 2.604vw;
    background-position: 90%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-6308 .sf-field-post-meta-yuahre_auto select{
    width: 92.188vw;
    height: 7.813vw;
    background: #fff;
    border-radius: 1.302vw;
    padding-left: 2.605vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 2.083vw;
    line-height: 3.385vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 2.604vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-6308 .sf-field-post-meta-name_offer select{
    width: 92.188vw;
    height: 7.813vw;
    background: #fff;
    border-radius: 1.302vw;
    padding-left: 2.605vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 2.083vw;
    line-height: 3.385vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 2.604vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}
#search-filter-form-6308 .sf-field-post-meta-price select{
    width: 92.188vw;
    height: 7.813vw;
    background: #fff;
    border-radius: 1.302vw;
    padding-left: 2.605vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 2.083vw;
    line-height: 3.385vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 2.604vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-6308 ul  {
    flex-wrap: wrap;
    padding-top: 2vw;
}
      /* фдаптив трейдин */
    #search-filter-form-8373 ul li {
        justify-content: flex-start;
        height: 7.813vw;
    }
     #search-filter-form-8372 ul li {
        justify-content: center;
        height: 7.813vw;
    }
    .trade-in-block-main .title {
        font-size: 2.605vw;
        line-height: 3.908vw;
    }
    .trade-in-block-main .choise_model {
        font-weight: 700;
        font-size: 2.083vw;
        line-height: 120%;
        border: 0.13vw solid #585B79;
        border-radius: 1.302vw;
        width: 39.845vw;
        height: 6.51vw;
        justify-content: center;
         padding: 0.3vw;
    }
    .trade-in-block-main .title_form_choise {
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 400;
        font-size: 2.605vw;
        line-height: 3.908vw;
        display: flex;
        align-items: center;
        text-align: center;
        color: #010334;
        justify-content: center;
        display: flex;
    }
    .form-for-credit .block-input .fio, .form-for-credit .block-input .contact {

width: 45.052vw!important;
height: 7.813vw;
background: #f1f4f7;
border-radius: 1.302vw;
background-position: 3vw center;
background-size: 1.802vw;
font-weight: 400;
font-size: 2.083vw;
line-height: 2.344vw;
    background-repeat: no-repeat;


    }
 .form-for-credit .block-input .fio{
 	background-image: url(../img/fio.png);
 }  
 .form-for-credit .block-input .contact{
 background-image: url(../img/telinput.png);
 }
    #search-filter-form-8373 .sf-field-post-meta-name_offer select, #search-filter-form-8373 .sf-field-post-meta-yuahre_auto select, #search-filter-form-8373 .sf-field-post-meta-marka select, #search-filter-form-8373 .sf-field-post-meta-model select {
        width: 85.188vw;
        height: 7.813vw;
        background: #F1F4F7;
        border-radius: 1.302vw;
        padding-left: 2.605vw;
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 700;
        font-size: 2.083vw;
        line-height: 3.385vw;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #010334;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 2.605vw;
        background-position: 95%;
        background-image: url(../img/cheveron-down.webp);
    }
     #search-filter-form-8372 .sf-field-post-meta-name_offer select, #search-filter-form-8372 .sf-field-post-meta-yuahre_auto select, #search-filter-form-8372 .sf-field-post-meta-marka select, #search-filter-form-8372 .sf-field-post-meta-model select {
        width: 85.188vw;
        height: 7.813vw;
        background: #F1F4F7;
        border-radius: 1.302vw;
        padding-left: 2.605vw;
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 700;
        font-size: 2.083vw;
        line-height: 3.385vw;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #010334;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 2.605vw;
        background-position: 95%;
        background-image: url(../img/cheveron-down.webp);
    }
    .trade-in-block-main .next_two_step {
    margin-top: 3.906vw;
}
.trade-in-block-main .hidden-step-two.active {
    width: 92vw;
}
trade-in-block-main .chose-auto-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25vw;
    flex-direction: column;
}
.trade-in-block-main .block-one input {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.173vw 2.605vw;
    width: 79.427vw;
    height: 7.813vw;
    background: #F1F4F7;
    border-radius: 1.302vw;
    font-size: 2.083vw;
    line-height: 3.385vw;
}
.trade-in-block-main .navigation {
    display: flex;
    align-self: center;
    gap: 1.25vw;
    gap: 1.25vw;
    justify-content: center;
    margin-top: 3.042vw;
    flex-direction: column-reverse;
    align-items: center;
}
.trade-in-block-main .next_three_step {
    width: 79.427vw;
    height: 7.813vw;
    background: #EEC16A;
    box-shadow: 0vw 0.13vw 0.26vw rgb(0 0 0 / 6%), 0vw 0.13vw 0.39vw rgb(0 0 0 / 10%);
    border-radius: 1.302vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 2.605vw;
    line-height: 2.865vw;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    justify-content: center;
    cursor: pointer;
}
.trade-in-block-main .chose-auto-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.25vw;
}
.trade-in-block-main .back_first_step {
    width: 79.427vw;
    height: 7.813vw;
    background: #F1F4F7;
    box-shadow: 0vw 0.13vw 0.26vw rgb(0 0 0 / 6%), 0vw 0.13vw 0.39vw rgb(0 0 0 / 10%);
    border-radius: 1.302vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 2.605vw;
    line-height: 2.865vw;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    justify-content: center;
}
.trade-in-block-main .back_two_step{
	width: 100%;
    height: 8.052vw;
    border-radius: 1.302vw;
    font-size: 2.605vw;
    line-height: 2.865vw;
}
.trade-in-block-main .select-input-block {
    height: 15.51vw;
}

.popup-for-trade-in .form-for-credit .block-input .fio, .popup-for-trade-in .form-for-credit .block-input .contact,.hidden-step-three .form-for-credit .block-input .fio,.hidden-step-three .form-for-credit .block-input .contact{
	
	    width: 100%!important;
}
.block-input.block_labelk .button-sub{
	width: 100%;
}
.hidden-step-three .form-for-credit .button-sub button,.hidden-step-three .form-for-credit .button-sub input{
	width: 100%;

  }
  .form-autocredit .form-for-credit.for-autocredit .input-sity.one input,.form-autocredit .form-for-credit.for-autocredit .input-sity.two input {

    background-position: 2.842vw center;
    background-size: 2vw;
    position: relative;
    padding-left: 7vw;
}
a.anchor {
    display: block;
    position: relative;
    top: -20vw;
    visibility: hidden;
}
}  

@media only screen and (max-width: 600px) {
	
  .prev-post.prev-post-btn a{
font-size: 4.267vw;
    line-height: 6.933vw;
}
search-filter-reset{
font-size: 4.267vw;
    line-height: 6.933vw;	
}
	.burger-nav a:last-child {
  display: block;
}
.counter_burger_item.none {
    pointer-events: none;
}
	.footer .footer-down .dop-information {
    gap: 1.5vw;
    font-size: 3.200vw;
    line-height: 3.733vw;
}
.development a{
	 font-size: 3.200vw;
    line-height: 3.733vw;
}
.for_filter_autocredit .auto-content{
	width: 100%;
    border: 0.266vw solid #CCDAFF;
    border-radius: 2.666vw;
    margin-top: 19.968vw;
    margin-bottom: 9.728vw;
}


#search-filter-results-6308 .auto_info{
padding: 2.56vw;
    gap: 1.28vw;	
}

#search-filter-results-6308 .auto_name {
  font-size: 4.267vw;
line-height: 5.333vw;
}
#search-filter-results-6308 .auto_description {
  font-size: 3.733vw;
line-height: 4.8vw;
}
#search-filter-results-6308 .new_price {
  font-size: 6.4vw;
  line-height: 8vw;
}
#search-filter-results-6308 .how_much {
  font-size: 3.733vw;
line-height: 4.8vw;
}	
	
.wpfp-link[title="Удалить из Избранного"]::before{
width:4.800vw;
  height: 4.267vw;

}
.wpfp-link[title="Добавить в избранное"]::before{
  width:4.800vw;
  height: 4.267vw;
  
}
.favorit-page.container .wpfp-link{
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eec16a;
    -webkit-box-shadow: 0 0.266vw 0.533vw rgb(0 0 0 / 6%), 0 0.266vw 0.799vw rgb(0 0 0 / 10%);
    box-shadow: 0 0.266vw 0.533vw rgb(0 0 0 / 6%), 0 0.266vw 0.799vw rgb(0 0 0 / 10%);
    border-radius: 2.666vw;
    width: 91.467vw;
    height: 13.333vw;
    padding: 0;
    width: 91.467vw;
    font-size: 4.267vw;
    line-height: 5.867vw;
    height: 13.333vw;
    color: #1a1a1a;
   margin:8vw auto 0;
    cursor: pointer;
}
.popup-content-filter{
	width: 91.467vw;
    height: 144.8vw;
    background: #FFFFFF;
    border-radius: 1.6vw;
    position: relative;
    border: 0.533vw solid rgba(99, 18, 121, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}	
.all_auto-filter .searchandfilter ul{
	display:none;
	
}
    .favorit-page .wpfp-link{
    color: black;
    font-size:5.33vw;
}
.all_auto-filter .popup-content-filter .searchandfilter ul{
display:flex;
	flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
}


#search-filter-form-6306 .sf-input-select, #search-filter-form-10573 .sf-input-select {
    background-size: 4vw;
    background-position: 95%;
    width: 76.8vw;
    height: 13.333vw;
    font-size: 4.267vw;
    line-height: 120%;
    border-radius: 2.667vw;
}
#search-filter-form-6306 .sf-field-submit input, #search-filter-form-10573 .sf-field-submit input{
	
	width: 76.8vw;
    height: 13.333vw;
    background: #EEC16A;
    box-shadow: 0vw 0.267vw 0.533vw rgb(0 0 0 / 6%), 0vw 0.267vw 0.8vw rgb(0 0 0 / 10%);
    border-radius: 2.667vw;
    font-size: 4.267vw;
    line-height: 5.867vw;
}
#search-filter-form-6306 .search-filter-reset, #search-filter-form-10573 .search-filter-reset {
    
    width: 100%;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background: transparent;
    position: static;
    text-align: center;
    line-height: 8vw;
    font-size:5.333vw;
        border: none;
}
.form-for-credit .block-input .fio, .form-for-credit .block-input .contact {
    width: 91.467vw!important;
    height: 13.333vw;
    background: #f1f4f7;
    border-radius: 2.667vw;
    background-position: 5.333vw center;
    background-size: 4vw;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 6.933vw;
    background-repeat: no-repeat;
    padding-left: 13.333vw;
}
 .form-for-credit .block-input .fio {
    background-image: url(../img/fio.png);
}
  .form-for-credit .block-input .contact {
background-image: url(../img/telinput.png);
}
.popup-form .form-for-credit .block-input .fio, .popup-form .form-for-credit .block-input .contact {
    width: 81.867vw!important;
    height: 13.333vw;
    background: #f1f4f7;
    border-radius: 2.667vw;
    background-position: 5.333vw center;
    background-size: 4vw;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 6.933vw;
    background-repeat: no-repeat;
    padding-left: 13.333vw;
}
.popup-form  .form-for-credit .block-input .fio {
    background-image: url(../img/fio.png);
}
.popup-form  .form-for-credit .block-input .contact {
background-image: url(../img/telinput.png);
}
.all-form .checkbox__text:after, .form-for-credit .checkbox__text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2.666vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 50%);
    width: 2.666vw;
    height: 2.666vw;
    background: #eec16a;
    opacity: 0;
    border-radius: 0.426vw;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.all-form .checkbox__text:before, .form-for-credit .checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, 0%);
    left: 0;
    width: 5.335vw;
    height: 5.335vw;
    border-radius: 0.741vw;
    border: 0.266vw solid #eec16a;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nav-previous .next-post a{
	
	    width: 91.467vw;
    height: 13.333vw;
    background: #EEC16A;
    box-shadow: 0vw 0.267vw 0.533vw rgb(0 0 0 / 6%), 0vw 0.267vw 0.8vw rgb(0 0 0 / 10%);
    border-radius: 2.667vw;
    font-size: 4.267vw;
    line-height: 5.867vw;
    margin-top: 5.333vw;
}
.input-sity.one input, .form-autocredit .form-for-credit.for-autocredit .input-sity.two input {
    background-position: 4vw center;
    background-size: 4vw;
    position: relative;
    padding-left: 12vw;
}
.form-autocredit .form-for-credit.for-autocredit .input-sity.one input {
    background-image: url(../img/fio.png);
    background-repeat: no-repeat;
       background-position: 4vw center;
    background-size: 4vw;
    position: relative;
       padding-left: 12vw;
}
.form-autocredit .form-for-credit.for-autocredit .input-sity.two input {
    background-image: url(../img/telinput.png);
    background-repeat: no-repeat;
       background-position: 4vw center;
    background-size: 4vw;
    position: relative;
}
#search-filter-form-6308 .sf-field-post-meta-marka select,#search-filter-form-6308 .sf-field-post-meta-model select,#search-filter-form-6308 .sf-field-post-meta-yuahre_auto select,#search-filter-form-6308 .sf-field-post-meta-name_offer select,#search-filter-form-6308 .sf-field-post-meta-price select {
    width: 91.467vw;
    height: 13.333vw;
    background: #fff;
    padding-left: 5.333vw;
    border-radius: 2.667vw;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 6.933vw;
    color: #abafbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 4vw;
    background-position: 95%;
    background-image: url(../img/cheveron-down.webp);
}

#search-filter-form-8372 .sf-field-post-meta-name_offer select, #search-filter-form-8372 .sf-field-post-meta-yuahre_auto select, #search-filter-form-8372 .sf-field-post-meta-marka select, #search-filter-form-8372 .sf-field-post-meta-model select {
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 4.267vw;
line-height: 6.933vw;
display: flex;
align-items: center;
color: #ABAFBC;
    display: flex;
    align-items: center;
    padding: 2.4vw 5.333vw;
    width: 91.467vw;
    height: 13.333vw;
    background: #F1F4F7;
    border-radius: 2.667vw;
    text-transform: none;
     background-image: url(../img/cheveron-down.webp);
         background-repeat: no-repeat;
             background-repeat: no-repeat;
    background-position: 95%;
    background-size: 4vw;
}
#search-filter-form-8372 ul li {
    justify-content: center;
    height: 16vw;
}

#search-filter-form-8373 .sf-field-post-meta-name_offer select, #search-filter-form-8373 .sf-field-post-meta-yuahre_auto select, #search-filter-form-8373 .sf-field-post-meta-marka select, #search-filter-form-8373 .sf-field-post-meta-model select{
    font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 4.267vw;
line-height: 6.933vw;
display: flex;
align-items: center;
color: #ABAFBC;
    display: flex;
    align-items: center;
    padding: 2.4vw 5.333vw;
    width: 91.467vw;
    height: 13.333vw;
    background: #F1F4F7;
    border-radius: 2.667vw;
    text-transform: none;
     background-image: url(../img/cheveron-down.webp);
         background-repeat: no-repeat;
             background-repeat: no-repeat;
    background-position: 95%;
    background-size: 4vw;
}

#search-filter-form-8373 ul li {
    justify-content: flex-start;
    height: 16vw;
}
.trade-in-block-main .title {
    font-size: 4.267vw;
    line-height: 5.333vw;
}
.trade-in-block-main .choise_model {
    font-weight: 700;
    font-size: 4.267vw;
    line-height: 120%;
    border: 0.267vw solid #585B79;
    border-radius: 2.667vw;
    width: 80vw;
    height: 13.333vw;
    justify-content: center;
    margin-top: 4vw;
    padding: 0.3vw;
    text-align: center;
}
.trade-in-block-main .title_form_choise {
    font-size: 4.267vw;
    line-height: 120%;
}
.trade-in-block-main .select-input-block {
    height: 33.51vw;
}
.trade-in-block-main .block-one input {
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16vw;
    background: #F1F4F7;
    border-radius: 2.667vw;
  font-size: 4.267vw;
line-height: 6.933vw;
}
.trade-in-block-main .select-input-block {
    display: flex;
    flex-direction: column;
    gap: 1.825vw;
}
.trade-in-block-main .hidden-step-two.active {
    gap: 3.563vw;
}
.trade-in-block-main .next_three_step {
    width: 89.333vw;
    height: 13.333vw;
    background: #EEC16A;
    box-shadow: 0vw 0.13vw 0.26vw rgb(0 0 0 / 6%), 0vw 0.13vw 0.39vw rgb(0 0 0 / 10%);
    border-radius: 2.667vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 4.267vw;
    line-height: 5.867vw;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    justify-content: center;
    cursor: pointer;
}
.trade-in-block-main .navigation {
    display: flex;
    align-self: center;
    gap: 1.25vw;
    gap: 4.25vw;
    justify-content: center;
    margin-top: 6.042vw;
    flex-direction: column-reverse;
    align-items: center;
}
.trade-in-block-main .back_first_step {
    width: 89.333vw;
    height: 13.333vw;
    background: #F1F4F7;
    box-shadow: 0vw 0.13vw 0.26vw rgb(0 0 0 / 6%), 0vw 0.13vw 0.39vw rgb(0 0 0 / 10%);
    border-radius: 2.667vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 4.267vw;
    line-height: 5.333vw;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    justify-content: center;
}
.trade-in-block-main .next_three_step {
    width: 89.333vw;
    height: 13.333vw;
    background: #EEC16A;
    box-shadow: 0vw 0.13vw 0.26vw rgb(0 0 0 / 6%), 0vw 0.13vw 0.39vw rgb(0 0 0 / 10%);
    border-radius: 2.667vw;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 4.267vw;
    line-height: 5.867vw;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    justify-content: center;
    cursor: pointer;
}
.trade-in-block-main .back_two_step {
    width: 100%;
    height: 13.333vw;
    border-radius: 2.667vw;
    font-size: 4.267vw;
    line-height: 5.333vw;
}
.otzyvy .item-content {
    width: 99%;
    height: 99%;
    background: #fff;
    -webkit-backdrop-filter: blur(0.65vw);
    backdrop-filter: blur(0.65vw);
    border-radius: 2.605vw;
    padding: 4.817vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.otzyvy .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44.271vw;
    height: 70vw;
    border-radius: 2.605vw;
    background: -o-linear-gradient( 346.62deg, #671578 -23.88%, #404267 41.9%, #4499a2 91.64% );
    background: linear-gradient( 103.38deg, #671578 -23.88%, #404267 41.9%, #4499a2 91.64% );
}
.otzyvy .otzyv-autor {
    font-family: Mulish;
    font-style: normal;
    font-weight: 900;
    font-size: 2.083vw;
    line-height: 3.125vw;
    color: #585b79;
    font-size: 4.267vw;
    line-height: 6.4vw;
}
.otzyvy .otzyv-text{
	
  font-size: 4.267vw;
    line-height: 6.4vw;	
}
 .otzyvy .otzyv-title{
 	 font-size: 4.267vw;
    line-height: 6.4vw;	
 } 
 .all_auto .wish_icon {
    right: -80.521vw;
    top: -130.521vw;
}
#search-filter-form-8372 .sf-field-reset .search-filter-reset,#search-filter-form-6308 .sf-field-reset .search-filter-reset,#search-filter-form-8373 .sf-field-reset .search-filter-reset{
    bottom: 0;
    width: 28.645vw;
    height: auto;
    border-radius: 1.302vw;
    padding: 2.605vw;
    font-size: 2.083vw;
    line-height: 120%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    position: static;
    font-weight: 400;
    font-size: 4.267vw;
    line-height: 6.933vw;
    padding-left: 5.333vw;
   
	}

}

  
  




