/* MAIN */
html { 
  font-size: 14px;
}
body {
  font-family: 'PT Sans', sans-serif;
}
.button {
  margin-bottom: 0;
}
#header {
  height: 50px;
}
#header .menu {
  margin-top: 7px;
}
#header .menu li a {
  padding-left: 0;
  padding-right: 32px;
  font-size: 14px;
}
#header .menu .active > a,
#header .menu li a:hover,
#header .menu li a:focus,
#header .menu li a:active,
.controls a:hover,
.controls a:focus,
.controls a:active {
  text-decoration: underline;
  background: none;
}
.controls {
  display: inline-block;
  float: right;
  margin-top: 15px;
}
.controls > * {
  margin-top: -2px;
}
.controls a {
  text-decoration: underline;
  font-size: 14px;
}
.controls a:first-child {
  max-width: 152px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
#header .button {
  margin-top: 8px;
  margin-right: 40px;
  float: right;
  width: 151px;
  height: 34px;
  padding: 0.85em 0.5em;
  line-height: 6px;
  font-size: 14px;
}
#header .burger-menu {
  margin-top: 10px;
  margin-left: 30px;
}

#sub-header {
  margin: 40px 0;
}

.top-logo > *,
.footer-logo > * {
  display: inline-block;
  vertical-align: middle;
}
.top-logo img,
.footer-logo img {
  margin-right: 25px;
  margin-top: -16px;
}
.logo-text {
  max-width: 55%;
  font-size: 14px;
  line-height: 18px;
}
#sub-header .info, #sub-header .basket {
  float: right;
}
#sub-header .info {
  text-align: right;
  margin-right: 50px;
}
#sub-header .info .phone {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 0;
}
#sub-header .call-back {
  font-size: 15px;
  border-bottom: 1px dashed;
}
#sub-header .basket, #sub-header .price {
  display: inline-block;
  vertical-align: top;
}
#sub-header .basket {
  margin-top: 10px;
}
#sub-header .basket .cart {
  position: relative;
  width: 31px;
  height: 33px;
  display: inline-block;
}
#sub-header .basket .cart span {
  position: absolute;
  top: -9px;
  right: -13px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
#sub-header .price {
  margin-top: -8px;
  margin-left: 15px;
}
#sub-header .price > span {
  margin-top: -5px;
  font-size: 11px;
}
#sub-header .price .total-price {
  font-size: 22px;
  font-weight: bold;
  display: block;
}
.tabs {
  border: none;
}
.tabs-top li {
  display: inline-block;
}
.tabs-top a {
  text-decoration: none;
  border: 1px solid;
  padding: 20px 5vw;
  max-width: 300px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 18px;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  will-change: auto;
  -webkit-border-radius: 3px 3px 0px 0px;
          border-radius: 3px 3px 0px 0px;
}
.tabs a:focus {
  outline: none;
}
input[type="text"].large {
  padding: 7px 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  font-size: 18px;
  border-width: 2px;
}
.search-form input[type="text"] {
  width: -webkit-calc(84% - 39px);
  width: calc(84% - 39px);
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 0;
  display: inline-block;
}
.search-form input[type="submit"] {
  width: 16%;
  display: inline-block;
  vertical-align: top;
}
#tabs .tabs-content {
  min-height: 71px;
}
.tabs-panel{
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 10px;
  margin-bottom: -20px;
  display: block;
  opacity: 0;
}
.tabs-panel.is-active {
  top: 0;
  left: 0;
  position: relative;
  opacity: 1;
  -webkit-transition: ease-in-out 250ms opacity, ease-in-out 200ms padding;
  -o-transition: ease-in-out 250ms opacity, ease-in-out 200ms padding;
  transition: ease-in-out 250ms opacity, ease-in-out 200ms padding;
  will-change: opacity, padding;
}
#code.tabs-panel.is-active,
#vin.tabs-panel.is-active {
  margin-bottom: 0;
}
#brand.tabs-panel.is-active,
#products.tabs-panel.is-active {
  padding: 45px 40px;
  margin-bottom: 0;
}
.tabs-brand a {
  font-size: 18px;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 35px;
}
.tabs-brand .is-active a,
.by-letter a {
  text-decoration: underline;
}
.by-letter a:hover,
.by-letter a:active,
.by-letter a:focus {
  text-decoration: none;
}
.tabs-brand-content .tabs-panel.is-active {
  padding: 0;
  margin-bottom: 0;
}
.tabs-brand-content ul,
#products ul {
  margin: 0;
  list-style: none;
}
.by-letter {
  position: relative;
}
.by-letter span {
  position: absolute;
  top: 0;
  left: 0;
}
.by-letter img {
  max-width: 20px;
  max-height: 20px;
  position: absolute
}
.by-letter li {
  margin-left: 30px;
  line-height: 16px;
  margin-bottom: 10px;
}
.by-letter li:nth-of-type(1n+2) {
  display: block;
}

