.calc-title-btn__wrapper {
    width: 900px;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.calc-title-btn {
    border-radius: 5px;
    color: #3C3C3B;
    padding: 5px 20px;
    border: 1px solid #3C3C3B;
    background-color: transparent;
    cursor: pointer;
    margin-right: 15px;
    text-transform: uppercase;
}

.calc-title-btn:hover {
    color: #FFFFFF;
    background-color: #3C3C3B;
}

.calc-title-btn.active {
    color: #FFFFFF;
    background-color: #3C3C3B;
}

.checkbox__btn {
    display: flex;
    flex-direction: column;
}

.bokking-doc{
    text-transform: uppercase;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .calc-title-btn__wrapper {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .calc-title-btn {
        width: 100%;
        margin: 5px 0;
        padding: 7px;
    }
}
@media (max-width: 600px) {
    .calc-title-btn {
        font-size: 13px;
    }
    .bokking-doc {
        margin: 10px 0;
        font-size: 11px;
    }
}


#online-name.error, #online-phone.error, #online-comment.error {
    border: red 1px solid;
}

.form-control.error{
    border: red 1px solid!important;
}

#confirmLabel.error {
    color: red !important;
}

.widget__order-cars-card-img img {
    width: 100%;
}

/*STYLE*/
.recording__service-tab hr {
    border-top: 1px solid #EAEAEA;
    margin-top: 37px;
    margin-bottom: 40px;
}

.recording__service {
    padding-bottom: 60px;
}

.recording__service-title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 71px;
    color: #333333;
    margin-bottom: 12px;
}

.recording__service-subtitle {
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    margin-bottom: 34px;
}

.recording__navigation {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
    z-index: 4;
}

.recording__navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.recording__nav .recording__service-nav {
    background: #FFFFFF;
    border: none;
    padding-left: 15px;
}

.recording__service-nav .nav-item {
    /*flex: 0 0 25%;*/
    flex: 0 0 233px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.recording__service-nav .nav-item:after {
    content: '';
    background: #E6E6E6;
    width: 1px;
    height: 41px;
    display: inline-block;
}

.recording__service-nav .nav-item:first-child:before {
    content: '';
    background: #E6E6E6;
    width: 1px;
    height: 41px;
    display: inline-block;
}

.recording__service-nav .nav-link {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    color: #B5B5B5;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 22px 20px;
    border-bottom: 2px solid transparent;
    text-transform: none;
    justify-content: center;
    background: transparent;
}

.recording__service-nav .nav-link svg {
    margin-right: 12px;
}

.recording__service-nav .nav-link.active,
.recording__service-nav .nav-item.show .nav-link {
    color: #292929;
}

.recording__service-nav .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.recording__service-tab {
    padding-top: 34px;
}

.tab-content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    display: block;
    margin-bottom: 26px;
}

.autorizarion__adv-head {
    display: flex;
}

.autorizarion__adv svg {
    margin-bottom: 16px;
    display: block;
    margin-right: 15px;
}

.autorizarion__adv-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #333333;
    display: block;
    margin-bottom: 12px;
}

