/*all page start*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic');

html {
    /* height: 100%; */
}

body {
    /* max-width: 1920px; */
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    min-width: 319px;
    position: relative;
    height: 100%;
}

.hidden {
    display: none;
}

.clearfix:after {
    content: "\0020";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

input,
input:hover,
input:active,
input:focus {
    outline: none !important;
    -webkit-appearance: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.logo-page-block {
    display: inline-block;
    width: 140px;
}

.logo-page-img {
}

.head-page-text:before,
.head-page-text:after {
    display: none;
}

.all-page-contain {
    min-height: 100vh;
    padding-bottom: 160px;
}

.offer-link-block {
    margin-bottom: 64px;
    margin-top: 32px;
}

.offer-print-button {
}

.commission-text {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    /* margin-top: -5px; */
}

.privacy-date {
    margin: 10px auto;
}

.privacy-form-block {font-size: 13px;line-height: 130%;}

.privacy-form-link {
    color: #337ab7;
}

.valid-data-form-text {
    /* font-weight: 600; */
    cursor: pointer;
}

.non-resident-label {
    display: block;
    cursor: pointer;
}

.valid-data-form-checkbox-icon {
    background: #fff;
    width: 29px;
    height: 29px;
    display: inline-block;
    border-radius: 25px;
    box-sizing: border-box;
    border: 4px solid #ffce1b;
    vertical-align: middle;
    margin-right: 10px;
}

.non-resident-form-checkbox-icon {
    background: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 25px;
    box-sizing: border-box;
    border: 2px solid #ffce1b;
    vertical-align: middle;
}

.valid-data-form-checkbox:checked + .valid-data-form-checkbox-icon {
    background: #ffce1b;
    border: 4px solid #ffffff;
}

.non-resident-input:checked + .non-resident-form-checkbox-icon {
    background: #ffce1b;
    border: 2px solid #ffffff;
}

.agreement-block {
    margin-top: 40px;
    line-height: 24px;
}

.agreement-block h2 {
    margin-bottom: 18px;
    text-align: center;
    font-size: 23px;
}

.agreement-block p {
    padding: 6px 0;
    margin-bottom: 29px;
}

.agreement-block ul {
    margin-top: -30px;
    margin-bottom: 28px;
}

.agreement-block ul li {
    padding-left: 20px;
    font-size: 15px;
}

.print-block {
    margin: 30px auto;
}

.offer-link {
    color: #4a4a4a;
    font-weight: 400;
    margin: 0 auto;
    max-width: 331px;
    display: block;
    font-size: 16px;
}

.footer {
    text-align: center;
    background: #ffce1b;
    padding: 19px 0 10px;
    /* margin-top: 70px; */
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-text {
    font-size: 14px;
    line-height: 17px;
}

.custom-form-error {
    /* position: absolute; */
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 3px;
    font-size: 12px;
    color: #f90a0a;
}

.fieldset_grid4 {
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
    display: grid;
}

.step-body-vd,
.step-body-ppk,
.step-body-ed {
    display: none;
}

.criterion-type-vd .step-body-vd,
.criterion-type-ppk .step-body-ppk,
.criterion-type-ed .step-body-ed {
    display: block;
}

.criterion-type-vd .btn-type-vd,
.criterion-type-ppk .btn-type-ppk,
.criterion-type-ed .btn-type-ed {

    background-color: #ffce1b;

    box-shadow: none;
}

.showmeall .step-one .step-body {
    display: block;
}

.city-block {
    max-width: 402px;
    margin: 0 auto 32px;
    padding-top: 32px;
}

.buttons-block {
    max-width: 410px;
    margin: 40px auto 0;
}

.buttons-block-head {
}

.buttons-block-head-text {
    /* font-weight: bold; */
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

.buttons-block-item {
    margin: 0 0 16px;
    padding: 17px 20px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    min-height: 90px;
    display: flex;
}

.buttons-block-item-head {
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 5px;
}

.buttons-block-item-body {
    padding-top: 8px;
    font-size: 14px;
}

.extra-bold {
    font-weight: 800;
}

.bold {
    font-weight: 600;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.max-width-column-8 {
    max-width: 801px;
    margin: 0 auto;
}

.hidden-box {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
}

.del-doc-file {
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
}

.download-file-box {
    
}

.download-file-box .osago-deal-part-head {
    font-weight: normal;
    margin: 17px auto 12px;
    font-size: 14px;
}

.form-upload-doc {
    
margin: 19px auto 0;
    
max-width: 300px;
}
/*all page end*/
/*head start*/
.section_default, .section_default2 {
    padding: 0 0;
}

.head-page {
    background: #ffce1b;
    padding: 17px 0;
    text-align: center;
}

.delivery .step-one .step-body {
    display: none !important;
}

.page-column {
    max-width: 811px;
    margin: 0 auto;
    /* min-height: 500px; */
}

.step {
    margin-top: 80px;
    max-width: 881px;
}

.head-page-text {
    font-weight: 600;
    text-align: center;
    font-size: 23px;
    margin: 16px auto -7px;
}

.select-exp {
    display: none;
}

.showmeall .select-exp {
    display: block;
}

.head-page-form-block {
    margin-bottom: 35px;
    background: #ffffff;
    padding: 0 0 50px 0;
    margin: 0 auto 50px;
    max-width: 625px;
}

.head-page-form-block-head-text {
    font-size: 18px;
    margin-bottom: 5px;
}

.head-page-form {
}

.control_m .select2-selection__choice {
    height: 1rem;
}

.all-page-contain-blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

.select2-container,
.select2-selection {
    cursor: pointer;
}

.select2-search--inline:before {
    content: '+';
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px;
    color: #c3c3c3;
    cursor: pointer;
}

.required-field-contain {
    display: inline-block;
    margin-bottom: 3px;
}

.required-field-icon {
    display: inline-block;
    background: #e61414;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-left: 8px;
}

.required-field-text {
    color: #e61414;
    font-size: 13px;
}

.step-head {
    max-width: 463px;
    font-size: 16px;
    /* margin-bottom: 20px; */
    color: #4a4a4a;
    font-weight: 500;
    text-align: center;
    margin: 0px auto 50px;
}

.form-color-row {
    padding: 0px 0;
}

.color-box {
    text-align: left;
}

.color-select-row {
    display: inline-block;
    width: 36px;
    height: 40px;
    vertical-align: top;
}

.color-select-row-any {
    width: 97px;
}

.color-checkbox-input-label {
    display: block;
}

.color-one-radio-input-icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 27px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

.color-input-silver {
    background-image: -moz-linear-gradient( 90deg, rgb(155,154,152) 0%, rgb(235,235,235) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(155,154,152) 0%, rgb(235,235,235) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(155,154,152) 0%, rgb(235,235,235) 100%);
}

.color-input-white {
    background: #fff;
}

.color-input-black {
    background: #000;
}

.color-input-blue {
    background: #354dff;
}

.color-input-red {
    background: #fc4728;
}

.color-input-orange {
    background: #ff9c03;
}

.color-input-yellow {
    background: #e8da19;
}

.color-input-green {
    background: #38b830;
}

.color-input-gray {
    background: #9b9a98;
}

.color-input-brown {
    background: #926546;
}

.color-input-beige {
    background: #f0d9b0;
}

.color-input-light-blue {
    background: #36a1ff;
}

.color-input-light-gold {
    background-image: -moz-linear-gradient( 90deg, rgb(233,150,0) 0%, rgb(253,232,9) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(233,150,0) 0%, rgb(253,232,9) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(233,150,0) 0%, rgb(253,232,9) 100%);
}

.color-input-light-maroon {
    background: #c5172e;
}

.color-input-light-purple {
    background: #9966cc;
}

.color-input-pink {
    background: #ffc0c9;
}

.color-any {
    width: 86px;
    text-align: center;
    padding-top: 8px;
    background: #fff;
}

.color-one-radio-input:checked + span.color-one-radio-input-icon {
    border: 3px solid #ffce1b;
    box-shadow: none;
    position: relative;
    top: 2px;
}

.color-one-radio-input:checked + span.color-one-radio-input-icon:after {
    content: '';
    position: absolute;
    display: block;
    background: url('../img/v.png') no-repeat center;
    width: 17px;
    height: 17px;
    background-size: cover;
    margin-left: -9px;
    left: 50%;
    margin-top: -9px;
    top: 50%;
}

.color-select-row-any .color-one-radio-input:checked + span.color-one-radio-input-icon {
    padding-top: 4px;
    text-align: right;
    padding-right: 6px;
}

.color-select-row-any .color-one-radio-input:checked + span.color-one-radio-input-icon:after {
    /* background: none; */
    left: 6px;
    margin-left: 0;
}

.form-addon-part-head-block {
}

.form-addon-part-head-text {
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    display: inline-block;
    cursor: pointer;
}

.form-addon-part-head-text-icon {
}

.select2-container .select2-selection__clear {
    position: absolute;
    right: 0;
    z-index: 500000;
}

.second-car-body-desc-block {
    background: #fff;
    padding: 11px 20px;
    margin-bottom: 20px;
}

.mark-selected .select2-selection__arrow {
    display: none;
}

.mark-close-button {
    display: none;
}

.mark-selected .mark-close-button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 50;
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
    cursor: pointer;
}

.form-addon-part-body-block {
    display: none;
}

.addon-open .form-addon-part-body-block {
    display: block;
    margin-top: 35px;
}

.second-car-head-block {
    min-height: 27px;
    margin-top: 24px;
    margin-bottom: 19px;
}

.second-car-head-text {
    display: inline-block;
}

.second-car-checkbox-icon {
    display: inline-block;
    background: #fff;
    border: 5px solid #fff;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border-radius: 25px;
}

.second-car-checkbox:checked + .second-car-checkbox-icon {
    background: #ffce1b;
}

.second-car-body {
    /* display: none; */
}

.second-car-active .second-car-body {
    display: block;
    margin-top: 15px;
}

.step-body {
    /* border-left: 2px solid #a5a4a4; */
    /* padding-left: 30px; */
    background: #ffffff;
    max-width: 625px;
    margin: 0 auto 0;
    /* padding: 0 10px; */
    box-sizing: border-box;
}

.step-desc {
    padding: 32px;
    /* margin-bottom: 32px; */
    /* position: static; */
    background: url("/assets/img/desc-icon.png") no-repeat 30px center;
    background-color: #FFFAE9;
    padding-left: 99px;
}

.feedback-step .step-desc {
    background-color: #ffffff;
}

.feedback-step .osago-deal-part-head {
    font-weight: normal;
}

.feedback-req {
    color: #fb0404;
}

.feedback-step .step-desc p {

font-weight: bold;

font-size: 16px;
}

.private-person-block,
.legal-entity-block,
.individual-entrepreneur-block {
    display: none;
}

.individual .private-person-block,
.legal-entity .legal-entity-block,
.entrepreneur .individual-entrepreneur-block {
    display: block;
}

.non-resident-form-block {
    /* margin-top: 27px; */
    display: inline-block;
}

.non-resident-form-contain {
    text-align: right;
    /* margin-top: -18px; */
    margin: -16px 0 32px;
}

.current-status-block {
    margin-bottom: 25px;
}

.availability-confirmed .private-person-block-part-one,
.availability-confirmed .current-status-block,
.assembling .private-person-block-part-one,
.assembling .current-status-block {
    display: none;
}

.deal-form {
}

.doc-from-client {
    margin-top: 30px;
}

.doc-from-client-padding-last-chile .form-upload-doc-box-group:last-child {
    margin-bottom: 25px;
}

.form-upload-doc-box-group {
    /* background: #fff8de; */
    margin-bottom: 20px;
    padding: 20px 40px;
}

.box-drive-card-js {
    margin-bottom: 0px;
}

.form-upload-doc-box {
    margin-bottom: 25px;
}

.btn_add_drv {
    margin: 0 auto;
    max-width: 250px;
}



.file-list-inner {
    margin-bottom: 26px;
    margin-top: 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.file-list-text-no {
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}

.file-list-inner .file-list-text {
    display: block;
    /* border: 1px solid #e0dbdb; */
    /* padding: 5px 9px; */
    margin-right: 9px;
    margin-bottom: 5px;
    border-radius: 18px;
    font-size: 12px;
}

.file-list-text-clear {
     background: #ffce1b;
     padding: 2px 7px;
     max-width: 68px;
     font-size: 12px;
     border-radius: 50px;
     align-self: flex-end;
     margin: 0 0 20px;
     cursor: pointer;
}

.doc-from-client .fieldset {
    margin-bottom: 10px;
    margin-top: 10px;
}

.deal-form .fieldset {
    margin-bottom: 22px;
}

.redirect .doc-from-client {
    display: none;
}

.deal-form .form__item,
.legal-entity-form .form__item,
.individual-entrepreneur-form .form__item {
    margin-bottom: 20px;
}

.legal-entity-bank-block {
}

.legal-entity-bank-block-head,
.individual-entrepreneur-bank-block-head {
    font-weight: bold;
    margin-bottom: 20px;
}

.step-desc-text-deal-fake {
    display: none;
}

.step-desc-text-deal-fake2 {
    display: none;
}

.availability-confirmed .step-desc-text-deal-fake {
    display: block;
}

.availability-confirmed .deal-form,
.availability-confirmed .step-desc-text-deal {
    display: none;
}

.assembling .step-desc-text-deal,
.assembling .step-desc-text-deal-fake,
.assembling .doc-from-client,
.assembling .deal-form {
    display: none;
}

.assembling .step-desc-text-deal-fake2 {
    display: block;
}

.critrerion-form {
    /* margin-top: -50px; */
    /* max-width: 406px; */
    box-sizing: border-box;
    /* display: flex; */
}

.step-body {
    /* display: none; */
}

.new .step-one .step-body {
    display: block;
}

.doc .step-two .step-body {
    display: block;
}

.payment .step-three .step-body {
    display: block;
}

.delivery .step-four .step-body {
    display: block;
}

.car-select-text-block {
    background: #fff;
    padding: 15px;
    margin-bottom: 16px;
    margin-top: 8px;
}

.head-page-form-block {
    /* display: none; */
}

.new .head-page-form-block {
    display: block;
}

.car-select-doc-text {
    margin-bottom: 15px;
}

.car-select-text {
}

/*criterion-form*/
#range-box {
    margin-top: 28px;
    margin-bottom: 15px;
    width: 95%;
    margin: 28px auto 0;
}

#range-box #custom-handle-mileage {
    /* font-size: 15px; */
    /* width: 79px; */
}

#range-box .ui-slider-range {
    background: #009AF1;
}

#range-box .ui-slider-handle {
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 20px;
    background: #009AF1;
    /* border: none; */
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .12);
    top: -8px;
    box-sizing: border-box;
    outline: none;
    /* padding: 15px 0; */
}

