

/* Start:/local/templates/yugavto.expert.theme/components/bitrix/form.result.new/form.block.semiblue/style.css?17842769203225*/
#form-block-semiblue .moved-car {
    transition: .2s;
    bottom: -45px;
    right: -20px;
    width: 258px;
    height: auto;
}
#form-block-semiblue:hover .moved-car {
    transition: .2s;
    bottom: -55px;
    right: 25px;
    width: 268px;
    height: auto;
}
#form-block-semiblue .multiselect__tags {
    min-height: 58px;
}
#form-block-semiblue .multiselect__placeholder {
    padding-top: 8px;
}
#form-block-semiblue .multiselect__input, .multiselect__single {
    padding: 8px 0 0 5px;
}
#form-block-semiblue .multiselect__select {
    height: 58px;
}
#form-block-semiblue .input-icon {
    right: 13px;
    top: calc(50% - 17px);
}
#form-block-semiblue input.labeled {
    border-radius: 0 15px 15px 0;
    border-left: none;
}
#form-block-semiblue .form-control:focus {
    border: 1px solid var(--yagray) !important;
}
#form-block-semiblue input.labeled:focus {
    border-left: none !important;
}
#form-block-semiblue .input-label {
    border-radius: 15px 0 0 15px;
    border-left: 1px solid var(--yagray);
    border-top: 1px solid var(--yagray);
    border-bottom: 1px solid var(--yagray);
    height: 58px;
}

.top-title {
    height: 380px;
}
.top-title h1 {
    font-size: 60px;
}
.title-left {
    top: 0;
    left: 0;
    width: 700px;
    z-index: 5;
}
.title-right {
    top: 0;
    right: 0;
    width: 660px;
    z-index: 5;
}

.moveded-car:after {
    content: '';
    width: 3px;
    height: 20px;
    top: 180px;
    right: 13px;
    border-right: 3px solid var(--yayellow);
    position: absolute;
    transition: .2s;
}

#form-block-semiblue:hover .moveded-car:after {
    content: '';
    width: 3px;
    height: 60px;
    top: 180px;
    right: 13px;
    border-right: 3px solid var(--yayellow);
    position: absolute;
    transition: .2s;
}

.blue-cover {
    height: 265px;
    z-index: -1;
}
.blue-cover.sended {
    height: 75px;
}
 
@media (max-width: 767.98px) {
    #form-block-semiblue .moved-car {
        transition: .2s;
        bottom: -70px;
        right: 0;
        width: 258px;
        height: auto;
    }
    #form-block-semiblue:hover .moved-car {
        transition: .2s;
        bottom: -70px;
        right: 20px;
        width: 268px;
        height: auto;
    }
    .top-title {
        height: auto;
    }
    .top-title h1 {
        font-size: 45px;
    }

    #form-block-semiblue input.labeled {
        border-radius: 15px;
        border: 1px solid var(--yagray);
    }

    .blue-cover.sended {
        height: 35px;
    }
}
@media (max-width: 1199.98px) {
    #form-block-semiblue .moved-car {
        transition: .2s;
        bottom: 50px;
        right: 0;
        width: 188px;
        height: auto;
    }
    #form-block-semiblue:hover .moved-car {
        transition: .2s;
        bottom: 50px;
        right: 0;
        width: 188px;
        height: auto;
    }
    .moveded-car:after {
        content: '';
        width: 3px;
        height: 40px;
        top: 120px;
        right: 12px;
        border-right: 2px solid var(--yayellow);
        position: absolute;
        transition: .2s;
    }
}
/* End */


