.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
  z-index: 100; }
  .section-title .title a {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    color: #000; }
  .section-title .title-button a {
    font-size: 13px;
    color: #101010;
    text-decoration: underline; }
    .section-title .title-button a:hover {
      color: #D9042B; }
  @media (max-width: 768px) {
    .section-title .title-button {
      display: none; } }

body.index .section-title {
  padding-left: 32px; }
  body.index .section-title .title a {
    font-weight: 700; }
  @media (max-width: 1024px) {
    body.index .section-title {
      padding-left: 0; } }

.subsection-title {
  display: block;
  margin-bottom: 32px; }
  .subsection-title span {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 1.3; }
    .subsection-title span:after {
      display: block;
      width: 256px;
      height: 2px;
      background: #D9042B;
      content: '';
      position: absolute;
      right: -280px;
      bottom: 16px; }
  @media (max-width: 1366px) {
    .subsection-title span {
      font-size: 28px; }
      .subsection-title span:after {
        width: 200px;
        right: -240px; } }
  @media (max-width: 1280px) {
    .subsection-title span {
      font-size: 26px; }
      .subsection-title span:after {
        width: 160px;
        right: -180px; } }
  @media (max-width: 1024px) {
    .subsection-title {
      overflow: hidden; }
      .subsection-title span {
        font-size: 24px; }
        .subsection-title span:after {
          width: 100px;
          right: -124px;
          bottom: 12px; } }

.home-about {
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 80px;
  font-size: 13px; }
  .home-about .more {
    display: flex; }
    .home-about .more span {
      display: block;
      width: 46px;
      height: 46px;
      border: 2px solid #E5E5E5;
      border-radius: 50%;
      text-indent: -9999px;
      background: #fff url(../img/arrow-right-long-gray.svg) center no-repeat;
      background-size: 16px 16px;
      cursor: pointer; }
      .home-about .more span:hover {
        background: #D9042B url(../img/arrow-right-long-white.svg) center no-repeat;
        background-size: 16px 16px;
        border-color: #D9042B; }
  .home-about p {
    margin-bottom: 20px; }
  .home-about .full-text {
    display: none; }
  .home-about h1,
  .home-about h2,
  .home-about h3 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold; }

/*# sourceMappingURL=home.css.map */

.xmatlogocarusel{
  margin-left: -32px;
	background: #fafaf9;
	padding: 50px;
	margin-bottom: 50px;
  position: relative;
}

.xmatlogocarusel:before{
  content:' ';
  background: #fafaf9;
	position: absolute;
	top: 0;
	right: -50%;
	height: 100%;
	width: 50%;
}

.xmatlogocarusel .title{
  font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.xmatlogocarusel ul{
  display: flex;
	flex-wrap: wrap;
}

.xmatlogocarusel ul li{
  width: 16.66%;
	display: grid;
	place-items: center;
	padding: 20px;
}

@media(max-width:992px){
  .xmatlogocarusel ul li{
    width: 33.3333333%;
  }
}

@media(max-width:600px){
  .xmatlogocarusel ul li{
    width: 50%;
  }
}

.xmatlogocarusel ul li img{
  max-width: 100%;
	height: auto;
}

.xmatlogocarusel .more{
  text-align: center;
	display: block;
	text-decoration: underline;
	font-weight: 600;
}

#wrap{
  overflow: hidden;
}

#new-products_block ul.product_list,#best-sellers_block_right ul.product_list{
  display: block;
}

#new-products_block ul.product_list .slick-list,#nbest-sellers_block_right ul.product_list .slick-list{
  padding-right: 1px;
}

#new-products_block ul.product_list .slick-track,#best-sellers_block_right ul.product_list .slick-track{
  display: flex;
}

#new-products_block ul.product_list .slick-slide,#best-sellers_block_right ul.product_list .slick-slide {
  float: none;
  height: initial;
}

#new-products_block ul.product_list .slick-slide > div,#best-sellers_block_right ul.product_list .slick-slide > div{
  height: 100%;
}

#new-products_block ul.product_list .slick-slide > div li,#best-sellers_block_right ul.product_list .slick-slide > div li{
  height: 100%;
}

@media(max-width:560px){
  #new-products_block ul.product_list .slick-slide > div,#best-sellers_block_right ul.product_list .slick-slide > div{
    margin: 0 10px;
  }

  #new-products_block ul.product_list .slick-list,#best-sellers_block_right ul.product_list .slick-list{
    margin: 0 -10px;
    padding: 0;
  }
}