

/* Start:/local/templates/etalonmix/components/bitrix/catalog/gallery/bitrix/catalog.section.list/.default/style.css?17158349454993*/
.content {
  min-height: auto !important;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .breadcrumb {
    display: flex !important;
  }
}

.galley-wrap {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .galley-wrap {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .galley-wrap {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .galley-wrap {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .galley-wrap {
    width: 300px;
  }
}
.galley-wrap h1 {
  display: none;
}

.albums .list {
  padding: 60px 0 20px;
  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;
}
@media screen and (max-width: 1279px) {
  .albums .list {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .albums .list {
    justify-content: center;
  }
}
.albums .list .block {
  min-width: 338px;
  max-width: 338px;
  height: 288px;
  position: relative;
  margin-bottom: 40px;
  margin-right: 29px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1521px) {
  .albums .list .block:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .albums .list .block {
    margin-right: 40px;
    min-width: 360px;
    max-width: 360px;
  }
  .albums .list .block:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .albums .list .block {
    margin-right: 20px;
    margin-bottom: 30px;
    min-width: 300px;
    max-width: 300px;
    height: 276px;
  }
  .albums .list .block:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .albums .list .block {
    margin-right: 0;
    height: auto;
  }
}
.albums .list .block .image {
  width: 100%;
  height: 200px;
  margin-right: 40px;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.albums .list .block .image:hover:not(.noHover) .bg {
  width: 100%;
  background: #D1A289;
}
.albums .list .block .image:hover:not(.noHover) .bg svg.beige {
  opacity: 1;
}
.albums .list .block .image:hover:not(.noHover) .bg svg.red {
  opacity: 0;
}
.albums .list .block .image:hover:not(.noHover) .arrow {
  width: 100%;
  font-size: 20px;
  background-position: 89% 5px !important;
}
.albums .list .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.albums .list .block .image .bg {
  content: "";
  position: absolute;
  height: 100%;
  width: 128px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #980916;
}
.albums .list .block .image .arrow {
  width: 128px;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12.5px;
  right: 0;
  padding: 0 40px 0 42px;
  background: url("/local/templates/etalonmix/components/bitrix/catalog/gallery/bitrix/catalog.section.list/.default/img/blog-arrow.svg") 52% 5px no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: white;
  font-size: 0;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.albums .list .block .date {
  margin-top: 20px;
  color: #B5B5B5;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 2.31px;
}
@media screen and (max-width: 1279px) {
  .albums .list .block .date {
    font-size: 14px;
    letter-spacing: 1.47px;
  }
}
.albums .list .block .name {
  margin-top: 15px;
  color: #171717;
  font-size: 24px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
  height: 90px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1279px) {
  .albums .list .block .name {
    font-size: 18px;
    height: 70px;
    line-height: normal;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .albums .list .block .name {
    height: auto;
  }
}

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

/* End */
/* /local/templates/etalonmix/components/bitrix/catalog/gallery/bitrix/catalog.section.list/.default/style.css?17158349454993 */