.from-slide-text {
    display: inline-block;
    padding: 0 2px 0 5px;
    font-size: 21px;
    font-weight: 500;
    color: #000;
    margin-top: -5px;
}

.from-slide-text-mini {
    font-size: 19px;
}

.ui-slider-horizontal .ui-slider-range-min {
    background: #ffce1b;
}

.for-expert-block {

}

.for-expert-ppk-block {
    margin-bottom: 30px;
}

.for-expert-block-head {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 19px;
}

.for-expert-item {
    margin-bottom: 15px;
    line-height: 1.3;
}

.for-expert-item-head {
    display: block;
    font-weight: 500;
}

.for-expert-vded-block {

}

.form-base-part1,
.form-base-part2,
.form-base-part3,
.form-base-part4,
.form-base-part5{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    /* padding-top: 64px; */
}

.form-base-part .form__item {
    /* margin-top: 15px !important; */
}

.form-base-part .btn_m {
    /* font-size: 12px; */
    /* min-height: 33px; */
}

.second-car {
    margin-top: 60px;
}

.step-desc p {
    font-size: 15px;
}

.step-head-text {
    display: block;
    font-size: 20px;
    line-height: 130%;
}

.step-head-status {
    font-size: 18px;
    display: block;
    margin: 20px auto 0;
    max-width: 410px;
    line-height: 150%;
}