.autorizarion__adv-desc {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.autorizarion__btn {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.autorizarion__btn:hover {
    text-decoration: none;
}

.recording__nav {
    background: #fff;
}

.recording__nav-details {
    background: #F8F8F8;
    padding: 12px 0;
}

.recording__nav-details-list {
    margin: 0;
    list-style: none;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.recording__nav-details-list li {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    padding: 0 0 0 20px;
    flex: 0 0 233px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.recording__nav-details-list li.step-5 {
    display: none;
}

.recording__nav-details-list li .recording__nav-list-price {
    padding-left: 5px;
}

.recording__nav-details-list li .recording__nav-old-price {
    padding-left: 5px;
    color: #A1AFBF;
    text-decoration: line-through;
}

.services__item-price-old {
    color: #A1AFBF;
    text-decoration: line-through;
}

.recording__nav-details-list .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recording__nav-details-list .btn-primary svg {
    margin-left: 9px;
}

.recording__nav-details-list .second-step .car-title,
.about-car__info .car-title {
    text-transform: capitalize;
}

/*SERVICE ITEMS*/
.chooseservices-list {
    margin-bottom: 40px;
    list-style: none;
    background: #FFFFFF;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    display: inline-block;
    white-space: nowrap;
    padding: 0 28px;
}

.chooseservices-list li {
    padding: 12px 0 12px;
    display: inline-block;
    margin: 0 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #292929;
}

.chooseservices-list li:hover {
    cursor: pointer;
}

.chooseservices-content .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 1 !important;
}

.chooseservices-content .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.chooseservices-content .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    position: absolute;
    top: -60px;
    width: 28px;
    height: 56px;
    background: #E7E7E7;
    z-index: 1;
    opacity: 1;
}

.chooseservices-content .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 !important;
}

.features-btn:hover {
    cursor: pointer;
}

.chooseservices-content .mCSB_scrollTools .mCSB_buttonLeft {
    left: -13px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA4SURBVHgB7YxBDQAgDMQGikAhOEQKQcFRA8smYE2a+zTXLEDSYmYY4cVRkR9Bx2dZeNuZ14q9+Hzv4KqtUWLQwQAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.chooseservices-content .mCSB_scrollTools .mCSB_buttonRight {
    right: -13px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA8SURBVHgB7cwxDQAgEEPRBgVIQRoOwBFSkIKE0oH9LmG8+0m3l4Lk1gashJp2Ev/gXuCret5mUPTgMpG6QrOtN+w3jrgAAAAASUVORK5CYII=') !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.services__item {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 21px 24px 26px;
}

.services__item .checkbox__btn {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.services__item .btn-link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #A1AFBF;
    border-bottom: 1px solid #A1AFBF;
    text-decoration: none;
    display: inline-block;
}

.services__item .btn-link:after {
    display: none;
}

.btn-link.collapsed .open-text {
    display: inline-block;
}

.btn-link.collapsed .close-text {
    display: none;
}

.btn-link .open-text {
    display: none;
}

.services__item-name {
    max-width: 356px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    min-height: 48px;
}

.services__item-hour {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #A1AFBF;
}

.services__item-price {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
}

.services__item-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.services__item-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.services__item-desc {
    margin-top: 20px;
}

.services__item-desc-head {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #A1AFBF;
    margin-bottom: 3px;
    display: block;
}

.services__item-desc-title {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    max-width: 382px;
}

.services__item-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

/*BASE INPUT*/
.recording__service.elements__style-form-el .form-group {
    margin-bottom: 32px;
}

.recording__service.elements__style-form-el .form-control {
    border: 1px solid #e2e2e2;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 21px;
    color: #292929;
    padding: 11px 25px;
}

.checkbox__btn .checkbox__item {
    font-style: normal !important;
    font-weight: 350 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #292929 !important;
    text-transform: none !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}

.checkbox__btn .checkbox__item a {
    text-decoration: underline;
}

/*RECORDING INFO*/
.recording-info {
    background: #F6F8FB;
    padding: 26px 24px 28px;
    border-radius: 0;
    border: none;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.recording-info__icon {
    margin-right: 20px;
}

.recording-info__icon:before {
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOdSURBVHgBxVfNUhpBEO6Z3R0JaoVHWJ8gcjQmJTyBeNCUJ+WQGE+aJwCeQDxZJgfwZKVMlfoEYCUmx5AncB+BqgBFsexMugdWhEAYlCLfaVhmunt6+udrBoYoFEqxZsRKWY61xhQsK1AuAIt1/lVVBsxTDCog4capt67S6WTVRC4bt+HkvOTa9tyBArnbU2gkuRj4rdz+dtL797YRoBu3F+YyeNPD3mZVlgDXbcXK0XrUS6fj1c7en7HGfMPlAMs2UzsKWKJ3hmffbq7kJjKAbm05ogQKXPqNt8+J2kI+VDgOJ+c/XG4HWXyWna4WD72RHOYNNkZ5JWjzjf3tFQ8eATLEsmQJtbijjOCjlKPrz5xaNPlY5QQ66zitOMkimSSbdDzc0+eBj19u70Lle5uvdmGKOL34VtRPgp5wfrfiYZbce+DTxW1Gu12BJ2rzhzBlCNsnmRXSQcEdftce0K63xR2t8c2XTNx++vl7inFZAMaqowJsEDombNnV01qiM9oD+DaZrjlF0zfnXB7ouoA34tzeNTlDspWUOiUtS2gv88JliYRoAYHPc2AIqge9X1bF9JwQ7bxeMNihWsObvkh1frPyJBGPQZoPQCYDmy/tvXl5ZXouvUHBp8q4jPnzImVbHNbQA6AUpsqE2N98XYZHANVdY/AlMAXWOFNqmT76Phi78algWMr1QmLpxrrt0jraankwASh2/LZzJxW7eb+1mprkLBYnz28LenfqH6A7nGn7DNFsRmKUBRZjz2FCdOJAI8bhP4MM6LbUknmvfyJ06ndQ5djjPVo1hHBhRvD9ri4s+1xK+EVr21IJmBECJC56waHCJZNlWjOLr8OMQKxJL5A/8ogTUBWj6pSYRRxQ4wspG5FXrlNCSV0FW1Ex9TY8iIeNj1Jfp2EQ2LpBMA6ZQcYyTWjZA41PG6CbEJPH2kJbXJo8hT6jIG7Xnm2AAUimpnuge0EubHx2uMGx2llMj3V0zbK/KI7wU3qc0Hdbq8b9AzvfUci49rZWs+H3Pk44wGKLyN0+TFqiB0E318oZuh6VBwHvI7pDaPl4Km2KLtW7BMr7IcqHGvCXEZ1dRmNWiM5UFaFxLqs/jFA+0oAQpxdfcbrhDxgsKxNxIe5A7Tt8HlJIpdwWKsGBryOtT9wLUXDs1KPZUVOVwXA6MGYZQWFtYWd46/w4mjfWgBA0gDbnGymkUHhLeIGp5PaP54DjOasEMriJ1BevTOfIP+/NxZOsFLNVAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.recording-info__desc p {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 0;
}

/*CAR BLOCK INFO*/
.recording__carinfo {
    padding: 26px 0 30px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 37px;
}

.recording__carinfo-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #212529;
    margin-bottom: 12px;
    display: block;
}

.recording__carinfo-har {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #5D687A;
    margin-right: 20px;
    display: inline-block;
}

.recording__carinfo-har b {
    font-size: 18px;
    line-height: 27px;
    color: #212529;
    padding-left: 5px;
    font-weight: normal;
    text-transform: lowercase;
    display: inline-block;
}

.recording__carinfo-har b:first-letter {
    text-transform: uppercase;
}

.recording__send-sms {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 0;
}

.recording__send-sms-phone {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #292929;
    margin-bottom: 11px;
    display: block;
}

.recording__send-sms-phone a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
}

/*CALENDAR*/
.recording__service-calendar-time{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 20px;
}

.recording__service-calendar {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 27px 28px 34px;
    max-width: 370px;
    margin: 25px 0;
}

.recording__service-calendar .month-name-block {
    display: block;
    margin-bottom: 22px;
    width: 100%;
    text-align: center;
}

.recording__service-calendar .month-name {
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 35px;
    color: #2F2F2F !important;
}

.recording__service-calendar .month-name-block span {
    font-size: 27px;
    font-family: monospace;
    padding: 0 10px;
    cursor: pointer;
    color: #A1AFBF;
}

.recording__service-calendar-head {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}

.recording__service-calendar-head span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #B9B1B1;
    width: 43px;
    display: inline-block;
    text-align: center;
}

.recording__service-calendar-day {
    display: flex;
    flex-wrap: wrap;
}

.recording__service-calendar-day span:hover {
    cursor: pointer;
}

.recording__service-calendar-day span {
    padding: 8px;
    width: 43px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recording__service-calendar-day span:hover {
    border-radius: 50%;
}

.recording__service-calendar-day span.active {
    color: #B9B1B1;
    cursor: no-drop;
}

.recording__service-calendar-day span.active:hover {
    background: transparent;
    color: #B9B1B1;
}

.recording__service-calendar-day .select {
    border-radius: 50%;
    cursor: default;
    border: 1px solid #da2728;
}


.recording__service-calendar-time div:nth-child(8n) {
    margin-right: 0;
}

.recording__service-calendar-time div {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 8px 0 6px;
    width: 100%;
    max-width: 75px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.red-col:after {
    background-image: linear-gradient(#ffc800, #ffc800 20%, transparent 21%, transparent 100%);
    background-size: 100% 3px;
    content: '';
    width: 120px;
    height: 130px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -13px;
    transform: rotate(-25deg);
    z-index: -1;
}

.grey-col:after {
    background-image: linear-gradient(#D7D2D1FF, #D7D2D1FF 20%, transparent 21%, transparent 100%);
    background-size: 100% 3px;
    content: '';
    width: 100px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -13px;
    transform: rotate(-25deg);
    z-index: -1;
}

.service-square-info {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

.service-square-info div {
    display: inline-block;
    width: 75px;
    height: 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.service-square-info div:after {
    background-image: linear-gradient(#ffc800, #ffc800 20%, transparent 21%, transparent 100%);
    background-size: 100% 3px;
    content: '';
    width: 100px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -13px;
    transform: rotate(-25deg);
    z-index: 0;
}

.service-square-info span {
    margin-left: 15px;
    font-size: 14px;
    color: #949494;
}

div.night-time{
    width: 100%;
    max-width: 160px;
}

div.night-time.blue-color:after{
    content: '';
    background-image: linear-gradient(#C2F2FF, #C2f2ff 10%, transparent 100%, transparent 100%);
    background-size: 100% 3px;
    width: 180px;
    height: 180px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -45px;
    transform: rotate(-25deg);
    z-index: -1;
}

.recording__service-calendar-time div:hover, .recording__service-calendar-time .select {
    cursor: pointer;
    border: 1px solid #da2728;
}

.recording__service-calendar-time div.active {
    background: #F3F3F3;
    color: #CACACA;
    cursor: no-drop;
}

.recording__service-calendar-time div.active:hover {
    border: 1px solid #DCDCDC;
}

.choosedate-content-info,
.choosedate-content-info-mobile {
    font-size: 14px;
    display: flex;
    background: #da272826;
    color: #da2728;
    padding: 10px;
    border-radius: 5px;
}

.blue-chosedate{
    color: #2871A6;
    background: #C2F2FF;
    margin-bottom: 20px;
}

.blue-chosedate>p{
    margin-bottom: 0;
}

.choosedate-content-info svg,
.choosedate-content-info-mobile svg {
    flex: 0 0 auto;
    margin: 3px 15px 0 0;
}

/*ADAPTIVE*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .recording__service-title {
        font-size: 36px;
        line-height: 53px;
    }

    .recording__service-subtitle {
        font-size: 18px;
        line-height: 27px;
    }

    .recording__service-nav .nav-item {
        flex: 0 0 186px;
    }

    .recording__service-nav .nav-link {
        font-size: 16px;
        padding: 20px 10px 20px 15px;
    }


    .recording__service-calendar-time div:nth-child(6n) {
        margin-right: 0 !important;
    }

    .recording__nav-details-list {
        align-items: center;
    }

    .recording__nav-details-list li {
        font-size: 16px;
        padding: 0px 10px 0px 15px;
        flex: 0 0 186px;
    }

    .recording__nav-details-list li {
        flex-direction: column;
        line-height: normal;
    }

    .services__item-name {
        max-width: 250px;
    }

    .services__item-desc-title {
        max-width: 290px;
    }

    .choosedate-content-info-mobile {
        margin-top: 15px;
    }
}

@media (max-width: 991.98px) {
    .choosedate-content-info {
        display: none;
    }

    .mobile-scroll {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .recording__service-nav .nav-link {
        padding: 21px 20px 26px;
    }

    .recording__service-tab hr {
        margin-top: 15px;
        margin-bottom: 32px;
    }

    .autorizarion__adv {
        margin-bottom: 25px;
    }

    .recording__service-calendar {
        margin: 0 !important;
        margin-bottom: 30px !important;
    }


    .recording__service-calendar-time {
        display: flex;
        flex-wrap: wrap;
    }

    .services__item-name {
        min-height: auto;
    }

    .choosedate-content-info-mobile {
        margin-top: 10px;
        display: flex !important;
    }

    choosedate-content-info {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .recording__nav-details-list li:last-child {
        display: inline-block !important;
    }

    .autorizarion__btn {
        font-size: 22px;
        line-height: 32px;
    }

    .recording__service-calendar-time div:nth-child(8n) {
        margin-right: 0px !important;
    }
}

@media (max-width: 767.98px) {
    div#choosecar {
        overflow: hidden;
    }

    .recording__service-nav .nav-item:after,
    .recording__service-nav .nav-item:first-child:before {
        height: 30px;
    }

    .recording__service-nav .nav-item {
        flex: auto;
    }

    .recording__service-nav .nav-link span {
        display: none;
    }

    .recording__service-nav .nav-link svg {
        margin: 0;
        width: 22px;
    }

    #features-left-button {
        left: 0px;
    }

    #features-right-button {
        right: 0;
    }

    .chooseservices-list li {
        padding: 10px 0;
        font-size: 16px;
    }

    .recording__service-nav .nav-link {
        padding: 16px 20px 16px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        display: inline-block;
    }

    .recording__nav-details.active {
        display: block;
    }

    .recording__nav-details {
        padding: 10px 0;
    }

    .recording__nav-details.mob-active {
        display: block;
    }

    .recording__nav-details-list li {
        font-size: 16px;
        line-height: 24px;
    }

    .recording__nav-details-list li.step-5 {
        display: inline-block;
    }

    .recording__service-tab hr {
        display: none;
    }

    .autorizarion__btn {
        padding: 14px 16px;
        font-size: 18px;
        line-height: 27px;
    }

    .choosecar-content .btn-primary,
    .record-content .btn-primary,
    .choosedate-content .btn-primary {
        margin-bottom: 15px;
    }

    .features-btn {
        height: 51px;
    }

    .services__item .checkbox__btn {
        margin-right: 12px;
    }

    .services__item-body .services__item-hour {
        order: 1;
        position: absolute;
        top: -35px;
        right: 0;
        font-size: 16px;
    }

    .services__item-line {
        margin-bottom: 4px;
    }

    .services__item-head {
        margin-bottom: 8px;
    }

    .services__item-name {
        max-width: none;
        font-size: 16px;
        line-height: 19px;
    }

    .services__item-head {
        flex-direction: column;
    }

    .services__item-desc-title {
        width: 70%;
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .recording__service-calendar-time div:nth-child(6n) {
        margin-right: 0px !important;
    }
}

@media (max-width: 575.98px) {
    .features-btn {
        display: none;
    }

    .recording__service-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 8px;
    }

    .recording__service-nav .nav-link {
        padding: 9px 20px 11px;
    }

    .recording__service-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .recording__nav-details-list .btn-primary {
        font-size: 12px;
        line-height: 18px;
    }

    .recording__service .recording-info {
        padding: 16px 12px 18px;
        align-items: flex-start;
    }

    .recording__service .recording-info__icon {
        margin-right: 12px;
    }

    .recording__service .recording-info__icon:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .recording__service .recording-info__desc p {
        font-size: 14px;
        line-height: 21px;
    }

    .recording__service .recording__carinfo-har b {
        display: block;
        padding-left: 0;
    }

    .recording__service-nav .nav-link svg {
        width: 18px;
    }

    .services__item-desc {
        margin-top: 14px;
    }
}

@media (max-width: 479.98px) {
    .recording__service-calendar {
        padding: 5px 0px 21px !important;
        max-width: 315px !important;
        margin: 0 auto 30px !important;
        border: none !important;
    }

    .recording__nav .recording__service-nav {
        flex-wrap: nowrap;
        padding-left: 5px;
        padding-right: 5px;
    }

    .recording__service-calendar-day span,
    .recording__service-calendar-head span {
        width: 41px !important;
    }

    .services__item {
        margin-bottom: 20px;
        padding: 16px 14px 18px;
    }

    .services__item-price {
        font-size: 16px;
    }
}


.ourcars-block-error {
    padding: 28px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 37px;
}

.ourcars-block-error-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #212529;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.ourcars-block-error-title:before {
    content: '';
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-right: 14px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMYSURBVHgBxVddTttAEJ7dtRFSieRXpLYyakF9DCcgnKBwAnID6AkINwgnID0B4QSYG6RvVUUVq03Ux0YqlVDW9nRmbQeTxskmhPBJVkabnZ3Z2fkVYImu53tu7B5AAnsgoEpLPn1e9veAvhAQOgBJoN34amsQDmzOFbM2/PI++HEUHdPWekHgbCC0dKzPtu7DEBZRgG/sRG6DNhwXTg0kinYCcKNdHea3NNbRrg+SLIN4RMfWHvQQZ2/uvjXmUoBvncTJNSL66SZsDJ3o3NasKX98igj1TIuQrLE/yRpihvCOjvThLDNOVyQ7q0QJWcYgBL2hM1lrW2wOvoZDNdwFIT7TVX1Xudfddd8vZehXdrq9jW3sV7YvYMnoVXZafHbv1XaXfSZfH1ng58ZOIzfVUOlPsGRoNTyhn46xROSe5uvGB9JQi7tmY6S3bMz+o/LuQKK8IIUHZQ42jklyjAXYY80Oil3bNyfhHJ4e32jNcY5seNgnOKKYdh3HhLfk98jDhRMH2ALxKidjgV9s2TicU0rUWbY06TU9MZjH41//vW0qwJqMIv/tn+9tW74slwT0UfJSHx1ygj008rEFc2Lz7vYGFoBEaCcCakTWJJm/mi1bm/Gp4FRuCCGr7IQ+05zbYQ7w+1Fc/+5vvL+EOVGQ5bMCJinY5vkc67DOfB7OUyEzFGR5El4YrMCopMKKUJA1YAVCpkw9XxEKskJJVa/DFGmyB6uCzCKPWjgKyTQkKC4PYFVAyFJ3EkitNGcx9oPaKvyACxLLYpqbV5mFRIsX1iLnGJ4ZjwofyTZhqBx1nq6JxtSO5Yng248XPqMAl0n6aTLtOu6lzVMYHoRd7USHYAE+k9s9prkk/1f4eEPeklHb9KwtWXF9lAnNeyi5L4QIScU6K7EMpzQ1g4SbeSHrjIv/T2/Lp/TzNshaMC5W1bKzrAYT2zErRzpVrZ3QW+cebz+YFEGl9pQjo7AUACYt7h0mjWacTbOEVntgwSY56llZtbUaTh+NWXYgYdjSEY1ziw6n48jHc9PCYdl4nnSUVMG9GlqP5/8AgXfp73anlhwAAAAASUVORK5CYII=');
}

.ourcars-block-error-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #5D687A;
    padding-left: 48px;
    margin-bottom: 0;
}


/*ABOUT CAR INFO*/
.about-car__info {
    padding: 17px 20px 26px 20px;
    background: #fff;
    border: 1px solid #F0F3F6;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about-car__info {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    cursor: pointer;
    height: 107px;
    text-decoration: none !important;
}

.about-car__info-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #343434;
    display: block;
}

.about-car__info-year {
    display: block;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 27px;
    color: #A9A9A9;
    margin-bottom: 0px;
}

.about-car__info .btn-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
}

.about-car__info .btn-link:focus {
    outline: none;
    box-shadow: none;
}

.about-car__info .btn-link:after {
    content: '>';
    background: none;
    display: inline-block;
    margin-left: 7px;
    font-family: monospace;
    font-size: 16px;
}


.widget__order-to-modification {
    border: 1px solid #EAEAEA;
    padding: 22px 21px 25px;
    width: 100%;
    max-width: 365px;
    height: 197px;
    cursor: pointer;
}

.to-modification-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #212529;
    display: block;
    margin-bottom: 16px;
}

.widget__order-to-modification .to-modification-har span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #5D687A;
    display: block;
    margin-bottom: 12px;
}

.didnt-find {
    margin-bottom: 21px;
}


.widget__order-to-cars-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #5D687A;
    display: block;
    margin-bottom: 30px;
}

/*SLLIDER*/
@media (min-width: 1200px) {
    .widget__order-to-slider .slick-list.draggable {
        min-width: 1170px;
        max-width: 1170px;
    }
}

.widget__order-to-slider .slick-list.draggable:after, .widget__order-to-slider .slick-list.draggable:before {
    content: "";
    background: #FFF;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    opacity: .7;
}

.widget__order-to-slider .slick-list.draggable:after {
    right: calc(-100% - 30px);
}

.widget__order-to-slider .slick-list.draggable:before {
    left: calc(-100% - 30px);
}

.widget__order-to-slider .slick-track {
    display: flex;
    align-items: center;
}

.widget__order-to-slider .slick-list.draggable {
    transform: translate3d(0, 0, 0);
    overflow: visible;
    z-index: 1;
}

.widget__order-to-slider .slick-slide {
    width: 365px !important;
    margin-right: 30px;
    opacity: 1;
}

.widget__order-to-slider .slick-next {
    right: -50px;
}

.widget__order-to-slider .slick-prev {
    left: -50px;
}

.widget__order-to-slider .slick-next,
.widget__order-to-slider .slick-prev {
    width: 48px;
    height: 48px;
    z-index: 2;
}

.widget__order-to-slider .slick-prev.slick-arrow.slick-disabled,
.widget__order-to-slider .slick-next.slick-arrow.slick-disabled {
    display: none !important;
}

.widget__order-to-slider .slick-next:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAALFSURBVGhD3VrNjtJQGIWBksh/G5IyCS9gAi6YYSbK6NLwArwPceNKlz6AWwhPoESNkrAQEiABFoadWxbowgTBc663WmcKA7OgXz3Jl7b3Fjjnu+d+bW8Jhw4HP8PYqKO/W19worf7IpLL5ZLxeDyP/bxt2/FGo3Hod/iGMMinarXaVa/Xe91ut1+grYLIIgIhgiRPW63Wy43GaDR6j7ZHCFP3Hx0H/WgikdiYpnlPH4aKxeITiHiO3fuINEL8SMQNw6gMBoOPehAU3CMhfU5E0um0he1Vv9//pPkrXLNTBCEWJEeS20Q8RGRFjwTJZTKZXSI4EuKr086RiEajvlanfeGIeHzLnBAtguTUSOyqTvo8sSA5C7apBl0ESf7XIqq6eskXscNOjgj5FzsvEcPh8AP6quyv1+tyRWhyzLRndaI49FmiRQBbRXAkHBEI0XOCItQN4C0igmkn15ywxN+KOzeAuyY2z0OIhbqLhW08Jzb6z23bTvw+VSi0nXIQ8bTb7X7W/BU6nc4r9NmIvZd7ju65ZrPJdaSfq9VqEw7/y3O5XH5LJpPsv8t61VFwYlkWH/4vaBmdeIXZbPYmFos9QN+fRQNRYIUxTTOD3YvxePxO81aYTqdv0X6OoDiR2adVFfnrmSd5wzAc8iLLqCIPkjfITyYTZv5M20p25r1s48p8sGyjM6/I4zB4mUe7sg0OA5l52Z7fVirdtkEEK/O8SKGd5FMI0eQrgc68F3npFyneWW6dsCB/xtdS6A9e5tGuyEt9yopkAWT4huedOo9I4TBYmWe1oW3QJ3PCajuQ/OWWUik68yTF59Wyh21IvqwnrEjPExSQ5wtuzVuB5LVtRJMnSO6Ub+k1d8fzZbT7VioPWYNRD9vz+fxroVD4sVgsxqVS6dl6vf6C9u+6XzwomNnmnz24/OH7nz3uMuzuz/ic9VDoF7P7PZpPf8ZPAAAAAElFTkSuQmCC');
    width: 48px;
    height: 48px;
    display: block;
}

.widget__order-to-slider .slick-prev:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKrSURBVHgB3VrNaiJBEK7xD1bnZ2eQuNkH8OYuJJplN8lJFnwBH2ZvngN73uPCPoDgfQeSkCAeVFBBfQBPOQhByS2TKu0OE2Mrc8lU54Mioecw39f1VfV0twbwgBH6P4AISECMaDQa9P4sxgFGAcPESIImIPIWxtdut/vX9/0/1Wr1XIyxB1nGSqfTR9Pp9H8g0Ol0/uH4IURwRhwWoneaSL44HA4visViVT6YzWZ3sK6BSHXwlkjk83myyNFkMnmeecJoNLqkcYwcvCxqHkCOK9tgHIdtQ8BMXOH4NwxHFDY7EHkbbfOKvJj5EwwHYu6KWxGeebSNv0keRVU+IoBj+yQ7CM8fj8djX6uZRxhEnmyzSV54XpJnuXDRjJLny1rOPIaNoSJfAebkyfNlRavUeuZPXNflS97zPCK/r2B59nlJflufBw0Wqa220cbz1Cq1m3nY43kUxZr88yK1OfNatUqVbahVcv0kJnzIZDJfVIuUsBVb8gnTNA9ardZFmHy73e7is58YLsRAPsoLg8ViYViWZb4YDAJIpVJkrWS9Xue3FQyjUCjQfrVMlglnod/v36CIM8dxYslCFNC3O5E8HQwG15sicFyK4Hs4JTqMBztEYLhoJ9YnbETOQ9vsEuEB82PCVSb2iOBtJ2GTlYhthQ062EmQUxY2iQPumUAkRfc5VbRYKYJ1i03sEkHjoIMIWJP88W5FCDt5oHkmZIvVU0Sv17vF8XPQoDutRKBtVCL4L3awFkHH50oR1L047+LkByCJ+K5zJuSKrcyEbdu8PwBFJpTdiW5rYH3xzRrKmqDL7lwu9wmY3xM/YtxjjEul0i88jrmWD+bz+cNyueS9rw5BZqLSbDZ/0y19rVY7E3dqeoigmhAHBYfZbPazIB+piDkoNUJ/I//M4AntPTKa58kcQwAAAABJRU5ErkJggg==');
    width: 48px;
    height: 48px;
    display: block
}


/*COLLAPCE CHOOSE SERVICE*/
.services__item-name {
    min-height: auto;
}


.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.row.row-categorise-tabs {
    margin-bottom: 32px;
}

.row-categorise-tabs .tab-pane.show.active {
    background: #F8F8F8;
}

.row-categorise-tabs .tab-pane {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-tabs-categories .nav-item {
    border-bottom: 1px solid #EFEFEF;
}

.nav-tabs-categories .nav-link.active {
    background: #F8F8F8;
    border: none;
    border-bottom: 1px solid #F8F8F8;
    margin-bottom: -1px;
    border-radius: 0;
}

.nav-tabs-categories .nav-link,
.accordion-categories-mobile .card-header .btn-link {
    position: relative;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #292929;
    padding: 21px 15px 22px;
    border: none;
    text-align: center;
    border-radius: 0;
    text-transform: lowercase;
    display: inline-block;
    width: 100%;
}

.accordion-categories-mobile .card-header .btn-link {
    text-align: left;
}

.accordion-categories-mobile .card-header .btn-link:hover {
    text-decoration: none;
}

.nav-tabs-categories .nav-link:first-letter,
.accordion-categories-mobile .card-header .btn-link:first-letter {
    text-transform: uppercase;
}

.nav-tabs-categories .nav-link:hover {
    background: #F8F8F8;
    border-color: transparent;
}

.nav-tabs-categories .nav-link.active:after,
.nav-tabs-categories .nav-link:hover:after {
    content: '';
    background: #F8F8F8;
    width: 30px;
    right: -30px;
    position: absolute;
    display: inline-block;
    height: calc(100% + 1px);
    top: 0;
}

@media (max-width: 767.98px) {


    .recording__nav-details-list li {
        padding-left: 0;
        display: none;
    }

    .nav-tabs-categories .nav-link.active:after,
    .nav-tabs-categories .nav-link:hover:after {
        background: transparent;
    }

    .recording__nav-details-list .btn-primary {
        padding: 10px;
        border-radius: 50%;
        max-width: none !important;
    }

    .recording__nav-details-list .btn-primary svg {
        margin: 0;
    }

    .recording__nav-details-list .btn-primary span {
        display: none;
    }

}

.accordion-categories-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    div#choosedate {
        padding-top: 20px;
    }

    div#accordionExample {
        margin-top: -40px;
    }

    .widget__order-to-slider .slick-next {
        right: -25px;
    }

    .widget__order-to-slider .slick-prev {
        left: -25px;
    }


    .recording__nav-details-list {
        justify-content: space-between;
        align-items: center;
    }

    .recording__nav-details-list li {
        flex: none !important;
        display: none !important;
    }

    .first-step.active, .second-step.active, .third-seep.active, .fourth-step.active, .step-5.active {
        display: inline-block !important;
    }

    .recording__nav-details-list li:last-child {
        display: inline-block !important;
    }

    .recording__nav-details-list li {
        /*display: none!important;*/
        flex: 1 1 50%;
    }

    .recording__nav-details-list .btn-primary {
        max-width: 180px;
        float: right;
    }

    .services__item {
        background: #FFFFFF;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .row-categorise-tabs {
        display: none;
    }

    .accordion-categories-mobile {
        display: block;
        margin-bottom: 20px;
    }

    .accordion-categories-mobile .card {
        border: none;
    }

    .accordion-categories-mobile .card-header {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .accordion-categories-mobile .head-collapse.show {
        background: #F8F8F8;
        padding: 0px 7px 24px;
    }

    .accordion-categories-mobile .card-header .btn-link {
        background: #F8F8F8;
        padding: 19px 24px 18px;
    }

    .accordion-categories-mobile .card-header .btn-link.collapsed {
        background: transparent;
        border-bottom: 1px solid #EFEFEF;
    }

    .accordion-categories-mobile .card-header .btn-link:focus {
        text-decoration: none;
    }

    .accordion-categories-mobile .card-header .btn-link:after {
        content: '-';
        position: absolute;
        right: 24px;
        top: 16px;
        font-size: 46px;
        font-weight: 100;
        background: none;
        margin: 0;
        width: auto;
        height: auto;
        font-family: auto;
    }

    .accordion-categories-mobile .card-header .btn-link.collapsed:after {
        content: '+';
        position: absolute;
        right: 25px;
        font-size: 31px;
        font-weight: 100;
        top: 18px;
        background: none;
        margin: 0;
        width: auto;
        height: auto;
        font-family: auto;
    }
}

/*SCROLL*/
div#custom-scroll .AutoDiv {
    overflow: auto;
    overflow-y: hidden;
}

