

/* Start:/local/templates/polair/components/bitrix/system.pagenavigation/.default/style.css?1764592119863*/
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-arrow {
    font-size: 22px;
    color: #C4C4C4;
}

.pagination-arrow.prev {
    margin-right: 26px;
}

.pagination-arrow.next {
    margin-left: 26px;
}

.pagination-link {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 11px;
    color: #7B7C7E;
}

.pagination-link.active {
    color: #C4C4C4;
}

.pagination-link:hover {
    color: #DE1326;
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/polair/components/bitrix/news.list/where_to_buy/style.css?17645921207523*/

.new_body {
	margin-top: 75px;
	margin-bottom: 72px;
}

.new_body .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.new_body .wrapper .left_part {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 1000px;
	flex: 0 1 1000px;
	margin-right: 24px;
}

.new_body .wrapper .left_part .search_row {
	margin-bottom: 56px;
}

@media screen and (max-width: 500px) {
	.new_body .wrapper .left_part .search_row .input input {
		font-size: 18px;
		padding: 16px 16px 16px 8px;
	}
}

@media screen and (max-width: 500px) {
	.new_body .wrapper .left_part .search_row .cross {
		right: 15px;
	}
}

@media screen and (max-width: 500px) {
	.new_body .wrapper .left_part .search_row .submit {
		width: 62px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 62px;
		flex: 0 0 62px;
	}
}

.new_body .wrapper .left_part .new_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 48px;
}

.new_body .wrapper .left_part .new_item .img {
	margin-right: 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 449px;
	flex: 0 1 449px;
	position: relative;
	padding-top: 180px;
}

.new_body .wrapper .left_part .new_item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 600px) {
	.new_body .wrapper .left_part .new_item .img {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

.new_body .wrapper .left_part .new_item .content_part {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 570px;
	flex: 0 1 570px;
}

.new_body .wrapper .left_part .new_item .content_part .date {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.03em;
	color: #808080;
}

.new_body .wrapper .left_part .new_item .content_part .title {
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #006fb6;
}

.new_body .wrapper .left_part .new_item .content_part .preview {
	margin-bottom: 13px;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #333333;
}

@media screen and (max-width: 600px) {
	.new_body .wrapper .left_part .new_item {
		margin-bottom: 24px;
		display: block;
	}
}

.new_body .wrapper .left_part .pagination_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 70px;
}

.new_body .wrapper .left_part .pagination_cont .pag_item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48px;
	flex: 0 1 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	color: #808080;
}

.new_body .wrapper .left_part .pagination_cont .pag_item._active {
	background: #006fb6;
	border-radius: 60px;
	color: #fff;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list {
	margin-left: 12px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 85px;
	flex: 0 1 85px;
	position: relative;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list ._drop_down_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list ._drop_down_title .text {
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.03em;
	color: #006fb6;
	padding: 0 5px 0px;
	border-bottom: 1px solid #808080;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list .drop_down_body {
	position: absolute;
	top: calc(100% + 1px);
	display: none;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list .drop_down_body ._drop_item {
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.03em;
	color: #006fb6;
	padding: 4px;
}

@media screen and (max-width: 900px) {
	.new_body .wrapper .left_part {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: 0;
	}
}

.new_body .wrapper .right_part {
	-webkit-box-flex: 0;
	-ms-flex: 0 2 331px;
	flex: 0 2 331px;
}

.new_body .wrapper .right_part .archive_title {
	padding-bottom: 9px;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #808080;
	border-bottom: 2px solid #cfd6e5;
	margin-bottom: 6px;
}

.new_body .wrapper .right_part .archive_cont a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.03em;
	color: #006fb6;
	margin: 6px 0;
}

@media screen and (max-width: 900px) {
	.new_body .wrapper .right_part {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		display: none;
	}
}

.new_body .wrapper .sexteen_dots {
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: translate(-150%, 0);
	transform: translate(-150%, 0);
	opacity: 0.4;
}

.new_body .wrapper .nine_dots {
	position: absolute;
	top: 6%;
	left: 100%;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.new_body .wrapper .sexteen_blue_dots {
	position: absolute;
	bottom: 6%;
	left: 100%;
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}

.new_body._where_to_buy {
	margin-bottom: 0;
	margin-top: 64px;
}

.new_body._where_to_buy .left_part {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

@media screen and (max-width: 500px) {
	.new_body._where_to_buy {
		margin: 30px 0;
	}
}

@media screen and (max-width: 900px) {
	.new_body .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.new_body {
		margin: 30px 0;
	}
}

.new_body .wrapper .left_part .where_to_buy_text {
	margin-bottom: 45px;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #333333;
}

.new_body .wrapper .left_part .where_to_buy_text p:first-child {
	margin-bottom: 20px;
}

.new_body .wrapper .left_part .where_to_buy_text a {
	color: #006fb6;
	text-decoration: underline;
}

@media screen and (max-width: 500px) {
	.new_body .wrapper .left_part .where_to_buy_text {
		font-size: 16px;
		margin-bottom: 0;
	}
}


.where_to_buy {
	padding: 30px 0;
	background: #f7f9fb;
}

.contucts_btn .wrapper {
	justify-content: space-between;
}

.contucts_btn .wrapper .title{
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.news-list {
	background: #F7F9FB;
}

table.list {
	width: 100%;
	border-collapse: collapse;
}

table.list tr:nth-child(2n - 1) td {
	background: #fff;
}

table.list td {
	padding: 15px;
	font-size: 18px;
	line-height: 140%;
}

table.list td.name {
	color: #006FB6;
	font-weight: 600;
}

@media(max-width: 575px) {
	table.list tr {
		display: flex;
		flex-wrap: wrap;
	}

	table.list tr td {
		flex: 0 0 100%;
	}

	table.list tr td:last-child {
		border-bottom: 1px solid #ccc;
	}

	table.list tr:last-child td:last-child {
		border-bottom: 0;
	}
}

@media print {
	.where_to_buy, .garancy {
		display: none;
	}
}


.news-list {
	padding-bottom: 4rem;
}
/* End */
/* /local/templates/polair/components/bitrix/system.pagenavigation/.default/style.css?1764592119863 */
/* /local/templates/polair/components/bitrix/news.list/where_to_buy/style.css?17645921207523 */