.control_default > input, .control_default > select, .control_default > textarea {
    box-shadow: none;
}

.select2-container--default .select2-selection {
    box-shadow: none;
    border: 1px solid #BABABA;
    border-radius: 5px;
}

.select2-container--default .select2-selection:hover {
    box-shadow: none;
}

.buttons-block-item-contain {

    display: flex;

    align-items: center;

    justify-content: left;

    width: 100%;
}

.buttons-block-item-contain-left {

    width: 94px;

    text-align: center;

    box-sizing: border-box;

    flex-basis: 70px;
}

.buttons-block-item-contain-right {

    flex-basis: 247px;

    margin-left: 21px;
}

.buttons-block-item-img {

    /* width: 50%; */

    max-width: initial;
}

.control_default > input,
.control_default > select,
.control_default > textarea {

    border: 1px solid #BABABA;

    border-radius: 5px;
}

.fieldset__item {
    margin-bottom: 32px;
}

#feedback-form .fieldset__item {
    margin-bottom: 50px;
}

.ui-slider-horizontal {

    height: 4px;
}

.btn_criterion {

    font-size: 14px;

    text-transform: uppercase;

    padding: 16px 30px;
}

.critrerion-form-body .owl-nav {

}

.critrerion-form-body .owl-carousel .owl-nav button.owl-next,
.critrerion-form-body .owl-carousel .owl-nav button.owl-prev,
.critrerion-form-body .owl-carousel button.owl-dot {

    padding: 16px 30px !important;

    border: 1px solid #F3F3F3;

    background: #ffce1b;

    margin: 0;
}