div#custom-scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    margin: 5px 0;
}

div#custom-scroll .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #DDDDDD;
    background-color: rgba(0, 0, 0, 0.1);
    height: 10px !important;
    margin: 5px 0 !important;
}

div#custom-scroll div#mCSB_1_container {
    margin-bottom: 20px;
}

div#custom-scroll .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
div#custom-scroll .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 6px;
}


.dont-know-number {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline !important;
    display: block;
    margin-top: 10px;
    color: #E40C25;
    background: transparent;
    border: none;
}

.dont-know-number:hover {
    color: #E40C25;
}

.dont-know-number:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .accordion-categories-mobile-col {
        padding: 0;
    }

    .accordion-categories-mobile .head-collapse.show,
    .accordion-categories-mobile .head-collapse.show > div {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .services__item {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
}

.widget_to-info-text {
    margin-bottom: 15px;
}

.widget_to-info-text p {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #8E8E8E;
}

/*NEW BLOCK*/
.new_block-to hr {
    border-top: 1px solid #E5E5E5;
}

.new_block-to-title {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #292929;
    display: block;
    margin-bottom: 26px;
}

.new_block-to-headtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #292929;
    margin-top: 12px;
    display: block;
    margin-bottom: 13px;
}

.new_block-to-desc {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #292929;
}