#undertab > .column {
  margin-top: 30px;
}
#undertab form {
  padding: 32.5px 40px;
}
#undertab form input {
  display: inline-block;
}
#undertab form p {
  font-size: 24px;
  line-height: 30px;
}
#undertab .owl-carousel {
  position: relative;
}
#undertab .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 55px;
}
#undertab .owl-carousel .item {
  overflow: hidden;
  width: 935px;
  height: 320px;
}
.owl-theme .owl-dots .owl-dot span,
.customDots  .owl-dot span{
  width: 15px;
  height: 15px;
  display: block;
}
.mini-title {
  font-size: 25px;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}
.section-items,
.product-items {
  text-align: center;
}
.section-items .item,
.product-items .product-item {
  width: 100%;
  height: 290px;
  border: 1px solid;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  will-change: auto;
}
.section-items .item p {
  font-size: 18px;
  width: 185px;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: -20px;
  text-align: center;
}
.section-items .item .button {
  opacity: 0;
  display: none;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  will-change: auto;
}
.section-items .item:hover .button{
  opacity: 1;
  display: inline-block;
}
.saturate .img-wrap {
  -webkit-filter: saturate(0%);
        filter: saturate(0%);
}
.section-items .img-wrap,
.product-items .img-wrap {
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  will-change: auto;
}
.section-items .item:hover .img-wrap{
  margin-bottom: 0;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}
.img-wrap img, .img-wrap svg {
  max-height: 175px;/*
  max-width: 260px;*/
  position: absolute;
  width: auto !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reasons img {
  margin-top: 30px;
  margin-bottom: 55px;
}
.reasons p {
  font-size: 17px;
}

.product-items .product-item {
  position: relative;
  height: 350px;
}
.product-items .section-label {
  position: absolute;
  left: 0;
  top: 15px;
  padding: 8px 13px;
  z-index: 5;
}
.product-items .section-label:after {
  content: '';
  display: block;
  width: 25px;
  height: 37px;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  position: absolute;
  right: -15px;
  top: 0;
}
.product-items .img-wrap:not(.full) img{
  padding-top: 25px;
}
.img-wrap.full img {
  width: 100% !important;
  height: auto;
  max-height: none;
}

.product-items .item-link {
  font-size: 15px;
  text-decoration: underline;
  display: block;
  height: 44px;
  width: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.product-items .price {
  display: block;
  font-weight: bold;
  font-size: 22px;
  padding: 15px 0;
}
.product-items .price > .old-price {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  text-decoration: line-through;
}
.button.buy {
  padding: 5px 20px;
  font-size: 16px;
  vertical-align: middle;
}
.buy.basket svg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
  -webkit-transition: fill .25s ease-out;
  -o-transition: fill .25s ease-out;
  transition: fill .25s ease-out;
  will-change: fill;
}
.button.buy:not(.basket) {
  padding: 8px 31px;
}
.customDots {
  margin-left: 25px;
}
.customDots .owl-dot {
  display: inline-block;
}
.customDots .owl-dot span {
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
}
.text {
  font-size: 15px;
}
.pre-footer {
  margin-top: 20px;
  padding-bottom: 70px;
}
.pre-footer .mini-title {
  padding-right: .9rem;
  padding-left: .9rem;
}
#footer-top .row {
  position: relative;
}
#footer-top .show-for-large img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.info-form {
  padding-top: 55px;
  padding-bottom: 55px;
}
.info-form p,
.info-form input {
  display: inline-block;
  vertical-align: top;
}
.info-form p {
  font-size: 22px;
  margin-right: 35px;
  text-align: right;
}
.info-form p:nth-of-type(1) {
  font-size: 28px;
}
.info-form p:nth-of-type(3) {
  margin-right: 0;
}
.info-form #icon-phone,
.info-form #icon-email {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}
.info-form .phone:before,
.info-form .mail:before {
  margin-right: 10px;
  vertical-align: sub;
}
#footer-mid {
  padding-top: 45px;
  padding-bottom: 30px;
}
#footer-bottom {
  -webkit-box-shadow: inset 0 5px 20px 0 rgba(0,0,0, .3);
          box-shadow: inset 0 5px 20px 0 rgba(0,0,0, .3);
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer-mid .text-right {
  position: relative;
}
.footer-logo a {
  margin-right: 30px;
}
.footer-logo img {
  width: 100%;
}
.soc-links {
  list-style: none;
}
.soc-links + a,
.menu-footer a:hover {
  text-decoration: underline;
}
.soc-links + a {
  position: absolute;
  right: .9rem;
  bottom: -30px;
}
.soc-links li {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  margin-left: 15px;
}
/*.menu-footer li:nth-of-type(1) a {
  padding-left: 0;
}
.menu-footer li:last-of-type a {
  padding-right: 0;
}*/
#footer-bottom p {
  margin: 0;
}
#footer-bottom a {
  text-decoration: underline;
}

