

/* Start:/local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/style.css?15908324901133*/
.ab-email__messanger {
  display: none;
  padding: 5px 14px;
  width: 189px;
  height: 53px;
  position: absolute;
  z-index: 1;
  top: -19px;
  right: 199px;
  background: #fff;
  color: #000;
  text-align: left;
  font-size: 12px;
  box-shadow: 8px 1px 7px 1px #333;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.advanced .ab-email__messanger {
  width: 161px;
  height: 57px;
  top: -24px;
  right: 142px;
  line-height: 1.3;
}
.ab-email__messanger.shown {
  opacity:1;
  display: block;
}
.ab-email__border{
  display:block;
  height:100%;
  width:3px;
  position:absolute;
  left:0;
  top:0;
  background: #19cc72;
}

.ab-email__triangle{
  display:block;
  position:absolute;
  border: 5px solid white;
  border-top-color:transparent;
  border-left-color:transparent;
  transform: rotate(45deg);
  box-shadow: 1px 1px 0px rgba(64, 63, 63, 0.39);
}

.advanced .ab-email__triangle{
  bottom: -5px;
}
.js-close-balloon {
  background: none !important;
}
#carPricesFrom, .carPricesFrom {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
#carPricesTo, .carPricesTo {
  font-size: 30px;
  font-weight: 500;
}
/* End */


/* Start:/local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/step1.css?1590832490937*/
/* About */

.form-about {
    padding-bottom: 15px;
    padding-top: 30px;
}

.form-about__item {
    border-left: 1px solid rgba(255, 255, 255, .2);
    font-weight: 300;
    padding: 0 20px;
}

.form-about__icon {
    background: url(/local/templates/main_2017/images/form_icons.png) no-repeat;
    display: block;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.form-about__icon--percent { background-position: 0 0; }
.form-about__icon--car     { background-position: -50px 0; }
.form-about__icon--free    { background-position: -100px 0; }
.form-about__icon--money   { background-position: -150px 0; }

/* Checkbox */

.form__checkbox {
    font-size: .95em;
    padding-left: 24px;
    position: relative;
}

.form__checkbox [type='checkbox'] ~ .checkbox {
    left: 0;
    position: absolute;
    top: 3px;
}

/* Select 2 */

.select2-drop.select2-form-evaluateStep1 {
    width: calc(980px / 5 - 2px)!important;
}
/* End */


/* Start:/local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/step2.css?15908324903734*/
#branchStateMap .ymap {
    border-radius: 6px 0 0 6px;
    height: 480px;
    background: #eceef0;
}

#branchStateMap .ymap ymaps[class$="-map"] {
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.modal--map .branches {
    padding-left: 0
}

[name='evaluateStep2'] .btn:not(.cpjs-loading):after {
    content: '';
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #282828;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
}

/* Custom Select2 Bonus */

.select2-result .select2-custom-bonus {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 20px -3px 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background: #38b86f;
    padding: 0 10px;
    border-radius: 16px;
    height: auto;
    width: auto;
    border: 1px solid transparent;
}

.select2-result .select2-custom-bonus:after {
    display: none;
}

.select2-result.select2-highlighted .select2-custom-bonus,
.select2-result:hover .select2-custom-bonus {
    background: #38b86f;
    border-color: rgba(255, 255, 255, 0.5);
}

/* Custom Select2 Load */

.select2-result .select2-custom-load {
    color: #7f8c8d;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 12px;
}

.select2-result.select2-highlighted .select2-custom-load,
.select2-result:hover .select2-custom-load {
    color: #fff;
}

