

/* Start:/local/templates/etalonmix/components/bitrix/search.page/clear/style.css?171583494623023*/
.products-block-wrap {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .products-block-wrap {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .products-block-wrap {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .products-block-wrap {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .products-block-wrap {
    width: 300px;
  }
}

.products-block.plate {
  width: 100%;
  padding-bottom: 50px;
}
.products-block.plate .list {
  padding-top: 30px;
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.products-block.plate .list .product {
  min-width: 260px;
  max-width: 260px;
  height: 495px;
  position: relative;
  margin-bottom: 40px;
  margin-right: 35px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 1521px) {
  .products-block.plate .list .product:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .products-block.plate .list .product {
    margin-right: 40px;
    min-width: 260px;
    max-width: 260px;
    height: 495px;
  }
  .products-block.plate .list .product:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .products-block.plate .list .product:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .products-block.plate .list .product:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product {
    min-width: 140px;
    max-width: 140px;
    height: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .products-block.plate .list .product:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .products-block.plate .list .product:hover {
    z-index: 2;
  }
  .products-block.plate .list .product:hover .item-inner {
    min-width: 300px;
    max-width: 300px;
    height: 572px;
    -webkit-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
  }
  .products-block.plate .list .product:hover .item-inner .image {
    height: 250px;
  }
  .products-block.plate .list .product:hover .item-inner .image .add-to-favorite {
    right: 10px;
    top: 10px;
    width: 39px;
    height: 35px;
  }
  .products-block.plate .list .product:hover .item-inner .name {
    height: 70px;
    font-size: 26px;
    line-height: 23px;
  }
  .products-block.plate .list .product:hover .item-inner .name.without-offers {
    height: 115px;
  }
  .products-block.plate .list .product:hover .item-inner .offers {
    margin-top: 20px;
  }
  .products-block.plate .list .product:hover .item-inner .quantity-and-price {
    margin-top: 20px;
  }
  .products-block.plate .list .product:hover .item-inner .quantity-and-price .price-wrap {
    min-width: 150px;
    max-width: 150px;
  }
  .products-block.plate .list .product:hover .item-inner .quantity-and-price .price-wrap span {
    font-size: 32px;
  }
}
.products-block.plate .list .product .item-inner {
  background: white;
  overflow: hidden;
  padding: 25px;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner {
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}
.products-block.plate .list .product .item-inner .image {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .image {
    height: 120px;
    -webkit-border-radius: 5.3px;
    -moz-border-radius: 5.3px;
    -ms-border-radius: 5.3px;
    border-radius: 5.3px;
  }
}
.products-block.plate .list .product .item-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-block.plate .list .product .item-inner .image .add-to-favorite {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 8px;
  cursor: pointer;
  width: 30px;
  height: 27px;
  background: url("/local/templates/etalonmix/components/bitrix/search.page/clear/../../../../img/add-to-favorite.svg") center no-repeat;
  background-size: contain !important;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.products-block.plate .list .product .item-inner .image .add-to-favorite:hover:not(.noHover), .products-block.plate .list .product .item-inner .image .add-to-favorite[data-action=remove] {
  background: url("/local/templates/etalonmix/components/bitrix/search.page/clear/../../../../img/remove-from-favorite.svg") center no-repeat;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .image .add-to-favorite {
    width: 23px;
    right: 5px;
    top: 5px;
  }
}
.products-block.plate .list .product .item-inner .name {
  height: 50px;
  overflow: hidden;
  display: block;
  color: #171717;
  font-size: 20px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: initial;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  text-align: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .name {
    font-size: 12px;
    height: 36px;
    margin-top: 10px;
  }
}
.products-block.plate .list .product .item-inner .name.without-offers {
  height: 102px;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .name.without-offers {
    height: 66px;
  }
}
.products-block.plate .list .product .item-inner .offers {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .offers {
    margin-top: 12px;
  }
}
.products-block.plate .list .product .item-inner .offers .offer {
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #B6B6B6;
  background: white;
  height: 26px;
  min-width: 64px;
  color: #A3A3A3;
  font-size: 13.5px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .offers .offer {
    min-width: 45px;
    font-size: 8px;
    margin: 0 2.5px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
.products-block.plate .list .product .item-inner .offers .offer.active {
  cursor: default;
  background: #980916;
  border: 1px solid #980916;
  color: white;
}
.products-block.plate .list .product .item-inner .quantity-and-price {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price {
    margin-top: 13px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity {
  position: relative;
  z-index: 2;
  height: 24px;
  background: transparent;
  min-width: 78px;
  max-width: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .quantity {
    height: 16px;
    min-width: 44px;
    max-width: 44px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity * {
  vertical-align: middle !important;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  height: 100%;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus, .products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus {
  cursor: pointer;
  height: 16px;
  min-width: 16px;
  max-width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: contain !important;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus, .products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus {
    height: 9px;
    min-width: 9px;
    max-width: 9px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus.noActive, .products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus.noActive {
  cursor: default;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .minus {
  background: url("/local/templates/etalonmix/components/bitrix/search.page/clear/../../../../img/-.svg") no-repeat right center;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity .plus {
  background: url("/local/templates/etalonmix/components/bitrix/search.page/clear/../../../../img/+.svg") no-repeat left center;
}
.products-block.plate .list .product .item-inner .quantity-and-price .quantity input {
  min-width: 36px;
  max-width: 36px;
  border: 0;
  text-align: center;
  margin: 0 5px;
  height: 100%;
  line-height: 24px;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  color: #171717;
  font-size: 13px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .quantity input {
    min-width: 20px;
    max-width: 20px;
    line-height: 16px;
    font-size: 8px;
    -webkit-border-radius: 2.3px;
    -moz-border-radius: 2.3px;
    -ms-border-radius: 2.3px;
    border-radius: 2.3px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .price-wrap {
  min-width: 125px;
  max-width: 125px;
  text-align: right;
  margin-right: 7px;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .price-wrap {
    min-width: 70px;
    max-width: 70px;
    margin-right: 0;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span {
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span {
    font-size: 15px;
  }
}
.products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span.rub {
  padding-left: 3px;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .quantity-and-price .price-wrap span.rub {
    padding-left: 0;
  }
}
.products-block.plate .list .product .item-inner .add-to-cart {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  font-size: 15.6px;
  margin-top: 22px;
}
.products-block.plate .list .product .item-inner .add-to-cart:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .list .product .item-inner .add-to-cart {
    min-width: 95%;
    max-width: 95%;
    height: 30px;
    font-size: 8.4px;
    -webkit-border-radius: 2.3px;
    -moz-border-radius: 2.3px;
    -ms-border-radius: 2.3px;
    border-radius: 2.3px;
    margin: 11px auto 0;
  }
}
.products-block.plate .show-more {
  position: relative;
  align-items: center;
  min-width: 260px;
  max-width: 260px;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  margin: 20px auto 0;
}
.products-block.plate .show-more:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .products-block.plate .show-more {
    min-width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
.products-block.plate .bx-pagination {
  display: none;
}

.search-page {
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .search-page {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .search-page {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .search-page {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .search-page {
    width: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .search-page h1 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .search-page h1 {
    text-align: center;
  }
}
.search-page .count-results {
  color: #171717;
  font-size: 22px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  .search-page .count-results {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .search-page .count-results {
    text-align: center;
  }
}
.search-page .results {
  padding-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .search-page .results {
    padding-bottom: 40px;
  }
}
.search-page .results .input-wrap {
  width: 300px;
  height: 35px;
  line-height: normal;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .search-page .results .input-wrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-page .results .input-wrap {
    margin: 10px auto 0;
  }
}
.search-page .results .input-wrap .search-query {
  width: 100%;
  height: 100%;
  color: #171717;
  font-size: 14px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: #EFEFEF;
  border: 1px solid transparent;
  padding: 0 30px 0 13px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.search-page .results .input-wrap .search-query::-webkit-input-placeholder {
  color: #A3A3A3;
}
.search-page .results .input-wrap .search-query::-moz-placeholder {
  color: #A3A3A3;
}
.search-page .results .input-wrap .search-query:-moz-placeholder {
  color: #A3A3A3;
}
.search-page .results .input-wrap .search-query:-ms-input-placeholder {
  color: #A3A3A3;
}
.search-page .results .input-wrap .search-query:-webkit-autofill, .search-page .results .input-wrap .search-query:-webkit-autofill:hover, .search-page .results .input-wrap .search-query:-webkit-autofill:focus, .search-page .results .input-wrap .search-query:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 1000px black inset;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid black;
  background-color: black !important;
}
.search-page .results .input-wrap .search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/local/templates/etalonmix/components/bitrix/search.page/clear/../../../../img/search.svg") center no-repeat;
  border: 0;
  cursor: pointer;
}
.search-page .results .empty-items {
  color: #171717;
  font-size: 18px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  .search-page .results .search-result .products-block.plate {
    padding-bottom: 30px;
  }
}
.search-page .results .search-result .products-block.plate .show-more {
  display: none;
}
.search-page .results .search-result .bx-pagination {
  display: block;
  margin-top: 0;
}

.catalog-link {
  margin: 0 auto;
}
.catalog-link a {
  position: relative;
  align-items: center;
  min-width: 345px;
  max-width: 345px;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  font-size: 22px;
  margin: 0 auto;
}
.catalog-link a:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .catalog-link a {
    min-width: 300px;
    max-width: 300px;
    height: 60px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/style.css?171583494543837*/
.carousel-products-wrap {
  background: #F3F3F3;
}
.carousel-products-wrap.MUST_HAVE_MAIN, .carousel-products-wrap.MUST_HAVE.HOME {
  padding-top: 140px;
  margin-top: -165px;
  margin-bottom: -60px;
  background: white;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products-wrap.MUST_HAVE_MAIN, .carousel-products-wrap.MUST_HAVE.HOME {
    padding-top: 80px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap.MUST_HAVE_MAIN, .carousel-products-wrap.MUST_HAVE.HOME {
    padding-top: 60px;
    margin-top: 0;
  }
}
.carousel-products-wrap.MUST_HAVE_MAIN .carousel-products, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products {
  z-index: 1;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 479px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products .carousel-wrapper, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products .carousel-wrapper {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products .carousel-wrapper, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products .carousel-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products .carousel-wrapper, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products .carousel-wrapper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products .carousel-wrapper:not(.single-item) .carousel-items, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products .carousel-wrapper:not(.single-item) .carousel-items {
    margin-left: -80px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products .link, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products .link {
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap.MUST_HAVE_MAIN .carousel-products .link, .carousel-products-wrap.MUST_HAVE.HOME .carousel-products .link {
    bottom: -28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products-wrap.for-sections.HOME .carousel-products .carousel-wrapper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products-wrap.for-sections.HOME .carousel-products .carousel-wrapper:not(.single-item) .carousel-items {
    margin-left: -80px;
  }
}
.carousel-products-wrap.MUST_HAVE:not(.HOME), .carousel-products-wrap.SIMILAR {
  padding-top: 60px;
  background: white;
}
@media screen and (max-width: 1279px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME), .carousel-products-wrap.SIMILAR {
    padding-top: 30px;
  }
}
.carousel-products-wrap.MUST_HAVE:not(.HOME) .title, .carousel-products-wrap.SIMILAR .title {
  padding-top: 0;
  font-size: 46px;
}
@media screen and (max-width: 1279px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .title, .carousel-products-wrap.SIMILAR .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products, .carousel-products-wrap.SIMILAR .carousel-products {
    padding-bottom: 0;
  }
}
.carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .carousel-wrapper, .carousel-products-wrap.SIMILAR .carousel-products .carousel-wrapper {
  padding-bottom: 120px;
}
@media screen and (max-width: 1279px) and (min-width: 480px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .carousel-wrapper, .carousel-products-wrap.SIMILAR .carousel-products .carousel-wrapper {
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .carousel-wrapper, .carousel-products-wrap.SIMILAR .carousel-products .carousel-wrapper {
    overflow: visible;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .carousel-wrapper:not(.single-item) .carousel-items, .carousel-products-wrap.SIMILAR .carousel-products .carousel-wrapper:not(.single-item) .carousel-items {
    margin-left: -80px;
  }
}
@media screen and (max-width: 479px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .carousel-wrapper:not(.single-item) .carousel-items, .carousel-products-wrap.SIMILAR .carousel-products .carousel-wrapper:not(.single-item) .carousel-items {
    margin-left: -160px;
    height: auto;
  }
}
.carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .link, .carousel-products-wrap.SIMILAR .carousel-products .link {
  bottom: 50px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .link, .carousel-products-wrap.SIMILAR .carousel-products .link {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .link, .carousel-products-wrap.SIMILAR .carousel-products .link {
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap.MUST_HAVE:not(.HOME) .carousel-products .buttons, .carousel-products-wrap.SIMILAR .carousel-products .buttons {
    display: block !important;
    top: 138px;
  }
}
.carousel-products-wrap.SIMILAR {
  background: #F3F3F3;
}
.carousel-products-wrap .title {
  color: #171717;
  font-size: 46px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 58px;
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .carousel-products-wrap .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.carousel-products-wrap .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 68px;
  height: 3px;
  background: #980916;
}
@media screen and (max-width: 1279px) {
  .carousel-products-wrap .title:after {
    width: 40px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .carousel-products-wrap .title {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products-wrap .title {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products-wrap .title {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .carousel-products-wrap .title {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products-wrap .title {
    padding-top: 0;
  }
}

.carousel-products {
  padding: 0;
  position: relative;
  z-index: 2;
  width: 1440px;
  margin: 0 auto;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .carousel-products {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .carousel-products {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products {
    padding-bottom: 28px;
  }
}
.carousel-products .carousel-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 40px 30px 210px;
  margin-left: -30px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products .carousel-wrapper {
    padding: 20px 15px 110px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products .carousel-wrapper {
    padding: 30px 1px 26px;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .carousel-products .carousel-wrapper {
    overflow: visible;
  }
}
@media screen and (max-width: 479px) {
  .carousel-products .carousel-wrapper:not(.single-item) .carousel-items {
    margin-left: -80px;
  }
}
.carousel-products .carousel-wrapper.single-item .carousel-items {
  justify-content: center;
  width: auto;
  margin-left: -10px;
}
.carousel-products .carousel-wrapper .carousel-items {
  width: 10000px;
  position: relative;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media screen and (max-width: 479px) {
  .carousel-products .carousel-wrapper .carousel-items {
    height: 335px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  min-width: 260px !important;
  max-width: 260px !important;
  height: 420px !important;
  position: relative;
  margin-right: 35px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .carousel-products .carousel-wrapper .carousel-items .product {
    min-width: 260px !important;
    max-width: 260px !important;
    height: 420px !important;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product {
    min-width: 140px !important;
    max-width: 140px !important;
    height: 250px !important;
    margin-right: 20px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product:nth-child(1) {
  justify-content: flex-start;
}
@media screen and (min-width: 1521px) {
  .carousel-products .carousel-wrapper .carousel-items .product:nth-child(5) {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .carousel-products .carousel-wrapper .carousel-items .product:nth-child(4) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover {
    z-index: 2;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner {
    min-width: 300px;
    max-width: 300px;
    height: 572px;
    -webkit-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .image, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .image {
    height: 250px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .image .add-to-favorite, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .image .add-to-favorite {
    right: 10px;
    top: 10px;
    width: 39px;
    height: 35px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .name, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .name {
    height: 70px;
    font-size: 26px;
    line-height: 23px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .name.without-offers, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .name.without-offers {
    height: 115px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .offers, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .offers {
    margin-top: 20px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .quantity-and-price, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .quantity-and-price {
    margin-top: 20px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .quantity-and-price .price-wrap, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .quantity-and-price .price-wrap {
    min-width: 150px;
    max-width: 150px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .quantity-and-price .price-wrap span, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .quantity-and-price .price-wrap span {
    font-size: 32px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .add-to-cart, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .add-to-cart {
    position: relative;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "Geometria Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #980916;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    margin-top: 22px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover .item-inner .add-to-cart:hover:not(.noHover), .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover .item-inner .add-to-cart:hover:not(.noHover) {
    background: #b2b2b2;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover:nth-child(1) .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover:nth-child(1) .item-inner {
    -webkit-box-shadow: 20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 20px 4px 50px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1521px) {
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover:nth-child(5) .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover:nth-child(5) .item-inner {
    -webkit-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1520px) and (min-width: 1280px) {
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections:hover:nth-child(4) .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE_MAIN:hover:nth-child(4) .item-inner {
    -webkit-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner {
  background: white;
  overflow: hidden;
  padding: 25px;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner {
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .image {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .image {
    height: 120px;
    -webkit-border-radius: 5.3px;
    -moz-border-radius: 5.3px;
    -ms-border-radius: 5.3px;
    border-radius: 5.3px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .image .add-to-favorite {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 8px;
  cursor: pointer;
  width: 30px;
  height: 27px;
  background: url("/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/../../../../img/add-to-favorite.svg") center no-repeat;
  background-size: contain !important;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .image .add-to-favorite:hover:not(.noHover), .carousel-products .carousel-wrapper .carousel-items .product .item-inner .image .add-to-favorite[data-action=remove] {
  background: url("/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/../../../../img/remove-from-favorite.svg") center no-repeat;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .image .add-to-favorite {
    width: 23px;
    right: 5px;
    top: 5px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .name {
  height: 50px;
  overflow: hidden;
  display: block;
  color: #171717;
  font-size: 20px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: initial;
  text-transform: none;
  text-decoration: none;
  margin-top: 20px;
  text-align: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .name {
    font-size: 12px;
    height: 36px;
    margin-top: 10px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .name.without-offers {
  height: 102px;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .name.without-offers {
    height: 66px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .offers {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .offers {
    margin-top: 10px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .offers .offer {
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #B6B6B6;
  background: white;
  height: 26px;
  min-width: 64px;
  color: #A3A3A3;
  font-size: 13.5px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .offers .offer {
    min-width: 45px;
    font-size: 8px;
    margin: 0 2.5px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .offers .offer.active {
  cursor: default;
  background: #980916;
  border: 1px solid #980916;
  color: white;
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price {
    margin-top: 13px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity {
  position: relative;
  z-index: 2;
  height: 24px;
  background: transparent;
  min-width: 78px;
  max-width: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity {
    height: 16px;
    min-width: 44px;
    max-width: 44px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity * {
  vertical-align: middle !important;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  height: 100%;
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .minus, .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .plus {
  cursor: pointer;
  height: 16px;
  min-width: 16px;
  max-width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: contain !important;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .minus, .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .plus {
    height: 9px;
    min-width: 9px;
    max-width: 9px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .minus.noActive, .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .plus.noActive {
  cursor: default;
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .minus {
  background: url("/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/../../../../img/-.svg") no-repeat right center;
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity .plus {
  background: url("/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/../../../../img/+.svg") no-repeat left center;
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity input {
  min-width: 36px;
  max-width: 36px;
  border: 0;
  text-align: center;
  margin: 0 5px;
  height: 100%;
  line-height: 24px;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  color: #171717;
  font-size: 13px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .quantity input {
    min-width: 20px;
    max-width: 20px;
    line-height: 16px;
    font-size: 8px;
    -webkit-border-radius: 2.3px;
    -moz-border-radius: 2.3px;
    -ms-border-radius: 2.3px;
    border-radius: 2.3px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .price-wrap {
  min-width: 125px;
  max-width: 125px;
  text-align: right;
  margin-right: 7px;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .price-wrap {
    min-width: 70px;
    max-width: 70px;
    margin-right: 0;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .price-wrap span {
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .price-wrap span {
    font-size: 15px;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .price-wrap span.rub {
  padding-left: 3px;
}
@media screen and (max-width: 1279px) {
  .carousel-products .carousel-wrapper .carousel-items .product .item-inner .quantity-and-price .price-wrap span.rub {
    padding-left: 0;
  }
}
.carousel-products .carousel-wrapper .carousel-items .product .item-inner .add-to-cart {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active {
    z-index: 2;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner {
    min-width: 170px;
    max-width: 170px;
    height: 335px;
    box-shadow: 0px 2.245px 46.574px 0px rgba(0, 0, 0, 0.25);
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .image, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .image {
    height: 150px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .name, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .name {
    height: 36px;
    font-size: 14px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .name.without-offers, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .name.without-offers {
    height: 65px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .offers, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .offers {
    margin-top: 11px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .quantity-and-price, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .quantity-and-price {
    margin-top: 12px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .quantity-and-price .price-wrap, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .quantity-and-price .price-wrap {
    min-width: 100px;
    max-width: 100px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .quantity-and-price .price-wrap span, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .quantity-and-price .price-wrap span {
    font-size: 20px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .add-to-cart, .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .add-to-cart {
    position: relative;
    align-items: center;
    min-width: 150px;
    max-width: 150px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "Geometria Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #980916;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    font-size: 14px;
    margin-top: 12px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.for-sections.mobile-active .item-inner .add-to-cart:hover:not(.noHover), .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE.HOME.mobile-active .item-inner .add-to-cart:hover:not(.noHover) {
    background: #b2b2b2;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active {
    z-index: 2;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner {
    min-width: 170px;
    max-width: 170px;
    height: 335px;
    box-shadow: 0px 2.245px 46.574px 0px rgba(0, 0, 0, 0.25);
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .image {
    height: 150px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .name {
    height: 36px;
    font-size: 14px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .name.without-offers {
    height: 65px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .offers {
    margin-top: 11px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .quantity-and-price {
    margin-top: 12px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .quantity-and-price .price-wrap {
    min-width: 100px;
    max-width: 100px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .quantity-and-price .price-wrap span {
    font-size: 20px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .add-to-cart {
    position: relative;
    align-items: center;
    min-width: 150px;
    max-width: 150px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "Geometria Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #980916;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    font-size: 14px;
    margin-top: 12px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.mobile-active .item-inner .add-to-cart:hover:not(.noHover) {
    background: #b2b2b2;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover, .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover {
    z-index: 2;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover .item-inner {
    min-width: 280px;
    max-width: 280px;
    height: 495px;
    -webkit-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 65px 0 rgba(0, 0, 0, 0.25);
  }
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover .item-inner .name.without-offers, .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover .item-inner .name.without-offers {
    height: 97px;
    margin-top: 15px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover .item-inner .add-to-cart, .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover .item-inner .add-to-cart {
    position: relative;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "Geometria Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #980916;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    margin-top: 22px;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover .item-inner .add-to-cart:hover:not(.noHover), .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover .item-inner .add-to-cart:hover:not(.noHover) {
    background: #b2b2b2;
  }
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover:nth-child(1) .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover:nth-child(1) .item-inner {
    -webkit-box-shadow: 20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 20px 4px 50px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1521px) {
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover:nth-child(5) .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover:nth-child(5) .item-inner {
    -webkit-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1520px) and (min-width: 1280px) {
  .carousel-products .carousel-wrapper .carousel-items .product.MUST_HAVE:hover:nth-child(4) .item-inner, .carousel-products .carousel-wrapper .carousel-items .product.SIMILAR:hover:nth-child(4) .item-inner {
    -webkit-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -20px 4px 50px 0 rgba(0, 0, 0, 0.25);
  }
}
.carousel-products .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 240px;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .carousel-products .buttons {
    top: 125px;
  }
}
.carousel-products .buttons.disabled {
  display: none;
}
.carousel-products .buttons .left, .carousel-products .buttons .right {
  cursor: pointer;
  height: 46px;
  position: absolute;
  min-width: 46px;
  max-width: 46px;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .carousel-products .buttons .left, .carousel-products .buttons .right {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    filter: drop-shadow(0px 0px 17.197px rgba(0, 0, 0, 0.25));
  }
}
.carousel-products .buttons .left span, .carousel-products .buttons .right span {
  background-size: contain !important;
  width: 13px;
  height: 21px;
}
@media screen and (max-width: 1279px) {
  .carousel-products .buttons .left span, .carousel-products .buttons .right span {
    width: 9px;
    height: 15px;
  }
}
.carousel-products .buttons .left {
  background: #980916;
  left: -23px;
}
@media screen and (max-width: 1279px) {
  .carousel-products .buttons .left {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products .buttons .left {
    left: -26px;
  }
}
.carousel-products .buttons .left span {
  background: url("/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/../../../../img/carousel-arrow-left.svg") center no-repeat;
}
.carousel-products .buttons .left:hover:not(.noHover), .carousel-products .buttons .left.active {
  background: #171717;
}
.carousel-products .buttons .right {
  right: -23px;
  background: #980916;
}
@media screen and (max-width: 1279px) {
  .carousel-products .buttons .right {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products .buttons .right {
    right: -26px;
  }
}
.carousel-products .buttons .right span {
  background: url("/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/../../../../img/carousel-arrow-right.svg") center no-repeat;
  margin-left: 2px;
}
.carousel-products .buttons .right:hover:not(.noHover), .carousel-products .buttons .right.active {
  background: #171717;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .carousel-products .buttons {
    top: 145px;
  }
}
@media screen and (max-width: 479px) {
  .carousel-products .buttons {
    display: none !important;
  }
}
.carousel-products .link {
  position: absolute;
  right: 0;
  bottom: 100px;
  color: #171717;
  font-size: 22px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  padding-right: 50px;
}
@media screen and (max-width: 1279px) {
  .carousel-products .link {
    font-size: 16px;
    bottom: 45px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-products .link {
    position: relative;
    bottom: auto;
    display: table;
    margin: 0 auto;
  }
}
.carousel-products .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 39px;
  height: 16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/../../../../img/arrow-long-grey.svg") center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .carousel-products .link:after {
    width: 26px;
    height: 12px;
  }
}
.carousel-products .link:hover:after {
  right: -20px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/etalonmix/components/bitrix/search.page/clear/style.css?171583494623023 */
/* /local/templates/etalonmix/components/bitrix/catalog.section/products-carousel/style.css?171583494543837 */