.bx-touch .section-items .item .button{
  opacity: 1;
  display: inline-block;
}
.bx-touch .section-items .item .img-wrap{
  margin-bottom: 0;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}
.reasons .column {
  vertical-align: top;
}
#footer-top {
  margin-top: 120px;
}
.pre-footer + footer > #footer-top {
  margin-top: 0;
}

.tooltip.product {
  text-align: center;
  position: relative;
}
.tooltip.product a{
  text-decoration: none;
}
.tooltip.product .cross {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 10px;
}
.tooltip.product .button {
  margin-top: 10px;
}
.breadcrumbs {
  margin: 1rem 0;
}
.breadcrumbs li {
  font-size: 12px;
}
#footer-top .info-form {
  position: relative;
}
#footer-top .requestInfo {
  display: none;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.owl-carousel .item + .item {
  display: none;
}
/*
//////////////////////////////////////////////////////////////////
MEDIA
//////////////////////////////////////////////////////////////////
 */
/* TABLET */
@media screen and (max-width: 63.99em) {
  .menu-top {
    display: block;
    margin-left: -100%;
    height: 0;
    -webkit-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
  }
  .menu-top.show {
    margin-left: 0;
  }
  #header .controls,
  #header .button {
    opacity: 1;
    -webkit-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
  }
  #header .large-5.show .controls,
  #header .large-5.show .button {
    opacity: 0;
  }
  .burger-menu {
    display: inline-block;
  }
  #header .button {
    float: left;
    margin-right: 0;
  }
  #sub-header .price {
    display: none;
  }
  /*.menu-top .menu {
    width: 100%;
  }*/
  .top-logo img{
    max-width: 170px;
    margin-right: 5px;
  }
  .logo-text {
    font-size: 12px;
  }
  .logo-text br {
    display: none;
  }
  #sub-header .info {
    margin-right: 15px;
  }
  #sub-header .info .phone {
    font-size: 15px;
    line-height: 15px;
  }
  #sub-header .basket {
    margin-top: 0;
    margin-right: 10px;
  }

  .tabs-top a {
    padding: 20px 3.8vw;
    font-size: 15px;
  }
  .tabs-brand a {
    margin-bottom: 40px;
    margin-right: 20px;
    font-size: 15px;
  }

  #undertab form {
    padding: 10px;
    text-align: center;
  }
  #undertab form p {
    padding: 20px 0;
  }
  #undertab form input {
    width: 29%;
    display: inline-block;
    vertical-align: top;
  }
  #undertab form input[type="text"]{
    margin-right: 10px;
  }
  #undertab .owl-dots {
    bottom: 40px;
    left: 35px;
  }
  #undertab .owl-carousel .item {
    width: auto;
    height: auto;
  }
  .reasons .column {
    float: none !important;
    display: inline-block;
    margin-left: -3px;
  }
  .reasons img {
    margin-bottom: 35px;
  }
  .product-items .item-link {
    width: 150px;
  }
  .pre-footer .mini-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #footer-mid {
    position: relative;
    padding-bottom: 30px;
  }
  #footer-mid .text-right {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .footer-logo a {
    margin: 0;
  }
  .footer-logo img {
    margin-bottom: 20px;
  }
  .soc-links p {
    font-size: 12px;
  }
  .menu-footer a {
    padding: .7rem .6rem !important;
  }
  #footer-bottom .column{
    text-align: center;
    margin-bottom: 30px;
  }
  #footer-bottom .text-right {
    margin-bottom: 0;
  }
  #footer-top {
    margin-top: 0;
  }
  .pre-footer {
    padding-bottom: 20px;
  }
}