.select2-result .select2-custom-load:before {
    margin-right: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.select2-result .select2-custom-load.select2-custom-load-slow:before {
    background: #38b86f;
}

.select2-result.select2-highlighted .select2-custom-load.select2-custom-load-slow:before,
.select2-result:hover .select2-custom-load.select2-custom-load-slow:before {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.select2-result .select2-custom-load.select2-custom-load-average:before {
    background: #f5d033;
}

.select2-result .select2-custom-load.select2-custom-load-high:before {
    background: #ff4545;
}

/* Select appointment */

.select-app {
    margin-top: 20px;
}

.select-app__title {
    line-height: 24px;
}

.select-app--new .select-app__title {
    color: #38b86f;
}

.select-app__list {
    color: #282828;
}

a.select-app__item:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #38b86f;
    border-top: 2px solid #38b86f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.select-app a.select-app__item,
.select-app a.select-app__item:focus,
.select-app a.select-app__item:active {
    display: block;
    color: #282828;
    text-decoration: none;
}

.select-app a.select-app__item:hover {
    color: #38b86f;
    text-decoration: none;
}

.select-app__buttons {
    padding-top: 35px;
}

.select-app__buttons .form-group:last-child {
    margin-bottom: 0;
}

.map-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(100% + 20px);
    top: calc(50% - 12px);
    background: url(/local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/../images/map-icon.png) center center no-repeat;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.map-icon:hover {
    opacity: 1;
}

#jsBranchMap > ymaps {
    border-radius: 10px;
    overflow: hidden;
}

#modalSelectBranch .ymap {
    min-height: 480px;
}
/* End */


/* Start:/local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/steps-info.css?15908324901439*/
.steps {
    counter-reset: step_number;
}

.steps__item {
    padding-left: 30px;
    padding-right: 25px;
    position: relative;
}

.steps [class^='col-']:not(:last-child) .steps__item:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 72px;
    left: calc(100% - 36px);
    top: 50px;
    border-radius: 2px;
    background: repeating-linear-gradient(90deg, #c4caca, #c4caca 12px, transparent 12px, transparent 20px);
}

.steps__img {
    background: url(/local/templates/main_2017/images/steps_img.png) no-repeat;
    display: block;
    height: 110px;
    width: 120px;
}

.steps__img.steps__img--car { background-position: 0 0 }
.steps__img.steps__img--inspector { background-position: -120px 0 }
.steps__img.steps__img--auction { background-position: -240px 0 }
.steps__img.steps__img--money { background-position: -360px 0 }

.steps__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 15px 0;
    position: relative;
}

.steps__title b {
    font-size: 21px;
    font-weight: 500;
}

.steps__title:before {
    counter-increment: step_number;
    content: counter(step_number);
    font-size: 38px;
    line-height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% + 20px);
    font-weight: 500;
    color: rgba(127, 140, 141, 0.51);
}

.steps__text {
    font-size: 14px;
    line-height: 22px;
    opacity: .5;
}
/* End */


/* Start:/local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/dealer.css?15908324901740*/
.dealer {
    padding: 80px 0;
}

