

/* Start:/local/templates/kibercar/lib/slick/slick.css?15070523871776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/kibercar/lib/slick/slick-theme.css?15070523873145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/kibercar/lib/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/kibercar/lib/slick/./fonts/slick.eot');
    src: url('/local/templates/kibercar/lib/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/kibercar/lib/slick/./fonts/slick.woff') format('woff'), url('/local/templates/kibercar/lib/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/kibercar/lib/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/components/unit/services.category2/templates/.default/style.css?166062885427864*/
/*START poll dialog*/
.poll-dialog{
    background: rgba(34, 34, 34, 0.98);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: -10000;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}
.poll-dialog_open {
    z-index: 90;
}
.poll-dialog_open, .poll-dialog_open .poll-dialog-wrap{
    visibility: visible;
}
.poll-dialog-wrap {
    visibility: hidden;
    z-index: 100010;
    position: relative;
    /*margin: 12% auto 0;*/
    max-width: 1200px;
    width: 80%;
    transition: margin .2s ease-in;
    margin: calc((100vh - 650px) / 2) auto 0;
}
.poll-dialog-close{
    position: absolute;
    right: -40px;
    top: -40px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjEyLjk4MiAyMTIuOTgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMTIuOTgyIDIxMi45ODI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj4KPGcgaWQ9IkNsb3NlIj4KCTxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDsiIGQ9Ik0xMzEuODA0LDEwNi40OTFsNzUuOTM2LTc1LjkzNmM2Ljk5LTYuOTksNi45OS0xOC4zMjMsMC0yNS4zMTIKCQljLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGwtNzUuOTM3LDc1LjkzN0wzMC41NTQsNS4yNDJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGMtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTIKCQlsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3CgkJYzYuOTg5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBjNi45OS02Ljk5LDYuOTktMTguMzIyLDAtMjUuMzEyTDEzMS44MDQsMTA2LjQ5MXoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat 100% 0;
    background-size: 16px;
    background-position: 50%;
    opacity: .5;
    border: none;
    z-index: 100020;
    box-sizing: border-box;
    padding: 0;
}
.poll-dialog-close:hover {
    opacity: .8;
}
.poll-dialog-container{
    visibility: hidden;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.poll-dialog-container_open{
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.poll-dialog__layout{
    color: #363636;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.poll-dialog__questions{
    -webkit-overflow-scrolling: touch;
    padding: 30px;
    color: #363636;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.poll-dialog__questions_header{

}
.poll-dialog__title {
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    line-height: 1.2;
    color: #66666e;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 0;
}
.poll-dialog__title_line {
    border: none;
    display: block;
    height: 1px;
    background: #f3f3f3;
    margin: auto -30px;
}
.poll-dialog__questions_title {
    font-size: 28px;
    text-align: left;
    margin: 12px 0 16px;
    line-height: 1.2;
    font-weight: 500;
}
.progress-bar.poll-dialog__progress{

}
.progress-bar__label {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    color: #7e8ca8;
    margin-bottom: 8px;
    height: 18px;
    position: relative;
}
.progress-bar__label span {
    font-size: 14px;
    color: #fc1b20;
    font-weight: 700;
    margin-left: 10px;
}
.progress-bar__field {
    height: 6px;
    position: relative;
    background: #dbdbdb;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.3);
}
.progress-bar__field span {
    display: block;
    height: 100%;
    border-radius: 20px;
    background-image: linear-gradient(90deg,#fc1b20,#fa6b77);
    box-shadow: inset 0 2px 9px hsla(0,0%,100%,.3),inset 0 -2px 6px rgba(0,0,0,.4),.6px 1.9px 7px 0 rgba(248, 58, 75, 0.5);
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.poll-dialog__question{
    margin-bottom: 25px;
    overflow-y: auto;
    margin-top: 30px;
    max-height: 37vh;
    height: 100%;
}
.answer-variants{
    overflow-x: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}
.poll-dialog__question::-webkit-scrollbar-track{
    border-left:8px solid transparent;
    box-shadow:inset 0 0 10px 10px #eae9f1;
}
.poll-dialog__question::-webkit-scrollbar
{
    width: 10px;
}
.poll-dialog__question::-webkit-scrollbar-thumb
{
    border-left:8px solid transparent;
    box-shadow:inset 0 0 10px 10px #D62929
}
.answer-variants__textVariant{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid rgba(217,216,230,.55);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.answer-variants__textVariant label {
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-radio.radio {
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.b-radio.radio {
    line-height: 1.5;
    z-index: 10;
    cursor: pointer;
}
.b-radio.radio input[type=radio] {
    display: none;
}
.answer-variants .check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
.b-radio.radio input[type=radio]+.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #7a7a7a;
    border-radius: 50%;
    transition: background .15s ease-out;
}
.b-radio.radio input[type=radio]+.check {
    border: none;
    background-color: #e8e8e8;
}
.b-radio.radio input[type=radio]+.check:before {
    content: "";
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #d57971;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}

.answer-variants__textVariant .control-label {
    padding-left:15px;
}
.answer-variants__textVariant_selected {
    border: solid 1px rgba(248, 58, 75, 0.5);
    box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.07);
}
.b-radio.radio input[type=radio]:checked+.check {
    box-shadow: 0 2px 6px 0 rgba(248, 58, 75, 0.5)!important;
    border: 2px solid #f83a4b;
    background: #fff;
}
.b-radio.radio input[type=radio]:checked+.check:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.b-radio.radio input[type=radio]:checked+.check:before {
    width: 12px;
    height: 12px;
    background: #f83a4b;
    background-size: 21px;
}
.b-checkbox.checkbox {
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1.5;
    z-index: 10;
}
.b-checkbox.checkbox input[type=checkbox] {
    display: none;
}
.b-checkbox.checkbox input[type=checkbox]+.check {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    border: 2px solid #7a7a7a;
    transition: background .15s ease-out;
}
.answer-variants__textVariant .control-label {
    padding-left: 15px;
}

.answer-variants__textVariant_selected {
    border: solid 1px rgba(248, 58, 75, 0.5);
    box-shadow: 1.7px 5.8px 21px 0 rgba(0,0,0,.07);
}
.b-checkbox.checkbox input[type=checkbox]+.check {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    transition: background .15s ease-out;
    border: none;
    background-color: #e8e8e8;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check {
    background-size: 16px;
    background: #f83a4b url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    box-shadow: none;
}

.poll-dialog__footer{
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.poll-dialog__button{
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;

    font-size: 18px!important;
    padding: 12px 30px;
    min-height: 43px;
    height: auto;
    border-radius: 5px;
    border: none;
    line-height: 1.3rem;

    z-index: 100;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    overflow: hidden;
}
.poll-dialog__button:disabled, .final-page__form_submit:disabled{
    cursor: no-drop;
}
.poll-dialog__button_prev{
    text-decoration: none;
    color: #4a505e;
    background: transparent;
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.13);
    border-color: transparent;
}
.poll-dialog__button_next{
    color: #fff;
    background-color: #f83a4b;
    box-shadow: 0 6px 21px 0 rgba(248, 58, 75, 0.5);
}
.poll-dialog__buttons{
    display: flex;
    justify-content: space-between;
}
.poll-dialog__button:focus {
    outline: none;
}
.poll-dialog__button_next:hover{
    color: #fff;
    background-color: #f83a4b;
}
.poll-dialog__slide{
    display: none;
    opacity: 0;
}
.poll-dialog__slide_active{
    display: block;
    opacity: 1;
}
.input-question{
    box-sizing: border-box;
}
.input-question input[type=text]{
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    background-color: #fff;
    color: #363636;
    max-width: 100%;
    width: 100%;

    border-radius: 4px;
    border: 1.2px solid #c0c4c3;
    height: 65px;
    margin: 0;
    text-align: left;
    font-size: 22px;
    padding: 10px 30px;
}
.input-question input[type=text]::placeholder{
    color:rgba(54,54,54,.3);
}
.poll-dialog__questions #preloader {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}


.poll-dialog__questions .preloader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 110;
}

.poll-dialog__questions #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;
}
.poll-dialog__questions #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%;
}

.final-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 40px 20px;
}
.final-page__contacts {
    width: 100%;
    text-align: center;
}
.final-page__header {
    margin-bottom: 50px;
}
.final-page__title {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1;
    font-size: 28px;
    color: #363636;
}
.final-page__body{
    display: flex;
}
.final-page__body_column{
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 15px;
}
.final-page__body_left{
    width: 58.33333%;
}
.final-page__body_right{
    width: 41.66667%;
}
.final-page__text {
    color: #2e2e54;
    text-align: left;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 30px;
}
.final-page__text p{
    margin: 0;
}
.final-page__discount {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 350px;
    margin: 0 auto 30px;
    color: #2e2e54;
}
.final-page__discount-sep {
    font-weight: 400;
    color: #eae9f1;
}
.final-page__discount-value {
    color: #03a646;
    font-size: 24px;
}
.final-page__extra {
    background: #f5f7f9;
    padding: 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #67748c;
    font-weight: 500;
    font-size: 18px;
}
.final-page__form_field{
    margin-bottom: 10px;
}
.final-page__form_label{
    text-transform: uppercase;
    padding-left: 3px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #2e2e54;
    display: block;
}

input[type=text].final-page__form_input,
input[type=tel].final-page__form_input
{
    font-size: 22px;
    height: 62px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: 10px 55px;
    position: relative;
    vertical-align: top;
    background-color: #fff;
    color: #363636;
    max-width: 100%;
    width: 100%;

    box-shadow: none;
    border-radius: 4px;
    border: 1.2px solid #c0c4c3;
    display: block;
    text-align: left;
    margin-bottom: 0;
}
.final-page__form_field .iti.iti--allow-dropdown
{
    font-size: 22px;
    height: 62px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    background-color: #fff;
    color: #363636;
    max-width: 100%;
    width: 100%;

    box-shadow: none;
    border-radius: 4px;
    display: block;
    text-align: left;
    margin-bottom: 0;
}
.final-page__form_field .iti--separate-dial-code .iti__selected-flag,
.service-detail-know-more__form .iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.final-page__form_submit{
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;

    margin-top: 10px;
    white-space: normal;
    min-height: 50px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;

    font-size: 18px;
    padding: 12px 30px;
    height: auto;
    border: none;
    line-height: 1.3rem;

    background-color: #f83a4b;
    box-shadow: 1.7px 5.8px 21px 0 rgba(248, 58, 75, 0.5);
    color: #000;
}
input[type=text].final-page__form_input::placeholder{
    color:rgba(54,54,54,.3);
}

@media (min-width: 1440px) {
    .poll-dialog-container{
        height: 650px;
    }
}
@media (max-width: 1439px) and (min-width: 1200px){
    .poll-dialog-container{
        height: 650px;
    }
}
@media (max-width: 1200px) {
    .poll-dialog-container {
        height: 650px;
    }
}
@media (max-width: 992px) {
    .poll-dialog-wrap {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        position: absolute;
        width: 100%;
    }

    .poll-dialog-container {
        height: 100vh;
    }

    .poll-dialog-close {
        top: 0;
        right: 0;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjEyLjk4MiAyMTIuOTgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMTIuOTgyIDIxMi45ODI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjMDAwIj4KPGcgaWQ9IkNsb3NlIj4KCTxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDsiIGQ9Ik0xMzEuODA0LDEwNi40OTFsNzUuOTM2LTc1LjkzNmM2Ljk5LTYuOTksNi45OS0xOC4zMjMsMC0yNS4zMTIKCQljLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGwtNzUuOTM3LDc1LjkzN0wzMC41NTQsNS4yNDJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGMtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTIKCQlsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3CgkJYzYuOTg5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBjNi45OS02Ljk5LDYuOTktMTguMzIyLDAtMjUuMzEyTDEzMS44MDQsMTA2LjQ5MXoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat 26px 5px;
        background-size: 14px;
    }

    .poll-dialog__question {
        max-height: 68vh;
    }
}
@media (max-width: 576px) {
    .answer-variants__textVariant {
        flex: 0 1 100%;
    }

    .final-page__body {
        flex-wrap: wrap;
    }

    .final-page__body_left, .final-page__body_right {
        width: 100%;
        flex: 0 1 100%;
    }

    .poll-dialog__slide_last {
        max-height: 90vh !important;
    }
    .final-page__body{
        flex-wrap: wrap;
    }
    .final-page__body_left, .final-page__body_right{
        width: 100%;
        flex: 0 1 100%;
    }    .final-page__body{
             flex-wrap: wrap;
         }
    .final-page__body_left, .final-page__body_right{
        width: 100%;
        flex: 0 1 100%;
    }
}
@media (max-width: 420px) {
    .poll-dialog__question {
        max-height: 63vh;
    }
}

/*END poll dialog*/


.services-list__item-hover-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    .banner-audi__model-top, .banner-dmw__model-top,
    .banner-mercedes__model-top
    {
        flex-direction: column-reverse;
        align-items: flex-end !important;
    }
}

.services-list__item-img{
    position: relative;
    overflow: hidden;
}

.services-list__img{
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate(-50%, 0);
    object-fit: cover;
}
@media (max-width: 539.98px) {
    .services-title__container{
        padding: 0 30px;
    }
}

.banner-audi__btns{
    position: absolute;
    bottom: 65px;
    left: 0;
}

/*toyota*/
.banner-toyota {
    height: 600px;
    padding: 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-toyota .container {
    max-width: 100%;
    height: 100%;
}
.banner-toyota__inner {
    height: 100%;
    position: relative;
}
.banner-toyota__main {
    height: 100%;
    width: 60%;
    padding: 22px 0 50px;
}
.banner-toyota h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 65px;
    color: #000000;
}
.banner-toyota__btns {
    position: absolute;
    bottom: 65px;
    left: 0;
}
.banner-toyota .btn__models {
    padding: 13px 26px;
    display: inline-block;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.banner-toyota .btn__models_video {
    color: #434E67;
    background: #ffffff;
}
.banner-toyota__btns .btn__models {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    margin-right: 25px;
}
.banner-toyota .btn__models_all {
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
}
.banner-toyota__model {
    padding: 75px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-toyota__model-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-toyota__model-tx {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
}
.banner-toyota__model-logo {
    margin-left: 45px;
}
.banner-toyota__model-logo img{
    height: 60px;
}
@media (max-width: 1399.98px) {
    .banner-toyota__model-top, .banner-volvo__model-top{
        flex-direction: column-reverse;
        align-items: flex-end !important;
    }
}
@media (max-width: 1291.98px) {
    .banner-toyota {
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .banner-toyota .container {
        max-width: 100%;
    }
    .banner-toyota__main {
        padding: 20px 0 0;
        width: 100%;
        height: auto;
    }
    .banner-toyota h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-toyota__model {
        padding: 0;
        position: relative;
    }
    .banner-toyota__btns {
        position: absolute;
        left: 0;
        bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .banner-toyota h1 {
        font-size: 40px;
        line-height: 41px;
    }
    .banner-toyota {
        padding-bottom: 190px;
    }

}
/*toyota*/

/*hyundai*/
.banner-hyundai {
    height: 600px;
    padding: 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-hyundai .container {
    max-width: 100%;
    height: 100%;
}
.banner-hyundai__inner {
    height: 100%;
    position: relative;
}
.banner-hyundai__main {
    height: 100%;
    width: 60%;
    padding: 58px 0 50px;
}
.banner-hyundai h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 65px;
    color: #fff;
}
.banner-hyundai__btns {
    position: absolute;
    bottom: 65px;
    left: 0;
}
.banner-hyundai .btn__models {
    padding: 13px 26px;
    display: inline-block;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.banner-hyundai .btn__models_video {
    color: #434E67;
    background: #ffffff;
}
.banner-hyundai__btns .btn__models {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    margin-right: 25px;
}
.banner-hyundai .btn__models_all {
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
}
.banner-hyundai__model {
    padding: 75px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-hyundai__model-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-hyundai__model-tx {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
}
.banner-hyundai__model-logo {
    margin-left: 45px;
}
.banner-hyundai__model-logo img{
    height: 60px;
}
@media (max-width: 1399.98px) {
    .banner-hyundai__model-top, .banner-volvo__model-top{
        flex-direction: column-reverse;
        align-items: flex-end !important;
    }
}
@media (max-width: 1291.98px) {
}
@media (max-width: 991.98px) {
    .banner-hyundai .container {
        max-width: 100%;
    }
    .banner-hyundai__main {
        padding: 20px 0 0;
        width: 100%;
        height: auto;
    }
    .banner-hyundai h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-hyundai__model {
        padding: 0;
        position: relative;
    }
}
@media (max-width: 767.98px) {
    .banner-hyundai h1 {
        font-size: 40px;
        line-height: 41px;
    }
}
/*hyundai*/

.banner__bottom{
    position: absolute;
    bottom: 30px;
    right: 0;
}
.banner-bottom__text{
    font-size: 14px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .banner__bottom{
        bottom: 10px;
    }
}

section.services-list.main-section{
    padding-top: 100px;
}
@media (max-width: 767.98px){

    div.services-title__container {
        padding: 0 30px;
    }
}
/* End */


/* Start:/local/components/unit/services.works/templates/kibercar-services/style.css?1616067913407*/
.main-works__item_video:before {
    z-index: -1 !important;
}
.main-works.main-section{
    padding: 70px 0 20px;
}

.main-works__title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

div.main-works__desc {
    margin-top: 7px;
    color: #939db4;
}

.main-works__wrap{
    height: 400px;
}
/* End */


/* Start:/local/components/unit/services.menu.body/templates/.default/style.css?166062852173*/
.package-of-services__list-item.active{
    border: 1px solid #ddd;
}

/* End */
/* /local/templates/kibercar/lib/slick/slick.css?15070523871776 */
/* /local/templates/kibercar/lib/slick/slick-theme.css?15070523873145 */
/* /local/components/unit/services.category2/templates/.default/style.css?166062885427864 */
/* /local/components/unit/services.works/templates/kibercar-services/style.css?1616067913407 */
/* /local/components/unit/services.menu.body/templates/.default/style.css?166062852173 */