/* MOBILE */
@media screen and (max-width: 39.99em) {
  #header .controls {
    margin-top: -100%;
    text-align: center;
    float: none;
    margin-left: 50px;
    display: block;
  }
  #header .large-5.show {
    z-index: 990;
    position: relative;
  }
  #header .large-5.show .controls {
    opacity: 1;
    margin-top: 15px;
  }
  #header .large-5.show .button {
    display: none;
  }
  #header .menu li a {
    padding: .7rem 1rem;
  }
  .menu-top {
    z-index: 950;
    height: 100%;
    text-align: center;
    padding: 40px 0 20px 0px;
    margin-bottom: -100%;
    margin-left: 0 !important;
    margin-top: -100%;
  }
  .menu-top.show {
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }
  .menu-top > * {
    display: inline-block;
  }

  .top-logo {
    text-align: center;
  }
  .top-logo img{
    width: 100%;
    max-width: 300px;
  }
  .logo-text {
    max-width: 100%;
    margin: 10px 0;
  }
  .top-logo a {
    width: 100%;
  }
  .top-logo + .small-12 {
    text-align: center;
  }
  .call-back {
    display: none;
  }
  #sub-header .info .phone {
    font-size: 22px;
  }
  #sub-header .info, #sub-header .basket {
    margin-top: 15px;
  }
  #sub-header .info {
    margin-top: 23px;
    margin-right: 30px;
  }

  .tabs-top li {
    width: 100%;
    text-align: center;
  }
  .tabs-top a {
    max-width: none;
  }
  .tabs-brand a {
    margin-bottom: 30px;
  }
  .search-form input[type="text"] {
    margin-bottom: 10px;
  }
  .search-form input[type="text"],
  #undertab form input {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
  }
  .search-form input[type="submit"],
  #undertab form input[type="submit"]{
    width: 100%;
  }
  #undertab > .columns {
    margin-top: 20px;
  }
  #undertab .owl-dots {
    bottom: 30px;
    left: 25px;
  }
  #undertab .owl-carousel .item {
    overflow: hidden;
    height: 470px;
    position: relative;
  }
  #undertab .owl-carousel .item img {
    position: absolute;
    bottom:0;
    left: 0;
  }
  .mini-title {
    font-size: 23px;
    padding-bottom: 10px;
  }

  .reasons .column {
    margin-bottom: 0;
  }
  .reasons img {
    margin-bottom: 25px;
  }
  .mini-title.owl {
    text-align: center;
  }
  .customDots {
    display: block;
    margin-left: 0;
  }

  .product-items .item-link {
    width: 200px;
  }
  .info-form {
    text-align: center;
  }
  .info-form p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
  }
  .info-form p:nth-of-type(1) {
    font-size: 25px;
    text-align: center;
  }
  #footer-mid .text-right {
    position: relative;
    top: 0;
  }
  .footer-logo img {
    margin-right: 0;
  }
  .footer-logo,
  .soc-links {
    text-align: center;
  }
  .soc-links {
    padding: 10px 0;
    margin: 0;
  }
  .soc-links li:nth-of-type(1) {
    margin-left: 0;
  }
  .soc-links + a {
    position: relative;
    display: block;
    text-align: center;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .menu-footer {
    text-align: center;
  }
  .menu-footer li {
    width: 100%;
  }
}