.dealer__block {
    display: block;
    position: relative;
    height: 330px;
    color: #282828!important;
    background: #fff;
    padding: 30px 30px 30px 40px;
    -webkit-box-shadow: 0 0 0 2px #e6ecf2;
    -moz-box-shadow: 0 0 0 2px #e6ecf2;
    box-shadow: 0 0 0 2px #e6ecf2;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    -moz-transition: -moz-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}

.dealer__block:hover {
    -webkit-box-shadow: 0 30px 50px 0 #ccc;
    -moz-box-shadow: 0 30px 50px 0 #ccc;
    box-shadow: 0 30px 50px 0 #ccc;
}

.dealer__block h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.dealer__block__desc {
    font-size: 16px;
    line-height: 23px;
    color: #7f8c8d;
    margin-top: 15px;
}

.app__links {
    margin: 75px 0 10px;
}

.app__links a {
    float: left;
    width: 135px;
    height: 40px;
    background: url('/local/templates/main_2017/images/sprite.png');
}

.app__links a:first-child {
    background-position: 0 -728px;
    margin-right: 15px;
}

.app__links a:last-child {
    background-position: -135px -728px;
}

.app__img {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 295px;
    height: 307px;
    background: url('/local/templates/main_2017/images/sprite.png');
    background-position: 0 -1160px;
}

.web span {
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #38b86f;
    font-weight: 500;
    margin-top: 50px;
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.block.dealer {
    padding: 80px 0;
}
/* End */


/* Start:/local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/sold-cars.css?15908324901390*/
.sold-cars .container {
    padding: 0!important;
}

.sold-cars .owl-stage-outer {
    padding: 30px 0;
    margin: -30px 0;
}

.sold-cars .owl-stage {
    display: flex;
}

.sold-cars .owl-prev,
.sold-cars .owl-next {
    position: absolute;
    font-size: 42px;
    line-height: 40px;
    color: #95a5a6;
    top: calc(50% - 20px);
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.sold-cars .owl-prev:hover,
.sold-cars .owl-next:hover {
    color: #38b86f;
}

.sold-cars .owl-prev {
    left: -30px;
}

.sold-cars .owl-next {
    right: -30px;
}

.sold-cars .owl-item {
    position: relative;
}

.sold-cars__photo {
    display: block;
    position: relative;
    height: 150px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid #e6ecf2;
    margin-bottom: 15px;
}

.mobile.vertical .sold-cars__poster {
    height: calc(80vw * .5);
}

.sold-cars__info {
    color: #7f8c8d;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    padding: 0 20px;
    position: relative;
}

.sold-cars__price {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sold-cars__price > span {
    font-size: 24px;
    font-weight: 500;
}
/* End */


/* Start:/local/js/linemedia.carsale/select2/select2.css?159083249019457*/
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

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

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/local/js/linemedia.carsale/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/local/js/linemedia.carsale/select2/select2.png') no-repeat 100% -22px;
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/local/js/linemedia.carsale/select2/select2.png') no-repeat -37px -22px;
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/js/linemedia.carsale/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/local/js/linemedia.carsale/select2/select2-spinner.gif') no-repeat 100%;
    background: url('/local/js/linemedia.carsale/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/local/js/linemedia.carsale/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/js/linemedia.carsale/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/js/linemedia.carsale/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/local/js/linemedia.carsale/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/local/js/linemedia.carsale/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

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

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/local/js/linemedia.carsale/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/local/js/linemedia.carsale/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/* End */


/* Start:/local/js/linemedia.carsale/select2/select2-cp-reset.css?1590832490406*/
.select2-container .select2-choice .select2-arrow {
    border-left: 0;
    background: transparent;
    background-image: none;
}

    .select2-container .select2-choice .select2-arrow b {
        background: transparent !important;
    }

.select2-search input {
    font-size: 12px;
}

.select2-results li {
    font-size: 12px;
}

.select2-drop-active {
    border: 1px solid #aaa;
    border-top: 0;
}
/* End */


/* Start:/local/templates/main_2017/components/bitrix/news.list/press_about_us/style.css?15908324916614*/
div.press-list img.preview_picture {
  float: left;
  margin: 0 0 15px 0;
  font-size: 10px;
  border-radius: 8px;
  height: 145px;
  max-width: 100%;
  object-fit: cover;
}
.news-date-time {
  color: #b0b0b0;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 15px;
}
div.press-list img.source {
  height: 36px;
  width: auto;
  float: right;
  max-width: 100%;
}
div.press-list p.name_news {
  font-size: 16px;
  font-weight: normal;
  height: 4.7em;
  overflow: hidden;
  margin-bottom: 30px;
}
div.press-list p.name_news a {
  color: black;
  line-height: 1.2;
}
div.press-list p.name_news a:hover {
  text-decoration: none !important;
}
div.press-list .preview_text {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.4;
}
div.press-list .detail_link {
  color: #ff8400;
  font-size: 14px;
  text-decoration: underline;
}
div.press-list .detail_link:hover {
  text-decoration: none;
}

div.press-list .comments {
  color: #ff8400;
  font-size: 18px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 10px;
}

div.press-list .signature {
  font-size: 14px;
}
div.press-list .signature span {
  color: #a4a4a4;
  font-style: italic;
}

div.press-list .carousel-control.left,
div.press-list .carousel-control.right {
  background: none !important;
}

div.press-list .carousel-control.left i,
div.press-list .carousel-control.right i {
  color: #95a5a6;
  font-size: 42px;
}
div.press-list .carousel-control {
  text-shadow: none;
  opacity: 1;
  left: -85px;
}
div.press-list .carousel-control.right {
  right: -85px;
  left: auto;
}
div.press-list .carousel-control i:hover {
  color: #43ca7d;
}

div.press-list .sprite_common_template-prev_news {
  left: 15%;
}
div.press-list .sprite_common_template-next_news {
  right: 15%;
}

div.press-list .sprite_common_template-prev_news,
div.press-list .sprite_common_template-next_news {
  width: 39px;
  height: 93px;
  top: 32%;
  position: absolute;
}

/* Fixed size carousel */

.press-list .carousel-inner > .item {
  display: block;
  padding: 0;
  background: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 0 4px rgba(92, 95, 100, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(92, 95, 100, 0.2);
  box-shadow: 0 0 4px rgba(92, 95, 100, 0.2);
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -moz-transition: -moz-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.press-list .carousel-inner > .item.active + .item.active {
  margin-left: 40px;
}

.press-list .carousel-inner > .item:hover {
  -moz-box-shadow: 0 10px 30px rgba(92, 95, 100, 0.3);
  -webkit-box-shadow: 0 10px 30px rgba(92, 95, 100, 0.3);
  box-shadow: 0 10px 30px rgba(92, 95, 100, 0.3);
}

.press-list__item__item-inner {
  padding: 20px;
}

.press-list {
  position: relative;
  text-align: left;
}

.press-list .carousel-inner {
  height: 400px;
  overflow: hidden;
  position: relative;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
}

.press-list .carousel-expand {
  padding: 15px 15px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f4f4;
}

.press-list .carousel-inner:not(.expanded) ~ .carousel-expand:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 50px;
  background: linear-gradient(to top, #f4f4f4, rgba(244, 244, 244, 0));
  background: -webkit-linear-gradient(to top, #f4f4f4, rgba(244, 244, 244, 0));
  background: -moz-linear-gradient(to top, #f4f4f4, rgba(244, 244, 244, 0));
}

.press-list .carousel-expand .carousel-expand-btn {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  background: #eaeaea;
  color: #333;
  border: 0;
  outline: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.press_about_us {
  text-transform: none !important;
}
.press_source {
  background: #f0f2f6;
}

.press-list .owl-next,
.press-list .owl-prev {
  cursor: pointer;
}

.carousel-block .owl-stage-outer {
  padding: 30px 0;
  margin: -30px 0;
  overflow: hidden;
}

.carousel-block .owl-stage {
  display: flex;
}

.carousel-block .owl-item > .item {
  display: block;
  height: 100%;
}

.carousel-block .owl-prev,
.carousel-block .owl-next {
  position: absolute;
  font-size: 42px;
  line-height: 40px;
  color: #95a5a6;
  top: calc(50% - 20px);
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.carousel-block .owl-prev:hover,
.carousel-block .owl-next:hover {
  color: #38b86f;
}

.carousel-block .owl-prev {
  left: -30px;
}

.carousel-block .owl-next {
  right: -30px;
}

.carousel-block .owl-item {
  background: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 0 4px rgba(92, 95, 100, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(92, 95, 100, 0.2);
  box-shadow: 0 0 4px rgba(92, 95, 100, 0.2);
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -moz-transition: -moz-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.carousel-block .owl-item:hover {
  -moz-box-shadow: 0 10px 30px rgba(92, 95, 100, 0.3);
  -webkit-box-shadow: 0 10px 30px rgba(92, 95, 100, 0.3);
  box-shadow: 0 10px 30px rgba(92, 95, 100, 0.3);
}

.carousel-block__item {
  padding: 20px;
  color: #282828;
}

.carousel-block__poster {
  display: block;
  position: relative;
  height: 136px;
  width: 100%;
  border-radius: 4px;
  background-position: center center;
  background-size: cover;
}

.mobile.vertical .carousel-block__poster {
  height: calc(80vw * 0.5);
}

.carousel-block__play {
  position: absolute;
  display: block;
  top: 50% !important;
  left: 50% !important;
  font-size: 32px;
  color: #fff;
  line-height: 1em;
  margin-top: -0.5em;
  width: 2em;
  margin-left: -1em;
  text-align: center;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.carousel-block__info {
  font-size: 16px;
  line-height: 1.5em;
  padding: 20px 0 0 15px;
  letter-spacing: 0.02em;
  position: relative;
}

.carousel-block__quot {
  display: block;
  position: absolute;
  top: -18px;
  left: 15px;
  height: 25px;
  width: 35px;
  background: url(/local/templates/main_2017/images/sprite.png) 0 -112px no-repeat;
}

.carousel-block__client {
  text-align: right;
  opacity: 0.6;
  margin-top: 1em;
}

.carousel-block__client:before {
  content: "- ";
}

.carousel-block__source-logo:after {
  content: "";
  display: table;
  clear: both;
}

/* End */


/* Start:/local/components/linemedia.carsale/youtube.reviews/templates/main_2017/style.css?15908324902710*/
.carousel-block .owl-stage-outer {
    padding: 30px 0;
    margin: -30px 0;
    overflow: hidden;
}

.carousel-block .owl-stage {
    display: flex;
}

.carousel-block .owl-item > .item {
    display: block;
    height: 100%;
}

.carousel-block .owl-prev,
.carousel-block .owl-next {
    position: absolute;
    font-size: 42px;
    line-height: 40px;
    color: #95a5a6;
    top: calc(50% - 20px);
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.carousel-block .owl-prev:hover,
.carousel-block .owl-next:hover {
    color: #38b86f;
}

.carousel-block .owl-prev {
    left: -30px;
}

.carousel-block .owl-next {
    right: -30px;
}

.carousel-block .owl-item {
    background: #fff;
    border-radius: 8px;
    -moz-box-shadow:  0 0 4px rgba(92, 95, 100, .2);
    -webkit-box-shadow:  0 0 4px rgba(92, 95, 100, .2);
    box-shadow:  0 0 4px rgba(92, 95, 100, .2);
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s;
    -moz-transition: -moz-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
}

.carousel-block .owl-item:hover {
    -moz-box-shadow:  0 10px 30px rgba(92, 95, 100, .3);
    -webkit-box-shadow:  0 10px 30px rgba(92, 95, 100, .3);
    box-shadow:  0 10px 30px rgba(92, 95, 100, .3);
}

.carousel-block__item {
    padding: 20px;
    color: #282828;
}

.carousel-block__poster {
    display: block;
    position: relative;
    height: 136px;
    width: 100%;
    border-radius: 4px;
    background-position: center center;
    background-size: cover;
}

.mobile.vertical .carousel-block__poster {
    height: calc(80vw * .5);
}

.carousel-block__play {
    position: absolute;
    display: block;
    top: 50%!important;
    left: 50%!important;
    font-size: 32px;
    color: #fff;
    line-height: 1em;
    margin-top: -.5em;
    width: 2em;
    margin-left: -1em;
    text-align: center;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.carousel-block__info {
    font-size: 16px;
    line-height: 1.5em;
    padding: 20px 0 0 15px;
    letter-spacing: .02em;
    position: relative;
}

.carousel-block__quot {
    display: block;
    position: absolute;
    top: -18px;
    left: 15px;
    height: 25px;
    width: 35px;
    background: url(/local/templates/main_2017/images/sprite.png) 0 -112px no-repeat;
}

.carousel-block__client {
    text-align: right;
    opacity: .6;
    margin-top: 1em;
}

.carousel-block__client:before {
    content: '- '
}

.carousel-block__source-logo:after {
    content: '';
    display: table;
    clear: both;
}
/* End */


/* Start:/local/js/linemedia.carsale/fancybox/jquery.fancybox.css?15908324904895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/js/linemedia.carsale/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/js/linemedia.carsale/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/js/linemedia.carsale/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/js/linemedia.carsale/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/js/linemedia.carsale/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/js/linemedia.carsale/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/js/linemedia.carsale/owl.carousel/owl.carousel.min.css?15908324903371*/
/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-prev.disabled {
    display: none;
}

.owl-next.disabled {
    display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/local/js/linemedia.carsale/owl.carousel/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* End */
/* /local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/style.css?15908324901133 */
/* /local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/step1.css?1590832490937 */
/* /local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/step2.css?15908324903734 */
/* /local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/steps-info.css?15908324901439 */
/* /local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/dealer.css?15908324901740 */
/* /local/components/linemedia.carsale/evaluate.main/templates/main_2017_react/css/sold-cars.css?15908324901390 */
/* /local/js/linemedia.carsale/select2/select2.css?159083249019457 */
/* /local/js/linemedia.carsale/select2/select2-cp-reset.css?1590832490406 */
/* /local/templates/main_2017/components/bitrix/news.list/press_about_us/style.css?15908324916614 */
/* /local/components/linemedia.carsale/youtube.reviews/templates/main_2017/style.css?15908324902710 */
/* /local/js/linemedia.carsale/fancybox/jquery.fancybox.css?15908324904895 */
/* /local/js/linemedia.carsale/owl.carousel/owl.carousel.min.css?15908324903371 */