/* Start:/local/templates/yugavto.expert.theme/components/bitrix/news.list/main.steps/style.css?17842769203510*/
.bordered {
    position: relative;
}
.bordered::before {
    content: '';
    border-radius: 25px 0 0 25px;
    border-left: 3px solid var(--yayellow);
    border-top: 3px solid var(--yayellow);
    height: calc(100% - 40px);
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bordered::after {
    content: '';
    border-radius: 0 0 25px 25px;
    border-right: 3px solid var(--yayellow);
    border-bottom: 3px solid var(--yayellow);
    height: 190px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.bordered .top-yellow-border {
    display: none;
}

.main-steps-title {
    font-size: 31px;
    line-height: 1;
}
.main-steps-title .big {
    font-size: 38px;
}
.main-steps-title .bigest {
    font-size: 50px;
}
.main-steps-title img {
    position: absolute;
    top: 12px;
    right: 0;
}

.bullet-number {
    width: 34px;
    height: 34px;
}
@media (max-width: 1199.98px) {
    .bordered::before {
        content: '';
        border-radius: 25px 0 0 25px;
        border-left: 3px solid var(--yayellow);
        border-top: 3px solid var(--yayellow);
        height: calc(100% - 40px);
        width: 230px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .bordered::after {
        content: '';
        border-radius: 0 0 25px 25px;
        border-right: 3px solid var(--yayellow);
        border-bottom: 3px solid var(--yayellow);
        height: calc(100% - 65px);
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .main-steps-title img {
        position: absolute;
        top: -2px;
        right: unset;
        left: 225px
    }
}
@media (max-width: 991.98px) {
    .bordered::before {
        content: '';
        border-radius: 25px 0 0 25px;
        border-left: 3px solid var(--yayellow);
        border-top: 3px solid var(--yayellow);
        height: calc(100% - 40px);
        width: 230px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .bordered::after {
        content: '';
        border-radius: 0 0 25px 25px;
        border-right: 3px solid var(--yayellow);
        border-bottom: 3px solid var(--yayellow);
        height: calc(100% - 65px);
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .main-steps-title img {
        position: absolute;
        top: -2px;
        right: unset;
        left: 225px
    }
}
@media (max-width: 767.98px) {
    .bordered .top-yellow-border {
        display: block;
        border-radius: 0 7px 0 0;
        border-top: 3px solid var(--yayellow);
        border-right: 3px solid var(--yayellow);
        position: absolute;
        top: 40px;
        right: 20px;
        width: 35px;
        height: 35px;
    }
    .bordered::before {
        content: '';
        border-radius: 7px 0 0 7px;
        border-left: 3px solid var(--yayellow);
        border-top: 3px solid var(--yayellow);
        border-bottom: 3px solid var(--yayellow);
        height: calc(100% - 10px);
        width: 230px;
        position: absolute;
        bottom: -30px;
        left: 20px;
        z-index: 0;
    }
    .bordered::after {
        content: '';
        border-radius: 0 0 7px 0;
        border-right: 3px solid var(--yayellow);
        border-bottom: 3px solid var(--yayellow);
        height: calc(100% - 40px);
        width: calc(100% - 80px);
        position: absolute;
        bottom: -30px;
        left: unset;
        right: 20px;
    }
}
/* End */


/* Start:/local/templates/yugavto.expert.theme/components/bitrix/news.list/main.dealerships.new/style.css?17842769201613*/
.dealerships-on-main .col {
    min-height: 210px;
}
.dealerships-on-main-item {
    width: 9.58%;
    height: 80px;
    padding: 15px;
    display: inline-block;
}
.dealerships-on-main-item:last-child {
    width: 20.58%;
}
.dealerships-on-main-item:last-child figure {
    background-size: 50%;
}
@media (max-width: 991px) {
	.dealerships-on-main-item {
        width: 20%;
	}
}
.dealerships-on-main-item figure {
    width: 100%;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


.remodal.city-modal {
	max-width: 230px;
}
.city-modal a svg {
    fill: var(--yamiddlegray);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    transition: .2s;
}
.city-modal a:hover svg {
    fill: var(--yablue);
    transition: .2s;
}


@media (max-width: 768px) {
    .dealerships-on-main-item:last-child figure {
        background-size: contain;
    }
    .dealerships-on-main-item:last-child {
        width: 20%;
    }

}
@media (max-width: 425px) {
    .dealerships-on-main-title {
        display: block !important;
    }
    .dealerships-on-main-title .text-end{
        text-align: left !important;
    }
}
@media (max-width: 375px) {
    .dealerships-on-main-item {
        width: 28%;
    }
    .dealerships-on-main-item:last-child {
        width: 28%;
    }
}

@media (max-width: 320px) {
    .dealerships-on-main-item {
        --width: 27%;
        width: var(--width);
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .dealerships-on-main-item:last-child {
        width: var(--width);
    }
}
/* End */


/* Start:/local/templates/yugavto.expert.theme/components/bitrix/form.result.new/form.block.new/style.css?1784276920364*/
@media (max-width: 768px) {
    .form-group .but {
        height: auto;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

}
.multiselect__tags {
    padding: 10px 40px 0 16px !important;
    border-radius: 15px !important;
}
.blue-form-cover {
    height: 185px; 
    z-index: -1; 
    bottom: 0;
}
/* End */
/* /local/templates/yugavto.expert.theme/components/bitrix/form.result.new/form.block.semiblue/style.css?17842769203225 */
/* /local/templates/yugavto.expert.theme/components/bitrix/news.list/main.steps/style.css?17842769203510 */
/* /local/templates/yugavto.expert.theme/components/bitrix/news.list/main.dealerships.new/style.css?17842769201613 */
/* /local/templates/yugavto.expert.theme/components/bitrix/form.result.new/form.block.new/style.css?1784276920364 */