.new_block-to textarea.form-control {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: 200px !important;
    margin-bottom: 22px;
    padding: 16px 25px;
}

.new_block-to .form-control,
.new_block-to .form-control::placeholder {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 21px;
    color: #050505;
}

/*NEW BLOCK*/
.widget__order-cars-head {
    margin-bottom: 22px;
}

.widget__order-cars-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.widget__order-cars-title:hover {
    text-decoration: none;
}

.widget__order-cars-card:hover .widget__order-cars-card-year {
    opacity: .7;
}

.widget__order-cars-title.active {
    color: #1D1D1F;
}

.widget__order-cars-title:last-child:before, .widget__order-cars-title:nth-child(2n):before {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    margin: 0 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABdSURBVHgBrYyxDcAgEAM/SLToSyQEeARWyaQZJSMwCIIPdBH6LnHpO5tohhlMSoz3gHNyh4CiCQSgpJTrf8KhCWPI1ftxmh22RiRCZO0G1l2Mua71RzALVsFLgNY/zqIeTGMzZ9MAAAAASUVORK5CYII=') no-repeat;
}

.widget__order-cars-title:first-child:before {
    display: none;
}

.widget__order-cars-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.widget__order-cars-list li {
    margin-bottom: 12px;
}

.widget__order-cars-list li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1F;
    display: block;
    text-transform: capitalize;
}

