

/* Start:/local/components/detcibelov/works/templates/.default/style.css?176292242339*/
.page__header{
    margin-top: 50px;
}

/* End */


/* Start:/local/templates/decibelov/components/bitrix/breadcrumb/.default/style.css?1762922166365*/
.page__breadcrumbs a {
    position: relative;
    display: block;
    padding-left: 15px;
    padding-top: 1px;
}
.page__breadcrumbs a::before {
    content: '→';
    position: absolute;
    left: 0;
}

.page__breadcrumbs .bx-breadcrumb-item:first-child a {
    padding-left: 0;
}
.page__breadcrumbs .bx-breadcrumb-item:first-child a::before {
    content: '';
}
/* End */


/* Start:/local/components/detcibelov/works.filter/templates/.default/style.css?17629224231319*/
.kbc_accordion_doc_models .main-services__text .main-services__name {
    white-space: initial;
}
.kbc_accordion_doc_models .main-services__item  .main-services__text{
    width: 100%;
}
.filter_works .filter_section_wrap .kbc_accordion_doc_models .main-services__item {
    width: 33%;
    border-radius: 25px;
    padding: 3px 5px;
}
.filter_works .filter_section_wrap .kbc_accordion_doc_models{
    height: fit-content;
}

.filter_section_wrap .kbc_accordion_doc_models {
    width: 100%;
}

.kbc_accordion_doc_models {
    display: flex;
    flex-wrap: wrap;
}

.filter_works .filter_section_wrap .kbc_accordion_doc_models .main-services__item {
    width: 33%;
    border-radius: 25px;
    padding: 3px 5px;
}
.filter_section_wrap .selectcar-brand__list{
    justify-content: space-between;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, 130px);
}
.filter_section_wrap .selectcar-brand__item{
    width: 130px;
    height: 130px;
}

div.kbc_accordion_show .kbc_accordion_content{
    max-height: 6000px;
}

.kbc_accordion_filter_h {
    font-style: italic;
    color: #bdc4d3;
    margin-left: 20px;
    font-size: 14px;
}

.filter_section_wrap .selectcar-brand__item.active{
    background-color: rgba(53, 111, 212, 0.1);
}
/* End */


/* Start:/local/components/detcibelov/works.list/templates/.default/style.css?17629224231813*/
.works__list_title {
    color: #000;
    font-size: 30px;
}
.works__list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px;
}
.works__list_item {
    width: 33.333%;
    margin-bottom: 30px;
}
.main-works__item {
    width: 95%!important;
    margin: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.main-works__item_inner-sh {
    border-radius: 20px;
}
.main-work__img {
    position: relative;
    height: 232px;
    overflow: hidden;
    display: block;
}
.main-work__img img {
    position: absolute;
    z-index: -5;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
}
.main-works__text {
    height: 95px;
    padding: 23px;
}
.main-works__title {
    font-size: 14px;
    color: #434e67;
    font-weight: 700;
}
.main-works__title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.main-works__desc {
    margin-top: 7px;
    color: #939db4;
}

.main-works__item_youtube:before {
    content: ' ';
    position: absolute;
    background: url(/img/portfolio_play.png) no-repeat 0 0;
    background-size: contain;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    z-index: 2;
    top: 0;
    margin-top: 70px;
}
@media (max-width: 1291.98px) {

}
@media (max-width: 991.98px){
    .works__list_item {
        width: 50%;
    }
}
@media (max-width: 768.98px) {
    .works__list_item {
        width: 100%;
    }
}
@media (max-width: 479.98px) {

}
/* End */


/* Start:/local/components/kibercar/form.city.change/templates/.default/style.css?15861743962902*/
.page_form__filed_wrap .select-box {
    background-color: #fff;
    border-radius: 20px;
    width: 220px;
    margin-right: 24px;
    margin-bottom: 28px;
    font-size: 14px;
    color: grey;
    border: 1px solid #ccced5;
}
.page_form__filed_error {
    border: 1px solid #f02c1c !important;
}
.page_form__filed_wrap .select2-container .select2-selection--single .select2-selection__rendered{
    background-color: #fff;
    padding: 0 32px 0 22px;
    border-radius: 20px;
    width: 218px;
    margin-right: 24px;
    margin-bottom: 28px;
    font-size: 14px;
    color: grey;
}

.page_form__filed_wrap .select2-container .select2-selection--single{
    border-radius: 20px;
}

.page_form__filed_wrap .select2-container .select2-selection--single{
    background: none;
}

.page_form__wrap{
    position: relative;
}
.page_form__wrap #preloader {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}


.page_form__wrap .preloader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: -30px;
    width: 100%;
    height: 106%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 110;
}
.page_form__wrap #spinner {
    position: relative;
    height: 95px;
    width: 95px;
    top: 50%;
    margin-top: -47.5px;
    display: inline-block;
    border-radius: 100%;
    -webkit-animation: rotation .75s infinite linear;
    -moz-animation: rotation .75s infinite linear;
    -o-animation: rotation .75s infinite linear;
    animation: rotation .75s infinite linear;
}
.page_form__wrap #spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid #d92126;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 100%;
}

.form-change-city-popup .h{
    display: flex;
}
.form-change-close{
    display: flex;
    width: 40px;
    margin-right: 26px;
    font-size: 38px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    font-family: 'M PLUS Rounded 1c',sans-serif;
    margin-top: 7px;
    cursor: pointer;
}
.form-change__wrap{
    min-height: 271px;
}
.form-change__wrap .city_submenu_head_cities{
    margin-left: inherit;
}

@media (max-width: 991.98px) {
    .page_form__wrap .preloader {
        top: 0;
        height: 100%;
    }
}
@media (max-width: 935.98px) {
    .page_form__filed_wrap .select2-container .select2-selection--single .select2-selection__rendered{
        width: 100%;
    }
}
@media (max-width: 635.98px) {
    .page_form__filed_wrap .iti.iti--allow-dropdown{
        margin-bottom: 28px;
    }
    .page_form__filed_wrap .select-box {
        width: 100%;
        margin-right: 0;
    }
}
/* End */
/* /local/components/detcibelov/works/templates/.default/style.css?176292242339 */
/* /local/templates/decibelov/components/bitrix/breadcrumb/.default/style.css?1762922166365 */
/* /local/components/detcibelov/works.filter/templates/.default/style.css?17629224231319 */
/* /local/components/detcibelov/works.list/templates/.default/style.css?17629224231813 */
/* /local/components/kibercar/form.city.change/templates/.default/style.css?15861743962902 */
