

/* Start:/local/components/kibercar/works.detail/templates/.default/style.css?1763543103220*/
.work-text ol {
  list-style-type: decimal;
  padding-inline-start: 20px;
  margin: 20px 0;
}

.work-text ol li {
  color: #434e67;
  font-size: 18px;
  line-height: 26px;
  margin: 0 30px 10px;
  padding-left: 10px;
}


/* End */


/* Start:/local/templates/kibercar/components/kibercar/form/empty/style.css?15863283903781*/
.production__form{
    border: 10px solid #ccced5;
    box-shadow: 0px 2px 32px 0px rgba(51, 51, 102, 0.3);
    background-color: #fff;
    padding: 58px 52px;
    max-width: 860px;
    margin: 0 auto;
}
.production__form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.production__form_field{
    width: 47%;
    margin-bottom: 24px;
}
.production__form .page_form__city{
    width: 100%;
    margin-right: 0;
}
.production__form .page_form__current-uc{
    margin-bottom: 15px;
    width: 100%;
}
.production__form_field label{
    color: #a0a0a0;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    display: block;
}
.production__form_field input[type=text]{
    background-color: #fff;
    border: 1px solid #ccced5;
    border-radius: 20px;
    width: 100%;
    padding: 16px 18px;
    font-size: 14px;
    color: grey;
}
.production__form_field input[type=text]::placeholder {
    font-size: 14px;
    color: grey;
}
.production__form .select-box{
    border-radius: 20px;
}
.production__form .select2-container .select2-selection--single {
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    color: grey;
    border: 1px solid #ccced5;
}
.production__form .select-box input[type=text].city-input-hd {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 16px 18px;
    margin-bottom: 18px;
    font-size: 14px;
    outline: none;
    color: grey;
    border: 1px solid #ccced5;
}
.production__form .select-box.required input[type=text].city-input-hd {
    border: 1px solid #f02c1c;
}
.production__form .select2-container .select2-selection--single .select2-selection__rendered{
    text-align: left;
    font-size: 14px;
    color: grey;
    font-weight: normal;
}
.production__form  .select-box.required{
    border: none !important;
}
.production__form  .select-box.required .select2-container .select2-selection--single {
    border: 1px solid #f02c1c;
}

button.production__video_form_btn {
    width: 100%;
}

.select2-results .select2-results__options{
    border-left: 1px solid #ccced5;
    border-right: 1px solid #ccced5;
    border-bottom: 1px solid #ccced5;
}

.production__form{
    position: relative;
}
.production__form.production__form_middle{
    padding-bottom: 110px;
}

.production__form_btn{
    margin-left: auto;
}
.production__form .page_form__uc_item label{
    width: 100%;
}

.production__form .page_form__uc_item label:before {
    background-image: url(/img/header_city_icon_deact2.png);
}
.production__form .page_form__uc_list{
    padding: 0;
}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .production__form_field{
        width: 100%;
    }
    .production_fly__form .page_form__btn:before {
        right: 25%;
    }
    .production__form_field:nth-child(1){
        order:1;
    }
    .production__form_field:nth-child(2){
        order:2;
    }
    .production__form_field:nth-child(3){
        order:3;
    }
    .production__form_field:nth-child(4){
        order:5;
    }
    .production__form_field:nth-child(6){
        order:6;
    }
    .page_form__current-uc{
        order:4;
    }
}
@media (max-width: 635.98px) {
    .production__form{
        padding: 25px;
        border: 5px solid #ccced5;
    }
    .production__form .page_form__uc_item label:before{
        display: none;
    }
    .production__form .page_form__uc_item label{
        padding: 5px 10px 5px 60px;
    }
}
@media (max-width: 420px) {
    .production_fly__form .page_form__btn:before {
        right: 15%;
    }
}
/* 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/kibercar/works.detail/templates/.default/style.css?1763543103220 */
/* /local/templates/kibercar/components/kibercar/form/empty/style.css?15863283903781 */
/* /local/components/kibercar/form.city.change/templates/.default/style.css?15861743962902 */
