

/* Start:/local/components/unit/services/templates/.default/style.css?16666201124119*/
.selection .col-right .item.i14 .icon {
  background-image: url('/img/services/20-u.png');
}
.selection .col-right .item.i15 .icon {
  background-image: url('/img/services/18-u.png');
}
.selection .col-right .item.i16 .icon {
  background-image: url('/img/services/service-checkbox-icon-25.png');
}
.selection .col-right .item.i17 .icon {
  background-image: url('/img/services/door-cs.png');
}
.selection .col-right .item.i18 .icon {
  background-image: url('/img/services/car-seat.png');
}
.selection .col-right .item.i19 .icon {
  background-image: url('/img/services/4g-internet.png');
}
.selection .col-right .item.i21 .icon {
  background-image: url('/img/services/19-u.png');
}
.selection .col-right .item.i22 .icon {
  background-image: url('/img/services/11-u.png');
}
.selection .col-right .item.i23 .icon {
  background-image: url('/img/services/porogi.png');
}
.selection .col-right .item:last-child {
  border-right: 1px solid #efefef;
}
.selection .col-right .item.i24 .icon {
  background-image: url('/img/services/wrapping_new.png');
}
.selection .col-right .item.i25 .icon {
  background-image: url('/img/services/service-broomer.png');
}
.selection .col-right .item.i26 .icon {
  background-image: url('/img/services/service-checkbox-icon-8.png');
}
.selection .col-right .item.i27 .icon {
  background-image: url('/img/services/service-checkbox-icon-tonirovka.png');
}
.selection .col-right .item.i28 .icon {
  background-image: url('/img/services/zvezdnoe_nebo_icon.png');
}
.selection .col-right .item.i29 .icon {
  background-image: url('/img/services/potolochnye_monitory_icon.png');
}
.selection .col-right .item.i30 .icon {
  background-image: url('/img/services/service-checkbox-icon-autor.png');
}
.selection .col-right .item.i31 .icon {
  background-image: url('/img/services/nihgt_vision_icon.png');
}
.selection .col-right .item.i32 .icon {
  background-image: url('/img/services/antichrome-icon.png');
}
.selection .col-right .item.i34 .icon {
  background-image: url('/img/services/avtozvuk-icon.png');
}
.selection .col-right .item.i35 .icon {
  background-image: url('/img/services/v8-icon.png');
}
.selection .col-right .item.i36 .icon {
  background-image: url('/img/services/radar-icon.png');
}
.selection .col-right .item.i37 .icon {
  background-image: url('/img/services/dshcam-icon.png');
}
.selection .col-right .item.i38 .icon {
  background-image: url('/img/services/remont-to-porogi-icon.png');
}
.selection .col-right .item.i39 .icon {
  background-image: url('/img/services/match-icon.png');
}
.selection .col-right .item.i40 .icon {
  background-image: url('/img/services/service-checkbox-icon-cam.png');
}
.selection .col-right .item.i41 .icon {
  background-image: url('/img/services/goodwin-icon1.png');
}
.selection .col-right .item.i42 .icon {
  background-image: url('/img/services/heating-rear-seats.png');
}
.selection .col-right .item.i43 .icon {
  background-image: url('/img/services/service-checkbox-icon-q-link.png');
}
.selection .col-right .item.i44 .icon {
  background-image: url('/img/services/service-checkbox-thinkware.png');
}
.selection .col-right .item.i45 .icon {
  background-image: url('/img/services/podsvetka_salona.png');
}
.selection .col-right .item.i46 .icon {
  background-image: url('/img/services/blokirator_tormoza.png');
}
.selection .col-right .item.i47 .icon {
  background-image: url('/img/services/carbon.jpg');
}
.selection .col-right .item.i48 .icon {
  background-image: url('/img/services/led_icon.jpg');
}
.selection .col-right .item.i49 .icon {
  background-image: url('/img/services/engine_vox.jpg');
}
.selection .col-right .item.i50 .icon {
  background-image: url('/img/services/binar.png');
}
.selection .col-right .item.i51 .icon {
  background-image: url('/img/services/pereshiv-salona.jpg');
}
.selection .col-right .item.i52 .icon {
  background-image: url('/img/services/podogrev-zerkal.jpg');
}
.selection .col-right .item.i53 .icon {
  background-image: url('/img/services/podogrev-rulya.jpg');
}
/* End */