.critrerion-form-body .owl-carousel .owl-nav {

    display: flex;

    justify-content: space-between;

    max-width: 406px;

    margin: 0 auto;
}

.select-car-item {

    /* max-width: 406px; */

    margin: 0 auto;
}

.criterion-info-block-basic-variant-btn {
    display: none;
}

.criterion-info-block-alter-variant-btn {
    display: none;
}

.criterion-basic-variant .criterion-info-block-alter-variant-btn {
    display: block;
    background-size: 32px;
    background-position: 11px 14px;
}

.criterion-alter-variant .criterion-info-block-basic-variant-btn {
    display: block;
}

/*.criterion-block-basic {*/
/*    display: none;*/
/*}*/

.criterion-block-alter {
    display: none;
}

.criterion-info-block {

    background: rgba(225, 237, 243, 0.27);

    /* border: 1px solid #009AF1; */

    padding: 32px 0;

    margin-top: 33px;
}

.criterion-info-block-variant-btn {
    background-color: #009AF1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    max-width: 402px;
    padding: 16px 0 16px 32px;
    border-radius: 2px;
    cursor: pointer;
}

.control_m .select2-selection--multiple .select2-selection__rendered {

    padding: .5rem 0.5rem 0 .5rem;
}

.select2-search.select2-search--inline {
    width: 100%;
}

