@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot");
  src: url("../fonts/fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff2") format("woff2"), url("../fonts/fontello/font/fontello.woff") format("woff"), url("../fonts/fontello/font/fontello.ttf") format("truetype"), url("../fonts/fontello/font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?264017#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, .scrollbar_inner > .scroll-element .scroll-bar:before, .jq-selectbox__trigger-arrow, body .jq-checkbox.checked .jq-checkbox__div:before, .text-style ol li:before,
.text-style ul li:before, .main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before, .aside-accordion_internal .aside-accordion_header:before, .accordion_panel li:before, .block-info_views:before, .block-info_who:before, .offers_random-year:before, .offers_random-mileage:before, .offers_slider-year:before, .offers_slider-mileage:before, .item_descryption-km-txt:before, .item_descryption-fuel-txt:before, .item_button a:before, .item_link-print:before, .category_item-km:before, .category_item-fuel:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none; }
  .scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

.scrollbar {
  padding-top: 10px;
  padding-bottom: 80px; }

.scrollbar > div {
  max-height: 250px; }

.scrollbar .scroll-content {
  padding: 0 35px 0 0; }

.scrollbar_inner > .scroll-element,
.scrollbar_inner > .scroll-element div {
  border: none;
  position: absolute;
  z-index: 10; }

.scrollbar_inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar_inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 6px;
  left: 0;
  width: 100%; }

.scrollbar_inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar_inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar_inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 10px; }

.scrollbar_inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar_inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.scrollbar_inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar_inner > .scroll-element .scroll-element_track,
.scrollbar_inner > .scroll-element .scroll-bar {
  opacity: 1; }