.widget__order-cars-list li a:hover {
    text-decoration: none;
}

.widget__order-cars-list li.first-letter a:first-letter {
    color: #E40C25;
    font-weight: bold;
}


.widget__order-cars-card {
    display: block;
    margin-bottom: 15px;
}

.widget__order-cars-card:hover {
    text-decoration: none;
}

.widget__order-cars-card-img {
    width: 100%;
    max-width: 170px;
    height: 90px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget__order-cars-card-year {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1F;
    display: block;
}


.widget__order-cars-variation {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 20px 18px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.widget__order-cars-variation:hover {
    border: 1px solid #CC0033;
    text-decoration: none;
}

.widget__order-cars-variation-item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #3B3B3B;
    margin-bottom: 10px;
}

.widget__order-cars-variation-item svg {
    margin-right: 10px;
}

span.widget__order-cars-variation-item:nth-child(3n),
.widget__order-cars-variation-item:nth-child(2n),
.widget__order-cars-variation-item:first-child {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    .widget__order-cars-list li a {
        white-space: nowrap;
    }

    .widget__order-cars-list .col-xl-2 {
        max-width: 185px;
    }
}

.accordion-categories-mobile .card-header .btn-link {
    width: 100%;
    max-width: none;
}

/*NEW FIRST STEEP*/
.service_widget-card-car:hover .service_widget-card-car-title {
    color: #FF0022;
}

.recording__service-head-btn .btn:hover svg path {
    stroke: #fff;
}

.service_widget-modif-item:hover {
    border-color: #FF0022;
}

.service_widget-modif-item svg path {
    fill: #FF0022;
}

.go_back {
    margin-bottom: 24px;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #282830;
    display: flex;
    align-items: center;
}

.go_back svg {
    margin-right: 8px;
    min-width: 8px;
}

.go_back:focus {
    outline: none;
    box-shadow: none;
}

.service_widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #282830;
    margin-bottom: 27px;
    display: block;
}