/* 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/templates/kibercar/components/unit/services.category/model/style.css?160793451244482*/
.services-category__header{
    width: 100%;
    height: 562px;
    background-size: contain;
    background: no-repeat top center;
    position: relative;
}
.services-category__header .container{
    height: 100%;
    position: relative;
}
.services-category__header .service-detail-know-more__form {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.services-category__header .service-detail-know-more__form form{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.services-category__header .service-detail-know-more__form input[type=text],
.services-category__header .service-detail-know-more__form .select-box
{
    margin-right: 10px;
    margin-left: 10px;
    border: 0;
}
.services-category__header .service-detail-know-more__form .iti.iti--allow-dropdown{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    max-width: 270px;
}
.services-category__header .service-detail-know-more__form .iti.iti--allow-dropdown input[type=tel]{
    height: 50px;
    padding: 0px 50px;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 270px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
}
.services-category__title{
    color: #fff;
    font-size: 42px;
    text-align: center;
    padding-top: 32px;
    line-height: 40px;
    font-weight: normal;
    white-space: inherit;
    margin: 0;
    padding-bottom: 52px;
}
.services-category__title:before{
    content: none;
}
.services-category__our-works h2, .services-category__social h2, .services-category__main h2{
    color: #66666e;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: inherit;
    position: relative;
    padding: 0;
    margin: 50px 0 62px;
    overflow: hidden;
}
.services-category__our-works h2:after, .services-category__social h2:after, .services-category__main h2:after{
    content:"";
    display: inline-block;
    height: 1px;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #eeeeee;
}
.our-works-slider{
    margin-left: -10px;
    margin-right: -10px;
}
.our-works-slider_item_img img{
    margin: 0;
    height: auto;
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.our-works-slider_item{
    position: relative;
    overflow: hidden;
}
.our-works-slider_item_img{
    height: 213px;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.our-works-slider_item_text {
    margin: 10px;
}
.our-works-slider_item_text{
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #222222;
    margin-bottom: 15px;
    overflow: hidden;
    height: 75px;
}
.our-works-slider_item a:hover{
    text-decoration: none;
}
.our-works-slider_item a:hover .our-works-slider_item_text {
    text-decoration: none;
    color: #000000;
}
.services-category__our-works .links{
    margin: 10px 0;
    text-align: center;
}
.services-category__our-works .links a{
    margin: 0 auto !important;
}
.our-works-slider .slick-next{
    top: 30%;
    right: -15px;
}
.our-works-slider .slick-next:before {
    content: ' ';
    background: url("/local/templates/kibercar/components/unit/services.category/model/image/services_title_before.png") no-repeat;
    width: 37px;
    height: 69px;
    position: absolute;
    background-size: contain;
}
.our-works-slider .slick-prev{
    top: 30%;
    left: -52px;
}
.our-works-slider .slick-prev:before {
    content: ' ';
    background: url("/local/templates/kibercar/components/unit/services.category/model/image/services_title_before.png") no-repeat 0 0;
    width: 37px;
    height: 69px;
    position: absolute;
    transform: rotate(180deg);
    background-size: contain;
}

.services-category__center-info__container{
    display: flex;
}
.services-category__center-info_video{
    width: 70%;
    margin: 0 auto;
}
.services-category__center-info{
    margin: 66px 0 46px;
}
.services-category__center-info_info{
    width: 55%;
    padding-left: 40px;
}
.services-category__center-info_video iframe{
    width: 100%;
    height: 465px;
    margin: 0;
}
.services-category__center-info .container>h2{
    color: #66666e;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: inherit;
    position: relative;
    padding: 0;
    margin: 50px 0 62px;
    overflow: hidden;
}
.services-category__center-info .container>h2:after{
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #eeeeee;
}
.services-category__center-info_info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.services-category__center-info .services-category__center-info_link{
    color: #66666e;
    font-size: 38px;
    padding-left: 114px;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 100px;
    font-weight: 300;
    position: relative;
}
.services-category__center-info .services-category__center-info_link:last-child{
    border-bottom: inherit;
}
.services-category__center-info .services-category__center-info_link:hover{
    text-decoration: inherit;
    color: #57575f;
}
.services-category__center-info .services-category__center-info_link:before{
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    background-image: url("/local/templates/kibercar/components/unit/services.category/model/image/center-info.png");
    left: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.services-category__center-info .services-category__center-info_link:nth-child(2):before{
    background-image: url("/local/templates/kibercar/components/unit/services.category/model/image/center-photo.png");
}
.services-category__center-info .services-category__center-info_link:nth-child(3):before{
    background-image: url("/local/templates/kibercar/components/unit/services.category/model/image/center-people.png");
}
.services-category__test{
    width: 100%;
    height: 400px;
    background: url("/local/templates/kibercar/components/unit/services.category/model/image/test-fon.jpg") no-repeat top center;
    background-size: cover;
    margin: 80px 0 30px;
}
.services-category__test h3{
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 68px 0 33px;
}
.services-category__test h3 span{
    color: #d92126;
}
.services-category__test p{
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 42px;
}
.services-category__test .links .button{
    margin: 0 auto;
}
.services-category__filter{
    margin: 52px 0 0;
}
.services-category__filter_form{
    display: flex;
    justify-content: space-between;
    padding: 45px 90px;
    background-color: #efefef;
    border-bottom: 5px solid #ff0028;
}
.services-category__filter_select{
    width: 30%;
}
.services-category__filter_form .filter_btn{
    width: 100%;
}
body .services-category__filter_form .select2-container .select2-selection--single {
    width: 100%;
    height: 50px;
    background: #626264;
}
body .services-category__filter_form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
    padding: 0px 50px 0px 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: inherit;
    text-align: left;
    font-weight: 300;
}
body .services-category__filter_form .select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 8px;
    display: block;
    left: 0px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 0px;
    width: 14px;
    background: url("/local/templates/kibercar/components/unit/services.category/model/image/arrow-grey.png") no-repeat;
}
.services-category__main{
    margin: 76px 0 20px;
}
.services-category__items{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.services-category__card{
    flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    margin-bottom: 20px;
    padding-right: 7px;
    padding-left: 7px;
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
}
.services-category__card_info{
    margin-top: -7px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 23px 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-category__card_info div:nth-child(1){
    height: 310px;
}
.services-category__card_image_link{
    height: 340px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.services-category__card_image{
    margin: 0;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: inherit;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
    object-fit: cover;
}
.services-category__card_info .services-category__card_name{
    font-weight: 300;
    font-size: 22px;
    color: #000;
    line-height: 27px;
    letter-spacing: 0.2px;
    overflow: hidden;
    height: 82px;
    text-decoration: none;
    display: block;

    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.services-category__card_desc{
    color: #66666e;
    font-size: 16px;
    line-height: 24px;
    margin: 17px 0 22px;
    overflow: hidden;
    height: 216px;

    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 9;
}
.services-category__card_price{
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
}
.services-category__card_price span{
    color: #66666e;
    font-size: 28px;
    white-space: nowrap;
}
.services-category__card_info .services-category__card_btn{
    color: #fff;
 }
.services-category__card_btn{
    background: #d92126 url("/local/templates/kibercar/components/unit/services.category/model/image/red-arrow.png") no-repeat 92% center;
    white-space: nowrap;
    width: 100%;
    height: 50px;
    line-height: 52px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s linear;
    box-sizing: border-box;
    letter-spacing: 0.7px;
}
.services-category__social{

}
.services-category__social_items{
    display: flex;
    justify-content: center;
}
.services-category__social_item{
    width: 280px;
    height: 547px;
    margin: 16px 25px 75px;
    background: url("/local/templates/kibercar/components/unit/services.category/model/image/soc-inst.jpg") 50% 50% no-repeat;
    background-size: contain;
}
.services-category__social_item:nth-child(2){
    background: url("/local/templates/kibercar/components/unit/services.category/model/image/soc-ytube.jpg") 50% 50% no-repeat;
    background-size: contain;
}
.services-category__social_item:nth-child(3){
    background: url("/local/templates/kibercar/components/unit/services.category/model/image/soc-driver.jpg") 50% 50% no-repeat;
    background-size: contain;
}

/*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: #343434;
    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: #000;
    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);
}
/*END poll dialog*/

.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;
}
.our-works-slider{
    display: none;
}
.our-works-slider.slick-slider{
    display: block;
}
input[type=text].final-page__form_input::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%;
}

.slick-dots li{
    background: none;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #d92126;
}
.services-category__center-info_gallery{
    display: none;
}
.services-category__center-info_gallery.slick-slider{
    display: block;
}
.services-category__center-info_gallery_item{
    height: 200px !important;
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.services-category__center-info_gallery_item img {
    margin: 0;
    height: 100%;
    width: auto;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.services-category__center-info .company__headline{
    margin-top: 80px;
}
.service-detail-know-more__form .select-box{
    height: 50px;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-width: 270px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    position: relative;
}
.service-detail-know-more__form .select2-container .select2-selection--single {
    background: #fff;
}

.services-category__header .preloader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 20;
}
.services-category__header #preloader {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}

.preloader #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;
}
.preloader #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%;
}
.services-category__header .service-detail-know-more__form input[type=text].city-input-hd{
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}
.service-detail-know-more__mobile{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.service-detail-know-more__mobile_btn{
    white-space: nowrap;
    width: 270px;
    height: 50px;
    line-height: 52px;
    color: #fff !important;
    background: #d92126;
    font-size: 14px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto 30px;
}
.service-detail-know-more__mobile_btn:hover{
    text-decoration: none;
}
.services-category__mobile-form{
    display: none;
    width: 100%;
    background-color: #222222;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}
.services-category__mobile-form h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding: 35px 0px 35px 0px;
}
.services-category__mobile-form .service-detail-know-more__form input[type=text], .services-category__mobile-form .service-detail-know-more__form .select-box{
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}
.services-category__mobile-form .preloader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 20;
}
.services-category__mobile-form #preloader {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}


@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: 1350px) {
    .our-works-slider.slick-slider .slick-list{
        width: 92%;
        margin: 0 auto;
    }
    .our-works-slider .slick-prev {
        left: -10px;
    }
    .our-works-slider .slick-next {
        right: 27px;
    }
    .our-works-slider .slick-next:before, .our-works-slider .slick-prev:before{
        width: 26px;
        height: 48px;
    }
}
@media (max-width: 1200px) {
    .poll-dialog-container{
        height: 650px;
    }
    .services-category__title{
        /*42original*/
        font-size: 36px;
    }
    .services-category__our-works h2, .services-category__social h2, .services-category__main h2 {
        font-size: 32px;
    }
    .services-category__center-info .services-category__center-info_link{
        font-size: 32px;
        padding-left: 100px;
    }
    .services-category__center-info .services-category__center-info_link:before {
        width: 50px;
        height: 50px;
        background-size: cover;
        left: 26px;
    }
    .services-category__test h3{
        font-size: 36px;
    }
    .services-category__test p {
        font-size: 22px;
    }
    .services-category__filter_form{
        padding: 45px 60px;
    }
    .services-category__card_info .services-category__card_name {
        font-size: 20px;
        line-height: 25px;
        max-height: 76px;
    }
    .services-category__card_desc {
        font-size: 14px;
        line-height: 22px;
        height: 220px;
        -webkit-line-clamp: 10;
    }
    .services-category__card_image_link {
        height: 325px;
    }
    .services-category__social_item {
        height: 514px;
    }
    .our-works-slider_item_text {
        font-size: 18px;
    }
    .our-works-slider_item_img {
        height: 165px;
    }
}

@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;
    }

    .services-category__title{
        font-size: 32px;
    }
    .services-category__our-works h2, .services-category__social h2, .services-category__main h2 {
        font-size: 30px;
        margin: 35px 0 20px;
        text-align: center;
        padding-bottom: 0 !important;
    }
    .services-category__our-works h2:after, .services-category__social h2:after, .services-category__main h2:after {
        content: none;
    }
    .services-category__our-works.x3-slide, .services-category__socia.x3-slide{
        padding-bottom: 0 !important;
    }
    .services-category__center-info .services-category__center-info_link{
        font-size: 30px;
        padding-left: 80px;
        line-height: 75px;
    }
    .services-category__center-info .services-category__center-info_link:before {
        width: 45px;
        height: 45px;
        left: 16px;
    }
    .services-category__center-info_video iframe {
        width: 100%;
        height: 300px;
        margin: 0;
    }
    .services-category__filter_form {
        padding: 45px 30px;
    }
    .services-category__card {
        flex-basis: 33%;
        max-width: 33%;
    }
    .services-category__social_item {
        height: 370px;
    }
    .our-works-slider_item_text {
        font-size: 16px;
    }
    .our-works-slider_item_img {
        height: 140px;
    }
    .our-works-slider .slick-next{
        right: 18px;
    }
}
@media (max-width: 768px) {
    .services-category__title{
        font-size: 32px;
        line-height: 32px;
        padding-top: 20px;
    }
    .services-category__our-works h2, .services-category__social h2, .services-category__main h2 {
        font-size: 28px;
        padding-bottom: 0 !important;
    }
    .services-category__center-info__container {
        flex-direction: column;
    }
    .services-category__center-info_video {
        width: 100%;
        order:1;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .services-category__center-info_video iframe {
        /*height: 330px;*/
    }
    .services-category__center-info_info{
        width: 100%;
        order: 0;
        padding: 0 40px 30px;
        box-sizing: border-box;
    }
    .services-category__test h3{
        font-size: 32px;
        padding: 60px 0 30px;
    }
    .services-category__test p {
        font-size: 18px;
        line-height: 28px;
    }
    .services-category__filter_form {
        padding: 35px 15px;
    }
    .services-category__filter_select {
        width: 31%;
    }
    .services-category__card {
        flex-basis: 50%;
        max-width: 50%;
    }
    .services-category__social_item {
        height: 280px;
    }
    .our-works-slider.slick-slider .slick-list {
        width: 88%;
    }
}
@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;
    }
    .services-category__title{
        font-size: 26px;
    }
    .services-category__our-works h2, .services-category__social h2, .services-category__main h2 {
        font-size: 26px;
    }
    .services-category__center-info_video iframe {
        height: 245px;
    }
    .services-category__center-info .services-category__center-info_link{
        font-size: 26px;
        padding-left: 70px;
        line-height: 65px;
    }
    .services-category__center-info .services-category__center-info_link:before {
        width: 40px;
        height: 40px;
        left: 12px;
    }
    .services-category__filter_form {
        padding: 35px 15px 20px;
        flex-direction: column;
    }
    .services-category__filter_select {
        margin-bottom: 20px;
        width: 100%;
    }
    .services-category__social_items {
        flex-direction: column;
        align-items: center;
    }
    .services-category__social_item {
        height: 370px;
        margin: 0px 25px 35px;
    }
    .slick-dots{
        display: none;
    }
    .our-works-slider_item_img {
        height: 210px;
    }
    .service-detail-know-more__form{
        display: none;
    }
    .service-detail-know-more__mobile{
        display: block;
    }
    .services-category__mobile-form,.services-category__mobile-form .service-detail-know-more__form{
        display: block;
    }
    .services-category input[type="submit"]{
        margin: 0 auto;
    }
}
@media (max-width: 510px) {
    .services-category__card {
        flex-basis: 100%;
        max-width: 100%;
    }
    .services-category__card_info div:nth-child(1) {
        height: auto;
    }
    .services-category__card_desc {
        display: none;
    }
    .services-category__card_info .services-category__card_name {
        font-weight: 500;
    }
    .services-category__card_image_link {
        height: 245px;
    }
}

