html, body {
	font-family: "Open Sans", Arial, sans-serif;
	width: 100%;
 	height: 100%;
    overflow-x: clip;
}

html {
    
}

body {
    background: #14171b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cacaca;
}

a {
  color: #212529;
  text-decoration: none;
}
a:hover, a:focus {
  /* color: #23527c; */
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.hidden-frame {
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  visibility: hidden;
}

.logo-wrapper {
  width: 100%;
}

.logo-wrapper img {
  width: 100px;
  margin: 10px auto;
  display: block;
}

.container {
    max-width: calc(100% - 200px) !important;
    width: 100%;
    display: block;
    float: left;
    margin-left: 200px;
    padding: 10px;
    height: 100%;
    /*margin-top: 140px;*/
    padding-top: 80px;
}

#overlay {
    background-color: rgba(0,0,0,0.3);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
}

.modal-window {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
}

.modal-window img {
    max-width: 80%;
    display: block;
    margin: 100px auto;
}

.header {
    opacity: 0;
    width: 100%;
    position: fixed;
    text-align: center;
    top: -100px;
    height: 50px;
    z-index: 9;
    background: #14171b;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-menu {
    width: 100%;
    max-width: calc(100% - 240px) !important;
    margin-left: 200px;
    border-radius: 8px;
    position: fixed;
    margin: 20px;
    padding: 10px;
    margin-left: 220px;
    text-align: center;
    height: 50px;
    z-index: 9;
    background: #212429;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-menu span {
    color: #888;
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    border-right: 1px solid #888;
}

.header-menu span:last-child {
    border-right: 0px;
}

.header-menu span.active {
    color: #3B82F6;
}

.preloader-wrapper {
    position: absolute;
    /*z-index: 9;*/
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #1c1e22, #1f2228);
    background-size: 200% 200%;
    animation: gradientShift 6s ease infinite;
}

