

/* Start:/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/style.css?17158349462136*/
.bx-pagination {
  height: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.bx-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.bx-pagination ul li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  z-index: 1;
  margin-right: 0;
  background: white;
}
.bx-pagination ul li:last-child {
  margin-right: 0;
}
.bx-pagination ul li:nth-last-child(2).bx-active {
  margin-right: 0;
}
.bx-pagination ul li span, .bx-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
}
.bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) span, .bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) a, .bx-pagination ul li.bx-active span, .bx-pagination ul li.bx-active a {
  color: #980916;
}
.bx-pagination ul li.bx-pag-prev, .bx-pagination ul li.bx-pag-next {
  display: none;
}
.bx-pagination ul li.bx-pag-prev.noActive, .bx-pagination ul li.bx-pag-next.noActive {
  cursor: default;
}
.bx-pagination ul li.bx-pag-prev {
  background: url("/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/img/navigate-arrow-prev.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-next {
  background: url("/local/templates/etalonmix/components/bitrix/system.pagenavigation/main/img/navigate-arrow-next.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-all {
  margin-right: 30px;
}
.bx-pagination ul .dots {
  width: 20px;
  height: 44px;
  font-size: 0;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: black;
  font-size: 21px;
  font-family: "NeoSansPro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}

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

/* End */


/* Start:/local/templates/etalonmix/components/bitrix/news/blog/bitrix/news.list/.default/style.css?171583494511778*/
.content {
  min-height: auto !important;
}

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

.blog-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .blog-wrap {
    margin-top: 10px;
  }
}

.top-article {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .top-article {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .top-article {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .top-article {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .top-article {
    width: 300px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .top-article {
    padding-bottom: 113px;
  }
}
@media screen and (max-width: 767px) {
  .top-article {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .top-article .item {
    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: center;
    height: 420px;
  }
}
.top-article .item .image {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 1280px) {
  .top-article .item .image {
    min-width: 560px;
    max-width: 560px;
    height: 100%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .top-article .item .image {
    height: 300px;
  }
}
.top-article .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .top-article .item .info {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .top-article .item .info {
    margin-top: 40px;
  }
}
.top-article .item .info .new-and-date {
  width: 100%;
  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;
}
.top-article .item .info .new-and-date .new {
  min-width: 90px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1.6px solid #980916;
  color: #980916;
  font-size: 25px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
.top-article .item .info .new-and-date .date {
  margin-left: auto;
  color: #B5B5B5;
  font-size: 22px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 2.31px;
}
@media screen and (max-width: 1279px) {
  .top-article .item .info .new-and-date .date {
    font-size: 14px;
    letter-spacing: 1.47px;
  }
}
.top-article .item .info .name {
  margin-top: 50px;
  color: #171717;
  font-size: 36px;
  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) {
  .top-article .item .info .name {
    font-size: 24px;
    height: auto;
    line-height: normal;
    margin-top: 25px;
  }
}
.top-article .item .info .preview-text {
  color: #171717;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  height: 93px;
  overflow: hidden;
  text-transform: none;
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .top-article .item .info .preview-text {
    font-size: 14px;
    margin-top: 10px;
    height: 54px;
  }
}
.top-article .item .info .link {
  position: relative;
  align-items: center;
  min-width: 342px;
  max-width: 342px;
  height: 75px;
  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-top: 50px;
}
.top-article .item .info .link:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .top-article .item .info .link {
    margin-top: 25px;
    min-width: 300px;
    max-width: 300px;
    height: 60px;
    font-size: 16px;
  }
}

.articles {
  background: #F3F3F3;
}
.articles .blog-list {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .articles .blog-list {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .articles .blog-list {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .articles .blog-list {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .articles .blog-list {
    width: 300px;
  }
}
.articles .list {
  padding: 60px 0;
  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: 767px) {
  .articles .list {
    justify-content: center;
  }
}
.articles .list .block {
  min-width: 338px;
  max-width: 338px;
  height: 348px;
  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) {
  .articles .list .block:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .articles .list .block {
    margin-right: 40px;
    min-width: 360px;
    max-width: 360px;
  }
  .articles .list .block:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .articles .list .block {
    margin-right: 20px;
    margin-bottom: 30px;
    min-width: 300px;
    max-width: 300px;
    height: 322px;
  }
  .articles .list .block:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .articles .list .block {
    margin-right: 0;
    height: auto;
  }
}
.articles .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;
}
.articles .list .block .image:hover:not(.noHover) .bg {
  width: 100%;
  background: #D1A289;
}
.articles .list .block .image:hover:not(.noHover) .bg svg.beige {
  opacity: 1;
}
.articles .list .block .image:hover:not(.noHover) .bg svg.red {
  opacity: 0;
}
.articles .list .block .image:hover:not(.noHover) .arrow {
  width: 100%;
  font-size: 20px;
  background-position: 89% 5px !important;
}
.articles .list .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles .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;
}
.articles .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/news/blog/bitrix/news.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;
}
.articles .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) {
  .articles .list .block .date {
    font-size: 14px;
    letter-spacing: 1.47px;
  }
}
.articles .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) {
  .articles .list .block .name {
    font-size: 18px;
    height: 70px;
    line-height: normal;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .articles .list .block .name {
    height: auto;
  }
}
.articles .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;
}
.articles .show-more:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .articles .show-more {
    min-width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
.articles .bx-pagination {
  display: none;
}

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

/* End */
/* /local/templates/etalonmix/components/bitrix/system.pagenavigation/main/style.css?17158349462136 */
/* /local/templates/etalonmix/components/bitrix/news/blog/bitrix/news.list/.default/style.css?171583494511778 */
