

/* Start:/local/templates/samura/components/bitrix/catalog.section.list/collection/style.css?176347475312070*/
.collections-wrap {
  width: 1720px;
  margin: 0 auto;
  padding-bottom: 120px;
}

@media(min-width: 2560px) {
  .collections-wrap {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap {
    padding-bottom: 60px;
  }
}
.collections-wrap .collections {
  margin-top: 55px;
  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;
  gap: 34px 20px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections {
    gap: 15px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .collections {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collections {
    margin-top: 24px;
  }
}
.collections-wrap .collections .collection {
  min-width: 560px;
  max-width: 560px;
  height: 498px;
  background-color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 40px;
  display: block;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection {
    min-width: 382px;
    max-width: 382px;
    padding: 20px;
  }
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collections .collection {
    height: 360px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .collections .collection {
    padding: 16px;
    min-width: 230px;
    max-width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collections .collection {
    padding: 16px;
    min-width: 48%;
    max-width: 48%;
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .collections-wrap .collections .collection:hover:not(.noHover) .image img {
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}
.collections-wrap .collections .collection .topProps {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 1;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection .topProps {
    left: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection .topProps {
    left: 16px;
    top: 16px;
  }
}
.collections-wrap .collections .collection .topProps .top-prop {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 13px;
  text-transform: none;
  padding: 10px 0;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  display: table;
  margin-bottom: 4px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collections .collection .topProps .top-prop {
    font-size: 12px;
    padding: 6px 0;
  }
}
.collections-wrap .collections .collection .topProps .top-prop.NEW {
  background-color: #F3F6F6;
}
.collections-wrap .collections .collection .topProps .top-prop.SALE {
  color: white;
  background-color: #F92F2F;
}
.collections-wrap .collections .collection .image {
  min-width: 92%;
  max-width: 92%;
  height: 300px;
  margin: 0 auto;
  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: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection .image {
    margin-top: 20px;
    height: 180px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection .image {
    margin-top: 10px;
    height: 140px;
    min-width: 98%;
    max-width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collections .collection .image {
    height: 115px;
  }
}
.collections-wrap .collections .collection .image.juggernaut, .collections-wrap .collections .collection .image.sultan_pro, .collections-wrap .collections .collection .image.hannibal {
  min-width: 105%;
  max-width: 105%;
  margin-left: -12px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .collections .collection .image.juggernaut, .collections-wrap .collections .collection .image.sultan_pro, .collections-wrap .collections .collection .image.hannibal {
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collections .collection .image.juggernaut, .collections-wrap .collections .collection .image.sultan_pro, .collections-wrap .collections .collection .image.hannibal {
    min-width: 115%;
    max-width: 115%;
  }
}
.collections-wrap .collections .collection .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.collections-wrap .collections .collection .name-and-link {
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection .name-and-link {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .collections-wrap .collections .collection .name-and-link {
    position: absolute;
    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: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection .name-and-link {
    bottom: 16px;
    left: 16px;
    width: 100%;
  }
}
.collections-wrap .collections .collection .name-and-link .name {
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  width: 75%;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection .name-and-link .name {
    font-size: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection .name-and-link .name {
    font-size: 16px;
  }
}
.collections-wrap .collections .collection .name-and-link .preview-text {
  margin-top: 18px;
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
  padding-right: 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collections .collection .name-and-link .preview-text {
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection .name-and-link .preview-text {
    font-size: 12px;
    line-height: 12px;
    padding-right: 0;
    margin-top: 15px;
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collections .collection .name-and-link .preview-text {
    -webkit-line-clamp: 4;
  }
}
.collections-wrap .collections .collection .name-and-link .preview-text span {
  color: #231F20;
}
.collections-wrap .collections .collection .name-and-link .link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  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;
  color: #231F20;
  padding: 0 25px 0 30px;
  font-size: 18px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .collections .collection .name-and-link .link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collections .collection .name-and-link .link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.collections-wrap .collections .collection .name-and-link .link svg {
  margin-left: 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) and (min-width: 768px) {
  .collections-wrap .collections .collection .name-and-link .link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collections .collection .name-and-link .link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.collections-wrap .collections .collection .name-and-link .link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.collections-wrap .collections .collection .name-and-link .link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection .name-and-link .link {
    padding: 0 15px 0 22px;
  }
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collections .collection .name-and-link .link {
    font-size: 16px;
    height: 46px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection .name-and-link .link {
    margin-top: 25px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

/* End */
/* /local/templates/samura/components/bitrix/catalog.section.list/collection/style.css?176347475312070 */