.service_widget-title-else {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #494950;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.service_widget-title-else:before {
    content: '';
    border-top: 1px solid #E5E5E5;
    background: #F5F5F5;
    margin-right: 22px;
    width: 100%;
    height: 1px;
}

.service_widget-title-else:after {
    content: '';
    border-top: 1px solid #E5E5E5;
    background: #F5F5F5;
    margin-left: 22px;
    width: 100%;
    height: 1px;
}

.service_widget-card-car {
    margin-bottom: 35px;
}

.service_widget-card-car-img {
    height: 80px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.service_widget-card-car-img-year {
    height: 191px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.service_widget-card-car .service_widget-card-car-img img,
.service_widget-card-car .service_widget-card-car-img-year img {
    transition: transform .2s linear;
    width: 140px;
    max-width: 100%;
    height: 100%;
    object-fit: contain;

}

.service_widget-card-car-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #282830;
    display: block;
    text-transform: uppercase;
}


.service_widget-search-block {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_widget-search-block .form-group {
    max-width: 394px;
    width: 100%;
}

.elements__style-form-el .service_widget-search-block .form-control {
    background-color: #F0F0F0;
    border-radius: 3px;
    text-transform: uppercase;
}

.service_widget-search-block .btn-primary {
    max-width: 144px;
    width: 100%;
}

.service_widget-search {
    margin-bottom: 34px;
}

.service_widget-search-result {
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 32px;
}

.service_widget-result-title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #282830;
    margin-bottom: 18px;
    display: block;
    text-align: center;
}

.service_widget-result-info {
    text-align: center;
}

.service_widget-result-item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #282830;
}