.bg_grid {
    position: absolute;
    /*background: #1f2228;*/
    background-image: url(/images/grid.svg);
    /*z-index: 9;*/
    width: 100%;
    height: 100%;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.preloader {
    /*z-index: 9;*/
    opacity: 1;
    position: absolute;
    display: block;
    /* background: #14171b; */
    width: 100%;
    /* border-radius: 0px; */
    border: 0;
    max-height: 300px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s;
    background: linear-gradient(314deg, #1e232a, #14335f, #14171b);
    background-size: 400% 400%;
    animation: gradient 6s ease infinite;
    height: 100vh;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.squarelogo-wrapper, .textlogo-wrapper {
    width: 100%;
    height: 70%;
    text-align: center;
    position: absolute;
    overflow: hidden;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s;
}

.squarelogo-wrapper img {
    height: 200px;
    position: relative;
    top: 500px;
    left: 0px;
    -webkit-transition: cubic-bezier(0, 0.55, 0.11, 1.26) 1s;
    -o-transition: cubic-bezier(0, 0.55, 0.11, 1.26) 1s;
    transition: cubic-bezier(0, 0.55, 0.11, 1.26) 1s;
}

.textlogo-wrapper img {
    opacity: 0;
    height: 200px;
    position: relative;
    top: 55px;
    left: 80px;
    -webkit-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.8;
	z-index: 1;
}

.carousel-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.anim-wrapper {
	position: relative;
	width: 100%;
    display: block;
    opacity: 0;
    height: 100%;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -webkit-transition: cubic-bezier(0, 0.4, 0.01, 0.99) 2s;
    -o-transition: cubic-bezier(0, 0.4, 0.01, 0.99) 2s;
    transition: cubic-bezier(0, 0.4, 0.01, 0.99) 2s;
}

.logo-text {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: calc(50% + 150px);
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transition: ease-out 2s;
    -o-transition: ease-out 2s;
    transition: ease-out 2s;
}

.logo-arrow {
	position: absolute;
	top: 35%;
    left: 50%;
	/* width: auto; */
	opacity: 0;
    height: 30%;
    z-index: 0;
    transform-origin: bottom;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: cubic-bezier(0, 1.96, 0.29, 0.99) 2s;
    -o-transition: cubic-bezier(0, 1.96, 0.29, 0.99) 2s;
    transition: cubic-bezier(0, 1.96, 0.29, 0.99) 2s;
}

.logo-circle {
	position: absolute;
	top: 50%;
    left: 50%;
	/* width: auto; */
    height: 30%;
    z-index: 0;
    -webkit-transition: cubic-bezier(0, 0.4, 0.01, 0.99) 1s;
    -o-transition: cubic-bezier(0, 0.4, 0.01, 0.99) 1s;
    transition: cubic-bezier(0, 0.4, 0.01, 0.99) 1s;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.logo {
	height: 100px;
}

.slider {
	height: 100%;
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    color: #fff;
}

.slide {
	display: block;
    height: 100%;
    width: 100%;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.js-gotop img {
    width: 50px;
    padding: 15px;
}

/*== SCROLL ==*/

      ::-webkit-scrollbar-track {background: transparent;} 
      ::-webkit-scrollbar-thumb {background: #bbb;}
      ::-webkit-resizer {width: 6px;} 
      ::-webkit-scrollbar {width: 6px;}
      ::-webkit-resizer {height: 6px;} 
      ::-webkit-scrollbar {height: 6px;}
      ::-webkit-scrollbar-corner { background: rgba(0,0,0,0); }

/* ======= */

.burger-menu {
    display: none;
}

.sidebar-left {
  /* border-right: 1px solid #202020; */
  /* padding: 160px 0 0 0px; */
  margin-top: 440px;
  border-radius: 0 8px 8px 0;
  height: 100%;
  width: 200px;
  overflow-y: auto;
  background: #212429;
  z-index: 20;
  position: fixed;
  left: -200px;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.login-wrapper {
    opacity: 0;
    border-radius: 0 8px 8px 0;
    height: 180px;
    width: 200px;
    overflow-y: auto;
    background: #212429;
    z-index: 20;
    position: fixed;
    left: -200px;
    top: 20px;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.car-loader-wrapper {
  opacity: 0;
  float: left;
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.car-loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
    0%  {box-shadow: 20px 0 #1c1e22, -20px 0 #272a2f;background: #1c1e22 }
    33% {box-shadow: 20px 0 #1c1e22, -20px 0 #272a2f;background: #272a2f}
    66% {box-shadow: 20px 0 #272a2f,-20px 0 #1c1e22; background: #272a2f}
    100%{box-shadow: 20px 0 #272a2f,-20px 0 #1c1e22; background: #1c1e22 }
}

.sidebar-left::-webkit-scrollbar {
    width: 0px;
}

.sidebar-left ul {
    padding-left: 0;
}

.sidebar-left ul li {
  padding: 5px 10px;
  float: left;
  /*background: #323434;*/
  width: 100%;
  line-height: 40px;
}

.sidebar-filter {
  float: left;
  width: 100%;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-filter, .model-filter, .fuel-filter, .transmission-filter, .drive-filter {
  float: left;
  width: 100%;
  display: block;
}

.wrapper {
        float: left;
        display: block;
        width: 100%;
      }


/*@media screen and (max-width: 1200px) {
    .header-menu {
        width: 100%;
    }
}
*/

.opener {
  pointer-events: none;
  font-size: 14px;
  width: 10%;
  height: 40px;
  right: 0px;
  position: absolute;
  display: block;
  /* float: right; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-smoothing: antialiased;
}

.opener:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 1px;
  background-color: #888; 
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all .25s;
}

.opener:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 1px;
  background-color: #888;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all .25s;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}



.opener-opened:after {
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.opener-closed:after {
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sc_brand, .sc_model, .brand_picker, .model_picker, .type_picker, .type, .year_from_picker, .year_to_picker, .price_from_picker, .price_to_picker {
        cursor: pointer;
        text-transform: uppercase;
      }

.filter-title, .filter-options div, .filter-title-year, .filter-title-price, .picker, .scan_option, .year_picker, .price_picker {
  float: left;
  width: 100%;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.scan_option {
  border-right: 2px solid transparent;
}

.filter-title-year span, .filter-title-price span, .year_picker span, .price_picker span {
  float: left;
}

.filter-title:hover, .filter-options div:hover, .filter-options div.active, .scan_option:hover, .picker:hover, .scan_option.active {
  background: #242931;
  cursor: pointer;
  color: #fafafa;
  border-right: 2px solid #3B82F6;
}

.filter-title span, .picker span {
  float: left;
  display: block;
  overflow: hidden;
}

.filter-title.selected span, .picker.selected span {
  color: #fff;
  border-bottom: 1px solid #3B82F6;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.brand-filter, .model-filter, .fuel-filter, .transmission-filter, .drive-filter {
  float: left;
  width: 100%;
  display: block;
}

.price-filter, .year-filter {
  width: 100%;
  padding: 5px;
  float: left;
  display: block;
}

.price-filter span, .year-filter span {
  float: left;
  margin: 0 5px;
  line-height: 25px;
  width: 6px;
}

.price-filter input, .year-filter input {
  background-color: #101010;
  border: 1px solid #303030;
  color: #acacac;
  outline: none;
  display: block;
  float: left;
  height: 25px;
  width: calc(50% - 9px);
  text-align: left;
  font-size: 12px;
}

.brand-dropdown {
  float: left;
  display: block;
  height: 0;
  overflow: hidden;
}

.filter-options {
  max-height: 0;
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  background: #171b1b;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filter-title, .filter-options div, .filter-title-year, .filter-title-price, .picker, .scan_option, .year_picker, .price_picker {
  float: left;
  width: 100%;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.filter-title-year span, .filter-title-price span, .year_picker span, .price_picker span {
  float: left;
}

.clear-filter-btn {
  width: 100px;
  float: left;
  font-size: 12px;
  background: #333;
  text-align: center;
  margin: 10px 30px;
  cursor: pointer;
  padding: 5px;
}

.year-from, .year-to, .price-from, .price-to {
  width: 30px;
  float: left;
  text-align: center;
  margin: 0 5px;
  color: #acacac;
  outline: none;
  display: block;
  height: 30px;
  font-size: 12px;
  border: 0;
  background: none;
  cursor: default;
  padding: 0;
}

.price-from, .price-to {
  margin: 0 4px;
  width: 48px;
}

.year-from, .price-from {
  margin-left: 20px;
}

.price-from {
  margin-left: 5px;
}

.brands, .models, .types, .year_from_list, .year_to_list, .gears, .options, .fueltypes, .mileages, .years, .prices  {
  max-height: 0px;
  float: left;
  /* overflow-y: scroll; */
  overflow-x: hidden;
  display: block;
  width: 200px;
  text-align: left;
  background: #14171b;
  webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.gears, .fueltypes, .mileages, .years, .prices {
  overflow-y: hidden;
}

      .models, .gears, .options {
        left: 228px;
      }

      .result_wrapper {
        float: left;
          width: calc(100% - 220px);
      }

      .sc_brand, .sc_model, .brand_picker, .model_picker, .type_picker, .type, .year_from_picker, .year_to_picker, .price_from_picker, .price_to_picker {
        cursor: pointer;
        text-transform: uppercase;
      }

      .sc_submodel_name {
        width: calc(100% - 40px);
      }

      .sc_submodel {
        position: relative;
        width: 100%;
        margin-top: 5px;
        padding-left: 10px;
        float: left;
        opacity: 0.5;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
      }

      .sc_submodel:hover {
        opacity: 1;
      }

      .scan_counter {
        text-align: right;
        float: right !important;
      }

      .scan-item-name {
        max-width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
      }

      .options .scan-item-name {
        max-width: 130px;
      }

      .kia {

      }

      .wrapper {
        float: left;
        display: block;
        width: 100%;
      }

      .mileage_wrapper, .year_wrapper, .price_wrapper {
        line-height: 30px;
        font-size: 12px;
      }

      .mileage_from, .mileage_to, .price_from, .price_to, .year_from, .year_to {
        padding: 5px 10px;
        float: left;
        width: 100%;
        position: relative;
      }

      .mileage_box, .year_box, .price_box {
        float: right;
        background: #14171b;
        outline: 0;
        border: 1px solid #303030;
        padding: 0 10px;
        width: 120px;
        border-radius: 5px;
      }

      .mileage_box.active, .year_box.active, .price_box.active {
        border: 1px solid #3b82e9;
      }

      .mileage_option-list, .year_option-list, .price_option-list {
        display: none;
        max-height: 300px;
        float: left;
        /* max-height: 0px; */
        overflow: scroll;
        position: absolute;
        right: 10px;
        width: 120px;
        background: #161818;
        outline: 0;
        border: 1px solid #303030;
        z-index: 3;
      }

      .mileage-option, .year_option, .price_option {
        padding: 0 10px;
        float: left;
        cursor: pointer;
        width: 100%;
      }

      .mileage-option:hover, .year-option:hover, .price-option:hover {
        background: #272A2A;
      }

      .mileage_title, .year_title, .price_title {
        float: left;
        padding: 5px 10px;
      }

      .mileage_span, .year_span, .price_span {
        float: left;
        margin-right: 10px;
      }

      .year_from_wrapper, .year_to_wrapper, .price_from_wrapper, .price_to_wrapper {
        float: left;
        width: 110px;
      }

      .year_to_list, .year_from_list, .price_to_list, .price_from_list {
        width: 110px;
      }

      /*.year_from, .year_to, .price_from, .price_to {
        padding: 5px;
        border-bottom: 1px #505050 solid;
        color: #fafafa;
        background: #303030;
        cursor: pointer;
        font-size: 12px;
      }

      .year_from:hover, .year_to:hover {
        background: #404040;
      }*/

      .selected {
        color: green;
      }

      .sc_option.selected {
        color: #fafafa;
      }

      .option_counter {
        float: right;
        margin-left: 5px;
      }

      .dash, .price-to, .price-from, .year-from, .year-to {
    float: right!important;
    text-align: right;
  }

  .scan-news-list {
    text-align: center;
    padding-left: 0px;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-wrapper, .mix-wrapper {
  opacity: 1;
    width: 100%;
  float: left;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}


.news-header-wrapper, .tournaments-header {
background: #212323;
  overflow: hidden;
}

.news-header-wrapper {
  display: none;
}

.news-header {
  text-align: center;
  height: 40px;
  overflow: hidden;
}

.tournaments-header {
  text-align: center;
  /* padding: 5px 0; */
  height: 40px;
}

.news-menu {
  width: 100%;
  font-size: 0;
  float: left;
  /* overflow: hidden; */
  overflow: auto;
  white-space: nowrap;
  /* -webkit-overflow-scrolling: touch;*/
}

.news-search {
    width: 30%;
  font-size: 12px;
  float: left;
  padding: 5px 10px;
}

.news-category, .tournaments-category, .news-menu-title, .tournaments-menu-title {
    /* float: left; */
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}

.news-category:hover, .tournaments-category:hover, .news-menu-title:hover, .tournaments-menu-title:hover {
  background: #121515;
  color: #cacaca;
}

.news-type {
  float: left;
  color: #cacaca;
  font-size: 10px;
}

.item-box-price {
  width: 30%;
  text-align: right;
  float: right;
  color: #3B82F6;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.item-box-price .currency-span {
  float: none;
}

.stripe-news-content .item-box-price {
  float: left;
  text-align: left;
  height: 20px;
  line-height: 20px;
  padding: 0;
  font-size: 16px;
}

.stripe-news-content .item-box-price .currency-span {
  float: left;
  margin-right: 10px;
  text-align: left;
  line-height: 20px;
  font-weight: 500;
}

.currency-span {
  float: left;
  text-align: left;
  /*line-height: 40px;*/
  /* font-weight: 600; */
}

.news {
    cursor: pointer;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    height: 400px;
    float: left;
    background: #1c1e22;
    transform: translateY(20px);
    opacity: 0;
    width: calc(25% - 20px);
    /*width: calc(25% - 1px);*/
    overflow: hidden;
    font-size: 16px;
    /*margin: 0 1px 1px 0;*/
    margin: 10px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.news.visible {
    opacity: 1;
    transform: translateY(0);
}

.news img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* position: relative; */
  object-fit: cover;
  width: 100%;
  -webkit-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
  transform: translate(0%,0%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


.news-title {
  display: block;
  text-align: left;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  /*font-family: Helvetica,Arial,sans-serif;*/
  float: left;
  width: 70%;
  height: 40px;
  overflow: hidden;
}

.news-time {
  float: right;
  font-size: 10px;
  color: #cacaca;
}

.news-footer {
  border-top: 1px solid #404040;
  width: 100%;
  float: left;
  bottom: 0;
  padding: 5px 10px;
  height: 30px;
}

.news_img {
}

.news-details {
  font-size: 14px;
  height: 100px;
  opacity: 0;
  padding: 5px 10px;
  color: #eee;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-content-wrapper {
    width: 100%;
    height: 155px;
    display: block;
    padding: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-content {
  float: left;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news-content-2 {
  border-top: 1px solid #404040;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.news-content-item {
  width: 30%;
}

.news-content-item span {
  width: 100%;
  font-size: 12px;
  font-weight: 200;
  display: block;
  color: #aaa;
}

.news-content-item span:nth-child(1) {
  font-weight: 600;
  color: #fff;
}

.news-img-wrapper {
  height: calc(100% - 155px);
  overflow: hidden;
  display: flex;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.condition {
  position: absolute;
  width: 40px;
  height: 40px;
  /* border-radius: 40px; */
  background: red;
  z-index: 1;
  top: 5px;
  text-align: center;
  padding-top: 6px;
  left: 5px;
  color: white;
}

.condition-table {
  float: left;
  display: block;
  width: 50%;
  padding: 5px;
}

.cond_row {
  float: left;
  width: 100%;
  padding: 5px;
  display: flex;
}

.cond-ex {
  width: calc(100% - 32px);
  float: left;
  background: #333;
  padding: 5px 10px;
}

.condition.a, .cond-grade-wrapper.a {
  background: #2ddb44;
}
.condition.b, .cond-grade-wrapper.b {
  background: #8fdc00;
}
.condition.c, .cond-grade-wrapper.c {
  background: #a3dc00;
}
.condition.d, .cond-grade-wrapper.d {
  background: #dcaf00;
}
.condition.e, .cond-grade-wrapper.e {
  background: #dc8700;
}
.condition.f, .cond-grade-wrapper.f {
  background: #db2d2e;
}

.news:hover .news_img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news:hover {
  background: #242931;
}

/*.news:hover .news-content-wrapper {
  background: #242931;
}*/


#slider-range-year, #slider-range-price, #scan-slider-range-year, #scan-slider-range-price {
  float: left;
  width: calc(100% - 15px);
  margin: 0 10px;
  border-radius: 0;
  height: 3px;
  touch-action: auto !important;
}

#scan-slider-range-year, #scan-slider-range-price {
  margin-left: 15px;
  width: calc(100% - 25px);
}

.ui-slider-handle {
  border-radius: 0 !important;
  top: -7px !important;
  height: 15px !important;
  width: 10px !important;
  touch-action: auto !important;
  margin-left: -.5em !important;
}

.ui-state-hover, .ui-state-focus, .ui-state-active {
  touch-action: auto !important;
  border: 0 !important;
  outline: none !important;
  border-radius: 0 !important;
  background: #cacaca !important;
}

@media screen and (max-width: 1100px) {
    .banner {
        height: 400px;
    }

    .banner .img-wrapper {
        height: 50%;
        width: 100%;
        text-align: center;
    }
    .banner .img-wrapper img {
        height: 150px;
        padding: 0;
    }

    .banner-header {
        text-align: center;
    }

    .banner-subtext {
        width: 33.33%;
        text-align: center;
    }

    .banner .text-wrapper {
        height: 50%;
        padding: 20px 20px;
        width: 100%;
    }

    .header-menu, .header .header-contacts {
        display: none;
    }
    .logo-wrapper {
        width: 100%;
        text-align: center;
    }

    .burger-menu {
        display: block;
        position: absolute;
        top: 52px;
        left: 30px;
    }

    .slide-half {
        width: 100%;
        height: 50%;
        justify-content: center;
    }

    .logo-text {
        top: 80%;
        width: 220px;
    }

    .slide-text {
        padding: 20px;
    }

    .slide-text h3, .slide-text span {
        min-width: 300px;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 630px) {
    .banner {
        height: 500px;
    }

    .banner .img-wrapper {
        height: 30%;
    }

    .banner .text-wrapper {
        height: 70%;
    }

    .banner-subtext span {
        width: 100%;

    }

    .banner-subtext {
        width: 100%;
        margin-bottom: 10px;
    }

    .banner-subtext img {
        display: none;
    }

}