.form-base-part-with {

    max-width: 406px;

    margin: 0 auto;

    /* padding-top: 64px; */
}

.form-base-part {

    padding-top: 16px;
}

.form-base-part1 {

    padding-top: 0;
}

.criterion-status-block {

}

.criterion-status-num-block {

    max-width: 406px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    padding: 64px 0 32px;

    align-items: center;
}

.criterion-status-num {

    display: inline-block;

    border: 1px solid #E4E4E4;

    width: 32px;

    height: 32px;

    text-align: center;

    line-height: 200%;

    border-radius: 32px;

    color: #009AF1;

    font-weight: 600;
}

.criterion-status-line {

    height: 1px;

    background: #E4E4E4;

    flex-basis: 8%;

    margin: 0 4px;
}

.critrerion-form-body .step-desc {
    display: none;
}

.form-base-part1 .step-desc {
    display: block;
}

.form-base-part1 .criterion-status-num-1,
.form-base-part2 .criterion-status-num-2,
.form-base-part3 .criterion-status-num-3,
.form-base-part4 .criterion-status-num-4,
.form-base-part5 .criterion-status-num-5,
.form-base-part6 .criterion-status-num-6 {

    color: #000000;

    background: #ffce1b;
}

.criterion-form-submit-button-car-btn {

    margin-top: 32px !important;

    margin-bottom: 32px !important;
}

.step-body-vd,
.step-body-ed {

    padding-bottom: 32px;
}

.step-body-deal {

    padding: 0 0 64px;
}

.form-base-part-with-deal {

    margin-top: 32px;
}

.valid-data-form-block {

    margin: 16px 0;
}


.payment-pay-block {

    margin-top: 32px;
}

.osago-deal-part-head {
    
font-weight: bold;
    
margin: 32px auto 16px;
}

.d-flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.pd-5 {
    padding-left: 5px;
}

.pd-15 {
    padding-left: 15px;
}

