

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17290694312820*/
.bx-pagination {
	margin: 40px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 5px;

}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li span{
	background: #fff;
	padding: 0px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: var(--color-gray);
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: var(--color-white);
	color: var(--color-orange);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #f6f6f6;
	color: var(--color-orange);
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev,
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
	margin-right: 15px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next{
	margin-left: 15px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: none;
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	background: none;
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span svg path{
	fill: var(--color-orange);
	stroke: var(--color-orange);
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #F6F6F6;
	color: var(--color-orange);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/advantages/style.css?17290683852423*/
/*advantages*/
.advantages {
    padding: 118px 0 66px;
    background: var( --color-green-background);
    overflow: hidden;
}

.advantages_title {
    color: #FFF;
    font-family: var(--second-family);
    font-size: 50px;
    font-weight: 700;
    line-height: 50px; /* 100% */
    margin-bottom: 62px;
}

.advantages_title span {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.advantages_title span::before {
    content: attr(data-text);
    border-radius: 10px;
    background: #61391D;
    transform: rotate(7.203deg);
    padding: 16px 30px;
    color: #FFF;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    position: absolute;
    top: -32px;
    right: -74px;
    z-index: -1;
}

.advantages_item {
    border-radius: 10px;
    background: #FFF;
    padding: 35px 37px;
    display: flex;
    flex-direction: column;
    min-height: 261px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.advantages_item.advantages_item_btn {
    justify-content: center;
}

.advantages_item_name {
    color: #61391D;
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.advantages_item.advantages_item_btn .advantages_item_text {
    margin-bottom: 28px;
    text-align: center;
}

.advantages_item.advantages_item_btn .button {
    max-width: 221px;
    margin: 0 auto;
}

@media (max-width: 768px) {


    .advantages {
        padding: 80px 0 25px;

    }


    .advantages_title {
        font-size: 45px;
        line-height: 40px; /* 100% */
    }

    .advantages_title span::before {
        right: 0
    }

    .advantages_item {
        min-height: unset;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .advantages_title {
        font-size: 35px;
        line-height: 30px; /* 100% */
        margin-bottom: 30px;
    }

    .advantages_item {
        padding: 20px;
    }

    .advantages_item_name {
        font-size: 25px;
    }
}

/*advantages on about page*/
.about-page .advantages {
    padding: var(--section-spacing-xl) 0;
}

.about-page .advantages_title {
    margin-bottom: 50px;
}

.about-page .advantages_item {
    padding: 30px;
    min-height: 300px;
}

.about-page .advantages_item_name {
    font-size: 20px;
    color: var(--color-black);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/we_offer/style.css?17286347861336*/
h2.we-offer__title {
    margin-bottom: 60px;
}

.we-offer__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.we-offer__item {
    display: flex;
    align-items: center;
    gap: 25px 15px;
    padding: 30px;
    min-height: 140px;
    border: 1px solid var(--color-grey-light);
    border-radius: 15px;
}

.we-offer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 80px;
    flex-shrink: 0;
    height: 80px;
    background: #f6f6f6;
    border-radius: 50%;
}

.we-offer__text {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.we-offer__text strong {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: var(--color-black);
}

.we-offer__text span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-grey-dark);
}

@media (max-width: 992px) {
    h2.we-offer__title {
        margin-bottom: 30px;
    }

    .we-offer__row {
        grid-template-columns: 1fr;
    }

    .we-offer__item {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .we-offer__icon {
        flex-basis: 50px;
        height: 50px;
    }

    .we-offer__text strong {
        font-size: 15px;
    }

    .we-offer__text span {
        font-size: 13px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/brands/style.css?17290685081419*/
/*brands*/
.brands{
  padding-top: 80px;
  padding-bottom: 109px;
}

.brands_title{
  color: var(--color-black);
  font-family: var(--second-family);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 110% */
  margin-bottom: 55px;
}

.swiper-container.brands_slider{
  margin: 0 22px;
}

.brands_slider .swiper-wrapper{
  height: initial;
}

.brands_slider .swiper-wrapper{
  align-items: center;
}

.brands_item{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 285px;
  margin: 0 auto;
}

.brands_item_img{
  position: relative;
  background: #F6F6F6;
  border-radius: 5px;
  height: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.brands_item_img img{
  cursor: pointer;
  transition: all .3s linear;
}

.brands_item_img img.activ{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
}

.brands_item_img:hover img.activ{
  opacity: 1
}

.brands_item_img:hover img.passiv{
  opacity: 0;
}

@media(max-width: 992px){
  .brands{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


@media(max-width: 768px){
  .brands{
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .brands_title{
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;

  }
}

@media(max-width: 576px){
  .brands_title{
    font-size: 35px;
    line-height: 40px
  }
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17290694312820 */
/* /local/templates/.default/components/bitrix/news.list/advantages/style.css?17290683852423 */
/* /local/templates/.default/components/bitrix/news.list/we_offer/style.css?17286347861336 */
/* /local/templates/.default/components/bitrix/news.list/brands/style.css?17290685081419 */