.service_widget-result-item span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #282830;
    padding-left: 7px;
}

.result-item-engine {
    margin-right: 30px;
}

.service_widget-search .btn.btn-outline-primary {
    margin: 0 auto;
    display: block;
}

.service_widget-search a.btn.btn-outline-primary {
    margin: 0 auto;
    display: flex;
    width: fit-content;
}

.service_widget-card-title.text-left {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #282830;
    display: block;
}

.service_widget-modif {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 21px 16px 15px 16px;
    width: 100%;
    display: block;
}

.elements__style-form-el .service_widget-filter .form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #494950;
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
}

.service_widget-modif:hover {
    text-decoration: none;
    border-color: #E40C25;
    cursor: pointer;
}

.service_widget-modif-item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #282830;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.service_widget-modif-item svg {
    min-width: 21px;
    margin-right: 10px;
}

.service_widget-modification-car .service_widget-card-img {
    margin-bottom: 0;
}

.service_widget-modification-car {
    margin-bottom: 17px;
}

.service_widget-card-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #282830;
    margin-top: 8px;
}

.service_widget-filter-btn {
    display: none;
}

.recording__service-tab .service_widget-hr {
    border-top: 1px solid #E5E5E5;
    margin-bottom: 32px;
    margin-top: 0;
}

@media (min-width: 768px) {
    .collapse.service_widget-filter-collapse {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 992.98px) {
    .recording__service-head-btn .btn-outline-primary {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100%;
    }
}

@media (max-width: 767.98px) {

    .service_widget-filter {
        text-align: center;
    }

    .service_widget-search-block {
        margin-bottom: 22px;
    }

    .service_widget-modification-car .service_widget-card-img {
        display: none;
    }

    span.service_widget-card-title {
        text-align: center !important;
        font-size: 18px;
    }

    .service_widget-search-block {
        flex-direction: column;
    }

    .service_widget-search-block .form-group {
        margin-bottom: 15px !important;
    }

    .service_widget-filter-btn {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #494950;
        background: transparent;
        border: none;
        padding: 0;
        border-radius: 0;
        border-bottom: 1.5px solid #494950;
        display: inline-flex;
        align-items: center;
        margin-bottom: 17px;
    }

    .service_widget-filter-btn:focus {
        outline: none;
        box-shadow: none;
    }

    .service_widget-filter-btn.collapsed svg {
        transform: rotate(180deg);
    }

    .service_widget-filter-btn svg {
        margin-left: 8px;
        transform: none;
    }


    .recording__service-head-btn {
        text-align: center !important;
        margin-bottom: 30px;
    }

    div#serviceVideo .modal-body {
        padding: 0 !important;
        margin-bottom: -8px;
    }

    div#serviceVideo .modal-body iframe {
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .service_widget-search-block .form-group {
        margin-right: 25px;
    }

    .service_widget-search-block {
        justify-content: center;
    }
}

.recording__service-head-btn {
    text-align: right;
}

.recording__service-head-btn .btn-outline-primary {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    padding-left: 25px;
    padding-right: 26px;
    padding-bottom: 11px;
    padding-top: 11px;
    display: inline-block;
    /*align-items: center;*/
    max-width: none;
    width: auto;
}

.recording__service-head-btn .btn-outline-primary:focus {
    outline: none;
}

.recording__service-head-btn svg {
    margin-right: 15px;
    vertical-align: bottom;
}

div#serviceVideo {
    padding-right: 0 !important;
}

div#serviceVideo .modal-body {
    padding: 0 60px 50px;
}

div#serviceVideo .modal-dialog.modal-dialog-centered {
    max-width: 970px;
}

div#serviceVideo .modal-header {
    border: none;
    padding: 8px 20px;
}

div#serviceVideo .modal-header .close:focus {
    outline: none;
}

/*CHOOSE DEALER*/
/*DEALER INFO BLOCK*/
.service_choose_brand {
    margin-right: 30px;
    display: inline-block;
    width: 100%;
    max-width: 120px;
    text-align: center;
}

.service_choose_brand_card-item {
    margin-bottom: 21px;
}

.service_choose_brand_card-item:hover {
    cursor: pointer;
}

.service_choose_brand .service_choose_brand_card-img {
    max-width: 100%;
}

