@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

small {
  font-size: 13px; }

strong {
  font-weight: bold; }

body, html {
  font-family: 'Roboto Condensed', sans-serif;
  color: #3B3B3B; }

h1, .h1 {
  font-size: 36px; }

.bold {
  font-weight: bold; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 24px; }

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

.button {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #EF9C1E;
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  text-align: center;
  vertical-align: top; }
  .button.alt {
    display: inline-block;
    width: auto; }
  .button:hover {
    background: #e38f10; }
  .button.linear {
    background: none;
    border: 1px solid #EF9C1E;
    color: #EF9C1E;
    padding: 0 30px; }
    .button.linear:hover {
      background: #fdf0dc; }
    .button.linear.white {
      border-color: white;
      color: white;
      text-transform: uppercase; }
      .button.linear.white:hover {
        background: white;
        color: #EF9C1E; }

.menu_btn {
  background: url(../img/menu_btn.svg) no-repeat center;
  -webkit-background-size: 23px 23px;
          background-size: 23px;
  width: 23px;
  height: 23px;
  position: fixed;
  display: none;
  z-index: 99;
  left: 30px;
  top: 34px;
  padding: 20px; }

input[type='text'],input[type='tel'],input[type='email'] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  line-height: 36px;
  height: 36px;
  border: 1px solid #BABABA;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 18px;
  text-align: center;
  padding: 0 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px; }

.sog{
  text-align: left;
  font-size: 12px;
  color: #585858;
  margin-bottom: 18px;
}
input[type='submit'] {
  text-transform: uppercase; }

.top_menu {
  display: inline-block;
  opacity: 1;
  margin-top: 26px;
  padding-left: 20px; }
  .top_menu li {
    display: inline-block;
    padding: 0 12px; }
    .top_menu li a {
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      color: #404040; }
      .top_menu li a.active {
        color: #EF9C1E; }
      .top_menu li a:hover {
        text-decoration: underline;
        color: #EF9C1E; }
  .top_menu .current-menu-item a {
    color: #EF9C1E; }

header.alt {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8; }

header, .header {
  background: #EDEDED;
  border-top: 5px solid #EF9C1E;
  padding: 10px 0; }
  header .logo, .header .logo {
    float: left;
    display: grid;
    -webkit-align-content: space-evenly;
        -ms-flex-line-pack: space-evenly;
            align-content: space-evenly;
    height: 100%; }
  header .loc_time_wrapper, .header .loc_time_wrapper {
    float: left; }
    header .loc_time_wrapper .location, .header .loc_time_wrapper .location {
      -webkit-background-size: 18px 18px;
              background-size: 18px;
      padding-left: 0;
      letter-spacing: -1px;
      color: #404040;
      font-size: 19px;
      line-height: 35px; }
      header .loc_time_wrapper .location img, .header .loc_time_wrapper .location img {
        height: 18px;
        margin-right: 3px;
        vertical-align: middle;
        margin-top: -2px; }
    header .loc_time_wrapper .time, .header .loc_time_wrapper .time {
      -webkit-background-size: 18px 18px;
              background-size: 18px;
      padding-left: 0px;
      font-size: 12px;
      line-height: 35px; }
      header .loc_time_wrapper .time img, .header .loc_time_wrapper .time img {
        height: 18px;
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -2px; }
  header .tel_action_wrapper, .header .tel_action_wrapper {
    text-align: right;
    float: right; }
    header .tel_action_wrapper .tel, .header .tel_action_wrapper .tel {
      -webkit-background-size: 20px 20px;
              background-size: 20px;
      display: block;
      font-size: 22px;
      font-weight: bold;
      color: black;
      text-decoration: none;
      line-height: 34px; }
      header .tel_action_wrapper .tel img, .header .tel_action_wrapper .tel img {
        height: 18px;
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -2px; }

.call_back {
  display: block;
  height: 36px;
  line-height: 36px;
  background: #EF9C1E;
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.slider {
  display: block;
  width: 100%;
  height: 600px;
  background: url(../img/slider_1.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  .slider .row {
    position: relative; }
  .slider .h1_wrapper {
    position: absolute;
    right: 32%;
    z-index: 1;
    top: 50px;
    background-color: #383838;
    color: white;
    padding: 30px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    text-align: center; }
    .slider .h1_wrapper .hxl1 {
      font-size: 54px; }
    .slider .h1_wrapper .hxl {
      font-size: 24px;
      text-transform: uppercase;
      color: #EF9C1E;
      padding: 5px 0; }
    .slider .h1_wrapper .hxl2 {
      font-size: 31px; }
  .slider .slider_form_wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c46e00+0,f99b23+100 */
    background: #c46e00;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c46e00 0%, #f99b23 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #c46e00 0%, #f99b23 100%);
    background: -o-linear-gradient(315deg, #c46e00 0%, #f99b23 100%);
    background: linear-gradient(135deg, #c46e00 0%, #f99b23 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c46e00', endColorstr='#f99b23',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    color: white;
    padding: 20px 36px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    width: 300px;
    text-align: center;
    position: absolute;
    right: 8.5%;
    top: 200px; }
    .slider .slider_form_wrapper input[type='submit'] {
      border: 1px solid white; }
    .slider .slider_form_wrapper .h2 {
      margin-bottom: 10px; }
    .slider .slider_form_wrapper p {
      margin-bottom: 20px; }

.car {
  background: url(../img/bk_2.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 45px 0;
  min-height: -webkit-calc(100vh - 207px);
  min-height: calc(100vh - 207px);
  position: relative; }
  .car.alt {
    min-height: auto; }
  .car .car_title {
    display: block;
    width: 83%;
    margin: auto;
    border-bottom: 1px solid #95989A;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    .car .car_title .logo_2 {
      float: left;
      margin-right: 10px; }
      .car .car_title .logo_2 img {
        height: 45px; }
    .car .car_title .brands {
      margin-top: 5px;
      color: #EF9C1E; }
      .car .car_title .brands span {
        font-weight: bold;
        color: black; }
  .car .h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%; }
  .car .services_for_car {
    border-top: 2px solid #EF9C1E;
    margin-top: 30px;
    padding: 0 !important; }
    .car .services_for_car .h2 {
      padding: 20px 0 40px 0; }
  .car .serv_car_item {
    display: block;
    width: 100%;
    padding: 0px 0 60px 0;
    clear: both; }
    .car .serv_car_item .title {
      float: left;
      line-height: 28px;
      font-size: 18px;
      font-weight: normal;
      width: 63%;
      margin-bottom: 20px; }
    .car .serv_car_item .price_call_back_wrapper {
      float: right;
      text-align: right; }
  .car .h3 {
    margin-bottom: 20px; }

.wrapper-dropdown {
  /* Size & position */
  position: relative;
  z-index: 5;
  width: 550px;
  margin: 50px auto;
  padding: 12px 15px;
  /* Styles */
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #EF9C1E;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.wrapper-dropdown:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #EF9C1E transparent; }

.wrapper-dropdown .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* Styles */
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden; }

.wrapper-dropdown .dropdown li {
  padding: 0 10px; }

.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea; }

.wrapper-dropdown .dropdown li:last-of-type a {
  border: none; }

.wrapper-dropdown .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle; }

/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
  color: #EF9C1E; }

/* Active state */
.wrapper-dropdown.active {
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  background: #EF9C1E;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
  color: white; }

.wrapper-dropdown.active:after {
  border-color: #82d1ff transparent; }

.wrapper-dropdown.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 250px; 
  overflow-y: scroll;
}

.car_result .res_img {
  max-width: 100%;
  display: block;
  margin: auto; }

.car_result .car_name {
  font-size: 46px;
  font-weight: bold;
  color: #EF9C1E;
  margin: 20px 0; }

.car_result .table_props {
  width: 100%;
  text-align: left; }
  .car_result .table_props td {
    overflow: hidden;
    position: relative;
    padding: 3px 0; }
    .car_result .table_props td p, .car_result .table_props td pre {
      background: white;
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 0 10px 0 0; }
  .car_result .table_props td:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
    left: 0;
    right: 10px;
    height: 1px;
    background: #95989A; }

.car_result .add_on_serv {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #EF9C1E; }
  .car_result .add_on_serv .h1 {
    text-decoration: none;
    text-transform: none;
    margin-bottom: 30px; }
  .car_result .add_on_serv .price {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    color: #EF9C1E;
    margin: 20px;
    display: block; }
  .car_result .add_on_serv .h2 {
    text-align: center;
    padding: 0 50px;
    font-weight: bold;
    min-height: 60px; }

.no-gutters {
  padding: 0 !important; }

.what_we_do {
  padding: 50px 0;
  position: relative; }
  .what_we_do .h1 {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .what_we_do .wwk_img {
    min-height: 200px; }
    .what_we_do .wwk_img:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #F99B23;
      opacity: .33; }
    .what_we_do .wwk_img:nth-child(1) {
      background: url("../img/wwk_1.jpg") no-repeat center;
      -webkit-background-size: cover;
              background-size: cover; }
    .what_we_do .wwk_img:nth-child(2) {
      background: url("../img/wwk_2.jpg") no-repeat center;
      -webkit-background-size: cover;
              background-size: cover; }
    .what_we_do .wwk_img:nth-child(3) {
      background: url("../img/wwk_3.jpg") no-repeat center;
      -webkit-background-size: cover;
              background-size: cover; }
  .what_we_do .h_xxl {
    color: #EF9C1E;
    font-size: 46px;
    font-weight: bold;
    padding-bottom: 30px; }
  .what_we_do p {
    line-height: 24px;
    padding-bottom: 30px; }
  .what_we_do .case {
    padding: 20px 0; }
  .what_we_do .case:nth-child(even) {
    text-align: left;
    position: relative; }
    .what_we_do .case:nth-child(even) .wwk_img {
      position: absolute;
      left: 0%;
      height: 100%;
      top: 0;
      bottom: 0; }
    .what_we_do .case:nth-child(even) .cont {
      margin-left: 50%; }
    .what_we_do .case:nth-child(even) > div:last-child {
      padding: 20px 20px 20px 40px; }
  .what_we_do .case:nth-child(odd) {
    text-align: right;
    position: relative; }
    .what_we_do .case:nth-child(odd) .wwk_img {
      position: absolute;
      left: 50%;
      height: 100%;
      top: 0;
      bottom: 0; }
    .what_we_do .case:nth-child(odd) > div:last-child {
      padding: 20px 40px 20px 20px; }

.serv_prices {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9a26+0,944e00+100 */
  background: #fe9a26;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fe9a26 0%, #944e00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #fe9a26 0%, #944e00 100%);
  background: -o-linear-gradient(315deg, #fe9a26 0%, #944e00 100%);
  background: linear-gradient(135deg, #fe9a26 0%, #944e00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9a26', endColorstr='#944e00',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: white;
  padding: 50px 0;
  text-align: center; }
  .serv_prices .h1 {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .serv_prices .h3 {
    min-height: 50px; }
  .serv_prices .price_wrapper {
    background: white;
    color: #EF9C1E;
    padding-top: 10px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 30px; }
    .serv_prices .price_wrapper .price {
      font-weight: bold;
      font-size: 49px;
      padding: 15px 0; }
      .serv_prices .price_wrapper .price svg {
        max-height: 40px;
        vertical-align: top;
        margin-top: 3px; }

.img_wrapper {
  min-height: 140px;
  display: grid;
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly;
  text-align: center; }
  .img_wrapper img {
    max-width: 100%;
    display: block;
    margin: auto; }

.shop_items {
  padding: 50px 0;
  text-align: center;
  background: url(../img/bk_2.jpg) no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover; }
  .shop_items .h1 {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold; }
  .shop_items .item_wrapper {
    padding-top: 30px; }
    .shop_items .item_wrapper .img_wrapper {
      background: white;
      border: 1px solid #DBDBDB;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      min-height: 240px;
      display: grid;
      -webkit-align-content: space-evenly;
          -ms-flex-line-pack: space-evenly;
              align-content: space-evenly;
      text-align: center; }
      .shop_items .item_wrapper .img_wrapper img {
        max-width: 100%;
        display: block;
        margin: auto; }
    .shop_items .item_wrapper .title {
      font-size: 18px;
      font-weight: bold;
      margin: 15px 0; }
    .shop_items .item_wrapper .factory {
      color: #989898;
      font-size: 14px; }
    .shop_items .item_wrapper p {
      margin: 15px 0; }
    .shop_items .item_wrapper .price_wrapper .price {
      font-size: 32px;
      font-weight: bold;
      color: #EF9C1E;
      margin-bottom: 15px; }
      .shop_items .item_wrapper .price_wrapper .price svg {
        max-height: 28px;
        vertical-align: top;
        margin-top: 1px; }

.questions {
  text-align: center;
  padding: 50px 0; }
  .questions div {
    outline: none; }
  .questions .h1 {
    width: 60%;
    margin: auto;
    font-weight: bold; }
    .questions .h1 span {
      color: #EF9C1E; }
  .questions .quest_carousel {
    width: 100%;
    margin-top: 30px; }
    .questions .quest_carousel .q {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fbba66+51,f99b23+100&1+0,0+100 */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, white 0%, rgba(251, 186, 102, 0.49) 51%, rgba(249, 155, 35, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-linear-gradient(315deg, white 0%, rgba(251, 186, 102, 0.49) 51%, rgba(249, 155, 35, 0) 100%);
      background: -o-linear-gradient(315deg, white 0%, rgba(251, 186, 102, 0.49) 51%, rgba(249, 155, 35, 0) 100%);
      background: linear-gradient(135deg, white 0%, rgba(251, 186, 102, 0.49) 51%, rgba(249, 155, 35, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00f99b23',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      border: 1px solid #EF9C1E;
      margin: 10px;
      padding: 50px 20px 40px 20px;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .questions .quest_carousel .q .pretitle {
        font-size: 18px;
        color: #5D5D5D;
        margin-bottom: 15px; }
      .questions .quest_carousel .q .answer {
        font-weight: bold;
        font-size: 24px; }
        .questions .quest_carousel .q .answer span {
          color: #EF9C1E; }
  .questions .slick-next {
    background: url(../img/arrow_right.svg) no-repeat center; }
    .questions .slick-next:before {
      content: ""; }
  .questions .slick-prev {
    background: url(../img/arrow_left.svg) no-repeat center; }
    .questions .slick-prev:before {
      content: ""; }

.about {
  position: relative;
  width: 100%;
  background: url(../img/bk_2.jpg) no-repeat center top; }
  .about .img_wrapper {
    position: absolute;
    display: block;
    width: 45%;
    background: url(../img/bk_4.jpg) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    height: 100%;
    float: left; }
  .about .about_info {
    position: relative;
    margin-left: 45%;
    width: 55%;
    padding: 50px 0 50px 30px;
    display: inline-block; }
    .about .about_info .h1 {
      margin-bottom: 30px; }
    .about .about_info ul li {
      margin-bottom: 25px; }
      .about .about_info ul li img {
        width: 35px;
        float: left;
        margin-right: 10px; }
      .about .about_info ul li .h2 {
        color: #EF9C1E;
        line-height: 43px; }
      .about .about_info ul li p {
        margin: 5px 0;
        display: block;
        width: 100%; }

.items_carousel {
  margin-top: 40px;
  width: 100%; }
  .items_carousel .item {
    border: 1px solid #E5E5E5;
    padding: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3%;
    background: white; }
    .items_carousel .item .img_wrapper {
      margin-bottom: 20px;
      height: 200px;
      display: grid; }
      .items_carousel .item .img_wrapper img {
        max-width: 100%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        justify-self: center; }
    .items_carousel .item .factory {
      color: #989898;
      font-size: 14px;
      margin: 10px 0; }
    .items_carousel .item .price {
      margin: 15px 0; }
    .items_carousel .item .btns_wrapper {
      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; }
      .items_carousel .item .btns_wrapper a {
        width: 47%; }

.shop_items .slick-prev {
  left: -25px;
  top: 50%;
  bottom: auto;
  background: url(../img/arrow_left.svg) no-repeat center; }
  .shop_items .slick-prev:before {
    display: none; }

.shop_items .slick-next {
  right: -25px;
  top: 50%;
  bottom: auto;
  background: url(../img/arrow_right.svg) no-repeat center; }
  .shop_items .slick-next:before {
    display: none; }

.show_menu {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.popup_wrapper {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: grid;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .popup_wrapper .wrapper {
    position: relative;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    background: white;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    width: 400px;
    text-align: center;
    padding: 40px; }
    .popup_wrapper .wrapper form p {
      margin-bottom: 30px;
      margin-top: 10px; }
    .popup_wrapper .wrapper .x_btn {
      position: absolute;
      width: 20px;
      height: 20px;
      background: url(../img/close_btn_white.svg) no-repeat center;
      right: -30px;
      top: -30px; }

.show_popup {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.page_wrapper {
  width: 100%;
  min-height: 100%;
  padding-bottom: 80px;
  position: relative; }

.content {
  text-align: left;
  color: #000;
  min-height: -webkit-calc(100vh - 175px);
  min-height: -o-calc(100vh - 70px);
  min-height: calc(100vh - 175px); }

footer, .footer {
  background: #242424;
  color: white;
  height: 80px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer small, .footer small {
    color: gray; }
    footer small strong, .footer small strong {
      color: white; }
  footer .soc_wrapper, .footer .soc_wrapper {
    text-align: right; }
    footer .soc_wrapper li, .footer .soc_wrapper li {
      display: inline-block; }
      footer .soc_wrapper li a, .footer .soc_wrapper li a {
        margin: 0 5px;
        color: white; }

.breadcrumbs {
  font-size: 14px;
  display: block;
  width: 100%;
  color: #767676;
  padding: 10px 0;
  margin-bottom: 30px; }
  .breadcrumbs a {
    font-size: 14px;
    color: #767676;
    text-decoration: none; }

.serv_menu {
  display: block;
  width: 100%;
  position: relative; }
  .serv_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 40px;
    margin-top: 30px; }
    .serv_menu ul > li {
      padding-top: 10px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center; }
      .serv_menu ul > li a {
        font-size: 14px;
        text-decoration: none;
        color: #808080;
        display: block;
        width: 100%; }
        .serv_menu ul > li a .svg_wrapper {
          width: 100%;
          height: 60px;
          margin-bottom: 20px; }
          .serv_menu ul > li a .svg_wrapper svg {
            max-width: 80%;
            max-height: 80%; }
            .serv_menu ul > li a .svg_wrapper svg .a {
              fill: #808080;
              stroke: none;
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
        .serv_menu ul > li a:hover {
          color: #EF9C1E;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .serv_menu ul > li a:hover .svg_wrapper svg .a {
            fill: #EF9C1E;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
      .serv_menu ul > li > .sub {
        position: absolute;
        z-index: 9;
        display: block;
        margin-top: 0px;
        overflow: hidden;
        height: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .serv_menu ul > li:hover {
        background: #EFEFEF;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .serv_menu ul > li:hover:after {
          content: "";
          position: absolute;
          background: url(../img/arrow_down_menu.svg) no-repeat center;
          width: 10px;
          height: 10px;
          margin-left: -5px;
          margin-top: 10px; }
        .serv_menu ul > li:hover .sub {
          position: absolute;
          padding-top: 20px;
          display: block;
          height: auto;
          background: #EFEFEF;
          margin-top: 0px;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .serv_menu ul > li:hover .sub li {
            padding: 10px 10px;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .serv_menu ul > li:hover .sub li:after {
              background: none; }
            .serv_menu ul > li:hover .sub li a {
              text-align: left; }

a {
  color: #EF9C1E; }

p {
  padding-bottom: 10px; }

h1 {
  padding-bottom: 20px; }

.serv_wrapper {
  padding-bottom: 20px; }

.serv_img {
  border: 1px solid #EF9C1E;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 20px; }

.price {
  color: #EF9C1E;
  font-weight: bold;
  font-size: 34px;
  display: inline-block;
  padding-right: 20px; }
  .price sup {
    font-size: 18px;
    vertical-align: super;
    color: #3B3B3B;
    font-weight: normal; }
  .price svg {
    height: 30px; }

.items {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  text-align: center; }
  .items .item {
    border: 1px solid #E5E5E5;
    padding: 10px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .items .item .img_wrapper {
      margin-bottom: 20px;
      height: 200px;
      display: grid; }
      .items .item .img_wrapper img {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        justify-self: center; }
    .items .item .factory {
      color: #989898;
      font-size: 14px;
      margin: 10px 0; }
    .items .item .price {
      margin: 15px 0; }
    .items .item .btns_wrapper {
      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; }
      .items .item .btns_wrapper a {
        width: 47%; }
        .items .item .btns_wrapper a img {
          vertical-align: middle;
          margin-right: 10px;
          margin-left: -7px; }
      .items .item .btns_wrapper .buy {
        position: relative; }
        .items .item .btns_wrapper .buy:after {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          background: url(../img/shop_icon_white.png) no-repeat center;
          left: 50%;
          top: 50%;
          margin-left: -50px;
          margin-top: -10px; }
    .items .item:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
      border-color: #EF9C1E;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

hr {
  border: 1px solid #eaeaea;
  height: 1px;
  width: 100%;
  margin: 30px 0; }

.item_view {
  padding-top: 40px; }
  .item_view .img_wrapper {
    margin-bottom: 20px;
    height: 350px;
    display: grid;
    border: 1px solid #E5E5E5;
    margin-right: 10px; }
    .item_view .img_wrapper img {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      justify-self: center;
      max-height: 100%;
      max-width: 100%; }
  .item_view .price_wrapper {
    padding-top: 20px; }
    .item_view .price_wrapper .price a {
      padding: 0 50px;
      position: relative; }
      .item_view .price_wrapper .price a:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/shop_icon_white.png) no-repeat center;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -10px; }

.item_carousel {
  width: 100%; }
  .item_carousel .slick-next {
    right: 30px;
    top: 50%;
    bottom: auto;
    background: url(../img/arrow_right.svg) no-repeat center;
    -webkit-background-size: 15px 15px;
            background-size: 15px;
    padding: 20px;
    z-index: 1; }
    .item_carousel .slick-next:after, .item_carousel .slick-next:before {
      display: none; }
  .item_carousel .slick-prev {
    left: 30px;
    top: 50%;
    bottom: auto;
    background: url(../img/arrow_left.svg) no-repeat center;
    -webkit-background-size: 15px 15px;
            background-size: 15px;
    padding: 20px;
    z-index: 1; }
    .item_carousel .slick-prev:after, .item_carousel .slick-prev:before {
      display: none; }
  .item_carousel .slick-dots {
    position: absolute;
    bottom: 35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
  .item_carousel .img_wrapper {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }

.items_inside {
  width: 75%;
  float: right; }

.sidebar {
  padding: 30px 0;
  width: 25%;
  padding-right: 30px; }
  .sidebar .h3 {
    color: #EF9C1E;
    border-bottom: 2px solid #EF9C1E;
    padding-bottom: 10px; }
  .sidebar ul {
    margin-top: 15px; }
    .sidebar ul li {
      padding: 15px 0; }
      .sidebar ul li a {
        color: #505050; }

.pagination {
  text-align: right;
  margin: 30px 0; }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center; }
    .pagination li a {
      line-height: 30px; }
    .pagination li span {
      line-height: 30px; }
  .pagination .next {
    width: 30px;
    height: 30px;
    font-size: 0;
    background: url(../img/arrow_right.svg) no-repeat center;
    display: block; }
  .pagination .prev {
    width: 30px;
    height: 30px;
    font-size: 0;
    background: url(../img/arrow_left.svg) no-repeat center;
    display: block; }

.car_result .let_me_know {
  margin-top: 20px; }

.animated {
  visibility: visible !important; }

.how_to_get_us {
  padding: 40px 0 0 0; }
  .how_to_get_us .h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .how_to_get_us .h2 {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

#map {
  width: 100%;
  height: 450px;
  margin: 20px 0 0 0; }

.services_for_car {
  background: none !important; }

.serv_carousel {
  width: 100%;
  display: block;
  position: relative; }

.serv_itm {
  display: block;
  width: 100%; }

.slick-next {
  right: -25px;
  top: 50%;
  bottom: auto;
  background: url(../img/arrow_right.svg) no-repeat center; }

.slick-prev {
  left: -25px;
  top: 50%;
  bottom: auto;
  background: url(../img/arrow_left.svg) no-repeat center; }

.slick-next:before, .slick-prev:before {
  content: "";
  display: none; }



















@media (min-width: 320px) and (max-width: 575px) {
  .car .serv_car_item .title {
    float: none;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%; }
  .car .serv_car_item .price_call_back_wrapper {
    float: none;
    text-align: center; }
  .items_inside {
    width: 100%;
    float: none; }
  .sidebar {
    padding: 30px 0;
    width: 100%;
    padding-right: 0px; }
  .item_view .img_wrapper {
    margin-right: 0px; }
  .price {
    display: block;
    text-align: center;
    padding-bottom: 10px; }
  .serv_menu > ul {
    display: block;
    text-align: center; }
    .serv_menu > ul > li {
      vertical-align: top;
      display: inline-block;
      width: 100%;
      margin-bottom: 0px;
      text-align: left;
      position: relative; }
      .serv_menu > ul > li > a .svg_wrapper {
        width: 40px;
        height: 60px;
        margin-bottom: 0;
        float: left; }
      .serv_menu > ul > li:hover .sub {
        position: absolute;
        width: 100%;
        padding-top: 0px;
        display: block;
        height: auto;
        background: #EFEFEF;
        margin-top: 0px;
        top: 100%; }
  .footer {
    height: auto;
    text-align: center; }
    .footer .soc_wrapper {
      text-align: center;
      margin: 10px 0; }
  .popup_wrapper {
    background: white;
    display: block; }
    .popup_wrapper .wrapper {
      width: 100%;
      padding-top: 80px; }
      .popup_wrapper .wrapper .x_btn {
        position: fixed;
        width: 20px;
        height: 20px;
        background: url(../img/close_btn.svg) no-repeat center;
        right: 40px;
        top: 45px;
        opacity: .5; }
  header .top_menu li, .header .top_menu li {
    display: block;
    padding: 17px 26px; }
  .top_menu {
    display: block;
    position: fixed;
    background: white url(../img/menu_mobile_bk.jpg) no-repeat right -100px bottom;
    -webkit-background-size: 100px 100px;
            background-size: 100px;
    z-index: 6;
    top: 0;
    left: 0%;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-top: 70px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .top_menu li {
      min-width: 200px; }
  .show_menu {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    background: white url(../img/menu_mobile_bk.jpg) no-repeat right -300px bottom;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .about .img_wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: url(../img/bk_4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
    float: none; }
  .about .about_info {
    position: relative;
    margin-left: 0;
    width: 100%;
    padding: 20px 0 30px 10px;
    display: inline-block; }
  .what_we_do .case:nth-child(even) > div:last-child {
    padding: 14px 4px 4px 4px; }
  .car_result .add_on_serv .price {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    color: #EF9C1E;
    margin: 10px; }
  .serv_wrapper {
    margin-bottom: 40px; }
  .car_result .add_on_serv .h2 {
    text-align: center;
    padding: 0 50px;
    font-weight: bold;
    font-size: 19px; }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px; }
  h1, .h1 {
    font-size: 24px; }
  .car .car_title .logo_2 img {
    width: 100%; }
  .menu_btn {
    display: block;
    left: 20px; }
  header .logo, .header .logo {
    justify-items: center;
    float: none;
    padding: 20px 0; }
  header .loc_time_wrapper, .header .loc_time_wrapper {
    float: none;
    text-align: center; }
  header .loc_time_wrapper .location, .header .loc_time_wrapper .location {
    padding-left: 0; }
  header .tel_action_wrapper, .header .tel_action_wrapper {
    text-align: center;
    float: none; }
  .slider .h1_wrapper {
    position: relative;
    right: 0;
    z-index: 1;
    top: 10px;
    background-color: #383838;
    color: white;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 92%;
    margin: 4%;
    text-align: center; }
  .slider .h1_wrapper .hxl1 {
    font-size: 45px; }
  .slider .h1_wrapper .hxl {
    font-size: 40px;
    text-transform: uppercase;
    color: #EF9C1E;
    padding: 5px 0; }
  .slider .slider_form_wrapper {
    background: #c46e00;
    background: -webkit-linear-gradient(-45deg, #c46e00 0%, #f99b23 100%);
    background: -webkit-linear-gradient(315deg, #c46e00 0%, #f99b23 100%);
    background: -o-linear-gradient(315deg, #c46e00 0%, #f99b23 100%);
    background: linear-gradient(135deg, #c46e00 0%, #f99b23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c46e00', endColorstr='#f99b23',GradientType=1 );
    color: white;
    padding: 20px 36px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 92%;
    text-align: center;
    position: relative;
    right: auto;
    margin: 4%;
    top: 0px; }
  .slider {
    height: auto; }
  .what_we_do .case:nth-child(even) .wwk_img {
    position: relative;
    left: 0%;
    height: 100%;
    top: 0;
    bottom: 0; }
  .what_we_do .case:nth-child(even) .cont {
    margin-left: 0; }
  .what_we_do .case:nth-child(odd) .wwk_img {
    position: relative;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0; }
  .cont {
    text-align: left; }
  .what_we_do .case:nth-child(odd) > div:last-child{
    padding: 15px 0;
  }
  .questions .slick-prev {
    left: 0px;
    top: auto;
    bottom: -38px; }
  .questions .slick-next {
    right: 0px;
    top: auto;
    bottom: -38px; }
  .shop_items .slick-prev {
    left: 0px;
    top: auto;
    bottom: -38px;
    background: url(../img/arrow_left.svg) no-repeat center; }
    .shop_items .slick-prev:before {
      display: none; }
  .shop_items .slick-next {
    right: 0px;
    top: auto;
    bottom: -38px;
    background: url(../img/arrow_right.svg) no-repeat center; }
    .shop_items .slick-next:before {
      display: none; }
  .items {
    grid-template-columns: 1fr; }
  .items_carousel .item .btns_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .items_carousel .item .btns_wrapper a {
    width: 100%;
    margin-bottom: 15px; } }

















@media (min-width: 576px) and (max-width: 767px) {
  .items_carousel .item .btns_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .items_carousel .item .btns_wrapper a {
    width: 100%;
    margin-bottom: 15px; }
  .item_view .img_wrapper {
    height: 270px; }
  .serv_menu > ul {
    display: block;
    text-align: center; }
    .serv_menu > ul > li {
      vertical-align: top;
      display: inline-block;
      width: 24%;
      margin-bottom: 20px; }
  .questions .slick-prev {
    left: 0px;
    top: auto;
    bottom: -38px; }
  .questions .slick-next {
    right: 0px;
    top: auto;
    bottom: -38px; }
  .shop_items .slick-prev {
    left: 0px;
    top: auto;
    bottom: -38px;
    background: url(../img/arrow_left.svg) no-repeat center; }
    .shop_items .slick-prev:before {
      display: none; }
  .shop_items .slick-next {
    right: 0px;
    top: auto;
    bottom: -38px;
    background: url(../img/arrow_right.svg) no-repeat center; }
    .shop_items .slick-next:before {
      display: none; }
  header .loc_time_wrapper .location, .header .loc_time_wrapper .location {
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    padding-left: 0;
    letter-spacing: -1px;
    color: #404040;
    font-size: 19px;
    line-height: 35px; }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .top_menu {
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background: white url(../img/menu_mobile_bk.jpg) no-repeat right 1300px bottom;
    -webkit-background-size: 100px 100px;
            background-size: 100px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
    left: 0;
    top: 0;
    margin: 0;
    padding: 80px 30px 20px 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .top_menu li {
      display: block;
      padding: 20px 0; }
  .show_menu {
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    background: white url(../img/menu_mobile_bk.jpg) no-repeat right -10px bottom;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  header .logo, .header .logo {
    justify-items: center;
    float: none;
    padding: 20px 0; }
  h1, .h1 {
    font-size: 28px; }
  .car .car_title .logo_2 {
    float: none;
    width: 100%;
    margin-right: 10px; }
  .slider {
    height: 600px; }
  .slider .slider_form_wrapper {
    background: #c46e00;
    background: -webkit-linear-gradient(-45deg, #c46e00 0%, #f99b23 100%);
    background: -webkit-linear-gradient(315deg, #c46e00 0%, #f99b23 100%);
    background: -o-linear-gradient(315deg, #c46e00 0%, #f99b23 100%);
    background: linear-gradient(135deg, #c46e00 0%, #f99b23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c46e00', endColorstr='#f99b23',GradientType=1 );
    color: white;
    padding: 20px 36px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    position: absolute;
    right: 8.5%;
    top: 200px; }
  .slider .h1_wrapper .hxl {
    font-size: 24px;
    text-transform: uppercase;
    color: #EF9C1E;
    padding: 5px 0; }
  .slider .h1_wrapper .hxl1 {
    font-size: 54px; }
  header .loc_time_wrapper, .header .loc_time_wrapper {
    float: left;
    text-align: left; }
  header .tel_action_wrapper, .header .tel_action_wrapper {
    text-align: right;
    float: right; }
  .slider .h1_wrapper {
    position: absolute;
    right: 32%;
    z-index: 1;
    top: 35px;
    background-color: #383838;
    color: white;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: auto;
    margin: 0;
    text-align: center; }
  .menu_btn {
    display: block;
    left: 20px; }
  .items {
    grid-template-columns: 1fr; }
  .items_carousel .item {
    border: 1px solid #E5E5E5;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3%;
    background: white; }
  .what_we_do .case:nth-child(even) .wwk_img {
    position: relative;
    left: 0%;
    height: 100%;
    top: 0;
    bottom: 0; }
  .what_we_do .case:nth-child(even) > div:last-child {
    padding: 20px 0; }
  .what_we_do .case:nth-child(even) .cont {
    margin-left: 0; }
  .what_we_do .case:nth-child(odd) .wwk_img {
    position: relative;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0; }
  .cont {
    padding: 10px 0;
    text-align: left; } }




















@media (min-width: 768px) and (max-width: 991px) {
  .what_we_do .case:nth-child(odd) > div:last-child {
    padding: 20px 40px 20px 20px; }
  .items_carousel .item {
    border: 1px solid #E5E5E5;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3%;
    background: white; }
  .serv_prices .price_wrapper .price {
    font-size: 32px; }
  .serv_prices .price_wrapper .price svg {
    max-height: 26px;
    vertical-align: top;
    margin-top: 3px; }
  .car_result .add_on_serv .h2 {
    padding: 0;
    font-size: 18px;
    min-height: 40px; }
  .car_result img {
    display: block;
    margin: auto; }
  .shop_items .slick-prev {
    left: 0px;
    top: auto;
    bottom: -38px;
    background: url(../img/arrow_left.svg) no-repeat center; }
    .shop_items .slick-prev:before {
      display: none; }
  .shop_items .slick-next {
    right: 0px;
    top: auto;
    bottom: -38px;
    background: url(../img/arrow_right.svg) no-repeat center; }
    .shop_items .slick-next:before {
      display: none; }
  h1, .h1 {
    font-size: 32px; }
  header .logo, .header .logo {
    padding-left: 23px; }
    header .logo img, .header .logo img {
      width: 160px;
      margin-top: -3px; }
  .menu_btn {
    display: block;
    left: 30px; }
  .slider .h1_wrapper {
    position: absolute;
    right: 37%; }
  .slider .slider_form_wrapper {
    top: 190px;
    right: 0%; }
  .top_menu {
    display: block;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    position: fixed;
    width: 250px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    height: 100%;
    background: white;
    z-index: 9;
    left: 0;
    top: 0;
    margin: 0;
    padding: 80px 30px 20px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .top_menu li {
      display: block;
      padding: 20px 0; }
  .show_menu {
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    background: white url(../img/menu_mobile_bk.jpg) no-repeat right -10px bottom;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .items {
    grid-template-columns: 1fr 1fr; }
    .serv_itm{
    padding: 0 15px;
  } }
















@media (min-width: 992px) and (max-width: 1199px) {
  .button.linear {
    background: none;
    border: 1px solid #EF9C1E;
    color: #EF9C1E;
    padding: 0 0px; }
  .items {
    grid-template-columns: 1fr 1fr; }
  .menu_btn {
    display: block;
    left: 30px; }
  .shop_items .slick-prev {
    left: -25px;
    top: 50%;
    bottom: auto;
    background: url(../img/arrow_left.svg) no-repeat center; }
    .shop_items .slick-prev:before {
      display: none; }
  .shop_items .slick-next {
    right: -25px;
    top: 50%;
    bottom: auto;
    background: url(../img/arrow_right.svg) no-repeat center; }
    .shop_items .slick-next:before {
      display: none; }
  h1, .h1 {
    font-size: 36px; }
  header .logo, .header .logo {
    padding-left: 33px; }
  header .logo img, .header .logo img {
    width: auto;
    margin: auto; }
  header .logo, .header .logo {
    justify-items: left;
    float: left; }
  .slider .slider_form_wrapper {
    top: 180px;
    right: 4%; }
  .car .car_title .logo_2 {
    float: left;
    width: auto;
    margin-right: 10px; }
  .top_menu {
    display: block;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    position: fixed;
    width: 250px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    height: 100%;
    background: white;
    z-index: 9;
    left: 0;
    top: 0;
    margin: 0;
    padding: 80px 30px 20px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .top_menu li {
      display: block;
      padding: 20px 0; }
  .show_menu {
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    background: white url(../img/menu_mobile_bk.jpg) no-repeat right -10px bottom;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .serv_itm{
    padding: 0 15px;
  } }















/*lg*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .serv_itm{
    padding: 0 15px;
  }
  .shop_items .slick-prev {
    left: -25px;
    top: 50%;
    bottom: auto;
    background: url(../img/arrow_left.svg) no-repeat center; }
    .shop_items .slick-prev:before {
      display: none; }
  .shop_items .slick-next {
    right: -25px;
    top: 50%;
    bottom: auto;
    background: url(../img/arrow_right.svg) no-repeat center; }
    .shop_items .slick-next:before {
      display: none; }
  header .logo, .header .logo {
    padding-left: 0px; }
  .menu_btn {
    display: none; }
  header .top_menu, .header .top_menu {
    display: block; }
  .slider .slider_form_wrapper {
    top: 170px; }
  .items_carousel .item {
    border: 1px solid #E5E5E5;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3%;
    background: white; }
  .button.linear {
    background: none;
    border: 1px solid #EF9C1E;
    color: #EF9C1E;
    padding: 0 20px; } }

@media (min-width: 1600px) {
  .slider .slider_form_wrapper {
    top: 140px;
    right: 14.5%; }
  .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3em;
    text-align: center; }
    .items .item {
      border: 1px solid #E5E5E5;
      padding: 40px;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      .items .item .img_wrapper {
        margin-bottom: 20px;
        height: 200px;
        display: grid; }
        .items .item .img_wrapper img {
          -webkit-align-self: center;
              -ms-flex-item-align: center;
                  align-self: center;
          justify-self: center; }
      .items .item .price {
        margin: 15px 0; }
      .items .item .btns_wrapper {
        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; }
        .items .item .btns_wrapper a {
          width: 47%; }
  .item_view .img_wrapper {
    height: 400px; }
  .serv_prices .price_wrapper {
    background: white;
    color: #EF9C1E;
    padding-top: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px; } }
