

/* Start:/local/templates/tools/components/bitrix/system.pagenavigation/visual_1/style.css?17089554583681*/

/* region new style page navigation --------------------------------------------------------------------------*/

.bx_pagination_bottom * {
    vertical-align: middle;
}

.bx_pagination_bottom .fa {
    font-size: 15px;
    position: relative;
    top: -1px;
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center;
}

.bx_pagination_bottom .bx_pg_section {
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/tools/components/bitrix/system.pagenavigation/visual_1/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0;
    padding: 0 2px;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin: 0 2px;
}

.bx_pagination_bottom .bx_pagination_page .nav-text {
    font-size: 12px;
    margin-left: 0;
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bx_pagination_bottom .bx_pagination_page .disabled {
    opacity: .3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
}

.bx_pagination_bottom .bx_pagination_page li a, .bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page .nav-text a {
    color: var(--main_link_color);
    text-align: center;
    text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active{
    border: 1px solid var(--main_color);
    background-color: #FFFAEC
}
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

.bx_pagination_page_list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bx_pagination_page{
  display: flex;
  align-items: center;
  padding: 0px 20px;
  background-color: transparent;
}
.bx_pagination_page span {
    font-weight: bold;
}
.bx_pagination_page li, .nav-text {
    background-color: #fff;
    border: solid 1px #dfdfdf;
}
.bx_pagination_page li:hover, .nav-text:hover {
    background-color: #f5f5f5;
}
.bx_pagination_page a path {
    transition: all .3s ease;
}
.bx_pagination_page .nav-text.disabled {
    border: solid 1px #696969;
}
.bx_pagination_page a:active:hover path {
    stroke: #fff;
}

.bx_pagination_page{
    position: relative;
    justify-content: center;
}

/* End */


/* Start:/local/templates/tools/components/bitrix/news/sales/bitrix/news.list/sales/style.css?1708955458911*/
.promo-list {
	width: 100%;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.promo-list-item-dates .after, .promo-list-item-dates .before{
	color: var(--main-txt);
	font-weight: 600;
}
.promo-list-item-img {
	display: block;
	transition: all .3s ease-out !important;
	object-fit: cover;
	width: 100%;
}
.promo-list-item:hover .promo-list-item-img {
	transform: scale(1.01);
}
.promo-list-item {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.promo-list-item-dates {
	display: flex;
	font-weight: 500;
	margin-top: 10px;
}
.promo-list-item-dates > span{
	font-size: 14px;
}

.promo-list-item-dates .fa {
	margin-right: 5px;
	font-size: 16px;
}

.sales_wrapper .title_box{
	padding-top: 0px;
	margin-top: 0px;
}

@media (max-width: 1350px) {
	.promo-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px) {
	.promo-list {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/tools/components/bitrix/system.pagenavigation/visual_1/style.css?17089554583681 */
/* /local/templates/tools/components/bitrix/news/sales/bitrix/news.list/sales/style.css?1708955458911 */
