

/* Start:/local/templates/eshop_bootstrap_v4/components-template/custom-page/style.css?17071219875670*/
.section__title {
  text-align: center;
  font-family: "Akrobat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
  color: #323232;
}

.product__list {
  display: grid;
  grid-template-columns: calc(25% - 5px) calc(25% - 5px) calc(25% - 5px) calc(25% - 5px);
  grid-template-rows: 1fr;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 25px;
}

.product__list .product-card .product-card-top .product-card-top-img {
  /*height: 700px;*/
}

.product-card {
  margin-bottom: 20px;
}

.recently_views .swiper .product-card .product-card-top .product-card-top-img,
.recently_views .swiper .product-card .product-card-top .additional-photo img,
.recently_views .swiper .product-card .product-card-top .additional-photo {
  height: 550px;
  width: auto;
}

.recently_views .swiper .product-card .product-card-footer-prices-price,
.recently_views .swiper .product-card .product-card-footer-prices-price-old {
  font-size: 18px;
  white-space: nowrap;
}

.recently_views .swiper .custom-button {
  height: 550px;
}

.swiper.product-hits__slider .custom-button {
  height: 700px;
}

.recently_views .swiper .button-detail {
  width: 103px;
  height: 45px;
  font-size: 16px;
}

.container {
  overflow: hidden;
}

.section__title {
  width: 100% !important;
  text-align: center;
}

.wrapper {
  margin-top: 90px;
}
.wrapper-optovikam {
max-width: 1200px;
margin: 0 auto;
margin-top: 90px;
}
@media screen and (min-width: 800px) {
  .section__title:hover {
    border-bottom: none !important;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1680px) {

  .recently_views,
  .product-hits {
    margin-right: -150px;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 1950px) {
  .product__list {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 2450px) {
  .product__list {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 2900px) {
  .product__list {
    display: grid;
    grid-template-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 3400px) {
  .product__list {
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (max-width: 1610px) {

  .recently_views,
  .product-hits {
    margin-right: -20px;
  }
}

@media screen and (max-width: 1440px) {
  .product__list {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 450px;
    width: auto;
  }

  .recently_views .swiper .custom-button {
    height: 450px;
  }
}

@media screen and (max-width: 1200px) {
  .product__list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}

@media screen and (max-width: 990px) {

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 550px;
    width: auto;
  }

  .recently_views .swiper .custom-button {
    height: 550px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .product__list {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .page-top__title {
    font-size: 40px;
    text-align: left;
  }

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 353px;
    width: 353px;
  }

  .recently_views .swiper .custom-button {
    height: 353px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 540px;
  }

  .section__title {
    font-size: 35px !important;
    margin-top: 96px;
    margin-bottom: 0;
    text-align: left !important;
  }
}

@media screen and (max-width: 576px) {
  .product__list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 470px;
  }

  .recently_views,
  .product-hits {
    margin-right: -10px;
  }
}

@media screen and (max-width: 480px) {
  .swiper.product-hits__slider .custom-button {
    height: 283px;
  }

  .bx-wrapper .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/actions/style.css?17544696862898*/
.news__list {
	display: grid;
	grid-template-columns: calc(33.3333333% - 5px) calc(33.3333333% - 5px) calc(33.3333333% - 5px);
	grid-template-rows: 1fr;
	-moz-column-gap: 5px;
	column-gap: 5px;
	row-gap: 20px;
}

.news__list-item {
	position: relative;
}

.news__list-item-wrap {
	height: 100%;
	border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
}

.news__list-item-header {
	width: 100%;
	/*height: 350px;*/
	flex-grow: 1;
	flex-shrink: 0;
}

.news__list-item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__list-item-body {
	width: 100%;
	padding: 20px 20px;
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
	gap: 15px;
}

.news__list-item-body .d-flex {
	display: none !important;
}

.news__list-item-title > a {
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #4D4D4D;
}

.news__list-item-description {
	/* margin-top: 15px; */
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #4D4D4D;
}

.news__list-item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-top: 15px; */
}

.news__list-item-more {
	font-size: 15px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	display: flex;
    align-items: center;
}

.news__list-item-time {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 135%;
	color: #999999;
}

.news__list-item-time > span:first-child {
	margin-right: 5px;
}

@media (max-width: 1610.98px) {
	.news__list-item-header {
		height: 290px;
	}
}

@media (max-width: 1440.98px) {
	.news__list-item-header {
		height: 250px;
	}
}

@media (max-width: 1290.98px) {
	.news__list {
		grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	}
	
	.news__list-item-header {
		height: 330px;
	}
}

@media (max-width: 1100.98px) {
	.news__list-item-header {
		height: 300px;
	}
}

@media (max-width: 1000.98px) {
	.news__list-item-header {
		height: 250px;
	}
}

@media (max-width: 890.98px) {
	.news__list-item-header {
		height: 220px;
	}
}

@media (max-width: 767.98px) {
	.news__list-item-header {
		height: 180px;
	}
}

@media (max-width: 620.98px) {
	.news__list {
		grid-template-columns: calc(100% - 5px);
	}

	.news__list-item-header {
		height: 270px;
	}
}

@media (max-width: 480.98px) {
	.news__list-item-header {
		height: 220px;
	}

	.news__list-item-body {
		padding: 20px;
	}

	.news__list-item-title > a {
		font-size: 16px;
	}

	.news__list-item-description {
		font-size: 15px;
	}

	.news__list-item-footer {
		position: relative;
		bottom: unset;
		left: unset;
		display: grid;
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 375.98px) {
	.news__list-item-header {
		height: 180px;
	}
}

/* End */
/* /local/templates/eshop_bootstrap_v4/components-template/custom-page/style.css?17071219875670 */
/* /local/templates/.default/components/bitrix/news.list/actions/style.css?17544696862898 */
