@font-face {
  font-family: "Roboto";
  font-display: block;
  src: url("/local/templates/kraski.ru/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* line 1, dev/sass/pages/catalog-item-2.scss */
.catalog-section {
  font-family: 'Roboto';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 1170px) {
  .catalog-section {
    margin: 0 -10px;
  }
}

/* line 7, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper {
  width: 33.3333%;
}

/* line 10, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item {
  max-width: 260px;
  margin: 25px 20px;
  padding: 20px;
  height: 515px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 24, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .middle-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 155px;
}

/* line 28, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item p {
  margin: 5px;
}

/* line 32, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .image {
  height: 116px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E3E2E7;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

/* line 43, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  max-width: max-content;
  max-height: max-content;
}

/* line 49, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .articul {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
}

/* line 55, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .title {
  display: block;
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-decoration: unset;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 70px;
}

/* line 68, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .title:hover {
  color: #009939;
}

/* line 74, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .brand p {
  text-decoration: unset;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 83, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .brand a {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

/* line 88, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .brand a:hover {
  color: #009939;
}

/* line 94, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 99, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .like {
  border: 2px solid #D2D2D2;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

/* line 110, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .like svg {
  fill: #D2D2D2;
  width: 25px;
  height: 25px;
}

/* line 119, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .compare {
  border: 2px solid #D2D2D2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}

/* line 129, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .compare svg {
  fill: #D2D2D2;
  width: 28px;
  height: 24px;
}

/* line 136, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .like,
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .compare {
  margin-left: 10px;
  cursor: pointer;
}

/* line 141, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .like:hover, .catalog-section .catalog-item-wrapper .catalog-item .action-buttons .like.active,
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .compare:hover,
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .compare.active {
  border-color: #009939;
}

/* line 145, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .like:hover svg, .catalog-section .catalog-item-wrapper .catalog-item .action-buttons .like.active svg,
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .compare:hover svg,
.catalog-section .catalog-item-wrapper .catalog-item .action-buttons .compare.active svg {
  fill: #009939;
}

/* line 153, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
}

/* line 158, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .name {
  font-weight: 600;
  font-size: 16px;
  color: #9C9C9C;
  margin-right: 15px;
}

/* line 166, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values .full-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 173, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values .full-list::before {
  content: attr(data-prop-name);
  font-weight: 600;
  font-size: 16px;
  color: #9C9C9C;
  margin-right: 15px;
  line-height: 1.5;
}

/* line 182, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values .full-list .prop-val {
  line-height: 1.5;
  font-weight: bold;
  padding: 3px 0;
}

/* line 187, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values .full-list .prop-val a {
  color: #333333;
  text-decoration: none;
}

/* line 192, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values .full-list .prop-val span {
  color: #333333;
  text-decoration: none;
}

/* line 197, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values .full-list .prop-val::after {
  content: '/';
  margin: 0 3px;
}

/* line 203, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values .full-list .prop-val:last-child::after {
  content: unset;
}

/* line 210, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

/* line 214, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .short-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 219, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .short-list .list {
  padding: 7px;
}

/* line 223, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .short-list .list .prop-val a {
  border: 1px solid #e9e9e9;
}

/* line 230, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .full-list {
  top: 0;
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 240, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .full-list.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 244, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .full-list.open .arrow-drop::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 250, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .full-list::before {
  content: unset;
}

/* line 254, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .full-list .list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3px;
}

/* line 259, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .full-list .list .prop-val a {
  border: 1px solid #e9e9e9;
}

/* line 266, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 273, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .list .prop-val {
  padding: 3px;
  border: 1px solid transparent;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 279, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .list .prop-val::after {
  content: unset;
}

/* line 283, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .list .prop-val a {
  border: 1px solid #e9e9e9;
  display: inline-block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 25px;
  height: 25px;
}

/* line 293, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .arrow-drop {
  width: 25px;
  height: 25px;
  padding: 10px 0;
}

/* line 298, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .offers .prop-list-values .values.color .arrow-drop::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3px 0;
  background-image: url(../img/svg/small-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 315, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 20px;
}

/* line 321, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .price-info .price {
  font-weight: 500;
  font-size: 20px;
}

/* line 325, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .price-info .price.old {
  position: relative;
}

/* line 328, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .price-info .price.old::before {
  content: "";
  border-bottom: 1px solid red;
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

/* line 339, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .price-info .discount {
  color: #DB261B;
  font-size: 14px;
}

/* line 345, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .basket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 348, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .basket-info .min-price {
  background: #009939;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}

/* line 358, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .basket-info .min-price p {
  margin: 0;
}

/* line 362, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .basket-info .min-price span {
  font-size: 30px;
}

/* line 367, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .basket-info .detail-link {
  background: #009939;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

/* line 378, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .basket-info .detail-link svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}

/* line 386, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark {
  position: absolute;
  min-height: 32px;
  top: 0;
  left: 0;
  -webkit-border-radius: 6px 0 6px 0;
  border-radius: 6px 0 6px 0;
  color: #ffffff;
  background-color: #9C9C9C;
  font-weight: bold;
  padding: 3px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 401, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark::before {
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 411, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark.sale-type-2 {
  background-color: #4075FF;
}

/* line 414, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark.sale-type-2::before {
  content: '';
  background-image: url("../img/svg/sale-card-promo.svg");
}

/* line 420, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark.sale-type-1 {
  background-color: #AA61FF;
}

/* line 423, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark.sale-type-1::before {
  content: '';
  background-image: url("../img/svg/sale-card-promo.svg");
}

/* line 429, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark.big-sale {
  background-color: #FF6161;
}

/* line 432, dev/sass/pages/catalog-item-2.scss */
.catalog-section .catalog-item-wrapper .catalog-item .promo-mark.big-sale::before {
  content: '';
  background-image: url("../img/svg/bigsale-card-promo");
}

@media (max-width: 767px) {
  /* line 443, dev/sass/pages/catalog-item-2.scss */
  .container {
    width: 100%;
  }
  /* line 446, dev/sass/pages/catalog-item-2.scss */
  .container .catalog-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 449, dev/sass/pages/catalog-item-2.scss */
  .container .catalog-section .catalog-item-wrapper {
    width: 50%;
  }
}

@media (max-width: 600px) {
  /* line 459, dev/sass/pages/catalog-item-2.scss */
  .container .catalog-section .catalog-item-wrapper {
    width: 100%;
    margin: 10px;
  }
  /* line 462, dev/sass/pages/catalog-item-2.scss */
  .container .catalog-section .catalog-item-wrapper .catalog-item {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}

@media (max-width: 500px) {
  /* line 475, dev/sass/pages/catalog-item-2.scss */
  .container .catalog-section .catalog-item-wrapper {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  /* line 479, dev/sass/pages/catalog-item-2.scss */
  .container .catalog-section .catalog-item-wrapper .catalog-item {
    height: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    margin: unset;
  }
}

@media (max-width: 440px) {
  /* line 494, dev/sass/pages/catalog-item-2.scss */
  .container .catalog-section .catalog-item-wrapper {
    padding: 0px;
  }
}

.catalog-section .catalog-item-wrapper .catalog-item{
  height: 490px;
}