.main_button {
    padding: 17px 30px;
    background: linear-gradient(90deg, #008CDB 0%, #00BFE9 100%), linear-gradient(90deg, #00B8FF 0%, #6BE4FF 100%), #46C8FA;
    border-radius: 200px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.whatsapp {
    color: #000000;
    font-weight: bold;
}

.manage-docs .step-body {
    max-width: 416px;
    padding: 0 15px;
    border: 1px solid #f3f3f3;
}

.whatsapp-btn {
    color: #000000;
    text-decoration: none;
}

.noty_theme__metroui.noty_bar .noty_body {
    text-align: center;
    line-height: 160%;
    padding: 40px 20px;
}

.noty_theme__metroui.noty_type__error {
    background-color: #ffce1b;
    color: #000000;
}

.sert_img {

}

.sert_sample {
    color: #000000;
    font-size: 14px;
}

.sert_sample-text {

}

.myFancyBox .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs__list a:first-child {
    display: none;
}

.doc-from-client .add-drive-btn {
    /* background: #fff8de; */
    margin-top: 0;
    padding-bottom: 30px;
}

.form-upload-doc-box-clone {
    margin-bottom: 70px;
    position: relative;
    margin-top: 50px;
}

.delete-drv-crd {
    position: absolute;
    right: -23px;
    top: -5px;
    font-weight: bold;
    border-radius: 100px;
    border: 1px solid #d0a91a;
    color: #777777;
    background: #ffe997;
    padding: 1px 5px;
    cursor: pointer;
    display: block;
}

.eapps-widget-show-toolbar {
    display: none;
}

.calendar-form {

margin: 0 auto;

max-width: 220px;
}

.btn-calendar-box {

margin: 0 auto;

max-width: 220px;
}

.private-person-block-part-one.owl-carousel .owl-nav button.owl-next,
.private-person-block-part-one.owl-carousel .owl-nav button.owl-prev,
.private-person-block-part-one.owl-carousel button.owl-dot {
    padding: 16px 30px !important;
    border: 1px solid #F3F3F3;
    background: #ffce1b;
    margin: 0;
}

.driver-item {
    position: relative;
}

.delete-drive-btn-box {
    position: relative;
}

.delete-drive-btn {
    position: absolute;
    right: 0;
    top: -33px;
    background: #ffce1b;
    padding: 2px 6px;
    border-radius: 20px;
    cursor: pointer;
}

.step-head-status-mini {
    font-weight: normal;
    font-size: 14px;
    color: #f93d3d;
}

.get-data-from-numbers {
    margin-top: 25px;
}
.get-data-from-numbers-item {
    max-width: 222px;
    margin: 15px auto 0;
}

.get-data-from-numbers-item .fieldset__item {
    margin-bottom: 10px;
}

.get-data-from-numbers-desc {
    font-weight: normal;
    font-size: 14px;
    margin: 0 auto;
    max-width: 350px;
}

.privacy-form-block {
    max-width: 250px;
    margin: 0 auto;
}

/*criterion-form*/
@media all and (max-width: 950px) {
    .step-body {
        padding: 0;
        border: none;
    }

    .step-one {
        margin-top: 25px;
        padding: 0 15px;
    }

    .required-field-contain {

    }

    body {
        /* padding: 0 14px; */
    }

    .step-body-deal {

        padding: 0 0 64px;
    }

    .feedback-step .step-desc {
        background: none;
        padding: 30px 0 0;
        padding-left: 10px;
    }

    .feedback-step.step-body-deal {

width: 93%;

padding: 13px 13px 64px;

}
}

@media all and (max-width: 550px) {

    .form-base-part-with {

        padding: 10px;

    }

    .step-one {
        padding: 0 0;
    }

    .head-page-form-block {

        padding: 0 10px 50px;
    }

    .buttons-block-item-head {

        font-size: 15px;
    }

    .buttons-block-item-body {

        font-size: 14px;
    }

    .buttons-block-item-contain-left {

        /* width: 33px; */

        flex-basis: 50px;
    }

    .buttons-block-item-img {
        width: 100%;
    }

    .buttons-block-item-img-ppk {

        width: 35px;

    }

    .buttons-block-item-img-vd {

    }

    .buttons-block-item-img-ed {

        width: 38px;

    }

    .buttons-block-item-img-consult {

        width: 39px;
    }

    .step-head-text {

        font-size: 18px;
    }

    .step-head-status {

        font-size: 14px;

        max-width: 286px;
    }

    .select-car-item {

        padding: 0 10px;
    }

    .criterion-info-block-variant-btn {

        font-size: 12px;
    }

    .criterion-info-block {
        padding: 16px 10px;
    }

    .step-desc p {
        font-size: 13px;
    }

    .form-upload-doc-box-group {
        padding: 20px 15px;
    }

    .form-upload-doc-box {
        margin: 0 auto 25px;
        max-width: 294px;
    }

    .delete-drv-crd {
        right: 14px;
        top: -27px;
    }
}

@media all and (max-width: 350px) {
    body {
        padding: 0 0;
        box-sizing: border-box;
    }
}
