@charset "UTF-8";
/* line 2, main.scss */
header .cart-widget {
  margin-left: auto;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content; }
/* line 8, main.scss */
header .subtitle {
  font-family: "Lato";
  font-weight: 400;
  font-size: 12px;
  color: #999999; }
/* line 15, main.scss */
header .title {
  color: #161e04;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 800; }
/* line 21, main.scss */
header .block-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  margin-left: 50px; }
  /* line 37, main.scss */
  header .block-header p {
    margin: 0;
    font-family: "Lato";
    font-weight: 500;
    color: #999999;
    font-size: 12px; }
  /* line 44, main.scss */
  header .block-header .phone {
    color: #161e04;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 900;
    width: 100%;
    height: 20px; }
/* line 53, main.scss */
header .logo {
  margin: 0 auto;
  width: 267px;
  height: 121px;
  background-color: #161e04; }
  /* line 58, main.scss */
  header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
/* line 79, main.scss */
header .right {
  width: 30%; }
/* line 82, main.scss */
header .left {
  width: 30%; }
  /* line 84, main.scss */
  header .left a {
    color: #161e04;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    /* Text style for "галерея" */
    letter-spacing: 2.8px;
    margin-right: 84px; }
    /* line 94, main.scss */
    header .left a img {
      margin-right: 6px;
      position: relative;
      top: 1px; }
    /* line 99, main.scss */
    header .left a:last-child {
      margin-right: 0; }

/* line 105, main.scss */
.relative {
  position: relative; }

/* line 109, main.scss */
.mega-slider .bttn-prim {
  margin-top: 20px; }
/* line 112, main.scss */
.mega-slider .slide-content {
  padding-left: 72px;
  padding-top: 90px; }
/* line 116, main.scss */
.mega-slider .content {
  color: #ffffff;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  max-width: 553px; }
/* line 123, main.scss */
.mega-slider .mega-prev {
  left: -20px; }
/* line 126, main.scss */
.mega-slider .navigation {
  position: relative;
  top: -254px; }
/* line 130, main.scss */
.mega-slider .background {
  overflow: hidden;
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
/* line 138, main.scss */
.mega-slider .title {
  color: #64bf25;
  font-family: "Roboto Slab";
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 500px; }
/* line 146, main.scss */
.mega-slider .icon {
  margin-right: 35px; }

/* line 152, main.scss */
select.car {
  background-color: #fff !important;
  background: url(select.svg) -webkit-calc(100% - 20px) no-repeat, url(car.svg) 9px no-repeat;
  background: url(select.svg) calc(100% - 20px) no-repeat, url(car.svg) 9px no-repeat;
  padding-left: 50px; }

/* line 158, main.scss */
select.car2 {
  background-color: #fff !important;
  background: url(select.svg) -webkit-calc(100% - 20px) no-repeat, url(car2.svg) 16px no-repeat;
  background: url(select.svg) calc(100% - 20px) no-repeat, url(car2.svg) 16px no-repeat;
  padding-left: 50px; }

/* line 164, main.scss */
select.kit {
  background-color: #fff !important;
  background: url(select.svg) -webkit-calc(1000% - 20px) no-repeat, url(kit.svg) 16px no-repeat;
  background: url(select.svg) calc(1000% - 20px) no-repeat, url(kit.svg) 16px no-repeat;
  padding-left: 50px; }

/* line 172, main.scss */
.car {
  background-color: #fff !important;
  background: url(select.svg) -webkit-calc(1000% - 20px) no-repeat, url(car.svg) 5px no-repeat;
  background: url(select.svg) calc(1000% - 20px) no-repeat, url(car.svg) 5px no-repeat;
  padding-left: 50px; }

/* line 178, main.scss */
.car2 {
  background-color: #fff !important;
  background: url(select.svg) -webkit-calc(1000% - 20px) no-repeat, url(car2.svg) 10px no-repeat;
  background: url(select.svg) calc(1000% - 20px) no-repeat, url(car2.svg) 10px no-repeat;
  padding-left: 50px; }

/* line 184, main.scss */
.kit {
  background-color: #fff !important;
  background: url(select.svg) -webkit-calc(1000% - 20px) no-repeat, url(kit.svg) 10px no-repeat;
  background: url(select.svg) calc(1000% - 20px) no-repeat, url(kit.svg) 10px no-repeat;
  padding-left: 50px; }

/* line 193, main.scss */
.collection-filter-header {
  color: #161e04;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 53px;
  padding-top: 33px;
  background-color: #a2d97c;
  margin-bottom: 20px; }

/* line 204, main.scss */
.style-select {
  height: 43px;
  background-color: #ffffff;
  width: 100%;
  border: 0;
  padding-right: 20px;
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400; }

/* line 216, main.scss */
button.filter-submit.bttn-prim {
  background-color: #161e04;
  color: #ffffff;
  border: 0;
  display: block;
  margin: 0 auto;
  margin-top: 27px; }

/* line 224, main.scss */
.filter {
  border: 0; }

/* line 227, main.scss */
.collection-filter {
  padding-left: 53px;
  padding-right: 53px;
  background-color: #a2d97c; }

/* line 232, main.scss */
.filter-title span {
  color: #ffffff;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
  margin-top: 25px;
  display: block; }

/* line 244, main.scss */
.wrap-slider .search_widget {
  background-color: #64bf25;
  height: 40px; }
  /* line 247, main.scss */
  .wrap-slider .search_widget .search_widget-submit {
    margin-right: 50px;
    background-color: transparent;
    background-image: url(search.svg);
    background-repeat: no-repeat;
    background-position: center; }
  /* line 254, main.scss */
  .wrap-slider .search_widget .inpt-group {
    height: 100%; }
    /* line 256, main.scss */
    .wrap-slider .search_widget .inpt-group input {
      padding-left: 53px;
      color: #fff;
      border: 0; }
      /* line 260, main.scss */
      .wrap-slider .search_widget .inpt-group input::-webkit-input-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 271, main.scss */
      .wrap-slider .search_widget .inpt-group input:-moz-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 282, main.scss */
      .wrap-slider .search_widget .inpt-group input::-moz-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 293, main.scss */
      .wrap-slider .search_widget .inpt-group input:-ms-input-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 304, main.scss */
      .wrap-slider .search_widget .inpt-group input::-ms-input-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 315, main.scss */
      .wrap-slider .search_widget .inpt-group input::placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
/* line 332, main.scss */
.wrap-slider .filter-wrap {
  position: relative;
  top: -480px; }
/* line 337, main.scss */
.wrap-slider .custom-filter {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 106px;
  width: 411px;
  background-color: #a2d97c;
  height: 493px; }

/* line 348, main.scss */
.search_widget {
  background-color: #64bf25;
  height: 40px; }
  /* line 351, main.scss */
  .search_widget .search_widget-submit {
    margin-right: 50px;
    background-color: transparent;
    background-image: url(search.svg);
    background-repeat: no-repeat;
    background-position: center; }
  /* line 358, main.scss */
  .search_widget .inpt-group {
    height: 100%; }
    /* line 360, main.scss */
    .search_widget .inpt-group input {
      padding-left: 53px;
      color: #fff;
      border: 0; }
      /* line 364, main.scss */
      .search_widget .inpt-group input::-webkit-input-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 375, main.scss */
      .search_widget .inpt-group input:-moz-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 386, main.scss */
      .search_widget .inpt-group input::-moz-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 397, main.scss */
      .search_widget .inpt-group input:-ms-input-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 408, main.scss */
      .search_widget .inpt-group input::-ms-input-placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }
      /* line 419, main.scss */
      .search_widget .inpt-group input::placeholder {
        color: #ffffff;
        font-family: "Lato";
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        /* Text style for "п, оиск" */
        letter-spacing: 2.4px;
        padding-left: 0px; }

/* line 436, main.scss */
.filter-wrap {
  position: relative; }

/* line 440, main.scss */
.custom-filter {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  width: 411px;
  background-color: #a2d97c;
  height: 493px; }

/* line 449, main.scss */
[data-transference] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }

/* line 455, main.scss */
header .logo {
  position: relative; }

/* line 460, main.scss */
.best-offer .is-button-active svg * {
  fill: #a2d97c !important; }
/* line 463, main.scss */
.best-offer .is-button-active .title {
  color: #a2d97c !important; }
/* line 467, main.scss */
.best-offer .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 54px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 40px;
  background-color: #161e04; }
/* line 480, main.scss */
.best-offer .icon {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 493, main.scss */
.best-offer .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  text-align: center;
  cursor: pointer; }
  /* line 516, main.scss */
  .best-offer .item .title {
    color: #ffffff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    max-width: 160px;
    word-break: break-word; }

/* line 530, main.scss */
body {
  background-color: #f8f8f8; }

/* line 533, main.scss */
.go-catalog {
  margin-left: 40px;
  border: 1px solid #cccccc;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  display: inline-block;
  color: #161e04;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  padding: 12px 20px;
  margin-top: 10px; }
  /* line 549, main.scss */
  .go-catalog span {
    display: inline-block;
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg); }

/* line 557, main.scss */
.title-collection {
  color: #161e04;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 44px; }

/* line 567, main.scss */
.collection-products_count {
  color: #a2d97c;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 44px; }

/* line 575, main.scss */
.tabs-box {
  padding-top: 25px; }

/* line 578, main.scss */
.seo-filters-wrap {
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg); }

/* line 584, main.scss */
.seo-filters {
  border: 1px solid #cccccc;
  margin-left: auto;
  padding: 25px;
  padding-right: 15px;
  padding-left: 30px;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 50px;
  max-width: 700px; }
  /* line 598, main.scss */
  .seo-filters a {
    color: #999999;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px 3px;
    border-bottom: 1px solid transparent; }
    /* line 612, main.scss */
    .seo-filters a:hover {
      color: green;
      border-bottom: 1px solid;
      color: #64bf25; }

/* line 619, main.scss */
.best-offer {
  background: #fff; }

/* line 622, main.scss */
.cards-row {
  padding: 0px 20px; }

/* line 626, main.scss */
.is-collection .cards-row {
  padding: 10px 0px; }

/* line 631, main.scss */
.card .card-title a {
  color: #161e04;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px; }
/* line 642, main.scss */
.card .card-action {
  margin-top: 11px; }

/* line 646, main.scss */
.product-short_description {
  padding-left: 20px;
  padding-right: 20px;
  color: #161e04;
  font-family: Lato;
  font-size: 12px;
  font-weight: 500; }

/* line 654, main.scss */
.cards-row {
  margin-top: 10px; }

/* line 658, main.scss */
.property {
  margin-bottom: 2px; }

/* line 662, main.scss */
.card .props {
  max-height: 300px;
  overflow: hidden; }
/* line 666, main.scss */
.card .hover-card {
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 30, 4, 0.85);
  opacity: 0;
  padding-left: 21px;
  padding-right: 21px; }
  /* line 679, main.scss */
  .card .hover-card .title {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a2d97c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 694, main.scss */
    .card .hover-card .title span {
      color: #a2d97c;
      font-family: "Roboto Slab";
      font-size: 16px;
      font-weight: 700; }
      /* line 699, main.scss */
      .card .hover-card .title span:last-child {
        color: #fff; }
/* line 706, main.scss */
.card:hover .hover-card {
  opacity: 1;
  z-index: 2; }
/* line 711, main.scss */
.card .card-title a {
  color: #161e04;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  display: block; }
/* line 723, main.scss */
.card .card-action {
  margin-top: 11px;
  margin-bottom: 24px;
  position: relative;
  z-index: 3; }

/* line 730, main.scss */
.product-short_description {
  padding-left: 20px;
  padding-right: 20px;
  color: #161e04;
  font-family: Lato;
  font-size: 12px;
  font-weight: 500; }

/* line 738, main.scss */
.cards-row {
  margin-top: 10px; }

/* line 743, main.scss */
.item.is-button-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 20px 12.5px;
  border-color: transparent transparent #ffffff transparent; }

/* line 754, main.scss */
.best-offer .header {
  position: relative; }

/* line 760, main.scss */
.brands .brands-slider-wrap {
  padding: 20px 20px;
  overflow: hidden;
  background: #fff; }
/* line 766, main.scss */
.brands .brands-slider .swiper-slide a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 785, main.scss */
.brands .title {
  height: 75px;
  background-color: #161e04;
  color: #ffffff;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 40px; }

/* line 813, main.scss */
.mega-slider .swiper-button-next, .mega-slider .swiper-button-prev {
  width: 39px;
  height: 72px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 39px 72px;
  background-size: 39px 72px; }
/* line 822, main.scss */
.mega-slider .swiper-button-prev, .mega-slider .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36' height='69' viewBox='0 0 36 69'%3E%3Cdefs%3E%3Cpath id='jwcna' d='M325.56 309.53l-31.95 31.95 31.95 31.96a1.49 1.49 0 0 1-2.1 2.1l-33-33a1.5 1.5 0 0 1 0-2.11l33-33.01a1.49 1.49 0 1 1 2.1 2.1z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-290 -307%29'%3E%3Cuse fill='%23fff' xlink:href='%23jwcna'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: 10px;
  right: auto; }
/* line 827, main.scss */
.mega-slider .swiper-button-next, .mega-slider .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='37' height='70' viewBox='0 0 37 70'%3E%3Cdefs%3E%3Cpath id='n156a' d='M1593.94 306.7a1.5 1.5 0 0 1 2.12 0l33.23 33.24a1.5 1.5 0 0 1 0 2.12l-33.23 33.23a1.5 1.5 0 1 1-2.12-2.12L1626.1 341l-32.17-32.17a1.5 1.5 0 0 1 0-2.13z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1593 -306%29'%3E%3Cuse fill='%23fff' xlink:href='%23n156a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  right: 10px;
  left: auto; }

/* line 834, main.scss */
.swiper-button-next, .swiper-button-prev {
  width: 30px;
  height: 33px;
  margin-top: -16.5px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: contain;
  background-size: contain;
  outline: none; }

/* line 844, main.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 18px; }

/* line 847, main.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 18px; }

/* line 852, main.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='29' viewBox='0 0 16 29'%3E%3Cdefs%3E%3Cpath id='ibnua' d='M344.56 1953.53l-11.95 11.95 11.95 11.96a1.49 1.49 0 0 1-2.1 2.1l-13-13a1.49 1.49 0 0 1 0-2.1l13-13.02a1.49 1.49 0 1 1 2.1 2.1z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-329 -1951%29'%3E%3Cuse fill='%23fff' xlink:href='%23ibnua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: 10px;
  right: auto; }

/* line 857, main.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='30' viewBox='0 0 17 30'%3E%3Cdefs%3E%3Cpath id='cnfza' d='M1574.94 1950.7a1.5 1.5 0 0 1 2.12 0l13.23 13.24a1.5 1.5 0 0 1 0 2.12l-13.23 13.23a1.5 1.5 0 0 1-2.12-2.12l12.17-12.17-12.17-12.17a1.5 1.5 0 0 1 0-2.13z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1574 -1950%29'%3E%3Cuse fill='%23fff' xlink:href='%23cnfza'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  right: 10px;
  left: auto; }

/* line 863, main.scss */
.banners {
  margin-top: 40px; }
  /* line 866, main.scss */
  .banners .right .absolute-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(27, 28, 23, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px;
    text-align: center; }
    /* line 867, main.scss */
    .banners .right .absolute-content .wrap {
      border: 1px solid #fff;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px; }
  /* line 916, main.scss */
  .banners .right a {
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    /* line 925, main.scss */
    .banners .right a:hover .absolute-content {
      opacity: 1; }

/* line 933, main.scss */
.showroom {
  position: relative; }
  /* line 935, main.scss */
  .showroom .bttn-prim {
    margin-top: 60px; }
  /* line 939, main.scss */
  .showroom .block-content p {
    color: #ffffff;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 0; }
    /* line 947, main.scss */
    .showroom .block-content p:nth-child(2) {
      margin-bottom: 20px; }
    /* line 950, main.scss */
    .showroom .block-content p:first-child {
      color: #ffffff;
      font-family: Lato;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 3.2px;
      margin-bottom: 16px; }
    /* line 959, main.scss */
    .showroom .block-content p:last-child {
      margin: 0; }
  /* line 964, main.scss */
  .showroom .title {
    color: #64bf25;
    font-family: "Roboto Slab";
    font-size: 48px;
    font-weight: 700;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px; }
  /* line 973, main.scss */
  .showroom .absolute-showroom {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-top: 90px; }

/* line 984, main.scss */
.margin40 {
  margin: 38px auto 40px; }

/* line 987, main.scss */
.text-slider {
  background-color: rgba(255, 255, 255, 0.7); }
  /* line 989, main.scss */
  .text-slider .title {
    height: 83px;
    background-color: #161e04;
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 1013, main.scss */
  .text-slider .block-content {
    color: #161e04;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 31px; }
  /* line 1021, main.scss */
  .text-slider .swiper-button-next, .text-slider .swiper-button-prev {
    top: 42px; }

/* line 1026, main.scss */
.day-products {
  height: 100%;
  background-color: #ffffff; }
  /* line 1028, main.scss */
  .day-products .swiper-button-next,
  .day-products .swiper-button-prev {
    -webkit-filter: invert(100%);
    filter: invert(100%); }
  /* line 1033, main.scss */
  .day-products .card .card-action {
    margin-top: 19px; }
  /* line 1036, main.scss */
  .day-products .card {
    margin: 0;
    padding-bottom: 10px; }
  /* line 1041, main.scss */
  .day-products .title-slider {
    height: 83px;
    background-color: #a2d97c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #161e04;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    position: relative; }
  /* line 1066, main.scss */
  .day-products .wrap {
    padding: 10px 30px; }

/* line 1070, main.scss */
.text-slider {
  height: 100%; }
  /* line 1072, main.scss */
  .text-slider .bttn-transparent {
    margin-top: 22px;
    margin-bottom: 20px; }

/* line 1077, main.scss */
.text-slider .block-content {
  margin-top: 30px; }

/* line 1080, main.scss */
.car-background {
  background-image: url(car-background.jpg); }

/* line 1083, main.scss */
.car-background {
  background-repeat: no-repeat;
  background-position: bottom left; }

/* line 1087, main.scss */
.sales {
  margin-bottom: 40px;
  position: relative;
  width: 577px;
  height: 171px;
  background-color: #a2d97c;
  padding-left: 66px;
  padding-top: 38px;
  padding-right: 136px; }
  /* line 1088, main.scss */
  .sales:after {
    position: absolute;
    left: -20px;
    top: 75px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 20px 12.5px 0;
    border-color: transparent #a3d97c transparent transparent; }
  /* line 1100, main.scss */
  .sales a.bttn-transparent.white {
    color: #fff;
    border-color: #fff;
    position: relative;
    left: -30px;
    background-color: transparent; }
  /* line 1109, main.scss */
  .sales .vertical-text {
    color: #161e04;
    font-family: "Roboto Slab";
    font-size: 80px;
    top: 40px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
    position: absolute;
    right: -9px; }
  /* line 1128, main.scss */
  .sales .title {
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px; }

/* line 1140, main.scss */
footer .top {
  height: 124px;
  background-color: #999999; }
  /* line 1141, main.scss */
  footer .top .cell-4 {
    position: relative; }
    /* line 1143, main.scss */
    footer .top .cell-4:after {
      right: 10px;
      top: 50%;
      margin-top: -31.5px;
      position: absolute;
      content: "";
      width: 1px;
      position: absolute;
      height: 63px;
      background-color: #ffffff; }
    /* line 1154, main.scss */
    footer .top .cell-4:last-child {
      padding-left: 30px; }
      /* line 1156, main.scss */
      footer .top .cell-4:last-child:after {
        display: none; }
    /* line 1160, main.scss */
    footer .top .cell-4:nth-child(2) {
      padding-left: 30px; }
  /* line 1164, main.scss */
  footer .top .icon {
    margin-right: 21px; }
  /* line 1167, main.scss */
  footer .top .container {
    height: 100%; }
  /* line 1170, main.scss */
  footer .top .row {
    height: 100%; }
  /* line 1173, main.scss */
  footer .top .text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    max-width: 320px; }

/* line 1188, main.scss */
footer .bottom {
  padding-top: 80px;
  background-color: #161e04; }
  /* line 1191, main.scss */
  footer .bottom .title {
    color: #ffffff;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    /* Text style for "к, онтакты" */
    letter-spacing: 2.8px;
    padding-bottom: 52px; }
/* line 1203, main.scss */
footer .footer-text {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #999999;
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 20px 0px; }
  /* line 1214, main.scss */
  footer .footer-text img {
    margin-right: 26px; }
/* line 1218, main.scss */
footer .bottom-footer {
  padding: 20px 0px 17px; }
  /* line 1220, main.scss */
  footer .bottom-footer * {
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400; }

/* line 1230, main.scss */
footer .js-modal {
  color: #64bf25;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  top: 5px; }
/* line 1239, main.scss */
footer .phone {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400; }
/* line 1245, main.scss */
footer .icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  /* line 1253, main.scss */
  footer .icon-text:first-child .icon {
    top: 5px; }
  /* line 1258, main.scss */
  footer .icon-text .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: -10px;
    margin-right: 5px;
    min-width: 30px; }
  /* line 1280, main.scss */
  footer .icon-text .text {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
/* line 1287, main.scss */
footer .footer-text {
  margin-top: 53px; }
/* line 1291, main.scss */
footer .list a {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none; }

/* line 1301, main.scss */
.margin-bla {
  margin-top: 47px; }

/* line 1304, main.scss */
.footer-mail {
  display: block;
  margin-top: 20px !important;
  margin-bottom: 20px !important; }
  /* line 1308, main.scss */
  .footer-mail .icon {
    color: #64bf25;
    position: relative;
    top: 2px;
    left: -9px !important; }

/* line 1315, main.scss */
footer .icon-text .icon {
  align-items: center; }

/* line 1323, main.scss */
footer .web-call .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
/* line 1336, main.scss */
footer .web-call a {
  color: #ffffff;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 10px; }

/* line 1349, main.scss */
.email-dispath .title {
  margin-bottom: 10px;
  padding-bottom: 0 !important; }
/* line 1353, main.scss */
.email-dispath .kurs {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px; }
/* line 1360, main.scss */
.email-dispath .mini-title {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px; }
/* line 1367, main.scss */
.email-dispath form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
/* line 1374, main.scss */
.email-dispath input {
  height: 43px;
  background-color: #ffffff;
  background-image: url(message.svg);
  background-repeat: no-repeat;
  background-position: 12px 16px;
  padding-left: 40px; }
  /* line 1381, main.scss */
  .email-dispath input::-webkit-input-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 1388, main.scss */
  .email-dispath input:-moz-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 1395, main.scss */
  .email-dispath input::-moz-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 1402, main.scss */
  .email-dispath input:-ms-input-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 1409, main.scss */
  .email-dispath input::-ms-input-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 1416, main.scss */
  .email-dispath input::placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
/* line 1424, main.scss */
.email-dispath button {
  height: 43px;
  background-color: #64bf25; }

/* line 1433, main.scss */
footer .bottom .pay .title {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: initial;
  padding-bottom: 10px;
  margin-top: 49px; }

/* line 1451, main.scss */
footer .bottom .social .title {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: initial;
  padding-bottom: 20px; }
/* line 1460, main.scss */
footer .bottom .social .social-menu-link {
  border: 0;
  height: 15px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 0;
  width: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 1472, main.scss */
  footer .bottom .social .social-menu-link:hover {
    opacity: 0.6; }

/* line 1483, main.scss */
.instagram .instagram-title {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 29px;
  margin-bottom: 20px; }

/* line 1494, main.scss */
footer .list a {
  line-height: 34px; }

/* line 1499, main.scss */
footer .content.list {
  margin-top: -9px; }

/* line 1503, main.scss */
.instagram {
  position: relative; }

/* line 1506, main.scss */
footer .icon-text:first-child .icon {
  top: 3px; }

/* line 1509, main.scss */
.rotate-wrap {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  right: 0px;
  height: 0;
  width: 0;
  bottom: 0; }
  /* line 1510, main.scss */
  .rotate-wrap .heshtag {
    color: #64bf25;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 2.4px; }

/* line 1533, main.scss */
.mega-slider .content {
  margin-top: 30px; }

/* line 1536, main.scss */
.showroom {
  height: 563px; }
  /* line 1538, main.scss */
  .showroom img {
    height: -webkit-calc(100% - 0px);
    height: calc(100% - 0px); }

/* line 1544, main.scss */
.banners .right {
  height: 563px; }
  /* line 1546, main.scss */
  .banners .right img {
    width: 100%;
    object-fit: cover; }
  /* line 1549, main.scss */
  .banners .right .cell-6 {
    height: 33.333%; }
  /* line 1550, main.scss */
  .banners .right .row {
    height: 100%; }

/* line 1555, main.scss */
.banners .right a {
  height: 100%; }

/* line 1558, main.scss */
.breadcrumb-wrapper {
  background-color: #444444;
  min-height: 40px; }
  /* line 1561, main.scss */
  .breadcrumb-wrapper .search_widget {
    margin-left: auto; }
  /* line 1564, main.scss */
  .breadcrumb-wrapper .breadcrumb {
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 777px;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/* line 1584, main.scss */
.custom-filter.no-index {
  height: initial;
  width: 516px; }

/* line 1588, main.scss */
a.breadcrumb-link {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  /* Text style for "Кованые ди" */
  color: #999999; }

/* line 1595, main.scss */
span.breadcrumb-link.current-page {
  color: #fff; }

/* line 1598, main.scss */
.social_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 1604, main.scss */
  .social_share * {
    color: #999999; }

/* line 1608, main.scss */
.social_share-title {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-right: 15px; }

/* line 1616, main.scss */
.white {
  background: #fff; }

/* line 1619, main.scss */
.social_share-list a {
  font-size: 14px; }

/* line 1622, main.scss */
a.ajax-search-link {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 1630, main.scss */
.simular {
  background-color: #444444;
  padding: 45px;
  margin-bottom: 40px;
  height: 100%; }
  /* line 1635, main.scss */
  .simular .title {
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px; }
  /* line 1643, main.scss */
  .simular .card {
    background: #fff; }
    /* line 1645, main.scss */
    .simular .card:last-child {
      margin-bottom: 0; }

/* line 1650, main.scss */
.social_share {
  padding-left: 20px; }

/* line 1654, main.scss */
.product-content-wrap {
  padding-top: 20px;
  padding-left: 20px; }

/* line 1658, main.scss */
.social_share {
  margin-top: 30px; }

/* line 1661, main.scss */
.product-title {
  margin: 0;
  margin-bottom: 5px;
  color: #161e04;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; }

/* line 1670, main.scss */
.product-content-wrap {
  padding-top: 20px; }

/* line 1673, main.scss */
.social_share {
  margin-top: 30px; }

/* line 1676, main.scss */
.product-info {
  padding-right: 40px; }

/* line 1679, main.scss */
.product-title {
  margin: 0;
  color: #161e04;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; }

/* line 1687, main.scss */
.product-sku {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

/* line 1694, main.scss */
.delivery-available {
  border: 1px solid #cccccc;
  padding: 15px 20px;
  -webkit-transform: skewx(-15deg);
  -ms-transform: skewx(-15deg);
  -o-transform: skewx(-15deg);
  transform: skewx(-15deg);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  /* line 1695, main.scss */
  .delivery-available .delivery {
    color: #1d1d1b;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500; }
  /* line 1712, main.scss */
  .delivery-available .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: skewx(15deg);
    -ms-transform: skewx(15deg);
    -o-transform: skewx(15deg);
    transform: skewx(15deg); }
    /* line 1727, main.scss */
    .delivery-available .wrap .icon {
      margin-left: 35px;
      margin-right: 20px; }

/* line 1733, main.scss */
.product-available {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase; }

/* line 1751, main.scss */
[data-product-id].is-available .product-available:before {
  background-color: #64bf25; }

/* line 1754, main.scss */
.product-title {
  margin-bottom: 5px; }

/* line 1757, main.scss */
.product-props {
  margin-top: 30px; }
  /* line 1758, main.scss */
  .product-props .props {
    margin-bottom: 0; }
  /* line 1761, main.scss */
  .product-props .props label span {
    color: #161e04; }
  /* line 1764, main.scss */
  .product-props .props label + span {
    color: #161e04; }
  /* line 1768, main.scss */
  .product-props .title {
    color: #161e04;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    /* line 1786, main.scss */
    .product-props .title span:last-child {
      color: #64bf25; }
  /* line 1791, main.scss */
  .product-props .props {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px; }

/* line 1796, main.scss */
a.bttn-prim.js-modal.in-product {
  margin-top: 30px; }

/* line 1799, main.scss */
.fast-message {
  -webkit-transform: skewx(-15deg);
  -ms-transform: skewx(-15deg);
  -o-transform: skewx(-15deg);
  transform: skewx(-15deg);
  border: 1px solid #cccccc;
  padding: 15px 20px;
  transform: skewx(-15deg);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  /* line 1800, main.scss */
  .fast-message .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 12px;
    padding: 0px 60px; }
  /* line 1812, main.scss */
  .fast-message a {
    display: inline-block;
    line-height: 0; }
  /* line 1828, main.scss */
  .fast-message .wrap {
    -webkit-transform: skewx(15deg);
    -ms-transform: skewx(15deg);
    -o-transform: skewx(15deg);
    transform: skewx(15deg); }
  /* line 1835, main.scss */
  .fast-message .title {
    padding-left: 10px;
    color: #161e04;
    font-family: Lato;
    font-size: 14px; }

/* line 1842, main.scss */
.swiper-button-next.black {
  background-image: url(arrow-right2.svg); }

/* line 1847, main.scss */
.swiper-button-prev.black {
  background-image: url(arrow-left.svg); }

/* line 1852, main.scss */
.gallery-thumbs-wrap .header {
  position: relative;
  padding-bottom: 20px; }
/* line 1856, main.scss */
.gallery-thumbs-wrap .swiper-button-next, .gallery-thumbs-wrap .swiper-button-prev {
  top: -3px;
  margin-top: 0;
  border: 0;
  height: 30px;
  width: 30px;
  -webkit-background-size: contain;
  background-size: contain; }
/* line 1865, main.scss */
.gallery-thumbs-wrap .custom-paginate {
  color: #999999;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px; }
  /* line 1890, main.scss */
  .gallery-thumbs-wrap .custom-paginate .active {
    color: #161e04; }
  /* line 1893, main.scss */
  .gallery-thumbs-wrap .custom-paginate span {
    cursor: pointer;
    margin: 0px 5px; }

/* line 1900, main.scss */
.gallery-thumbs-wrap {
  padding: 2px; }

/* line 1904, main.scss */
.gallery-wrapper .swiper-button-next, .gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  right: -5px; }

/* line 1907, main.scss */
.gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-container-rtl .swiper-button-next {
  left: -5px; }

/* line 1910, main.scss */
.fast-message a {
  height: 40px;
  width: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1929, main.scss */
.fast-message {
  padding-bottom: 0; }

/* line 1932, main.scss */
.fast-message .links {
  margin-top: 8px; }

/* line 1935, main.scss */
.product_tabs {
  border: 0;
  margin-top: 0;
  padding-right: 40px; }
  /* line 1939, main.scss */
  .product_tabs .tabs-box {
    border: 1px solid #161e04;
    padding: 30px 50px; }
  /* line 1943, main.scss */
  .product_tabs .tabs-item {
    position: relative;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    border: 0;
    color: #b0b0b0;
    padding-bottom: 25px; }
  /* line 1953, main.scss */
  .product_tabs .tabs-item.is-button-active {
    color: #232321; }
    /* line 1955, main.scss */
    .product_tabs .tabs-item.is-button-active:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12px 16px 12px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      left: 50%;
      margin-left: -12px;
      bottom: -1px; }
    /* line 1967, main.scss */
    .product_tabs .tabs-item.is-button-active:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 13px 17px 13px;
      border-color: transparent transparent #161e04 transparent;
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -13px; }

/* line 1983, main.scss */
.product_tabs .tabs-item {
  margin-right: 50px; }
  /* line 1985, main.scss */
  .product_tabs .tabs-item:last-child {
    margin: 0; }

/* line 1989, main.scss */
.tabs-head.tabs-head {
  padding-right: 0; }

/* line 1993, main.scss */
#review_form .bttn-prim {
  margin-left: 5px; }

/* line 1997, main.scss */
.delivery-banner {
  line-height: 0;
  margin-left: -20px; }
  /* line 2000, main.scss */
  .delivery-banner img {
    width: 100%; }

/* line 2004, main.scss */
.product_tabs {
  padding-bottom: 40px; }

/* line 2008, main.scss */
.product_tabs .tabs-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }

/* line 2017, main.scss */
.product_tabs .tabs-item {
  margin-right: 55px; }

/* line 2020, main.scss */
.banner-recently {
  padding: 40px 0px; }

/* line 2023, main.scss */
.banner {
  position: relative;
  line-height: 0; }
  /* line 2026, main.scss */
  .banner img {
    width: 100%; }
  /* line 2029, main.scss */
  .banner .absolute-content {
    padding: 140px 40px 30px;
    line-height: initial;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }
    /* line 2038, main.scss */
    .banner .absolute-content .title {
      color: #ffffff;
      font-family: "Roboto Slab";
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 60px; }
    /* line 2046, main.scss */
    .banner .absolute-content .content {
      color: #ffffff;
      font-family: Lato;
      font-size: 18px;
      font-weight: 400;
      padding: 0px 20px;
      margin-bottom: 40px; }
    /* line 2054, main.scss */
    .banner .absolute-content .bttn-transparent {
      color: #fff; }

/* line 2061, main.scss */
.js-recently-slider .card {
  padding-bottom: 0; }
  /* line 2063, main.scss */
  .js-recently-slider .card .card-image .image-container.is-square {
    padding-top: 92%; }

/* line 2068, main.scss */
html {
  min-width: 1340px; }

/* line 2072, main.scss */
.best-offer .item.active .title {
  color: #a2d97c; }
/* line 2076, main.scss */
.best-offer .item.active svg * {
  fill: #a2d97c !important; }

/* line 2082, main.scss */
.best-offer.collection .header {
  margin-top: 0; }

/* line 2086, main.scss */
.collection-filter-header {
  text-align: center;
  padding-left: 0;
  margin: 0; }

/* line 2091, main.scss */
[data-tab-anchor="price"] {
  display: none; }

/* line 2094, main.scss */
[data-tab-target="price"] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 40px; }

/* line 2098, main.scss */
.collection-filter {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 36px; }

/* line 2103, main.scss */
.filter-toggle {
  width: 100%;
  background-color: #fff;
  text-align: right; }

/* line 2108, main.scss */
.filter-title span {
  margin-top: 0px; }

/* line 2111, main.scss */
button.filter-submit.bttn-prim {
  margin-top: 25px; }

/* line 2114, main.scss */
.collection-filter .range-slider .irs-bar {
  background: #000; }

/* line 2117, main.scss */
.collection-filter .range-slider .irs-line-mid, .collection-filter .range-slider .irs-line-left, .collection-filter .range-slider .irs-line-right {
  background-color: #bee4a3; }

/* line 2120, main.scss */
.irs-from, .irs-to, .irs-single {
  top: 100%;
  color: #161e04;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "2,  000" */
  letter-spacing: 2.4px;
  background: none; }

/* line 2131, main.scss */
.irs-min, .irs-max {
  display: none; }

/* line 2134, main.scss */
.collection-filter .range-slider .irs-slider.from, .collection-filter .range-slider .irs-slider.to {
  background: url(range.svg);
  background-color: none; }

/* line 2138, main.scss */
.collection-filter .range-slider .irs-slider.from, .collection-filter .range-slider .irs-slider.to {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 13px;
  top: 15px; }

/* line 2146, main.scss */
.collection-filter {
  margin-bottom: 0; }

/* line 2149, main.scss */
a.filters-clear.bttn.bttn-second.in-filter {
  background: #64bf25;
  border: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  text-align: center;
  border-top: 1px solid #fff;
  line-height: 22px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

/* line 2164, main.scss */
[data-tab-target="price"] {
  margin-top: -20px; }

/* line 2167, main.scss */
[data-tab-anchor="price"] {
  margin-top: 24px !important; }

/* line 2170, main.scss */
.filter-toggle.is-button-active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/* line 2180, main.scss */
.chkbx + .chkbx-control:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cdefs%3E%3Cpath id='r9nna' d='M1328.01 363.2l1.42-1.4 4.78 4.77-1.42 1.41zm4.78 1.96l5.78-5.78 1.42 1.41-5.78 5.78z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1327 -358%29'%3E%3Cuse fill='%235fb77a' xlink:href='%23r9nna'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: #fff; }

/* line 2184, main.scss */
.filter-items-wrapper.is-tab-active {
  background: #fff;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-right: 10px; }

/* line 2191, main.scss */
.filter.is-active-container .filter-title {
  padding-bottom: 0; }

/* line 2194, main.scss */
[data-tab-target="price"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 40px !important;
  background: none !important;
  border-top: 0 !important; }

/* line 2202, main.scss */
[data-tab-anchor="price"] {
  margin-bottom: 0 !important; }

/* line 2205, main.scss */
.filter-toggle {
  text-align: left;
  padding-right: 15px;
  min-height: 38px;
  position: relative;
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px 0px 45px; }

/* line 2215, main.scss */
.filter-items-wrapper {
  background: #fff; }

/* line 2218, main.scss */
.filter-toggle {
  position: relative;
  top: 1px; }
  /* line 2221, main.scss */
  .filter-toggle:after {
    background-image: url(select.svg);
    background-position: right center;
    content: "";
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    top: 20px;
    right: 10px; }

/* line 2234, main.scss */
.filter-toggle {
  text-align: left;
  padding-right: 15px;
  min-height: 39px;
  position: relative;
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 35px 5px 45px; }

/* line 2245, main.scss */
.filter-items-wrapper {
  background: #fff; }

/* line 2248, main.scss */
.filter-toggle {
  position: relative;
  line-height: 20px; }
  /* line 2251, main.scss */
  .filter-toggle:after {
    background-position: right center;
    content: "";
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat; }

/* line 2266, main.scss */
.delim {
  display: inline-block; }
  /* line 2268, main.scss */
  .delim:last-child {
    display: none; }

/* line 2272, main.scss */
.filter-items-wrapper.is-tab-active {
  z-index: 1007;
  position: relative; }

/* line 2276, main.scss */
.filter-span-control {
  border: 1px solid #000; }

/* line 2279, main.scss */
.filter-items-list {
  border-top: 1px solid #a2d97c;
  padding-top: 20px; }

/* line 2283, main.scss */
.filter-item {
  padding: 5px 12px; }

/* line 2286, main.scss */
.chkbx-label {
  padding-left: 34px; }

/* line 2289, main.scss */
.filter-items-wrapper.is-tab-active {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

/* line 2294, main.scss */
[data-tab-anchor="price"] {
  padding-bottom: 20px; }

/* line 2297, main.scss */
.filter-toggle {
  padding-left: 10px; }

/* line 2300, main.scss */
.filter-toggle.car, .filter-toggle.car2, .filter-toggle.kit {
  padding-left: 45px; }

/* line 2304, main.scss */
.colleciton-content {
  padding-left: 40px; }

/* line 2307, main.scss */
.seo-filters.in-collection {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 92%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: 12px; }

/* line 2322, main.scss */
.colleciton-content .title-collection {
  padding-left: 0; }
/* line 2325, main.scss */
.colleciton-content .collection-products_count {
  padding-left: 0; }

/* line 2329, main.scss */
.colleciton-content {
  background: #fff; }

/* line 2332, main.scss */
.collection-order-wrapper {
  border-bottom: 1px solid #161e04;
  margin-top: 20px;
  padding-bottom: 10px; }
  /* line 2334, main.scss */
  .collection-order-wrapper .is-page-size {
    text-align: right; }
  /* line 2340, main.scss */
  .collection-order-wrapper select {
    background-color: transparent;
    padding-bottom: 0;
    color: #161e04;
    font-family: "Lato";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    /* Text style for "п, оказыва" */
    letter-spacing: 2.4px;
    padding-left: 0; }

/* line 2353, main.scss */
.title-collection {
  padding-top: 21px; }

/* line 2356, main.scss */
.seo-filters.in-collection {
  margin-bottom: 0px; }

/* line 2359, main.scss */
.label-field {
  color: #161e04;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "с, ортиров" */
  color: #999999;
  letter-spacing: 2.4px;
  /* Text style for "по возраст" */
  letter-spacing: 2.4px; }
  /* line 2370, main.scss */
  .label-field span {
    color: #161e04; }

/* line 2374, main.scss */
select[name="order"] {
  color: #161e04;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "с, ортиров" */
  letter-spacing: 2.4px;
  background: none;
  padding-left: 5px; }

/* line 2386, main.scss */
.slct-page_size:after {
  content: "по";
  height: 20px;
  width: 20px; }

/* line 2392, main.scss */
.colleciton-content {
  background: #fff; }

/* line 2395, main.scss */
.collection-order-wrapper {
  border-bottom: 1px solid #161e04;
  margin-top: 20px;
  padding-bottom: 10px; }
  /* line 2397, main.scss */
  .collection-order-wrapper .is-page-size {
    text-align: right; }
  /* line 2403, main.scss */
  .collection-order-wrapper select {
    position: relative;
    border: 0;
    top: 0px;
    background-color: transparent;
    padding-bottom: 0;
    color: #161e04;
    font-family: "Lato";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    /* Text style for "п, оказыва" */
    letter-spacing: 2.4px;
    padding-left: 0; }
  /* line 2418, main.scss */
  .collection-order-wrapper [name="page_size"] {
    padding-top: 0; }

/* line 2422, main.scss */
.title-collection {
  padding-top: 21px; }

/* line 2425, main.scss */
.seo-filters.in-collection {
  margin-bottom: 0; }

/* line 2428, main.scss */
.label-field {
  color: #161e04;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "с, ортиров" */
  color: #999999;
  letter-spacing: 2.4px;
  /* Text style for "по возраст" */
  letter-spacing: 2.4px; }
  /* line 2439, main.scss */
  .label-field span {
    color: #161e04; }

/* line 2443, main.scss */
select[name="order"] {
  color: #161e04;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "с, ортиров" */
  letter-spacing: 2.4px;
  background: none;
  padding-left: 5px; }

/* line 2455, main.scss */
.slct-page_size:after {
  content: "по";
  height: 20px;
  width: 20px; }

/* line 2462, main.scss */
.template-is-collection .cards-row {
  padding: 10px 0px; }

/* line 2468, main.scss */
.bottom-collection {
  border-top: 1px solid #161e04;
  padding: 20px 0px; }
  /* line 2471, main.scss */
  .bottom-collection .title {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }

/* line 2479, main.scss */
.colleciton-content {
  padding-right: 20px; }

/* line 2482, main.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #161e04;
  border: 0; }

/* line 2486, main.scss */
.pagination .pagination-item .pagination-link {
  color: #999999;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 2494, main.scss */
.template-is-collection .sales {
  margin-top: 40px; }

/* line 2499, main.scss */
.collection-wrapper .card {
  padding: 20px; }

/* line 2503, main.scss */
a[href="/cart_items"] {
  text-decoration: none; }

/* line 2506, main.scss */
.brands-slider-wrap * {
  overflow: visible; }

/* line 2509, main.scss */
.brands-slider {
  padding: 10px 10px;
  overflow: hidden; }
  /* line 2514, main.scss */
  .brands-slider .swiper-slide {
    z-index: 10;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px; }
    /* line 2521, main.scss */
    .brands-slider .swiper-slide img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding: 2px; }
    /* line 2529, main.scss */
    .brands-slider .swiper-slide:hover img {
      -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3), 0 2px 9px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3), 0 2px 9px 0 rgba(0, 0, 0, 0.3);
      will-change: transform,box-shadow;
      position: relative;
      z-index: 100;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

/* line 2544, main.scss */
.breadcrumb-wrapper.is-collection {
  overflow: hidden; }

/* line 2547, main.scss */
.brands .brands-slider-wrap {
  padding-bottom: 0; }

/* line 2550, main.scss */
.brands-slider {
  padding: 0px 10px 20px; }

/* line 2553, main.scss */
.text-slider {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  /* line 2557, main.scss */
  .text-slider:hover {
    background-color: white; }

/* line 2563, main.scss */
.banner img {
  height: 100%; }

/* line 2566, main.scss */
.banner {
  height: 100%; }

/* line 2569, main.scss */
.card-image {
  padding-top: 5px; }

/* line 2572, main.scss */
.template-is-cart .simular {
  padding-bottom: 0; }

/* line 2575, main.scss */
.cart-work {
  padding: 20px 40px; }

/* line 2578, main.scss */
.cart-work {
  padding: 20px 40px; }

/* line 2581, main.scss */
.count-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #161e04;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 700; }

/* line 2602, main.scss */
.cart-top {
  color: #64bf25;
  margin-left: 5px; }

/* line 2606, main.scss */
.cart-work {
  background: #fff; }

/* line 2610, main.scss */
footer.cart .icon {
  margin-right: 15px; }
/* line 2613, main.scss */
footer.cart .cell-4:after {
  right: -20px; }
/* line 2616, main.scss */
footer.cart .top {
  background-color: #161e04;
  margin-right: -40px;
  margin-left: -40px;
  padding: 25px 20px;
  height: initial; }
  /* line 2622, main.scss */
  footer.cart .top .text {
    width: 200px;
    max-width: 200px;
    min-width: 230px; }
  /* line 2627, main.scss */
  footer.cart .top .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  /* line 2632, main.scss */
  footer.cart .top * {
    color: #ffffff;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    letter-spacing: initial; }
/* line 2643, main.scss */
footer.cart .top .cell-4:nth-child(2) {
  padding-left: 40px; }
/* line 2646, main.scss */
footer.cart .top .cell-4:last-child {
  padding-left: 40px; }

/* line 2650, main.scss */
.total_wrap {
  color: #ffffff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto; }
  /* line 2656, main.scss */
  .total_wrap .cart-total {
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 700; }

/* line 2663, main.scss */
.cart-submit {
  color: #fff;
  border-color: #fff; }

/* line 2667, main.scss */
.cart-footer {
  padding: 25px 40px;
  padding-left: 50px;
  margin-left: -40px;
  margin-right: -40px;
  background-color: #64bf25; }
  /* line 2672, main.scss */
  .cart-footer .inpt-group {
    border: 1px solid #fff; }

/* line 2677, main.scss */
.discounts-submit {
  background-color: #64bf25;
  border: 0 !important; }

/* line 2683, main.scss */
.cart-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 2;
  -ms-flex-preferred-size: 2;
  flex-basis: 2; }

/* line 2693, main.scss */
.discounts-coupon {
  background: #fff;
  padding-left: 40px;
  background-image: url(cupon.svg);
  background-repeat: no-repeat;
  background-position: 10px center; }
  /* line 2699, main.scss */
  .discounts-coupon::-webkit-input-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 2705, main.scss */
  .discounts-coupon:-moz-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 2711, main.scss */
  .discounts-coupon::-moz-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 2717, main.scss */
  .discounts-coupon:-ms-input-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 2723, main.scss */
  .discounts-coupon::-ms-input-placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }
  /* line 2729, main.scss */
  .discounts-coupon::placeholder {
    color: #999999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400; }

/* line 2736, main.scss */
.brands-slider-wrap {
  padding-top: 0 !important; }

/* line 2739, main.scss */
.brands-slider {
  padding-top: 30px; }

/* line 2742, main.scss */
.item-info-inner {
  color: #161e04;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; }

/* line 2749, main.scss */
.cart-items {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0; }
  /* line 2753, main.scss */
  .cart-items:last-child {
    border-bottom: 0; }

/* line 2757, main.scss */
.item-money {
  min-width: 100%;
  color: #161e04;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-top: 50px; }

/* line 2766, main.scss */
[data-cart-form] {
  padding-top: 10px; }

/* line 2769, main.scss */
.item-option_name {
  color: #999999;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

/* line 2776, main.scss */
.item-info {
  padding-left: 10px; }

/* line 2779, main.scss */
.quantity-input {
  width: 55px;
  height: 43px;
  border: 1px solid #cccccc;
  transform: skew(-10deg);
  color: #232321;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

/* line 2790, main.scss */
.bttn-count,
a.bttn-count {
  border: 0;
  color: #161e04;
  font-size: 40px;
  height: 43px;
  transform: none;
  transform: skewx(-10deg); }
  /* line 2798, main.scss */
  .bttn-count:hover,
  a.bttn-count:hover {
    transform: skewx(-10deg); }

/* line 2802, main.scss */
.item-total_price {
  color: #444444;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  position: relative;
  top: 20px; }

/* line 2812, main.scss */
.cart-item {
  border-bottom: 1px solid #ccc; }
  /* line 2814, main.scss */
  .cart-item:last-child {
    border-bottom: 0; }

/* line 2818, main.scss */
.cart-items {
  border-top: 1px solid #ccc;
  padding: 0;
  border-bottom: 0; }

/* line 2824, main.scss */
.cart-item {
  padding: 15px 0px; }

/* line 2828, main.scss */
.template-is-cart .container {
  max-width: 1320px; }

/* line 2831, main.scss */
.delim-banner {
  width: 40px; }

/* line 2835, main.scss */
.banner-right {
  max-width: 562px;
  margin-left: auto;
  margin-right: -40px;
  margin-top: 40px;
  line-height: 0;
  position: relative; }
  /* line 2840, main.scss */
  .banner-right .title {
    color: #ffffff;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    /* Text style for "автовинил" */
    letter-spacing: 3.2px;
    margin-bottom: 20px;
    padding-left: 42px;
    padding-top: 30px; }
  /* line 2852, main.scss */
  .banner-right .content {
    color: #ffffff;
    padding-left: 42px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    max-width: 420px;
    line-height: 18px; }
    /* line 2860, main.scss */
    .banner-right .content * {
      margin: 0; }
  /* line 2864, main.scss */
  .banner-right .icon {
    min-width: 61px;
    display: flex;
    justify-content: center; }
  /* line 2871, main.scss */
  .banner-right .absolute-content {
    padding-left: 42px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: initial; }
  /* line 2880, main.scss */
  .banner-right a {
    display: block;
    line-height: 0; }

/* line 2886, main.scss */
.banner-left {
  margin-left: auto;
  margin-left: -40px;
  margin-top: 40px;
  line-height: 0;
  position: relative; }
  /* line 2890, main.scss */
  .banner-left .title {
    color: #ffffff;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    /* Text style for "автовинил" */
    padding-left: 42px;
    max-width: 200px; }
  /* line 2900, main.scss */
  .banner-left .content {
    color: #ffffff;
    padding-left: 42px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    max-width: 420px;
    line-height: 18px; }
    /* line 2908, main.scss */
    .banner-left .content * {
      margin: 0; }
  /* line 2912, main.scss */
  .banner-left .icon {
    min-width: 61px;
    display: flex;
    justify-content: center; }
  /* line 2920, main.scss */
  .banner-left .absolute-content {
    padding-left: 42px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: initial; }
  /* line 2929, main.scss */
  .banner-left a {
    display: block;
    line-height: 0; }

/* line 2934, main.scss */
.cart-work {
  padding-bottom: 0; }

/* line 2938, main.scss */
.cart-item {
  padding: 2px 0px; }

/* line 2941, main.scss */
.no-wrap {
  flex-wrap: nowrap; }

/* line 2944, main.scss */
.cart-empty {
  margin: 20px 0px;
  margin-bottom: 20px !important;
  text-align: center; }

/* line 2950, main.scss */
.template-is-cart .custom-filter.no-index {
  width: 527px; }

/* line 2955, main.scss */
.banner.banner-cart .title {
  max-width: 200px;
  margin: 0 auto; }
/* line 2959, main.scss */
.banner.banner-cart .absolute-content .content {
  margin-top: 80px; }

/* line 2963, main.scss */
.banner.product-banner {
  height: initial; }
  /* line 2965, main.scss */
  .banner.product-banner .absolute-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 130px; }
  /* line 2970, main.scss */
  .banner.product-banner .absolute-content .title {
    margin-bottom: 10px; }

/* line 2975, main.scss */
.banner.product-banner.not-icon .absolute-content {
  padding-top: 70px; }

/* line 2980, main.scss */
.template-is-search .cards-row {
  background: #fff;
  padding: 0px; }
/* line 2984, main.scss */
.template-is-search .pagination {
  padding-bottom: 20px;
  padding-right: 20px; }

/* line 2989, main.scss */
.page-title {
  margin-top: 15px; }

/* line 2992, main.scss */
.pagination {
  justify-content: flex-end;
  background: #fff; }

/* line 2997, main.scss */
.template-is-index .collection-filter-header {
  text-align: left;
  padding-left: 55px; }
/* line 3001, main.scss */
.template-is-index .collection-filter {
  padding-left: 55px;
  padding-right: 55px; }

/* line 3006, main.scss */
a.added-link.bttn-prim {
  width: 100%;
  transform: none;
  margin-bottom: 10px; }

/* line 3012, main.scss */
button.added-close.bttn-transparent {
  width: 100%;
  transform: none; }

/* line 3017, main.scss */
.added-title {
  font-family: "Roboto Slab";
  text-transform: uppercase; }

/* line 3021, main.scss */
.co-section--checkout_content {
  max-width: 1300px;
  background: #fff; }

/* line 3027, main.scss */
footer .wrap {
  max-width: 1300px; }

/* line 3031, main.scss */
.co-section--content_wrapper {
  max-width: 1300px; }

/* line 3034, main.scss */
.co-button {
  transform: none;
  line-height: 18px; }

/* line 3039, main.scss */
.bttn-second, [href="/client_account/contacts/new"].co-form-button {
  transform: none;
  background: #64bf25;
  line-height: 22px;
  border: 0; }

/* line 3046, main.scss */
.page-title {
  font-family: "Roboto Slab"; }

/* line 3050, main.scss */
header {
  background: #fff; }

/* line 3054, main.scss */
.template-is-blog .blog-title {
  margin-top: 0;
  padding-left: 20px;
  padding-top: 20px; }
/* line 3060, main.scss */
.template-is-blog .car-background .container {
  background: #fff; }

/* line 3067, main.scss */
.template-is-article .car-background .container {
  background: #fff; }
/* line 3071, main.scss */
.template-is-article .article-content {
  padding: 20px 20px; }

/* line 3076, main.scss */
.notice.is-warning, .page-feedback form .is-warning#thanks:not(:empty), .page-feedback form small.is-warning, .notice.notice-warning, .page-feedback form .notice-warning#thanks:not(:empty), .page-feedback form small.notice-warning {
  background: #64bf25;
  border: 0;
  margin-bottom: 10px;
  text-align: center; }

/* line 3082, main.scss */
.page-content {
  padding-bottom: 40px; }

/* line 3085, main.scss */
.dynamic_basket.js-dynamic_basket {
  display: none; }

/* line 3088, main.scss */
.item-counter {
  color: #161e04;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 20px; }

/* line 3098, main.scss */
.cart-items .cell-2 {
  position: relative; }

/* line 3102, main.scss */
.co-sidebar {
  padding-top: 40px; }

/* line 3105, main.scss */
.co-section--checkout_content {
  border-top: 1px solid #ccc; }

/* line 3108, main.scss */
.co-section--checkout_header.co-checkout-block--padded {
  border-top: 1px solid #ccc; }

/* line 3111, main.scss */
.gallery-thumbs-wrap .custom-paginate {
  flex-wrap: wrap; }

/* line 3114, main.scss */
.banner {
  overflow: hidden; }
  /* line 3116, main.scss */
  .banner * {
    transition: 0.3s; }
  /* line 3120, main.scss */
  .banner:hover img {
    transform: scale(1.1); }

/* line 3127, main.scss */
.banners .right .row {
  flex-wrap: wrap; }
/* line 3131, main.scss */
.banners .row {
  flex-wrap: nowrap; }
/* line 3134, main.scss */
.banners .showroom {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden; }
  /* line 3135, main.scss */
  .banners .showroom .row {
    flex-wrap: no-wrap; }
  /* line 3143, main.scss */
  .banners .showroom * {
    transition: 0.3s; }
  /* line 3147, main.scss */
  .banners .showroom:hover img {
    transform: scale(1.1); }

/* line 3155, main.scss */
.car-background .container {
  overflow: hidden; }

/* line 3160, main.scss */
.breadcrumb-wrapper .container {
  overflow: hidden; }

/* line 3165, main.scss */
.gallery {
  padding-top: 20px; }
  /* line 3167, main.scss */
  .gallery .images-item {
    margin-bottom: 20px;
    height: 185px;
    overflow: hidden;
    position: relative; }
    /* line 3172, main.scss */
    .gallery .images-item img {
      width: 90% !important;
      height: auto !important;
      max-width: 1000% !important;
      max-height: 1000% !important;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }

/* line 3187, main.scss */
.js-recently_view.aos-init.aos-animate {
  height: 100%; }

/* line 3190, main.scss */
.card-image {
  margin-bottom: 5px; }