.scrollbar_inner > .scroll-element .scroll-element_track {
  border: 1px solid #d8d9db;
  background-color: #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.scrollbar_inner > .scroll-element .scroll-bar {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d8d9db;
  background: -webkit-linear-gradient(0deg, #fefefe 0%, #e9eaeb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#e9eaeb));
  background: -webkit-linear-gradient(left, #fefefe 0%, #e9eaeb 100%);
  background: linear-gradient(90deg, #fefefe 0%, #e9eaeb 100%); }
  .scrollbar_inner > .scroll-element .scroll-bar:before {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 7px;
    color: #6b7174; }

.scrollbar_inner > .scroll-element:hover .scroll-bar {
  background-color: #53337e; }

.scrollbar_inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #53337e; }

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  -webkit-box-shadow: inset 0 -3px 6px #AAA;
  box-shadow: inset 0 -3px 6px #AAA; }

.jq-checkbox.focused {
  border: 1px solid #000; }

.jq-checkbox.disabled {
  opacity: .55; }

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: .55; }

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 50px auto 0;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.popup-wrp {
  min-width: 270px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: #ededed;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ededed;
  max-width: 810px; }
  .popup-wrp form {
    padding: 30px; }
  .popup-wrp .required {
    color: #e38827; }
  .popup-wrp p {
    color: #313232;
    font-size: 14px;
    margin-bottom: 0; }
    .popup-wrp p input {
      margin-top: 10px; }
      .popup-wrp p input:focus {
        border-style: solid;
        border-width: 1px;
        border-color: #97b95c; }
  .popup-wrp .h1 {
    border-bottom: 1px solid #e1e2e3;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 0px;
    color: #313232;
    font-size: 30px;
    font-size: 1.875rem; }
  .popup-wrp [class*=" col-"],
  .popup-wrp [class^=col-] {
    margin-bottom: 20px; }
  .popup-wrp .feedback {
    padding: 30px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ededed; }
    .popup-wrp .feedback .h1 {
      margin-bottom: 30px; }
    .popup-wrp .feedback .popup_btn {
      margin-top: 30px; }

.hidden .mfp-content {
  padding: 0 30px;
  margin-top: 90px; }
  @media only screen and (max-width: 480px) {
    .hidden .mfp-content {
      padding: 0 10px;
      margin-top: 40px; } }

.form-popup .max-input input {
  width: 100%; }

.form-popup [class*=" icon-"],
.form-popup [class^=icon-] {
  position: absolute;
  border-left: 1px solid #e38827;
  top: 5px;
  color: #983350;
  margin-top: 0;
  height: 38px;
  display: block;
  line-height: 38px;
  right: 0;
  bottom: 5px;
  width: 55px;
  font-size: 18px;
  right: 0; }

.form-popup input[type=email],
.form-popup input[type=text],
.form-popup textarea {
  padding: 3px 55px 3px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #643a0d;
  font-size: 18px;
  height: 48px; }

.form-popup [class*=" icon-"]:before,
.form-popup [class^=icon-]:before,
.form-popup [class^=icon-].jq-selectbox__trigger-arrow,
.form-popup .main-page .interesting-text ol li[class^=icon-]:before, .main-page .interesting-text ol
.form-popup li[class^=icon-]:before,
.form-popup
.main-page .interesting-text ul li[class^=icon-]:before,
.main-page .interesting-text ul
.form-popup li[class^=icon-]:before,
.form-popup
.sub-page .interesting-text ol li[class^=icon-]:before,
.sub-page .interesting-text ol
.form-popup li[class^=icon-]:before,
.form-popup
.sub-page .interesting-text ul li[class^=icon-]:before,
.sub-page .interesting-text ul
.form-popup li[class^=icon-]:before {
  padding-left: 15px; }

button.close-click,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  color: #6c7073;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdcde), to(#fefefe));
  background: -webkit-linear-gradient(bottom, #dbdcde 0%, #fefefe 100%);
  background: linear-gradient(0deg, #dbdcde 0%, #fefefe 100%);
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border: 1px solid #d0d0d0;
  border-bottom: 1px solid #454546;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1; }
  button.close-click:hover,
  button.mfp-close:hover {
    background: rgba(255, 255, 255, 0.52); }

.popup-wrp input {
  padding: 0 15px; }

.popup-wrp input[type=email],
.popup-wrp input[type=text],
.popup-wrp textarea {
  max-width: 100%;
  width: 100%; }

.popup-wrp .wpcf7-list-item {
  display: block;
  margin-bottom: 5px; }

.jq-checkbox,
.jq-radio {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e38827;
  background: #fff; }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.jq-checkbox.checked .jq-checkbox__div,
.jq-radio.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #e38827; }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.jq-checkbox.focused {
  border: 1px solid #e38827; }

.jq-radio.focused {
  border: 1px solid #e38827; }

.jq-checkbox.checked .jq-radio__div,
.jq-radio.checked .jq-radio__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #e38827; }

.popup-wrp .jq-selectbox {
  width: 100%;
  margin-top: 5px; }

.popup-wrp .jq-selectbox__select {
  font-size: 1.0625em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  color: #212121;
  background: #fff;
  height: 48px;
  line-height: 46px; }

.jq-selectbox__trigger {
  border: none; }

.jq-selectbox__trigger-arrow {
  border: none;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 22px;
  font-size: 20px;
  color: #e38827; }

.jqselect.focused {
  border: none; }

.popup-wrp .jq-selectbox__dropdown {
  margin: 14px 0 0 0; }

.jq-selectbox__dropdown {
  bottom: inherit !important; }

.jq-selectbox li.selected {
  background-color: #e38827; }

.jq-selectbox li:hover {
  background-color: #e38827; }

.form-style-popup {
  position: relative; }
  .form-style-popup .first_radio {
    margin-right: 50px; }
  .form-style-popup [class*=" col-"],
  .form-style-popup [class^=col-] {
    margin-bottom: 20px; }

.form-popup .max-input input {
  width: 100%; }

.form-popup input[type=email],
.form-popup input[type=text],
.form-popup textarea {
  padding: 3px 55px 3px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #643a0d;
  font-size: 18px;
  height: 48px; }

.newsletter input[type="text"] {
  max-width: 366px;
  margin-right: 20px; }

.newsletter input[type="submit"],
.newsletter input[type="text"] {
  display: inline-block;
  vertical-align: middle; }

.form-style-popup input {
  padding: 0 15px; }

.form-style-popup input[type=email],
.form-style-popup input[type=text],
.form-style-popup textarea {
  max-width: 100%;
  width: 100%; }

.form-style-popup input[type=email],
.form-style-popup input[type=text],
.form-style-popup textarea {
  padding: 3px 55px 3px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #313232;
  font-size: 18px;
  height: 48px; }

.form-style-popup .wpcf7-list-item {
  display: block;
  margin-bottom: 5px; }

.jq-checkbox,
.jq-radio {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e3e4e5;
  background: #fff; }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

body .jq-checkbox.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: transparent;
  border-radius: 2px;
  position: relative; }
  body .jq-checkbox.checked .jq-checkbox__div:before {
    color: #e38827;
    position: absolute;
    top: 2px;
    left: -1px;
    font-size: 10px; }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.jq-checkbox.focused {
  border: 1px solid #e3e4e5; }

.jq-radio.focused {
  border: 1px solid #e3e4e5; }

.jq-radio.checked {
  border: 1px solid #e3e4e5;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff; }

.jq-checkbox.checked .jq-radio__div,
.jq-radio.checked .jq-radio__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #e38827; }

.form-style-popup .jq-selectbox {
  width: 100%;
  margin-top: 5px; }

.form-style-popup .jq-selectbox__select {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  color: #212121;
  background: #fff;
  height: 48px;
  line-height: 46px;
  padding: 0 45px 0 25px; }

.jq-selectbox__trigger {
  border: none; }

.jq-selectbox__trigger-arrow {
  border: none;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 17px;
  font-size: 20px;
  color: #e38827; }

.jqselect.focused {
  border: none; }

.jq-selectbox__trigger-arrow {
  color: #6c7073; }

.form-style-popup .jq-selectbox__dropdown {
  margin: 0px 0 0 0; }

.jq-selectbox__dropdown {
  bottom: inherit !important; }

.jq-selectbox li.selected {
  background-color: #e38827; }

.jq-selectbox li:hover {
  background-color: #e38827; }

.jq-radio + span {
  color: #757776;
  font-size: 18px; }

.jq-radio.checked + span {
  color: #313232; }

.jq-selectbox__trigger {
  border: 1px solid #dededf;
  border-bottom: 1px solid #454546;
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdcde), to(#fefefe));
  background: -webkit-linear-gradient(bottom, #dbdcde 0%, #fefefe 100%);
  background: linear-gradient(0deg, #dbdcde 0%, #fefefe 100%); }

.form_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d5; }

.form_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .form_bottom .link_options {
    color: #9c9c9c;
    border-bottom: 1px dotted #9c9c9c;
    font-size: 16px; }
    .form_bottom .link_options:hover {
      text-decoration: none;
      color: #9c9c9c; }
  .form_bottom .form_button {
    margin-left: auto;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px); }
    @media only screen and (max-width: 768px) {
      .form_bottom .form_button {
        width: 75%;
        margin: 15px auto 0; } }
    @media only screen and (max-width: 480px) {
      .form_bottom .form_button {
        width: 100%; } }

.form_middle {
  margin-bottom: 15px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .form_middle {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .form_middle .form_middle-left {
    width: 50%;
    padding-right: 40px;
    border-right: 1px solid rgba(211, 211, 213, 0.5); }
    @media only screen and (max-width: 768px) {
      .form_middle .form_middle-left {
        margin: 0 auto;
        width: 75%;
        padding-right: 0;
        border-right: none; } }
    @media only screen and (max-width: 480px) {
      .form_middle .form_middle-left {
        width: 100%; } }
  .form_middle .form_middle-right {
    width: 50%;
    padding-left: 40px; }
    @media only screen and (max-width: 768px) {
      .form_middle .form_middle-right {
        width: 75%;
        margin: 0 auto;
        padding-left: 0; } }
    @media only screen and (max-width: 480px) {
      .form_middle .form_middle-right {
        width: 100%; } }

.select_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .select_block {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 480px) {
    .select_block {
      margin-bottom: 15px; } }
  .select_block .select_text {
    color: #1e2a32;
    font-size: 16px; }
    @media only screen and (max-width: 480px) {
      .select_block .select_text {
        font-size: 14px;
        margin-bottom: 15px; } }
  .select_block > .jq-selectbox {
    margin-left: auto; }
  @media only screen and (max-width: 480px) {
    .select_block .jq-selectbox {
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .select_block .jq-selectbox__select {
      font-size: 16px; } }

.form-style-popup .jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0; }

.form-style-popup .jq-selectbox__dropdown li {
  margin: 0;
  padding: 15px; }
  .form-style-popup .jq-selectbox__dropdown li:before {
    display: none; }

.jq-number {
  padding: 0; }
  .jq-number .jq-number__field {
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    color: #212121;
    background: #fff;
    height: 48px;
    line-height: 46px;
    padding: 0 3px 0;
    margin-right: 7px; }
  .jq-number .jq-number__spin {
    display: none; }

.form-style-popup .select_block-other .select_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.form-style-popup .select_block-other .jq-number__field {
  width: 70px; }
  @media only screen and (max-width: 480px) {
    .form-style-popup .select_block-other .jq-number__field {
      width: auto; } }
  .form-style-popup .select_block-other .jq-number__field input {
    padding: 0 5px;
    text-align: center; }

.form-style-popup .select_block-other .jq-selectbox__select {
  width: 70px;
  padding: 0 34px 0 3px;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .form-style-popup .select_block-other .jq-selectbox__select {
      width: auto; } }

.form-style-popup .select_block-other .select_grop {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 480px) {
    .form-style-popup .select_block-other .select_grop {
      width: 100%; } }

.form-style-popup ::-webkit-input-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style-popup ::-moz-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style-popup :-moz-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style-popup :-ms-input-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style-popup .jq-radio {
  margin-right: 15px; }

.form-style-popup .jq-radio.checked .jq-radio__div {
  width: 8px;
  height: 8px;
  margin: 4px 0 0 4px; }

/*! jQuery UI - v1.12.1 - 2017-06-26
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Media queries breakpoints */
/* grid system*/
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    display: block;
    content: "";
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1100px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

[class*="col"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.icon-mail:before, .item_button a:before {
  content: '\e800'; }

/* '' */
.icon-users:before {
  content: '\e801'; }

/* '' */
.icon-user:before, .block-info_who:before {
  content: '\e802'; }

/* '' */
.icon-video:before {
  content: '\e803'; }

/* '' */
.icon-th:before {
  content: '\e804'; }

/* '' */
.icon-th-list:before {
  content: '\e805'; }

/* '' */
.icon-th-large:before {
  content: '\e806'; }

/* '' */
.icon-ok:before, body .jq-checkbox.checked .jq-checkbox__div:before {
  content: '\e807'; }

/* '' */
.icon-ok-circled2:before {
  content: '\e808'; }

/* '' */
.icon-plus:before {
  content: '\e809'; }

/* '' */
.icon-minus:before {
  content: '\e80a'; }

/* '' */
.icon-help-circled:before {
  content: '\e80b'; }

/* '' */
.icon-info-circled:before {
  content: '\e80c'; }

/* '' */
.icon-link:before {
  content: '\e80d'; }

/* '' */
.icon-lock:before {
  content: '\e80e'; }

/* '' */
.icon-eye:before, .block-info_views:before {
  content: '\e80f'; }

/* '' */
.icon-eye-off:before {
  content: '\e810'; }

/* '' */
.icon-tag:before {
  content: '\e811'; }

/* '' */
.icon-tags:before {
  content: '\e812'; }

/* '' */
.icon-location:before {
  content: '\e813'; }

/* '' */
.icon-trash-empty:before {
  content: '\e814'; }

/* '' */
.icon-phone:before {
  content: '\e815'; }

/* '' */
.icon-cog:before {
  content: '\e816'; }

/* '' */
.icon-wrench:before {
  content: '\e817'; }

/* '' */
.icon-basket:before {
  content: '\e818'; }

/* '' */
.icon-calendar:before {
  content: '\e819'; }

/* '' */
.icon-zoom-in:before {
  content: '\e81a'; }

/* '' */
.icon-zoom-out:before {
  content: '\e81b'; }

/* '' */
.icon-down-dir:before, .aside-accordion_internal .aside-accordion_header.ui-accordion-header-active:before {
  content: '\e81c'; }

/* '' */
.icon-up-dir:before {
  content: '\e81d'; }

/* '' */
.icon-left-dir:before {
  content: '\e81e'; }

/* '' */
.icon-right-dir:before, .text-style ol li:before,
.text-style ul li:before, .main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before, .aside-accordion_internal .aside-accordion_header:before, .accordion_panel li:before {
  content: '\e81f'; }

/* '' */
.icon-down-open:before {
  content: '\e820'; }

/* '' */
.icon-left-open:before {
  content: '\e821'; }

/* '' */
.icon-up-open:before {
  content: '\e822'; }

/* '' */
.icon-right-open:before {
  content: '\e823'; }

/* '' */
.icon-down-big:before {
  content: '\e824'; }

/* '' */
.icon-left-big:before {
  content: '\e825'; }

/* '' */
.icon-right-big:before {
  content: '\e826'; }

/* '' */
.icon-up-big:before {
  content: '\e827'; }

/* '' */
.icon-cw:before {
  content: '\e828'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e829'; }

/* '' */
.icon-play:before {
  content: '\e82a'; }

/* '' */
.icon-play-circled2:before {
  content: '\e82b'; }

/* '' */
.icon-briefcase:before {
  content: '\e82c'; }

/* '' */
.icon-book:before {
  content: '\e82d'; }

/* '' */
.icon-gift:before {
  content: '\e82e'; }

/* '' */
.icon-credit-card:before {
  content: '\e82f'; }

/* '' */
.icon-truck:before {
  content: '\e830'; }

/* '' */
.icon-mail-1:before {
  content: '\e831'; }

/* '' */
.icon-camera:before {
  content: '\e832'; }

/* '' */
.icon-menu-1:before {
  content: '\e833'; }

/* '' */
.icon-help-circled-1:before {
  content: '\e834'; }

/* '' */
.icon-minus-squared-1:before {
  content: '\e835'; }

/* '' */
.icon-minus-1:before {
  content: '\e836'; }

/* '' */
.icon-plus-1:before {
  content: '\e837'; }

/* '' */
.icon-plus-squared-1:before {
  content: '\e838'; }

/* '' */
.icon-location-1:before {
  content: '\e839'; }

/* '' */
.icon-phone-1:before {
  content: '\e83a'; }

/* '' */
.icon-basket-1:before {
  content: '\e83b'; }

/* '' */
.icon-left-open-big:before {
  content: '\e83c'; }

/* '' */
.icon-right-open-big:before {
  content: '\e83d'; }

/* '' */
.icon-up-open-big:before {
  content: '\e83e'; }

/* '' */
.icon-down-open-big:before {
  content: '\e83f'; }

/* '' */
.icon-trophy:before {
  content: '\e840'; }

/* '' */
.icon-suitcase-1:before {
  content: '\e841'; }

/* '' */
.icon-graduation-cap-1:before {
  content: '\e842'; }

/* '' */
.icon-mail-2:before {
  content: '\e843'; }

/* '' */
.icon-users-1:before {
  content: '\e844'; }

/* '' */
.icon-user-1:before {
  content: '\e845'; }

/* '' */
.icon-map:before {
  content: '\e846'; }

/* '' */
.icon-phone-2:before {
  content: '\e847'; }

/* '' */
.icon-clock:before {
  content: '\e848'; }

/* '' */
.icon-menu-2:before {
  content: '\e849'; }

/* '' */
.icon-basket-2:before {
  content: '\e84a'; }

/* '' */
.icon-clock-alt:before {
  content: '\e84b'; }

/* '' */
.icon-cog-1:before {
  content: '\e84c'; }

/* '' */
.icon-search-1:before {
  content: '\e84d'; }

/* '' */
.icon-home:before {
  content: '\e84e'; }

/* '' */
.icon-clock-1:before {
  content: '\e84f'; }

/* '' */
.icon-down-circled2:before {
  content: '\e850'; }

/* '' */
.icon-up-circled2:before {
  content: '\e851'; }

/* '' */
.icon-ccw:before {
  content: '\e852'; }

/* '' */
.icon-award:before {
  content: '\e853'; }

/* '' */
.icon-list-alt:before {
  content: '\e854'; }

/* '' */
.icon-search-2:before {
  content: '\e855'; }

/* '' */
.icon-ok-1:before {
  content: '\e856'; }

/* '' */
.icon-cancel:before {
  content: '\e857'; }

/* '' */
.icon-hammer:before {
  content: '\e858'; }

/* '' */
.icon-flash:before {
  content: '\e859'; }

/* '' */
.icon-key:before {
  content: '\e85a'; }

/* '' */
.icon-leaf:before {
  content: '\e85b'; }

/* '' */
.icon-attention:before {
  content: '\e85c'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e85d'; }

/* '' */
.icon-star-empty:before {
  content: '\e85e'; }

/* '' */
.icon-chart-bar:before {
  content: '\e85f'; }

/* '' */
.icon-umbrella:before {
  content: '\e860'; }

/* '' */
.icon-desktop:before {
  content: '\e861'; }

/* '' */
.icon-road:before {
  content: '\e862'; }

/* '' */
.icon-print:before, .item_link-print:before {
  content: '\e863'; }

/* '' */
.icon-facebook:before {
  content: '\f052'; }

/* '' */
.icon-link-ext:before {
  content: '\f08e'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook-1:before {
  content: '\f09a'; }

/* '' */
.icon-certificate:before {
  content: '\f0a3'; }

/* '' */
.icon-left-circled:before {
  content: '\f0a8'; }

/* '' */
.icon-right-circled:before {
  content: '\f0a9'; }

/* '' */
.icon-up-circled:before {
  content: '\f0aa'; }

/* '' */
.icon-down-circled:before {
  content: '\f0ab'; }

/* '' */
.icon-filter:before, .item_descryption-fuel-txt:before, .category_item-fuel:before {
  content: '\f0b0'; }

/* '' */
.icon-beaker:before {
  content: '\f0c3'; }

/* '' */
.icon-docs:before {
  content: '\f0c5'; }

/* '' */
.icon-menu:before, .scrollbar_inner > .scroll-element .scroll-bar:before {
  content: '\f0c9'; }

/* '' */
.icon-list-bullet:before {
  content: '\f0ca'; }

/* '' */
.icon-list-numbered:before {
  content: '\f0cb'; }

/* '' */
.icon-magic:before {
  content: '\f0d0'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f0d2'; }

/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3'; }

/* '' */
.icon-gplus-squared:before {
  content: '\f0d4'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-money:before {
  content: '\f0d6'; }

/* '' */
.icon-sort:before {
  content: '\f0dc'; }

/* '' */
.icon-sort-down:before {
  content: '\f0dd'; }

/* '' */
.icon-sort-up:before {
  content: '\f0de'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-gauge:before, .offers_random-mileage:before, .offers_slider-mileage:before, .item_descryption-km-txt:before, .category_item-km:before {
  content: '\f0e4'; }

/* '' */
.icon-comment-empty:before {
  content: '\f0e5'; }

/* '' */
.icon-chat-empty:before {
  content: '\f0e6'; }

/* '' */
.icon-sitemap:before {
  content: '\f0e8'; }

/* '' */
.icon-suitcase:before {
  content: '\f0f2'; }

/* '' */
.icon-coffee:before {
  content: '\f0f4'; }

/* '' */
.icon-food:before {
  content: '\f0f5'; }

/* '' */
.icon-doc-text:before {
  content: '\f0f6'; }

/* '' */
.icon-medkit:before {
  content: '\f0fa'; }

/* '' */
.icon-plus-squared:before {
  content: '\f0fe'; }

/* '' */
.icon-angle-double-left:before {
  content: '\f100'; }

/* '' */
.icon-angle-double-right:before {
  content: '\f101'; }

/* '' */
.icon-angle-double-up:before {
  content: '\f102'; }

/* '' */
.icon-angle-double-down:before {
  content: '\f103'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before, .opened .jq-selectbox__trigger-arrow:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before, .jq-selectbox__trigger-arrow:before {
  content: '\f107'; }

/* '' */
.icon-tablet:before {
  content: '\f10a'; }

/* '' */
.icon-mobile:before {
  content: '\f10b'; }

/* '' */
.icon-circle-empty:before {
  content: '\f10c'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-circle:before {
  content: '\f111'; }

/* '' */
.icon-folder-empty:before {
  content: '\f114'; }

/* '' */
.icon-flag-empty:before {
  content: '\f11d'; }

/* '' */
.icon-code:before {
  content: '\f121'; }

/* '' */
.icon-info:before {
  content: '\f129'; }

/* '' */
.icon-puzzle:before {
  content: '\f12e'; }

/* '' */
.icon-shield:before {
  content: '\f132'; }

/* '' */
.icon-calendar-empty:before, .offers_random-year:before, .offers_slider-year:before {
  content: '\f133'; }

/* '' */
.icon-rocket:before {
  content: '\f135'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\f137'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\f138'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\f139'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\f13a'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\f13e'; }

/* '' */
.icon-ellipsis:before {
  content: '\f141'; }

/* '' */
.icon-ellipsis-vert:before {
  content: '\f142'; }

/* '' */
.icon-play-circled:before {
  content: '\f144'; }

/* '' */
.icon-minus-squared:before {
  content: '\f146'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\f147'; }

/* '' */
.icon-dollar:before {
  content: '\f155'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c'; }

/* '' */
.icon-youtube-squared:before {
  content: '\f166'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-tumblr:before {
  content: '\f173'; }

/* '' */
.icon-tumblr-squared:before {
  content: '\f174'; }

/* '' */
.icon-down:before {
  content: '\f175'; }

/* '' */
.icon-up:before {
  content: '\f176'; }

/* '' */
.icon-left:before {
  content: '\f177'; }

/* '' */
.icon-right:before {
  content: '\f178'; }

/* '' */
.icon-skype:before {
  content: '\f17e'; }

/* '' */
.icon-sun:before {
  content: '\f185'; }

/* '' */
.icon-box:before {
  content: '\f187'; }

/* '' */
.icon-vkontakte:before {
  content: '\f189'; }

/* '' */
.icon-right-circled2:before {
  content: '\f18e'; }

/* '' */
.icon-left-circled2:before {
  content: '\f190'; }

/* '' */
.icon-dot-circled:before {
  content: '\f192'; }

/* '' */
.icon-vimeo-squared:before {
  content: '\f194'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\f196'; }

/* '' */
.icon-bank:before {
  content: '\f19c'; }

/* '' */
.icon-graduation-cap:before {
  content: '\f19d'; }

/* '' */
.icon-google:before {
  content: '\f1a0'; }

/* '' */
.icon-stumbleupon:before {
  content: '\f1a4'; }

/* '' */
.icon-behance:before {
  content: '\f1b4'; }

/* '' */
.icon-behance-squared:before {
  content: '\f1b5'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.icon-file-archive:before {
  content: '\f1c6'; }

/* '' */
.icon-file-audio:before {
  content: '\f1c7'; }

/* '' */
.icon-file-video:before {
  content: '\f1c8'; }

/* '' */
.icon-file-code:before {
  content: '\f1c9'; }

/* '' */
.icon-lifebuoy:before {
  content: '\f1cd'; }

/* '' */
.icon-paper-plane:before {
  content: '\f1d8'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\f1d9'; }

/* '' */
.icon-circle-thin:before {
  content: '\f1db'; }

/* '' */
.icon-share:before {
  content: '\f1e0'; }

/* '' */
.icon-binoculars:before {
  content: '\f1e5'; }

/* '' */
.icon-plug:before {
  content: '\f1e6'; }

/* '' */
.icon-newspaper:before {
  content: '\f1ea'; }

/* '' */
.icon-cc-visa:before {
  content: '\f1f0'; }

/* '' */
.icon-cc-mastercard:before {
  content: '\f1f1'; }

/* '' */
.icon-cc-paypal:before {
  content: '\f1f4'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-copyright:before {
  content: '\f1f9'; }

/* '' */
.icon-at:before {
  content: '\f1fa'; }

/* '' */
.icon-brush:before {
  content: '\f1fc'; }

/* '' */
.icon-bus:before {
  content: '\f207'; }

/* '' */
.icon-diamond:before {
  content: '\f219'; }

/* '' */
.icon-user-secret:before {
  content: '\f21b'; }

/* '' */
.icon-facebook-official:before {
  content: '\f230'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-odnoklassniki:before {
  content: '\f263'; }

/* '' */
.icon-odnoklassniki-square:before {
  content: '\f264'; }

/* '' */
.icon-calendar-plus-o:before {
  content: '\f271'; }

/* '' */
.icon-calendar-minus-o:before {
  content: '\f272'; }

/* '' */
.icon-calendar-times-o:before {
  content: '\f273'; }

/* '' */
.icon-calendar-check-o:before {
  content: '\f274'; }

/* '' */
.icon-credit-card-alt:before {
  content: '\f283'; }

/* '' */
.icon-shopping-basket:before {
  content: '\f291'; }

/* '' */
.icon-volume-control-phone:before {
  content: '\f2a0'; }

/* '' */
.icon-user-circle:before {
  content: '\f2bd'; }

/* '' */
.icon-user-circle-o:before {
  content: '\f2be'; }

/* '' */
.icon-user-o:before {
  content: '\f2c0'; }

/* '' */
.icon-twitter-squared:before {
  content: '\f304'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
.icon-googleplus-rect:before {
  content: '\f309'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\f30c'; }

/* '' */
.icon-gplus-1:before {
  content: '\f30f'; }

/* '' */
.icon-gplus-circled:before {
  content: '\f310'; }

/* '' */
.icon-linkedin-1:before {
  content: '\f318'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\f319'; }

/* '' */
.icon-mastercard:before {
  content: '\f329'; }

/* '' */
.icon-instagram-1:before {
  content: '\f32d'; }

/* '' */
.icon-evernote:before {
  content: '\f333'; }

/* '' */
.icon-skype-1:before {
  content: '\f339'; }

/* '' */
.icon-skype-circled:before {
  content: '\f33a'; }

/* '' */
.icon-search:before {
  content: '\f50d'; }

/* '' */
.fon-white {
  background: #fff; }

.fon-brand {
  background: #e38827; }

.fon-dark {
  background: #643a0d; }

.fon-light {
  background: #f5d3ae; }

h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h1.main-titles, .h1.main-titles {
    font-size: 34px;
    text-align: center;
    margin: 30px 0; }

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h2.main-titles, .h2.main-titles {
    font-size: 34px;
    text-align: center;
    margin: 30px 0; }

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h3.main-titles, .h3.main-titles {
    font-size: 34px;
    text-align: center;
    margin: 30px 0; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h4.main-titles, .h4.main-titles {
    font-size: 34px;
    text-align: center;
    margin: 30px 0; }

h5, .h5 {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h5.main-titles, .h5.main-titles {
    font-size: 34px;
    text-align: center;
    margin: 30px 0; }

h6, .h6 {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0; }
  h6.main-titles, .h6.main-titles {
    font-size: 34px;
    text-align: center;
    margin: 30px 0; }

.main-page h,
.sub-page h,
.main-page .h,
.sub-page .h {
  color: #643a0d;
  line-height: normal; }
  .main-page h1,
  .sub-page h1,
  .main-page .h1,
  .sub-page .h1 {
    font-size: 30px;
    font-size: 1.875rem; }
  .main-page h2,
  .sub-page h2,
  .main-page .h2,
  .sub-page .h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .main-page h3,
  .sub-page h3,
  .main-page .h3,
  .sub-page .h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  .main-page h4,
  .sub-page h4,
  .main-page .h4,
  .sub-page .h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  .main-page h5,
  .sub-page h5,
  .main-page .h5,
  .sub-page .h5 {
    font-size: 16px; }
  .main-page h6,
  .sub-page h6,
  .main-page .h6,
  .sub-page .h6 {
    font-size: 14px; }

body .action_new {
  background-color: #79be00; }

body .action_hot {
  background-color: #e38827; }

body .action_sale {
  background-color: #7832a0; }

.header_button a {
  display: block;
  padding: 10px 0;
  max-width: 263px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #e38827;
  font-size: 18px;
  font-size: 1.125rem; }

.popup_btn input, .brand_button-mob a, .offers_random-button a {
  display: block;
  padding: 10px 0;
  width: 50%;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #e38827;
  font-size: 18px;
  font-size: 1.125rem; }

.form_bottom .form_button a, .header_button-block .header_button-mob a, .aside_button a, .news_button-mob a, .page404_text-button a, .item_button a, .item_contact-button a, .category_item-contact a, .category_left-button a, .category_left a.category_left-button-mob {
  display: block;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #e38827;
  font-size: 18px;
  font-size: 1.125rem; }

.header_button a, .header_button-block .header_button-mob a {
  border-radius: 5px;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #196a00;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background: -webkit-linear-gradient(89deg, #4ca600 0%, #4ca600 40%, #a8d700 100%);
  background: linear-gradient(1deg, #4ca600 0%, #4ca600 40%, #a8d700 100%);
  color: #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5); }
  .header_button a:hover, .header_button-block .header_button-mob a:hover, .header_button a:focus, .header_button-block .header_button-mob a:focus {
    text-decoration: none; }
  .header_button a:hover, .header_button-block .header_button-mob a:hover {
    color: #79be00;
    border-color: #79be00;
    background: #e4e4e4; }

.popup_btn input, .form_bottom .form_button a, .page404_text-button a, .item_button a, .category_left-button a {
  border-radius: 5px;
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #be1f08;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  background: -webkit-linear-gradient(89deg, #d85b18 0%, #e38927 50%, #eeb636 100%);
  background: linear-gradient(1deg, #d85b18 0%, #e38927 50%, #eeb636 100%);
  color: #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5); }
  .popup_btn input:hover, .form_bottom .form_button a:hover, .page404_text-button a:hover, .item_button a:hover, .category_left-button a:hover, .popup_btn input:focus, .form_bottom .form_button a:focus, .page404_text-button a:focus, .item_button a:focus, .category_left-button a:focus {
    text-decoration: none; }
  .popup_btn input:hover, .form_bottom .form_button a:hover, .page404_text-button a:hover, .item_button a:hover, .category_left-button a:hover {
    color: #e38927;
    border-color: #e38927;
    background: #fff; }

.aside_button a, .news_button-mob a, .brand_button-mob a, .offers_random-button a, .item_contact-button a, .category_item-contact a, .category_left a.category_left-button-mob {
  border-radius: 5px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #575758;
  border-left: 1px solid #efeff0;
  border-right: 1px solid #8c8d8e;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdcde), to(#fefefe));
  background: -webkit-linear-gradient(bottom, #dbdcde 0%, #fefefe 100%);
  background: linear-gradient(0deg, #dbdcde 0%, #fefefe 100%);
  color: #1e2a32; }
  .aside_button a:hover, .news_button-mob a:hover, .brand_button-mob a:hover, .offers_random-button a:hover, .item_contact-button a:hover, .category_item-contact a:hover, .category_left a.category_left-button-mob:hover, .aside_button a:focus, .news_button-mob a:focus, .brand_button-mob a:focus, .offers_random-button a:focus, .item_contact-button a:focus, .category_item-contact a:focus, .category_left a.category_left-button-mob:focus {
    text-decoration: none; }
  .aside_button a:hover, .news_button-mob a:hover, .brand_button-mob a:hover, .offers_random-button a:hover, .item_contact-button a:hover, .category_item-contact a:hover, .category_left a.category_left-button-mob:hover {
    color: #79be00;
    border-color: #79be00;
    background: #fff; }

@font-face {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?") format("eot"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype"), url("../fonts/OpenSansBold/OpenSansBold.svg#OpenSansBold") format("svg"); }

.header_button a, .popup_btn input, .brand_button-mob a, .offers_random-button a, .form_bottom .form_button a, .header_button-block .header_button-mob a, .aside_button a, .news_button-mob a, .page404_text-button a, .item_button a, .item_contact-button a, .category_item-contact a, .category_left-button a, .category_left a.category_left-button-mob, .sub-page h5,
.sub-page h6,
.sub-page .h5,
.sub-page .h6, .main-page h5,
.main-page h6,
.main-page .h5,
.main-page .h6, b,
strong, table th, .aside-accordion_header.ui-state-active, .ui-state-active.accordion_header, .footer_nav-block .h6 a, .radio_text, .offers_random-action, .offers_random-mileage .offers_random-price, .offers_slider-action, .offers_slider-mileage .offers_slider-price, .item_price, .item_fon-num, .item_info-feature, .category_item-price {
  font-family: "OpenSansBold", sans-serif; }

@font-face {
  font-family: "OpenSansRegular";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?") format("eot"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular/OpenSansRegular.svg#OpenSansRegular") format("svg"); }

.select_block .select_text, html, .sub-page h1,
.sub-page h2,
.sub-page h3,
.sub-page h4,
.sub-page .h1,
.sub-page .h2,
.sub-page .h3,
.sub-page .h4, .main-page h1,
.main-page h2,
.main-page h3,
.main-page h4,
.main-page .h1,
.main-page .h2,
.main-page .h3,
.main-page .h4, p, a, table td, .aside-accordion_internal .aside-accordion_header.ui-state-active, .accordion_header, .accordion_panel li a, .item_contact-button a, .category_item-contact a, .category_left a.category_left-button-mob {
  font-family: "OpenSansRegular", sans-serif; }

@font-face {
  font-family: "OpenSansRegularItalic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot?") format("eot"), url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"), url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype"), url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.svg#OpenSansRegularItalic") format("svg"); }

blockquote {
  font-family: "OpenSansRegularItalic", cursive;
  font-style: italic; }

@font-face {
  font-family: "OpenSansBoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot?") format("eot"), url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"), url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype"), url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.svg#OpenSansBoldItalic") format("svg"); }

@font-face {
  font-family: "OpenSansLightItalic";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/OpenSansLightItalic/OpenSansLightItalic.eot?") format("eot"), url("../fonts/OpenSansLightItalic/OpenSansLightItalic.woff") format("woff"), url("../fonts/OpenSansLightItalic/OpenSansLightItalic.ttf") format("truetype"), url("../fonts/OpenSansLightItalic/OpenSansLightItalic.svg#OpenSansLightItalic") format("svg"); }

i {
  font-family: "OpenSansLightItalic", cursive;
  font-style: italic; }

* {
  outline: none; }

.container, .header_button-block .header_button-mob {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  min-width: 250px; }
  @media screen and (max-width: 1100px) {
    .container, .header_button-block .header_button-mob {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 960px) {
    .container, .header_button-block .header_button-mob {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 768px) {
    .container, .header_button-block .header_button-mob {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 480px) {
    .container, .header_button-block .header_button-mob {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 320px) {
    .container, .header_button-block .header_button-mob {
      padding-left: 30px;
      padding-right: 30px; } }

.fon-brand {
  background: #e38827; }

.color-brand, .text-style ol li:before,
.text-style ul li:before, .main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before {
  color: #e38827; }

html {
  font-size: 100%;
  line-height: normal;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow-x: hidden;
  word-wrap: break-word; }
  @media only screen and (max-width: 1320px) {
    html {
      font-size: 100%; } }
  @media only screen and (max-width: 1100px) {
    html {
      font-size: 95%; } }
  @media only screen and (max-width: 960px) {
    html {
      font-size: 90%; } }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 85%; } }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 80%; } }
  @media only screen and (max-width: 320px) {
    html {
      font-size: 80%; } }

.sub-page h1, .sub-page h2, .sub-page h3, .sub-page .h1, .sub-page .h2, .sub-page .h3 {
  border-bottom: 1px solid #e1e2e3;
  padding-bottom: 15px; }

.sub-page h1,
.sub-page h2,
.sub-page h3,
.sub-page h4,
.sub-page .h1,
.sub-page .h2,
.sub-page .h3,
.sub-page .h4 {
  text-align: left;
  color: #313232;
  margin: 30px 0 25px; }

.sub-page h5,
.sub-page h6,
.sub-page .h5,
.sub-page .h6 {
  text-align: left;
  margin: 25px 0;
  color: #212121; }

.main-page h1, .main-page h2, .main-page .h1, .main-page .h2 {
  border-bottom: 1px solid #e1e2e3;
  padding-bottom: 15px; }

.main-page h1,
.main-page h2,
.main-page h3,
.main-page h4,
.main-page .h1,
.main-page .h2,
.main-page .h3,
.main-page .h4 {
  text-align: left;
  color: #313232;
  margin: 30px 0 25px; }

.main-page h5,
.main-page h6,
.main-page .h5,
.main-page .h6 {
  text-align: left;
  margin: 25px 0;
  color: #212121; }

blockquote {
  color: #686868;
  font-size: 16px;
  position: relative;
  background: #f6f6f6;
  line-height: 24px;
  margin: 30px 0;
  border-left: 4px solid #e38827;
  padding: 15px 20px 15px 30px;
  line-height: 24px; }

p {
  color: #686868;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px; }

.text-style p,
.text-style li {
  margin-bottom: 15px;
  font-size: 16px; }

b,
strong {
  color: #313232; }

i {
  font-size: 16px; }

a {
  color: #256799;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: underline; }
  .current-menu-item a {
    text-decoration: underline; }

img {
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

textarea::-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

textarea:-moz-placeholder,
input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input[placeholder] {
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

input[type=email],
input[type=text],
textarea {
  max-width: 100%; }

.text-style ol,
.text-style ul {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 23px; }
  @media only screen and (max-width: 768px) {
    .text-style ol,
    .text-style ul {
      padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    .text-style ol,
    .text-style ul {
      padding-left: 5px; } }
  @media only screen and (max-width: 320px) {
    .text-style ol,
    .text-style ul {
      padding-left: 0px; } }

.text-style ol li,
.text-style ul li {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  padding-left: 32px; }
  @media only screen and (max-width: 768px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 25px; } }
  @media only screen and (max-width: 480px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 20px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 320px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 15px;
      margin-bottom: 10px; } }

.text-style ol li:before,
.text-style ul li:before {
  position: absolute;
  top: 4px;
  left: -4px; }

.text-style ol {
  counter-reset: li; }

.text-style ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  font-size: 14px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px; }

table td {
  padding: 20px 25px;
  color: #a2a2a2;
  font-size: 16px;
  border-bottom: 1px dotted #a2a2a2; }
  table td + td {
    text-align: center; }
  @media only screen and (max-width: 768px) {
    table td {
      padding: 15px; } }
  @media only screen and (max-width: 480px) {
    table td {
      padding: 5px; } }
  @media only screen and (max-width: 320px) {
    table td {
      padding: 2px; } }

table th {
  font-size: 14px;
  padding: 20px 25px;
  color: #313232;
  text-align: left;
  border-bottom: 1px solid #313232; }
  table th + th {
    text-align: center; }
  @media only screen and (max-width: 768px) {
    table th {
      padding: 15px; } }
  @media only screen and (max-width: 480px) {
    table th {
      padding: 5px; } }
  @media only screen and (max-width: 320px) {
    table th {
      padding: 2px; } }

.main-page .interesting-text ol,
.main-page .interesting-text ul,
.text-style ol,
.text-style ul {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 23px; }
  @media only screen and (max-width: 768px) {
    .main-page .interesting-text ol,
    .main-page .interesting-text ul,
    .text-style ol,
    .text-style ul {
      padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    .main-page .interesting-text ol,
    .main-page .interesting-text ul,
    .text-style ol,
    .text-style ul {
      padding-left: 5px; } }
  @media only screen and (max-width: 320px) {
    .main-page .interesting-text ol,
    .main-page .interesting-text ul,
    .text-style ol,
    .text-style ul {
      padding-left: 0px; } }

.text-style ol li,
.text-style ul li {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  padding-left: 32px; }
  @media only screen and (max-width: 768px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 25px; } }
  @media only screen and (max-width: 480px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 20px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 320px) {
    .text-style ol li,
    .text-style ul li {
      padding-left: 15px;
      margin-bottom: 10px; } }

.main-page .interesting-text ol li:before,
.main-page .interesting-text ul li:before,
.sub-page .interesting-text ol li:before,
.sub-page .interesting-text ul li:before {
  position: absolute;
  top: 0;
  left: -4px; }

.main-page .interesting-text ol,
.sub-page .interesting-text ol {
  counter-reset: li; }

.main-page .interesting-text ol li:before,
.sub-page .interesting-text ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  font-size: 14px; }

.main-page .interesting-text ol li,
.main-page .interesting-text ul li,
.sub-page .interesting-text ol,
.sub-page .interesting-text ul {
  font-size: 16px;
  color: #6a6a6a;
  padding-left: 23px; }
  @media only screen and (max-width: 768px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol,
    .sub-page .interesting-text ul {
      padding-left: 15px; } }
  @media only screen and (max-width: 480px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol,
    .sub-page .interesting-text ul {
      padding-left: 5px; } }
  @media only screen and (max-width: 320px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol,
    .sub-page .interesting-text ul {
      padding-left: 0px; } }

.main-page .interesting-text ol li,
.main-page .interesting-text ul li,
.sub-page .interesting-text ol li,
.sub-page .interesting-text ul li {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  padding-left: 32px; }
  @media only screen and (max-width: 768px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol li,
    .sub-page .interesting-text ul li {
      padding-left: 25px; } }
  @media only screen and (max-width: 480px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol li,
    .sub-page .interesting-text ul li {
      padding-left: 20px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 320px) {
    .main-page .interesting-text ol li,
    .main-page .interesting-text ul li,
    .sub-page .interesting-text ol li,
    .sub-page .interesting-text ul li {
      padding-left: 15px;
      margin-bottom: 10px; } }

.extension ol {
  counter-reset: section; }
  .extension ol li:before {
    counter-increment: list 1;
    content: counter(list) "."; }

.switch-links {
  padding: 45px 0; }
  .switch-links .pull-left i {
    margin-right: 10px; }
  .switch-links .pull-right i {
    margin-left: 10px; }

select:focus,
input:focus,
button:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important; }

.pagination_wraper {
  padding: 1px 0px; }
  .pagination_wraper .wp-pagenavi {
    text-align: center;
    position: relative;
    margin-top: 50px;
    text-align: center;
    padding: 10px;
    background: #f6f6f6; }
    .pagination_wraper .wp-pagenavi a {
      display: inline-block;
      padding: 10px 15px;
      text-decoration: none;
      color: #256799;
      font-size: 16px; }
      .pagination_wraper .wp-pagenavi a:hover {
        text-decoration: underline; }
    .pagination_wraper .wp-pagenavi i:hover {
      color: #9c9c9c; }
    .pagination_wraper .wp-pagenavi span {
      display: inline-block;
      padding: 10px 15px;
      text-decoration: none;
      color: #686868;
      font-size: 16px; }
    .pagination_wraper .wp-pagenavi .first {
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .pagination_wraper .wp-pagenavi .first {
          display: none !important; } }
    .pagination_wraper .wp-pagenavi .last {
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .pagination_wraper .wp-pagenavi .last {
          display: none !important; } }
    .pagination_wraper .wp-pagenavi .current {
      background: #8daec7;
      color: #fff;
      border-radius: 5px; }

.page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px); }

.left-site-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }

.main-page,
.sub-page {
  background-color: #fff; }

.container_breadcrumbs {
  padding: 0; }

.breadcrumbs {
  margin-bottom: 25px; }
  @media only screen and (max-width: 480px) {
    .breadcrumbs {
      margin-left: -30px;
      margin-right: -30px; }
      .breadcrumbs .breadcrumbs-block {
        padding: 12px 30px; } }

.breadcrumbs-block {
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 15px 18px; }
  .breadcrumbs-block a {
    color: #313232;
    font-size: 14px; }
  .breadcrumbs-block i {
    color: #9c9c9c;
    font-size: 14px;
    margin: 0 5px; }
  .breadcrumbs-block .breadcrumb_last {
    color: #9c9c9c;
    font-size: 14px; }

.just-text_block {
  padding: 15px 0;
  margin-bottom: 15px; }

.switch-links {
  text-align: center; }

.social_block {
  display: inline-block; }
  .social_block .social_item + .social_item {
    margin-left: 10px; }
  .social_block .social_item {
    display: inline-block; }
    @media only screen and (max-width: 960px) {
      .social_block .social_item {
        margin-bottom: 30px;
        margin-top: 30px; } }
    .social_block .social_item a {
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #e3e3e3;
      background: -webkit-gradient(linear, left bottom, left top, from(#dbdcde), to(#fefefe));
      background: -webkit-linear-gradient(bottom, #dbdcde 0%, #fefefe 100%);
      background: linear-gradient(0deg, #dbdcde 0%, #fefefe 100%);
      padding: 5px 12px;
      border-radius: 3px;
      color: #a3a3a3; }
      .social_block .social_item a:hover {
        color: #256799; }
      .social_block .social_item a:before {
        color: #256799;
        margin-right: 5px; }

.lineup {
  padding: 15px 0;
  margin-bottom: 15px; }

.lineup_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px; }
  @media screen and (max-width: 960px) {
    .lineup_block {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media only screen and (max-width: 480px) {
    .lineup_block {
      text-align: center; } }
  .lineup_block .lineup_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin-bottom: 15px; }
    @media screen and (max-width: 960px) {
      .lineup_block .lineup_item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media only screen and (max-width: 960px) {
      .lineup_block .lineup_item {
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      .lineup_block .lineup_item {
        width: 100%; } }
  .lineup_block .lineup_item-link + .lineup_item-link {
    margin-top: 15px; }

html .container .mtn, html .header_button-block .header_button-mob .mtn, .header_button-block html .header_button-mob .mtn {
  margin-top: 0; }

.my-icon-whell, .category_item-wheel:before {
  background-image: url(../img/icons/four-whell.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: -2px; }

.my-icon-transmission, .category_item-transmission:before {
  background-image: url(../img/icons/transmision.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  margin-bottom: -2px; }

.my-icon-whell-brand, .item_descryption-wheel-txt:before {
  background-image: url(../img/icons/four-whell-brand.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-bottom: -2px; }

.my-icon-transmission-brand, .item_descryption-transmission-txt:before {
  background-image: url(../img/icons/transmision-brand.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-bottom: -2px; }

@media only screen and (max-width: 1200px) {
  .content {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .left-site-bar {
    display: none; }
  .look_bottom-l {
    margin: 0 auto;
    width: 100%; } }

.aside-accordion {
  color: #256799;
  font-size: 18px; }

.aside-accordion_header {
  margin-bottom: 15px; }
  .aside-accordion_header.ui-state-active {
    color: #313231; }

.aside-accordion_internal .aside-accordion_header {
  font-size: 16px;
  margin-left: 30px;
  position: relative; }
  .aside-accordion_internal .aside-accordion_header:before {
    color: #313231;
    position: absolute;
    top: 5px;
    left: -25px;
    color: #313231;
    font-size: 14px; }
  .aside-accordion_internal .aside-accordion_header.ui-state-active {
    color: #313231; }
  .aside-accordion_internal .aside-accordion_header .ui-accordion-header-icon {
    display: none; }

.aside-accordion_internal ul li {
  padding-left: 30px;
  position: relative; }
  .aside-accordion_internal ul li a {
    font-size: 14px; }
  .aside-accordion_internal ul li:before {
    display: none; }

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important; }

.wpcf7-not-valid {
  border-color: #983350 !important; }

form .wpcf7-validation-errors {
  display: none !important; }

.alignleft {
  float: left;
  margin: 0 30px 15px 0; }

.alignright {
  float: right;
  margin: 0 0px 15px 30px; }

@media only screen and (max-width: 768px) {
  .alignleft,
  .alignright {
    margin: 0 auto 15px;
    display: block;
    float: none; } }

.aligncenter {
  display: block;
  margin: 0 auto; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none; }

.overflow {
  overflow: hidden; }

.header .header_wraper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .header .header_wraper.js-open {
      margin-left: -30px;
      margin-right: -30px; } }

.header .container_header {
  background-color: #fff; }

.header .main-header_nav a {
  color: #313232;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  padding: 15px 0; }
  .header .main-header_nav a:hover {
    text-decoration: underline; }

.header .main-header_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .header .main-header_ul li + li {
    margin-left: 10px; }

@media only screen and (max-width: 768px) {
  .header .main-header_ul {
    display: block; }
    .header .main-header_ul li {
      text-align: center; }
  .header .cancel-panel {
    display: inline-block;
    z-index: 99; }
  .header .show-panel {
    display: none; }
  .header .header_wraper .burger__button {
    display: block; }
  .header .main-header_nav {
    display: none; } }

.nav-toggle {
  position: relative; }

.nav-toggle_burger {
  z-index: 99;
  color: #fff;
  border: none;
  background: 0 0;
  width: 20px;
  height: 18px;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nav-toggle_burger span {
    border-radius: 3px;
    display: block;
    width: 20px;
    height: 4px;
    background-color: #fff; }

.header .burger__button {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 9%;
  background: transparent; }
  .header .burger__button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .header .burger__button {
    top: 30px;
    right: 15px; }

.header .burger__button__icon {
  top: 48%;
  display: block;
  width: 27px;
  height: 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px); }

.header .burger__button__icon,
.header .burger__button__icon:after,
.header .burger__button__icon:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 4px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #313232;
  right: 0;
  border-radius: 13px; }

.header .burger__button__icon:after,
.header .burger__button__icon:before {
  content: ""; }

.header .burger__button__icon:before {
  bottom: 8px; }

.header .burger__button__icon:after {
  top: 8px; }

.js-open .burger__button__icon {
  background: 0 0; }

.js-open .burger__button__icon:after,
.js-open .burger__button__icon:before {
  left: 4px;
  width: 20px;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.js-open .burger__button__icon:before {
  -webkit-transform: rotateZ(0.89474rad);
  -ms-transform: rotate(0.89474rad);
  transform: rotateZ(0.89474rad); }

.js-open .burger__button__icon:after {
  -webkit-transform: rotateZ(-0.89474rad);
  -ms-transform: rotate(-0.89474rad);
  transform: rotateZ(-0.89474rad); }

.seach {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem; }
  .header .seach {
    top: -webkit-calc(0% + 15px);
    top: calc(0% + 15px);
    right: 20px; }

.seach .btn-search {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 5px; }

.seach .icon-search {
  font-size: 20px;
  font-size: 1.25rem; }

.seach .search-in {
  display: none;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px); }

.seach .input {
  padding: 10px 0 10px 10px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5d3ae;
  color: #643a0d;
  font-size: 16px;
  width: 279px; }

.search-in .submit {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  border: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  right: 0; }

.seach .icon-search.on {
  color: #e38827; }

.header_logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  @media only screen and (max-width: 768px) {
    .header_logo {
      width: 66.66667%; } }

.header_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  @media only screen and (max-width: 768px) {
    .header_button {
      display: none; } }
  .header_button i {
    margin-right: 15px; }

.main-header_nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px); }
  .main-header_nav .main-header_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header_text-mob {
  display: none;
  color: #595a5a;
  font-size: 30px; }

.js-open.header_wraper {
  background-color: #434444; }

.js-open .header_logo {
  display: none; }

.js-open .header_text-mob {
  display: block;
  margin-left: 15px; }

.js-open .burger__button__icon:after,
.js-open .burger__button__icon:before {
  background: #fff; }

.accordion_header {
  position: relative;
  padding: 25px 30px 0;
  background-color: #313232; }
  .accordion_header a {
    color: #ffffff;
    font-size: 16px; }
  .accordion_header:after {
    padding-top: 25px;
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px dashed #434444; }

.accordion_panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .accordion_panel li {
    background-color: #222323;
    padding: 20px 20px 0 30px;
    position: relative; }
    .accordion_panel li:before {
      position: absolute;
      top: -webkit-calc(50% - 7px);
      top: calc(50% - 7px);
      left: 50px;
      font-size: 14px;
      color: #e38827; }
    .accordion_panel li:after {
      padding-top: 20px;
      content: "";
      width: 100%;
      display: block;
      border-bottom: 1px dashed #434444; }
    .accordion_panel li a {
      display: block;
      color: #c2c6c9;
      font-size: 14px;
      padding-left: 50px; }

.ui-accordion-icons .ui-icon {
  background: url(../img/icons/arrow-right-acc.png) no-repeat;
  width: 16px;
  height: 16px; }

.ui-state-active .ui-icon {
  background: url(../img/icons/arrow-bottom-acc.png) no-repeat;
  width: 16px;
  height: 16px; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1px; }

.header_button-block {
  padding: 25px 0;
  background-color: #313232; }
  .header_button-block .header_button-mob {
    display: block; }
    .header_button-block .header_button-mob a {
      font-size: 18px; }

.mobi-menu {
  display: none; }

.header__home {
  padding-top: 185px; }
  @media only screen and (max-width: 1100px) {
    .header__home {
      padding-top: 0px; } }
  .header__home .header_wraper {
    padding-bottom: 10px; }
  .header__home:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 886px;
    background-image: url("../img/fon/header-home-fon.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }

.popup_css {
  position: absolute;
  right: 0;
  top: 0; }

.footer {
  background-color: #313232; }
  .footer_top {
    position: relative;
    min-height: 30px;
    padding-top: 40px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .footer_top {
        padding-bottom: 30px; } }
  .footer .main-footer_nav a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 15px 0; }
    .footer .main-footer_nav a:hover {
      color: #643a0d;
      text-decoration: underline; }
  .footer .main-footer_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  @media only screen and (max-width: 768px) {
    .footer .main-footer_nav {
      display: none; }
    .footer .main-footer_ul {
      display: block; }
      .footer .main-footer_ul li {
        text-align: center; }
    .footer .cancel-panel {
      display: inline-block;
      z-index: 99; }
    .footer .show-panel {
      display: none; }
    .footer .footer_top .burger__button {
      display: block; } }

.nav-toggle {
  position: relative; }

.nav-toggle_burger {
  z-index: 99;
  color: #fff;
  border: none;
  background: 0 0;
  width: 20px;
  height: 18px;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nav-toggle_burger span {
    border-radius: 3px;
    display: block;
    width: 20px;
    height: 4px;
    background: #ffffff; }

.footer .burger__button {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 9%;
  background: transparent;
  -webkit-box-shadow: 0 0 8px -2px #333;
  box-shadow: 0 0 8px -2px #333;
  top: 50px;
  right: 30px; }
  .footer .burger__button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }

.footer .burger__button__icon {
  top: 48%;
  display: block;
  width: 27px;
  height: 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px); }

.footer .burger__button__icon,
.footer .burger__button__icon:after,
.footer .burger__button__icon:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 4px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
  right: 0;
  border-radius: 13px; }

.footer .burger__button__icon:after,
.footer .burger__button__icon:before {
  content: ""; }

.footer .burger__button__icon:before {
  bottom: 8px; }

.footer .burger__button__icon:after {
  top: 8px; }

.js-open .burger__button__icon {
  background: 0 0; }

.js-open .burger__button__icon:after,
.js-open .burger__button__icon:before {
  left: 4px;
  width: 20px;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.js-open .burger__button__icon:before {
  -webkit-transform: rotateZ(0.89474rad);
  -ms-transform: rotate(0.89474rad);
  transform: rotateZ(0.89474rad); }

.js-open .burger__button__icon:after {
  -webkit-transform: rotateZ(-0.89474rad);
  -ms-transform: rotate(-0.89474rad);
  transform: rotateZ(-0.89474rad); }

.container-footer_buttom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #434444;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 480px) {
    .container-footer_buttom {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.main-footer_copy {
  color: #ffffff;
  font-size: 14px; }

.main-footer_buttom-social {
  margin-left: auto; }
  .main-footer_buttom-social li {
    display: inline-block; }
  .main-footer_buttom-social li + li {
    margin-left: 15px; }
    @media only screen and (max-width: 480px) {
      .main-footer_buttom-social li + li {
        margin-left: 0; } }
  .main-footer_buttom-social i {
    font-size: 24px; }
  .main-footer_buttom-social a {
    color: #aaabab; }
    .main-footer_buttom-social a:hover {
      color: #fff; }

.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .footer_nav {
      display: none; } }

.footer_nav-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  @media only screen and (max-width: 768px) {
    .footer_nav-block {
      width: 100%;
      text-align: center; } }
  .footer_nav-block .h6 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(225, 226, 227, 0.1); }
    .footer_nav-block .h6 a {
      color: #ffffff;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .footer_nav-block .h6 a {
          font-size: 20px;
          display: block; } }
  .footer_nav-block li + li {
    margin-top: 15px; }
  .footer_nav-block li a {
    color: #ffffff;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      .footer_nav-block li a {
        display: block; } }

.footer_logo {
  width: 66.66667%;
  display: none; }
  @media only screen and (max-width: 768px) {
    .footer_logo {
      display: block; } }

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-container img {
    height: auto; }
  .main-container .main-contant {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    width: 100%;
    background-color: #fff; }

.h1-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .h1-flex .h1-link {
    font-size: 14px;
    margin-left: auto;
    padding: 0 5px; }

.aside_article-item {
  margin-bottom: 20px; }

.aside_article-img img {
  width: 100%; }

.aside_article-h {
  font-size: 18px;
  margin-top: 10px; }

.aside_article-date {
  font-size: 14px;
  margin-top: 5px; }

.aside_button {
  margin-bottom: 35px; }
  .aside_button a {
    font-size: 14px; }

.block-info_views {
  margin-left: 4.13223%; }
  .block-info_views:before {
    margin-right: 10px; }

.block-info_who {
  margin-left: 4.72255%; }
  .block-info_who:before {
    margin-right: 10px; }

.block-info {
  margin-bottom: 20px;
  color: #9c9c9c; }
  @media only screen and (max-width: 480px) {
    .block-info {
      text-align: center; } }
  .block-info .block-info_rating {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 90px;
    height: 14px;
    margin-left: 4.72255%; }
    @media only screen and (max-width: 480px) {
      .block-info .block-info_rating {
        display: block;
        margin: 15px auto; } }
  .block-info .block-info_rating li {
    display: block;
    width: 14px;
    height: 14px;
    float: right;
    text-indent: -9999px;
    margin: 0;
    margin-right: 4px;
    padding: 0;
    background: url("../img/icons/stars2.png");
    background-position: 14px 0px; }
    .block-info .block-info_rating li:before {
      display: none; }
  .block-info .block-info_rating li.active,
  .block-info .block-info_rating li.active ~ li {
    background-position: -1px 0px; }

.offers-baner.offers-baner__marg-off {
  margin: 25px 0px 0px 0px; }

.contact {
  padding: 10px 0; }
  .contact .contact_wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact .contact-block_wraper {
    width: -webkit-calc(41.66667% - 30px);
    width: calc(41.66667% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word; }
  .contact .map-contact {
    width: -webkit-calc(58.33333% - 30px);
    width: calc(58.33333% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    height: 400px; }
  .contact .contact-block_icon p {
    color: #1e2a32;
    font-size: 18px;
    position: relative;
    padding-left: 30px; }
  .contact .contact-block_icon p[class*=" icon-"]:before,
  .contact .contact-block_icon p[class^=icon-]:before,
  .contact .contact-block_icon p[class^=icon-].jq-selectbox__trigger-arrow {
    margin-right: 20px;
    color: #e38827;
    position: absolute;
    top: 50%;
    margin: -9px 0;
    left: 0; }
  .contact .contact-block_icon [class*=" icon-"]:before,
  .contact .contact-block_icon [class^=icon-]:before,
  .contact .contact-block_icon [class^=icon-].jq-selectbox__trigger-arrow {
    color: #e38827; }

.news_wraper h1,
.news_wraper .h1 {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .news_wraper h1 a,
  .news_wraper .h1 a {
    margin-left: auto; }

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .news .news_block {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px); }
    @media screen and (max-width: 768px) {
      .news .news_block {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media screen and (max-width: 480px) {
      .news .news_block {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media only screen and (max-width: 480px) {
      .news .news_block:nth-of-type(n+4) {
        display: none; } }
    .news .news_block img {
      width: 100%; }
  .news .news_block-h {
    margin-top: 10px;
    margin-bottom: 5px; }
    .news .news_block-h a {
      font-size: 18px; }
  .news .news_block-date {
    color: #686868;
    font-size: 14px; }

.news_button-mob {
  display: none; }
  @media only screen and (max-width: 480px) {
    .news_button-mob {
      display: block; } }
  .news_button-mob a {
    margin: 5px 0; }

.look_bottom {
  margin: 0 15px; }
  .look_bottom .container_look {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media only screen and (max-width: 480px) {
      .look_bottom .container_look {
        margin-left: -35px;
        margin-right: -35px; } }
  .look_bottom .look_bottom-l-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .look_bottom .look_bottom-l-t .look_bottom-desript {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 15px;
      margin-right: 15px;
      word-wrap: break-word;
      width: -webkit-calc(33.33333% - 30px);
      width: calc(33.33333% - 30px);
      color: #686868;
      font-size: 18px;
      font-size: 1.125rem; }
      @media only screen and (max-width: 960px) {
        .look_bottom .look_bottom-l-t .look_bottom-desript {
          display: none; } }
    .look_bottom .look_bottom-l-t .look_bottom-l-baner {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 15px;
      margin-right: 15px;
      word-wrap: break-word;
      width: -webkit-calc(66.66667% - 30px);
      width: calc(66.66667% - 30px); }
      @media only screen and (max-width: 960px) {
        .look_bottom .look_bottom-l-t .look_bottom-l-baner {
          width: -webkit-calc(100% - 30px);
          width: calc(100% - 30px);
          text-align: center; } }
      @media only screen and (max-width: 480px) {
        .look_bottom .look_bottom-l-t .look_bottom-l-baner img {
          height: 100%; } }
  .look_bottom .look_bottom-r {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px); }

@media only screen and (max-width: 480px) {
  .radio_block {
    display: none; } }

.form_top .select_block {
  display: none; }
  @media only screen and (max-width: 480px) {
    .form_top .select_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.look_bottom-l-b {
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ededed; }
  @media only screen and (max-width: 960px) {
    .look_bottom-l-b {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 480px) {
    .look_bottom-l-b {
      margin-top: 12px; } }
  .look_bottom-l-b form {
    padding: 28px 30px; }
    @media only screen and (max-width: 480px) {
      .look_bottom-l-b form {
        padding: 18px 20px; } }

.look_banner-mob {
  display: none; }
  @media only screen and (max-width: 480px) {
    .look_banner-mob {
      display: block; }
      .look_banner-mob img {
        width: 100%; } }

.radio_text {
  color: #313232;
  font-size: 18px;
  margin-right: 60px; }

.form-style {
  position: relative; }
  .form-style .first_radio {
    margin-right: 50px; }
  .form-style p {
    position: relative;
    margin-bottom: 20px;
    color: #643a0d;
    font-size: 16px; }
  .form-style .big-title {
    color: #643a0d;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background-color: #e38827;
    color: #fff;
    line-height: 1;
    padding: 35px 60px 35px 0; }
  .form-style .btn-center {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 0;
    position: relative; }
    .form-style .btn-center a {
      line-height: 42px; }
    .form-style .btn-center a,
    .form-style .btn-center input[type="submit"] {
      display: block;
      margin: 0 auto;
      border-style: solid;
      border-width: 2px;
      border-color: #e38827;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff;
      text-shadow: none !important;
      text-transform: uppercase;
      color: #e38827;
      font-size: 11px;
      width: 224px;
      height: 42px; }
      @media only screen and (max-width: 768px) {
        .form-style .btn-center a,
        .form-style .btn-center input[type="submit"] {
          width: 100%; } }
      .form-style .btn-center a:hover,
      .form-style .btn-center input[type="submit"]:hover {
        background: #643a0d;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        color: #fff; }
  .form-style [class*=" col-"],
  .form-style [class^=col-] {
    margin-bottom: 20px; }

.form-popup .max-input input {
  width: 100%; }

.form-popup input[type=email],
.form-popup input[type=text],
.form-popup textarea {
  padding: 3px 55px 3px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #643a0d;
  font-size: 18px;
  height: 48px; }

.newsletter input[type="text"] {
  max-width: 366px;
  margin-right: 20px; }

.newsletter input[type="submit"],
.newsletter input[type="text"] {
  display: inline-block;
  vertical-align: middle; }

.form-style input {
  padding: 0 15px; }

.form-style input[type=email],
.form-style input[type=text],
.form-style textarea {
  max-width: 100%;
  width: 100%; }

.form-style input[type=email],
.form-style input[type=text],
.form-style textarea {
  padding: 3px 55px 3px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #643a0d;
  font-size: 18px;
  height: 48px; }

.form-style .wpcf7-list-item {
  display: inline-block;
  margin-bottom: 5px; }

.jq-checkbox,
.jq-radio {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e3e4e5;
  background: #fff; }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.jq-checkbox.checked .jq-checkbox__div,
.jq-radio.checked .jq-checkbox__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #e38827; }

.jq-checkbox input,
.jq-radio input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.jq-checkbox.focused {
  border: 1px solid #e3e4e5; }

.jq-radio.focused {
  border: 1px solid #e3e4e5; }

.jq-radio.checked {
  border: 1px solid #e3e4e5;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff; }

.jq-checkbox.checked .jq-radio__div,
.jq-radio.checked .jq-radio__div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  background: #e38827; }

.form-style .jq-selectbox {
  width: 225px;
  margin-top: 5px; }

.form-style .jq-selectbox__select {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  color: #212121;
  background: #fff;
  height: 48px;
  line-height: 46px;
  padding: 0 45px 0 25px; }

.jq-selectbox__trigger {
  border: none; }

.jq-selectbox__trigger-arrow {
  border: none;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 17px;
  font-size: 20px;
  color: #e38827; }

.jqselect.focused {
  border: none; }

.jq-selectbox__trigger-arrow {
  color: #6c7073; }

.form-style .jq-selectbox__dropdown {
  margin: 0px 0 0 0; }

.jq-selectbox__dropdown {
  bottom: inherit !important; }

.jq-selectbox li.selected {
  background-color: #e38827; }

.jq-selectbox li:hover {
  background-color: #e38827; }

.jq-radio + span {
  color: #757776;
  font-size: 18px; }

.jq-radio.checked + span {
  color: #313232; }

.jq-selectbox__trigger {
  border: 1px solid #dededf;
  border-bottom: 1px solid #454546;
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdcde), to(#fefefe));
  background: -webkit-linear-gradient(bottom, #dbdcde 0%, #fefefe 100%);
  background: linear-gradient(0deg, #dbdcde 0%, #fefefe 100%); }

.form_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d5; }

.form_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .form_bottom .link_options {
    color: #9c9c9c;
    border-bottom: 1px dotted #9c9c9c;
    font-size: 16px; }
    .form_bottom .link_options:hover {
      text-decoration: none;
      color: #9c9c9c; }
  .form_bottom .form_button {
    margin-left: auto;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px); }
    @media only screen and (max-width: 768px) {
      .form_bottom .form_button {
        width: 75%;
        margin: 15px auto 0; } }
    @media only screen and (max-width: 480px) {
      .form_bottom .form_button {
        width: 100%; } }

.form_middle {
  margin-bottom: 15px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .form_middle {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .form_middle .form_middle-left {
    width: 50%;
    padding-right: 40px;
    border-right: 1px solid rgba(211, 211, 213, 0.5); }
    @media only screen and (max-width: 768px) {
      .form_middle .form_middle-left {
        margin: 0 auto;
        width: 75%;
        padding-right: 0;
        border-right: none; } }
    @media only screen and (max-width: 480px) {
      .form_middle .form_middle-left {
        width: 100%; } }
  .form_middle .form_middle-right {
    width: 50%;
    padding-left: 40px; }
    @media only screen and (max-width: 768px) {
      .form_middle .form_middle-right {
        width: 75%;
        margin: 0 auto;
        padding-left: 0; } }
    @media only screen and (max-width: 480px) {
      .form_middle .form_middle-right {
        width: 100%; } }

.select_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .select_block {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 480px) {
    .select_block {
      margin-bottom: 15px; } }
  .select_block .select_text {
    color: #1e2a32;
    font-size: 16px; }
    @media only screen and (max-width: 480px) {
      .select_block .select_text {
        font-size: 14px;
        margin-bottom: 15px; } }
  .select_block > .jq-selectbox {
    margin-left: auto; }
  @media only screen and (max-width: 480px) {
    .select_block .jq-selectbox {
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .select_block .jq-selectbox__select {
      font-size: 16px; } }

.form-style .jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0; }

.form-style .jq-selectbox__dropdown li {
  margin: 0;
  padding: 15px; }
  .form-style .jq-selectbox__dropdown li:before {
    display: none; }

.jq-number {
  padding: 0; }
  .jq-number .jq-number__field {
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    color: #212121;
    background: #fff;
    height: 48px;
    line-height: 46px;
    padding: 0 3px 0;
    margin-right: 7px; }
  .jq-number .jq-number__spin {
    display: none; }

.form-style .select_block-other .select_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.form-style .select_block-other .jq-number__field {
  width: 70px; }
  @media only screen and (max-width: 480px) {
    .form-style .select_block-other .jq-number__field {
      width: auto; } }
  .form-style .select_block-other .jq-number__field input {
    padding: 0 5px;
    text-align: center; }

.form-style .select_block-other .jq-selectbox__select {
  width: 70px;
  padding: 0 34px 0 3px;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .form-style .select_block-other .jq-selectbox__select {
      width: auto; } }

.form-style .select_block-other .select_grop {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 480px) {
    .form-style .select_block-other .select_grop {
      width: 100%; } }

.form-style ::-webkit-input-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style ::-moz-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style :-moz-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style :-ms-input-placeholder {
  color: #9c9c9c;
  font-size: 18px; }

.form-style .jq-radio {
  margin-right: 15px; }

.form-style .jq-radio.checked .jq-radio__div {
  width: 8px;
  height: 8px;
  margin: 4px 0 0 4px; }

.brand_wraper {
  padding: 15px 0; }
  .brand_wraper h1,
  .brand_wraper .h1 {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .brand_wraper h1 a,
    .brand_wraper .h1 a {
      margin-left: auto; }

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.brand_item {
  width: 11.1111%;
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .brand_item {
      width: -webkit-calc(25% - 30px);
      width: calc(25% - 30px); } }
  @media only screen and (max-width: 480px) {
    .brand_item {
      width: 33.33333%; } }

.brand_name {
  padding: 0 2px; }
  .brand_name a {
    font-size: 13px; }

.brand_button-mob {
  display: none; }
  @media only screen and (max-width: 768px) {
    .brand_button-mob {
      display: block; } }
  .brand_button-mob a {
    margin: 25px auto 25px; }
    @media only screen and (max-width: 480px) {
      .brand_button-mob a {
        width: 100%; } }

.brand_baner-mob {
  display: none; }
  @media only screen and (max-width: 480px) {
    .brand_baner-mob {
      display: block;
      margin-left: -30px;
      margin-right: -30px; } }
  .brand_baner-mob .brand_baner-block img {
    width: 100%; }

.offers-baner {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e2e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 30px 45px;
  margin: 25px 15px 0px 15px; }
  @media only screen and (max-width: 480px) {
    .offers-baner {
      display: none; } }

.offers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .offers img {
    width: 100%;
    height: 100%; }

.offers_random-block {
  width: -webkit-calc(44.2216% - 30px);
  width: calc(44.2216% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .offers_random-block {
      width: 80%;
      margin: 0 auto; } }
  @media only screen and (max-width: 480px) {
    .offers_random-block {
      width: 100%; }
      .offers_random-block .offers_random-name a {
        font-size: 16px; }
      .offers_random-block .offers_random-year {
        font-size: 12px; }
      .offers_random-block .offers_random-mileage {
        font-size: 12px; } }
  .offers_random-block .offers_random {
    border-style: solid;
    border-width: 1px;
    border-color: #e1e2e3; }
  @media only screen and (max-width: 768px) {
    .offers_random-block .offers_random-year-text {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .offers_random-block .offers_random-mileage-text {
      display: none; } }

.offers_random-button {
  display: none; }
  @media only screen and (max-width: 768px) {
    .offers_random-button {
      display: block;
      margin-top: 25px; } }
  .offers_random-button a {
    margin: 0 auto; }
    @media only screen and (max-width: 480px) {
      .offers_random-button a {
        width: 100%; } }

.offers_random-mob {
  display: none; }
  @media only screen and (max-width: 768px) {
    .offers_random-mob {
      display: block;
      margin-top: 25px; } }

.offers_random-text {
  padding: 20px 15px; }

.offers_random-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .offers_random-name a {
    font-size: 18px; }
  .offers_random-name .offers_random-action {
    margin-left: auto; }

.offers_random-action {
  padding: 3px 8px;
  border-radius: 5px;
  background-color: #e38827;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }

.offers_random-year {
  color: #686868;
  font-size: 14px; }
  .offers_random-year:before {
    margin-right: 10px; }

.offers_random-mileage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #686868;
  font-size: 14px; }
  .offers_random-mileage:before {
    margin-right: 10px; }
  .offers_random-mileage .offers_random-price {
    margin-left: auto;
    color: #313232;
    font-size: 24px; }

.offers_carusel {
  width: -webkit-calc(55.7783% - 30px);
  width: calc(55.7783% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .offers_carusel {
      display: none; } }

.offers_slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.offers_slider-img {
  width: 36%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.offers_slider-text {
  padding: 15px 15px 15px 25px;
  width: 63.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e2e3; }

.offers_slider-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
  .offers_slider-name a {
    font-size: 16px; }
  .offers_slider-name .offers_slider-action {
    margin-left: auto; }

.offers_slider-action {
  padding: 3px 8px;
  border-radius: 5px;
  background-color: #e38827;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }

.offers_slider-year {
  color: #686868;
  font-size: 12px; }
  .offers_slider-year:before {
    margin-right: 10px; }

.offers_slider-mileage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #686868;
  font-size: 12px; }
  .offers_slider-mileage:before {
    margin-right: 10px; }
  .offers_slider-mileage .offers_slider-price {
    margin-left: auto;
    color: #313232;
    font-size: 20px; }

.offers_slider-item + .offers_slider-item {
  margin-top: 22px; }

.offers_wraper .slick-arrow-wrp-left {
  position: absolute;
  top: -65px;
  right: 50px;
  z-index: 9;
  color: #256799;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 31px;
  text-align: center; }
  .offers_wraper .slick-arrow-wrp-left:hover {
    opacity: 0.7; }

.offers_wraper .slick-arrow-wrp-right {
  position: absolute;
  top: -65px;
  right: -10px;
  z-index: 9;
  color: #256799;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 31px;
  text-align: center; }
  .offers_wraper .slick-arrow-wrp-right:hover {
    opacity: 0.7; }

.page404_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.page404_text-baner {
  width: 29.9886%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word; }
  @media only screen and (max-width: 768px) {
    .page404_text-baner {
      display: none; } }

.page404_text-descr {
  width: 60.54732%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word; }
  @media only screen and (max-width: 768px) {
    .page404_text-descr {
      width: 100%; } }

.page404_text-button {
  margin-top: 28px; }
  .page404_text-button a {
    width: 360px; }
    @media only screen and (max-width: 480px) {
      .page404_text-button a {
        width: 100%; } }
  .page404_text-button i {
    margin-right: 15px; }

.page404_roadmap-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page404_roadmap-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px); }
  @media screen and (max-width: 768px) {
    .page404_roadmap-item {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media screen and (max-width: 480px) {
    .page404_roadmap-item {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }
  @media only screen and (max-width: 768px) {
    .page404_roadmap-item {
      margin-bottom: 25px;
      text-align: center; } }
  .page404_roadmap-item ul {
    padding-left: 0px; }
    .page404_roadmap-item ul li {
      padding-left: 0px;
      margin-bottom: 12px; }
      .page404_roadmap-item ul li:before {
        display: none; }
      .page404_roadmap-item ul li a {
        font-size: 16px; }

.page404 .offers-baner {
  margin: 15px 0px 110px 0px; }

@media only screen and (max-width: 480px) {
  .news_content .news .news_block:nth-of-type(n+4) {
    display: block; } }

.news_content .offers-baner {
  margin: 25px auto 25px auto; }

.news_block-text {
  font-size: 16px;
  color: #757575;
  width: 90%;
  margin-top: 10px; }
  @media only screen and (max-width: 960px) {
    .news_block-text {
      width: 100%; } }

#map {
  width: 100%;
  height: 175px; }

.h1 .h1-year {
  color: #686868;
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 20px; }

.h1 .offers_random-action {
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

@media only screen and (max-width: 960px) {
  .h1 .h1-year {
    display: block; }
  .h1.h1-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 960px) {
    .item .aside_baner {
      display: none; } }

.item_left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px); }
  @media only screen and (max-width: 960px) {
    .item_left {
      width: 100%; } }

.item_right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(66.66667% - 30px);
  width: calc(66.66667% - 30px); }
  @media only screen and (max-width: 960px) {
    .item_right {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      margin-top: 20px; } }

.item_price {
  color: #313232;
  font-size: 40px;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .item_price span {
    color: #256799;
    font-size: 14px;
    margin-left: auto;
    padding-top: 10px; }
  .item_price a {
    color: #256799;
    font-size: 14px;
    margin-left: auto; }

.item_descryption {
  padding: 20px;
  border-radius: 5px;
  background-color: #f6f6f6;
  color: #313232;
  font-size: 14px;
  margin-bottom: 20px; }
  .item_descryption > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .item_descryption > div + div {
      margin-top: 29px; }

.item_descryption-value {
  color: #686868;
  font-size: 14px;
  margin-left: auto; }

.item_descryption-km-txt:before {
  margin-right: 15px;
  color: #e38827;
  font-size: 16px; }

.item_descryption-fuel-txt:before {
  margin-right: 15px;
  color: #e38827;
  font-size: 16px; }

.item_descryption-wheel-txt:before {
  margin-right: 15px;
  margin-left: 3px;
  color: #e38827;
  font-size: 16px; }

.item_descryption-transmission-txt:before {
  margin-right: 15px;
  margin-left: 3px;
  color: #e38827;
  font-size: 16px; }

.item_button {
  margin-top: 20px; }
  .item_button a {
    padding: 10px 5px 10px; }
    .item_button a:before {
      margin-right: 10px; }

.item_fon {
  margin-top: 24px;
  padding: 20px 15px 20px;
  border-radius: 5px;
  background-color: #f6f6f6; }

.item_fon-num {
  color: #313232;
  font-size: 24px;
  font-size: 1.5rem; }

.item_fon-available {
  color: #9c9c9c;
  font-size: 14px;
  margin-top: 10px; }

.item_contact {
  margin-top: 24px;
  color: #9c9c9c;
  font-size: 14px;
  border: 1px solid #d3d3d5; }

.item_contact-block {
  padding: 10px 20px 20px 20px; }

.item_name {
  color: #313232;
  font-size: 24px;
  font-size: 1.5rem; }

.item_autosearch {
  margin-top: 15px; }

.item_lastseen {
  margin-top: 10px; }

.item_contact-button {
  margin-top: 15px; }
  .item_contact-button a {
    font-size: 14px;
    padding: 7px 5px 8px; }

.item_link {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .item_link a {
    font-size: 14px; }

.item_link-print {
  margin-left: auto; }
  .item_link-print:before {
    margin-right: 8px;
    color: #9c9c9c; }

.item_info-block {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.item_info-value {
  color: #686868;
  font-size: 16px;
  width: 65%; }

.item_info-feature {
  color: #313232;
  font-size: 14px;
  width: 35%; }

.item_just-text {
  margin-top: 20px;
  margin-bottom: 40px; }

.item_recommend .slick-arrow-wrp-left {
  position: absolute;
  top: -65px;
  right: 50px;
  z-index: 9;
  color: #256799;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 31px;
  text-align: center; }
  .item_recommend .slick-arrow-wrp-left:hover {
    opacity: 0.7; }

.item_recommend .slick-arrow-wrp-right {
  position: absolute;
  top: -65px;
  right: -10px;
  z-index: 9;
  color: #256799;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 31px;
  text-align: center; }
  .item_recommend .slick-arrow-wrp-right:hover {
    opacity: 0.7; }

.item_carusel {
  margin-bottom: 25px; }
  .item_carusel .slider-for {
    margin-bottom: 25px; }
    .item_carusel .slider-for img {
      width: 100%; }
  .item_carusel .slider-nav .slider-nav_item {
    padding: 0 15px; }
  .item_carusel .slider-nav .slick-current img {
    border: 1px solid #e38827; }
  .item_carusel .slick-arrow-wrp-left {
    position: absolute;
    top: 48%;
    left: 0px;
    z-index: 9;
    color: #256799;
    cursor: pointer;
    width: 28px;
    height: 28px;
    line-height: 31px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); }
    .item_carusel .slick-arrow-wrp-left:hover {
      opacity: 0.7; }
  .item_carusel .slick-arrow-wrp-right {
    position: absolute;
    top: 48%;
    right: 0px;
    z-index: 9;
    color: #256799;
    cursor: pointer;
    width: 28px;
    height: 28px;
    line-height: 31px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); }
    .item_carusel .slick-arrow-wrp-right:hover {
      opacity: 0.7; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -30px;
  top: 0px;
  text-align: right;
  padding-right: 6px;
  width: 30px;
  height: 30px; }

.h1-result {
  color: #9c9c9c;
  font-size: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 20px;
  padding-top: 5px; }

.category_baner {
  margin-bottom: 20px; }
  @media only screen and (max-width: 480px) {
    .category_baner {
      margin-left: -30px;
      margin-right: -30px; } }

.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .category .wp-pagenavi {
    margin-top: 0; }

.category_left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d5;
  box-sizing: border-box;
  background-color: #ededed; }
  @media only screen and (max-width: 960px) {
    .category_left {
      width: 100%;
      margin-bottom: 25px; } }

.category_right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(66.66667% - 30px);
  width: calc(66.66667% - 30px); }
  @media only screen and (max-width: 960px) {
    .category_right {
      width: 100%; } }

.category_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .category_item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.category_item-img {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .category_item-img {
      width: 100%; } }
  .category_item-img img {
    width: 100%;
    height: 100%; }
  .category_item-img .offers_random-action {
    position: absolute;
    top: 10px;
    left: 10px; }

.category_item-text {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e2e3;
  box-sizing: border-box;
  background-color: #ffffff; }
  @media only screen and (max-width: 480px) {
    .category_item-text {
      width: 100%;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.category_item-title {
  font-size: 16px; }

.category_item-year {
  color: #686868;
  font-size: 14px;
  margin-left: 7px; }

.category_item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  color: #9c9c9c;
  font-size: 13px; }

.category_item-km {
  width: 60%; }
  .category_item-km:before {
    margin-right: 10px;
    margin-left: 0; }

.category_item-fuel {
  width: 40%; }
  .category_item-fuel:before {
    margin-right: 10px;
    margin-left: 0; }

.category_item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  color: #9c9c9c;
  font-size: 13px; }

.category_item-wheel {
  width: 60%; }
  .category_item-wheel:before {
    margin-right: 10px;
    margin-left: 0; }

.category_item-transmission {
  width: 40%; }
  .category_item-transmission:before {
    margin-right: 10px;
    margin-left: 0; }

.category_item-left {
  width: 70%; }
  @media only screen and (max-width: 480px) {
    .category_item-left {
      width: 100%; } }

.category_item-right {
  width: 30%;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .category_item-right {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      .category_item-right .category_item-time {
        display: none; } }

.category_item-price {
  color: #313232;
  font-size: 20px; }

.category_item-time {
  color: #686868;
  font-size: 13px;
  margin-top: 5px; }

.category_item-contact {
  margin-top: 10px; }
  @media only screen and (max-width: 480px) {
    .category_item-contact {
      margin-top: 0;
      width: 40%;
      margin-left: auto; } }
  .category_item-contact a {
    color: #1e2a32;
    font-size: 14px;
    padding: 4px; }

.category_just-link {
  text-align: center;
  margin-top: 20px; }

.category_left {
  padding: 15px 20px 20px; }
  .category_left a {
    font-size: 14px; }
  .category_left .select_row {
    display: block;
    width: 100%; }
  .category_left .select_col + .select_col {
    margin-left: 30px; }
    .category_left .select_col + .select_col .jq-selectbox:before {
      content: "-";
      position: absolute;
      font-size: 16px;
      top: 0;
      left: -17px;
      color: #9c9c9c;
      cursor: default; }
  .category_left .select_col {
    float: left;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
  .category_left .select_block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .category_left .select_text {
    color: #1e2a32;
    font-size: 14px;
    margin-top: 15px; }
  .category_left.form-style .jq-selectbox {
    margin-top: 15px;
    width: 100%;
    height: 36px;
    line-height: 34px; }
  .category_left.form-style .jq-selectbox__select {
    color: #1e2a32;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
    padding: 0 25px 0 15px; }
  .category_left .jq-selectbox__trigger {
    border: none;
    background: transparent; }
  .category_left.form-style .jq-selectbox__dropdown li {
    padding: 10px 15px; }

.category_left-button {
  padding-top: 20px; }

.category_left a.category_left-button-mob {
  display: none;
  font-size: 18px; }
  @media only screen and (max-width: 480px) {
    .category_left a.category_left-button-mob {
      display: block; } }

.category_left .select_form-wraper {
  display: block; }
  @media only screen and (max-width: 480px) {
    .category_left .select_form-wraper {
      display: none; } }

.category_left .slider-range {
  margin-top: 15px; }

.category_left .slider-range_amout {
  margin-top: 25px; }
  .category_left .slider-range_amout input {
    height: 36px;
    line-height: 34px;
    padding: 0px 10px; }

.category_left .ui-slider-horizontal {
  height: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b4b5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e3e4e5; }

.category_left .ui-slider-range {
  background-color: #79be00; }

.category_left .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdcde), to(#fefefe));
  background: -webkit-linear-gradient(bottom, #dbdcde 0%, #fefefe 100%);
  background: linear-gradient(0deg, #dbdcde 0%, #fefefe 100%);
  border-color: #dbdcde;
  border-bottom: none; }
  .category_left .ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    border-top: 7px solid #dbdcde; }

.category_left .slider_row {
  display: block;
  width: 100%;
  font-size: 0; }

.category_left .slider_col + .slider_col {
  margin-left: 30px;
  position: relative; }
  .category_left .slider_col + .slider_col:before {
    content: "-";
    position: absolute;
    font-size: 16px;
    top: 5px;
    left: -17px;
    color: #9c9c9c;
    cursor: default; }

.category_left .slider_col {
  display: inline-block;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html .widget_wrap:after{content:"hover me";color:#fff;width:85px !important;background:#222}