@media (max-width: 420px) {
    .poll-dialog__question{
        max-height: 63vh;
    }
    .services-category__title{
        font-size: 20px;
        line-height: 26px;
    }
    .services-category__center-info_video {
        padding: 0;
    }
    .services-category__center-info_info{
        padding: 0 0 30px;
    }
    .services-category__center-info .services-category__center-info_link{
        font-size: 26px;
        padding-left: 70px;
        line-height: 65px;
    }
    .services-category__center-info_video iframe {
        height: 245px;
    }
    .services-category__test h3{
        font-size: 28px;
        padding: 40px 0 30px;
    }
    .services-category__test p {
        font-size: 16px;
        line-height: 24px;
    }
}
/* End */


/* Start:/local/templates/kibercar/components/bitrix/news.list/reviews-famous/style.css?16595104104796*/
.reviews-block {
    padding: 45px 0;
    position: relative;
    z-index: 5;
    margin-bottom: 80px;
}

.reviews-block__slider{
    visibility: hidden;
}
.reviews-block__slider.slick-initialized{
    visibility: visible;
}

@media (min-width: 768.98px) {
    .reviews-block {
        padding-bottom: 20px;
    }
}
@media (max-width: 769px) {
    .reviews-block {
        margin-bottom: 0;
    }
}
.reviews-block .title-main h2,
.reviews-block .title-main .main-section__numb {
    display: inline-block;
}
.reviews-block__slider {
    margin: 0 -10px;
   /* height: 300px;*/
    position: relative;
    z-index: 5;
}
@media (max-width: 768.98px) {
    .reviews-block__slider {
        display: none;
        height: auto;
    }
}
.reviews-block__slider-mob {
    display: block !important;
}
@media (min-width: 768.98px) {
    .reviews-block__slider-mob {
        display: none !important;
    }
}
.reviews-block__slider .slick-next {
    right: 0;
}
.reviews-block__slider .slick-prev {
    left: 0;
}
.reviews-block__slider .slick-list {
    overflow: inherit;
}
@media (max-width: 768.98px) {
    .reviews-block__slider .slick-list {
        overflow: hidden;
    }
}
.reviews-block__slider .slick-arrow.slick-disabled {
    display: none !important;
}
.reviews-block__slider-item {
    padding: 0 10px;
    position: relative;
}
@media (max-width: 991.98px) {
    .reviews-block__slider-item {
        width: 220px;
    }
}
@media (max-width: 587.98px) {
    .reviews-block__slider-item {
        width: 157px;
    }
}
@media (min-width: 768.98px) {
    .reviews-block__slider-item:hover .reviews-block__slider-inner {
        position: absolute;
        top: -80px;
        background: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 32px 0 rgba(51, 51, 102, 0.3);
    }
    .reviews-block__slider-item:hover .reviews-block__slider-tx,
    .reviews-block__slider-item:hover .reviews-block__slider-btn {
        display: block;
    }
}
.reviews-block__slider-inner {
    padding: 20px;
    display: block;
}
@media (max-width: 767.98px) {
    .reviews-block__slider-inner {
        padding: 0;
        margin-bottom: 15px;
    }
}
.reviews-block__slider-img {
    height: 246px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
@media (max-width: 587.98px) {
    .reviews-block__slider-img {
        border-radius: 10px;
        height: 420px;
    }
}
.reviews-block__slider-play {
    position: absolute;
    bottom: -57px;
    right: -61px;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .reviews-block__slider-play {
        bottom: -35px;
        right: -34px;
    }
    .reviews-block__slider-play img {
        width: 100px;
    }
}
.reviews-block__slider-time {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
@media (max-width: 587.98px) {
    .reviews-block__slider-time {
        font-size: 12px;
        line-height: 16px;
    }
}
.reviews-block__slider-name {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .reviews-block__slider-name {
        font-size: 14px;
        line-height: 18px;
    }
}
.reviews-block__slider-position {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #434e67;
}
@media (max-width: 767.98px) {
    .reviews-block__slider-position {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
        /*min-height: 32px;*/
    }
}
@media (max-width: 375.98px) {
    .reviews-block__slider-position {
        font-size: 12px;
        line-height: 15px;
    }
}

.reviews-block__slider-tx {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 24px;
    font-style: italic;
    color: #434e67;
    display: none;
}
@media (max-width: 767.98px) {
    .reviews-block__slider-tx {
        display: block;
        font-size: 15px;
        margin-top: 5px;
        line-height: 19px;
    }
}
.reviews-block__slider-btn {
    font-size: 14px;
    line-height: 22px;
    color: #f02c1c;
    text-decoration: underline;
    display: none;
}
@media (max-width: 767.98px) {
    .reviews-block__slider-btn {
        display: none;
    }
}

.reviews-block__slider.kbc__slider .slick-next {
    top: 46%;
    right: -35px;
}
.reviews-block__slider.kbc__slider .slick-prev {
    top: 47%;
    left: -35px;
}

.reviews-block__slider{
    display: none;
}
/* End */
/* /local/components/unit/services/templates/.default/style.css?16666201124119 */
/* /local/templates/kibercar/lib/slick/slick.css?15070523871776 */
/* /local/templates/kibercar/lib/slick/slick-theme.css?15070523873145 */
/* /local/templates/kibercar/components/unit/services.category/model/style.css?160793451244482 */
/* /local/templates/kibercar/components/bitrix/news.list/reviews-famous/style.css?16595104104796 */