.service_choose_brand .service_choose_brand_card-img {
    width: 100%;
    max-width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
    /*background: #cbcbcb;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_choose_brand.service_choose_brand_card-item {
    position: relative;
}

.service_choose_brand.service_choose_brand_card-item:hover .service_choose_brand_card-info {
    display: block;
    z-index: 2;
}

.service_choose_brand_card-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #333333;
    height: 29px;
    overflow: hidden;
}

.service_choose_brand_card-info {
    width: 370px;
    display: none;
    padding: 21px 0px 12px;
    background: #FFFFFF;
    border: 1px solid #E40C25;
    border-radius: 8px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.service_choose_brand_card-info .service_choose_brand_card-info-head {
    padding-left: 20px;
}

.service_choose_brand_card-info .service_choose_brand_card-info-head .dealer-active {
    color: #E40C25;
    border-right: 1px solid #C6C6C6;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
}

.service_choose_brand_card-info .service_choose_brand_card-info-head .service_choose_brand_card-title {
    text-align: left;
}

.service_choose_brand_card-info .service_choose_brand_card-info-head .service_choose_brand_card-title:hover {
    cursor: default;
}

.service_choose_brand_card-info-brand {
    margin-bottom: 8px;
    display: block;
    padding: 6px 20px;
    text-align: left;
}

.service_choose_brand_card-info-brand:hover {
    background: #F8F8F8;
    cursor: pointer;
}

.service_choose_brand_card-info-brand:hover .service_choose_brand_card-info-brand-name,
.service_choose_brand_card-info-brand.active .service_choose_brand_card-info-brand-name {
    color: #E40C25;
}

.service_choose_brand_card-info-brand-name {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #2F2F2F;
}

.service_choose_brand_card-info-brand-addr {
    font-family: 'Circe-Light', sans-serif;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #2F2F2F;
}

.service_choose_brand_card-item:hover .service_choose_brand_card-title {
    text-decoration: none;
    color: #E40C25;
    cursor: pointer;
}

.service_choose_brand:nth-child(8) {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .service_choose_brand_card-col.service_choose_brand_card-brand {
        padding-right: 0;
        min-width: 170px;
        max-width: 170px;
        margin-bottom: 0;
    }

    .service_choose_brand_card-info-brand {
        margin-bottom: 0;
        padding: 2px 10px;
    }

    .service_choose_brand_card-info-brand-name {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 25px;
    }

    .service_choose_brand_card-info-brand-addr {
        font-size: 14px;
        line-height: 18px;
    }

    .service_choose_brand_card-info .service_choose_brand_card-info-head {
        padding-left: 12px;
    }

    .service_choose_brand_card-info {
        padding: 12px 0 10px;
    }
}

@media (max-width: 767.98px) {
    .service_choose_brand-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .service_choose_brand:nth-child(8) {
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .service_choose_brand:nth-child(8) {
        margin-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .service_choose_brand {
        margin-right: 18px;
    }

    .service_choose_brand:nth-child(5n+5) {
        margin-right: 0;
    }

    .service_choose_brand:nth-child(8) {
        margin-right: 18px;
    }
}

.about-car__info-desc {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-car__info-year-number-desc {
    padding-left: 14px;
    border: 1px solid #18191B;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #1D1D1F;
    width: 100%;
    max-width: 110px;
    position: relative;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.about-car__info-year-number {
    background: #0A4591;
    height: 100%;
    width: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.about-car__info-year-number:before {
    content: 'UA';
    font-size: 6px;
    line-height: 10px;
    text-align: center;
    color: #FFFFFF;
    top: 2px;
    position: absolute;
    left: 3px;
}

.about-car__info-year-number:after {
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAoSURBVHgBtc2xCQAACAPBxJ2d0I3sBEE3MJVXPzw9cnAwCDJgF54XC4uPBihNYgk1AAAAAElFTkSuQmCC') no-repeat;
    width: 8px;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: 3.5px;
    bottom: 3px;
}

.reglament_to-filter .form-control {
    border: 1px solid #ced4da !important;
}

@media (max-width: 575.98px) {
    .service_widget-col {
        width: 50%;
    }
}


/*new search block*/

.search__car__number__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 30px 50px;
}

.search__car__number__box {
    width: 415px;
    display: flex;
    height: 290px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.search__car__number__name {
    font-weight: 600;
    font-size: 24px;
    color: #2F2F2F;
}

.search__car__number__input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    padding: 15px 10px;
}

.search__car__number__input_uppercase {
    text-transform: uppercase;
}

.search__car__number__input::placeholder {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #898989;
}

.search__car__number__input_uppercase.error {
    border: 1px solid #FF0022;
}

.search__car__number__btn {
    display: block;
    background-color: #FF0022;
    border-radius: 28px;
    padding: 8px 35px 10px;
    border: 1px solid rgba(228, 12, 37, 0);
    color: #FFFFFF;
}

.search__car__number__btn:hover {
    background-color: transparent;
    border: 1px solid #E40C25;
    color: #E40C25;
}

.search__car__number__btn-gray {
    background: #585858;
}

.search__car__number__btn-transparent {
    background: transparent;
    border-radius: 28px;
    padding: 8px 35px 10px;
    border: 1px solid #E40C25;
    color: #FF0022;
    font-weight: bold;
}

.search__car__number__btn-transparent_uppercase {
    text-transform: uppercase;
}

.search__car__number__btn-transparent:hover {
    background-color: #FF0022;
    border: 1px solid rgba(228, 12, 37, 0);
    color: #FFFFFF;
}

.search__car__number__img {
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.search__car__number__title {
    font-weight: 600;
    font-size: 26px;
    color: #2F2F2F;
}

.search__car__number__characteristics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.search__car__number__btn__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.selected__car {
    width: 570px;
    padding: 0 25px 20px;
    border: transparent;
    box-shadow: none;
}

.car__modification__select__wrapper {
    display: flex;
    flex-direction: column;
}

.go__to__back__border {
    border: 1px solid #E40C25;
    padding: 9px 35px 10px 30px;
    border-radius: 50px;
    color: #E40C25;
}

.go__to__back__border > svg > path {
    stroke: #E40C25;
}

@media (max-width: 1200px) {
    .search__car__number__wrapper {
        flex-direction: column;
    }

    .search__car__number__box {
        width: 100%;
    }

    .selected__car {
        width: 100%;
        margin: 20px 0;
        height: auto;
    }
}

@media (max-width: 767px) {
    .search__car__number__btn__wrapper {
        flex-direction: column;
    }

    .search__car__number__btn-transparent {
        width: 100%;
        margin: 5px 0;
    }

    .search__car__number__characteristics {
        align-items: flex-start;
        flex-direction: column;
    }

    .search__car__number__wrapper {
        margin: 28px 0;
    }

    .search__car__number__name {
        font-size: 20px;
    }

    .search__car__number__title {
        font-size: 20px;
    }
}
