

/* Start:/bitrix/templates/amt/components/bitrix/news/blog_new/bitrix/news.detail/.default/style.css?178706302812483*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture {
	float:left;
	margin:0 8px 6px 1px;
	height: 100%;
}
.news-date-time
{
	color:#486DAA;
}

.news_txt iframe {
	max-width: 100%;
}
.news_txt ul:first-child {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 16px;
}
.news_txt ul li {
	padding-left: 24px;
	position: relative;
}
.news_txt ul li:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 4px;
	background: var(--color-red);
}
.news_txt ul p {
	margin: 0;
}

.news_txt .faq_list {
	margin-bottom: 40px;
}
.news_txt .faq_body ul {
	padding-left: 0;
	list-style: none;
}

.table {
	padding-bottom: 7px;
	overflow-x: auto;
}
.table table {
	border-collapse: separate !important;
	border-spacing: 0;
	min-width: 800px;
	border: 0;
	table-layout: fixed;
}
.table table p {
	margin: 0;
}
.table tr:nth-child(2n+1) td {
	background: transparent;
}
.table tr:nth-child(2n+2) td {
	background: #fff;
}
.table td {
	border: none;
	border-right: 1px solid #1C1E20;
	border-bottom: 1px solid #1C1E20;
	padding: 18px 8px;
	min-width: 160px;
	white-space: nowrap;
}
.table tr:first-child td {
	border-top: 1px solid #1C1E20;
	text-align: center;
	padding: 23px 15px;
}
.table td:first-child {
	border-left: 1px solid #1C1E20;
}

.table tr:first-child td:first-child {
	border-top-left-radius: 12px;
}
.table tr:first-child td:last-child {
	border-top-right-radius: 12px
}
.table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 12px
}
.table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 12px
}
@media (max-width: 991px) {
	.table table {
		min-width: 500px;
	}
	.table td {
		padding: 17px 2px;
		min-width: 60px;
		white-space: normal;
		/*border-radius: 0 !important;*/
	}
	.table tr:first-child td {
		padding: 17px 2px;
	}
}

.product-container {
	align-items: inherit;
	flex-direction: row;
}
.product-sidebar {
	position: relative;
	flex-shrink: 0;
	width: 19.0625rem;
	margin: 0 0 0 1.25rem;
}
.product-sidebar aside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_txt h2 {
	color: #F60001;
}
.table-of-contents {
	position: sticky;
	top: 170px;
	margin-top: 40px;
}
.table-of-contents li {
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	color: #2B2D38;
}
.table-of-contents li:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 10px;
	background: #A7A7A7;
	z-index: 2;
}
.table-of-contents li:after {
	content: "";
	width: 2px;
	height: calc(100% + 40px);
	position: absolute;
	left: 4px;
	top: 9px;
	border-radius: 10px;
	background: #A7A7A7;
}
.table-of-contents li.active:before {
	background: #F60001;
}
.table-of-contents li:last-child:after {
	content: none;
}
.table-of-contents li + li {
	margin-top: 40px;
}

.news_tabl {
	padding: 30px 0;
}
.news_tabl_inf {
	background: #FFEED9;
	border-radius: 60px;
	padding: 8px 16px;
	color: #FF8B00;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	margin-bottom: 10px;
}
.news_tabl .table {
	margin-top: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
}
.news_tabl .table tr:first-child td {
	background: #1D1E20;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	padding: 11px 15px;
	letter-spacing: 0.01em;
}
.news_tabl .table tr:nth-child(2n+2) td {
	background: transparent;
}
.news_tabl .table td {
	border-right: 0;
	border-bottom: 1px solid #E4E5E6;
	padding: 12px 15px;
	white-space: normal;
	height: 62px;
}
.news_tabl .table td:first-child {
	border-left: 1px solid #E4E5E6;
}
.news_tabl1 .table td:last-child {
	border-right: 1px solid #E4E5E6;
}
.inf_red {
	background: #FFE5E5;
	border-radius: 60px;
	padding: 4px 12px;
	color: #FF0000;
}
.inf_green {
	background: #DEFAEB;
	border-radius: 60px;
	padding: 4px 12px;
	color: #24AB63;
}
.news_txt .news_tabl a {
	color: #FF8B00;
	border: 0;
	display: flex;
	align-items: center;
	gap: 6px;
}


.news_green_block {
	background: #DEFAEB;
	border-radius: 24px;
	padding: 24px;
	  margin-bottom: 20px;
}
.news_green_block p:last-child {
	margin-bottom: 0;
}
.news_txt .news_green_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 24px 16px;
	flex-wrap: wrap;
}
.news_txt .news_green_block li {
	position: relative;
	padding-left: 32px;
	width: calc(50% - 12px);
}
.news_txt .news_green_block li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(/bitrix/templates/amt/components/bitrix/news/blog_new/bitrix/news.detail/.default/img/news_green_block.png);
}

.art_prod_top {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.art_prod__item {
	display: flex;
	align-items: center;
	border: 1px solid #E4E5E6;
	padding: 16px;
	border-radius: 16px;
	gap: 24px;
}
.art_prod__img {
	width: 123px;
}
.art_prod__info {
	flex: 1 1 auto;
}
.art_prod__name {
	margin-bottom: 12px;
}
.news_txt .art_prod__name a {
	color: #1D1E20;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	text-decoration: none;
}
.art_prod__properties {
	color: #808080;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: flex-end;
}
.art_prod__paket {
	color: #24AB63;
	padding-left: 5px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.art_prod__price {
	text-align: right;
	min-width: 150px;
}
.price_month {
	color: #FF0000;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 8px;
}
.art_prod__price .price {
	color: #808080;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	justify-content: flex-end;
}

.art_send {
	background: linear-gradient(90deg, #FF8B00 0%, #FF0000 100%);
	padding: 24px;
	border-radius: 24px;
	color: #fff;
	margin-bottom: 50px;
}
.art_send h3 {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
.art_send p {
	margin: 0 0 24px;
}
.art_send_items {
	display: flex;
	gap: 12px;
}
.art_send_item {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	padding: 24px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	color: #1D1E20;
	gap: 4px;
}
.art_send_title {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-top: 12px;
}
.art_send_item a, .art_send_item button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
	text-decoration: none;
	background: transparent;
}
.art_form {
	display: flex;
	gap: 8px;
}
.art_form button {
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #E4E5E6;
	color: #808080;
	padding: 12px 24px;
	border-radius: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	letter-spacing: 0.01em;
	background: transparent;
}
.art_form button:hover {
	border: 1px solid #FF0000;
	background: #FF0000;
	color: #fff;
}

.art_foot {
	border: 1px solid #E4E5E6;
	background: #F5F6FA;
	padding: 24px;
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.art_view {
	display: flex;
	align-items: center;
	gap: 4px;
}
.art_share {
	display: flex;
	align-items: center;
	gap: 10px;
}
.news_txt .art_share .ya-share2 ul {
	flex-direction: row;
	margin: 0;
}
.news_txt .art_share a {
	border: 0;
}

.news_tabl_prod .blogProd-main .swiper-slide {
	background: transparent;
	border: 1px solid #E4E5E6;
}
.news_tabl_prod h3 {
	padding-right: 120px;
}
.news_txt .news_tabl_prod a {
	border: 0;
}
#modal-artform .modal-content {
	background-color: #fff;
	max-width: 51.75rem;
	border: 1px solid #E4E5E6;
	padding: 24px;
}
#modal-artform .news_tabl {
	padding: 0;
}

.product-sidebar__consultation {
	margin-top: 0;
}
.blog-card__meta-data {
    display: flex;
    gap: 15px;
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text);
}
.blog-card__meta-data span {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media (max-width: 1199px) {
	h1.blog_h1 {
		width: 100%;
	}
	.blog-card__meta-data.news_meta {
		width: 100%;
		margin: 0 0 40px 00%;
		justify-content: flex-start;
		flex-direction: row;
	}
	div.news-detail .news_img {
		height: 600px;
	}
	.news_img img {
		height: 100%;
		margin: 0 !important;
	}
	.news_txt {
		padding: 20px;
	}
	.news_txt h2 {
		margin: 30px 0 -10px;
	}
	.table-of-contents {
		top: 110px;
	}
	.art_prod__img {
		width: 90px;
		min-width: 90px;
	}
	.art_prod__price {
		min-width: 130px;
	}
	.art_prod__name {
		margin-bottom: 4px;
	}
	.news_txt .art_prod__name a, .price_month {
		font-size: 16px;
		line-height: 24px;
	}
	.art_form button {
		padding: 10px 14px;
		font-size: 14px;
	}
	.news_tabl {
		padding: 30px 0 0;
	}
}
@media (max-width: 991px) {
	.table-of-contents {
		display: none;
	}
	.product-container {
		flex-direction: column;
	}
	.product-sidebar {
		flex-shrink: inherit;
		width: 100%;
		margin: 40px 0 0;
	}
	.product-sidebar aside {
		position: static;
	}
	.table {
		overflow: auto;
		max-width: 100%;
	}
	.news_tabl1 .table table {
		min-width: 840px;
	}
}

@media (max-width: 768px) {
    .blog-card__meta-data {
        flex-direction: column;
        gap: 10px;
    }
    .blog-card__meta-data span.blog-card__views {
        display: none;
    }
	div.news-detail .news_img {
		height: auto;
		border-radius: 20px;
	}
	div.news-detail .news_img img.detail_picture {
		margin: 0;
	}
	.news_txt {
		padding: 0 20px 20px;
	}
	.product-sidebar {
		margin: 0;
	}
	.art_form {
		flex-direction: column;
		align-items: flex-start;
	}
	.art_form button {
		padding: 11px 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.art_prod_top {
		flex-direction: row;
		overflow: auto;
		padding-bottom: 10px;
		margin-top: 10px;
		gap: 8px;
	}
	.art_prod__item {
		align-items: flex-start;
		gap: 12px;
		width: 290px;
		flex-direction: column;
		min-width: 290px;
		position: relative;
	}
	.art_prod__img {
		width: 113px;
		min-width: 113px;
	}
	.art_prod__price {
		min-width: 150px;
		position: absolute;
		right: 16px;
		top: 16px;
	}
	.price_month {
		font-size: 18px;
		line-height: 25px;
	}
	.news_txt .art_prod__name a {
		font-size: 18px;
		line-height: 25px;
		min-height: 50px;
	}
	.art_prod__properties {
		flex-wrap: wrap;
	}
	.art_prod__paket {
		padding-left: 0;
		width: 100%;
	}
	.news_green_block {
		padding: 16px;
		font-size: 14px;
	}
	.art_send_items {
		flex-direction: column;
	}
	.art_send_title {
		font-size: 18px;
		line-height: 25px;
	}
	.art_foot {
		flex-direction: column;
		padding: 16px;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 14px;
		gap: 16px;
	}
	.art_share {
		flex-direction: column;
		align-items: flex-start;
		font-size: 14px;
	}
	
}


.faq_list {
		columns: 2;
	}
	.faq_list .faq_item {
		background: #F0F2F9;
		border-radius: 0 0 10px 10px;
		margin-bottom: 15px;
		transition: all 0.3s;
		break-inside: avoid-column;
		padding: 0;
		min-height: 0;
	}
	.faq_list .faq_item[open] {
		max-height: 590px;
	}
	.faq_item > summary {
		list-style: none;
		cursor: pointer;
	}
	.faq_head {
		min-height: 60px;
		background: #ffffff;
		box-shadow: 0px 4px 4px 0px #5C6EAE4D;
		padding: 6px 20px 6px 44px;
		border-radius: 0 10px 10px 0;
		border-left: 3px solid #F60001;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.faq_title {
		font-weight: 500;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 0;
	}
	.faq_toggle {
		width: 28px;
		min-width: 28px;
		height: 28px;
		border: 2px solid #F60001;
		color: #F60001;
		border-radius: 28px;
		margin-left: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 25px;
		font-weight: 600;
	}
	.faq_body {
		overflow: hidden;
		transition: height .3s cubic-bezier(.2,.6,.4,1);
	}
	.faq_body ul, .faq_body ol {
		list-style: initial;
		padding-left: 25px;
		margin-bottom: 15px;
	}
	.faq_body p {
		margin: 0 0 15px;
	}
	.faq_body ul:last-child, .faq_body ol:last-child, .faq_body p:last-child {
		margin: 0;
	}
	.faq_content {
		transition: opacity .3s ease 0s;
		opacity: 0;
		padding: 15px 37px;
	}
	.faq_item[open] .faq_content {
		opacity: 1;
	}
	@media (max-width: 900px) {
		.faq_list {
			columns: 1;
		}
	}
	@media (max-width: 767px) {
		.faq_head {
			padding: 6px 20px;
		}
		.faq_title {
			font-size: 21px;
		}
		.faq_content {
			padding: 10px 20px;
		}
		.faq_item[open] {
			max-height: none;
		}
	}
	@media (max-width: 374px) {
		.faq_title {
			font-size: 16px;
		}
		.faq_content {
			font-size: 14px;
		}
		
	}
/* End */


/* Start:/bitrix/templates/amt/components/bitrix/system.pagenavigation/.default/style.css?17731012292827*/
.bx-pagination {
	margin: 10px 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: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	/*! border-radius: 16px; */
	vertical-align: middle;
	-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;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ef1616;
	color: #fff;
}
.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: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	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{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*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: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/amt/components/bitrix/catalog.section/gonka_new_5top/style.css?17864416313597*/
.catalog-goods__item {
    background: var(--color-bg-plate);
    border-radius: 20px;
    height: 504px;
	width: 100%;
	position: relative;
}
.catalog-goods__img {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    max-height: 227px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
	position: relative;
}
.catalog-goods__img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-slide .catalog-goods__img img {
  object-fit: contain;
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}
.catalog-goods__info {
    padding: 20px 20px 62px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    gap: 10px;
}
.catalog-goods__info .flex_foot {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px 20px;
}
.catalog-goods__name {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 16px;
	line-height: 1.2;
	height: 57.6px;
	margin-bottom: 0;
    color: var(--color-text);
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.catalog-goods__name a {
	text-decoration: none;
}
.catalog-goods__properties {
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-add-text);
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.catalog-goods__price {
    display: flex;
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--color-text);
    gap: 6px;
}
.catalog-goods__price .price {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--color-text);
}

a.catalog-goods__btn {
    border-radius: 50px;
    padding: 9px 0;
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: var(--color-red);
    text-decoration: none;
}

.catalog-goods__grid .button-red {
	border: 1px solid #CAD4E5;
	background: #fff;
	color: var(--color-text);
}
.catalog-goods__grid .catalog-goods__btn {
	border: 1px solid #CAD4E5;
	background: #CAD4E5;
	color: var(--color-text);
}
.catalog-goods__grid .button-red:hover, .catalog-goods__grid .catalog-goods__btn:hover {
	background: var(--color-red);
	border-color: var(--color-red);
	color: #fff;
}

.catalog-goods__grid .catalog-goods__info .button-red-border {
	padding: 0 9px;
	height: 25px;
}
.catalog-goods__grid .catalog-goods__info .button-red-border:before {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-size: contain;
}

.catalog-goods__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.catalog-goods__more {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.catalog-goods__more a {
	font-weight: 600;
	text-align: center;
	color: var(--color-text);
	padding: 11px 29.5px;
	border: 1px solid var(--color-text);
	border-radius: 10px;
	text-decoration: none;
}
.catalog-goods__grid .catalog-goods__slide:nth-child(n+4) {
	display: none;
}
.catalog-goods__grid.active .catalog-goods__slide:nth-child(n+4) {
	display: flex;
}

@media (max-width: 991px) {
	.catalog-goods__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog-goods__grid .catalog-goods__slide:nth-child(n+3) {
		display: none;
	}
	.catalog-goods__grid.active .catalog-goods__slide:nth-child(n+3) {
		display: flex;
	}
}




/* End */


/* Start:/bitrix/templates/amt/components/bitrix/catalog.section/gonka_new_art/style.css?17866088341446*/

.blogProd-main {
	position: relative;
	height: max-content;
	margin-top: 20px;
}
.blogProd-main .swiper-horizontal {
	max-width: 815px;
}
.blogProd-arrow_wrap {
	position: absolute;
	top: -60px;
	right: 0;
	display: flex;
	gap: 8px;
}
.blogProd-arrow {
	border-radius: 100px;
	border: 1.5px solid #808080;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blogProd-main .swiper-slide {
	border-radius: 1.25rem !important;
	background: #F0F2F9;
}
.blogProd-main .swiper-slide img {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  object-fit: contain;
}
.news_tabl_prod .caritem .button-red-border {
	background: none;
	padding: 0;
	color: #FF0000;
	font-weight: 700;
	margin: 16px 0 0;
}
.news_tabl_prod .caritem .button-red-border b {
	color: #1D1E20;
}
.news_tabl_prod .caritem .button-red-border:before {
	content: none;
}
.price_inf {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #808080;
	margin: 4px 0 16px;
}
.full_price {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
}
.news_tabl_prod .catalog-goods__properties {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	font-size: 14px;
	line-height: 19px;
}
.news_tabl_prod .swiper-slide__title {
	font-size: 20px;
	line-height: 27px;
	min-height: 54px;
}


@media (max-width: 767px) {
	.news_tabl_prod .swiper-slide__title {
		font-size: 18px;
		line-height: 25px;
		min-height: 0;
	}

}






/* End */


/* Start:/bitrix/templates/amt/components/bitrix/news.list/news_more_slaid/style.css?1775553193213*/
.blog__swiper .swiper-button-next {
  right: -1.4375rem;
}
.blog__swiper .swiper-button-prev {
  left: -1.4375rem;
}

.blog__swiper .swiper-button-next svg, .blog__swiper .swiper-button-prev svg {
	padding: 9px;
}
/* End */


/* Start:/bitrix/templates/amt/components/bitrix/form.result.new/popup_artform/style.css?17870630272406*/
.privacy label {
	position: relative;
	margin: 0 0 0 30px;
	display: block;
}
.privacy a {
	color: inherit;
}
.privacy input[type="checkbox"] {
	display: none;
}
.privacy input[type="checkbox"] + span:before, .privacy input[type="checkbox"] + span:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -30px;
	top: 0;
	transition: all .3s ease;
}
.privacy input[type="checkbox"] + span:before {
	background: #F6000100;
	border: 2px solid #F60001;
}
.privacy input[type="checkbox"]:checked + span:before {
	border: 2px solid #F60001;
	background-color: #F60001;
}
.privacy input[type="checkbox"]:checked + span:after {
	background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8 12L12 7" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-color: #F60001;
	background-position: center;
}

.form-arfl {
	display: flex;
	gap: 24px;
}
.form-item label {
	display: block;
	margin-bottom: 8px;
	color: #808080;
}
.form-item textarea {
	width: 100%;
	height: 130px;
	resize: none;
	border: 1px solid #E4E5E6;
	padding: 16px 24px;
	border-radius: 12px;
	font-family: inherit;
}
.form-arfl .input-text {
	height: 3.5rem;
	border: 1px solid #E4E5E6;
	padding: 16px 24px;
	border-radius: 12px;
	box-shadow: none;
}
.art_form input {
	display: none;
}
.art_form input + span {
	text-decoration: none;
	border: 1px solid #E4E5E6;
	color: #808080;
	padding: 12px 24px;
	border-radius: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.01em;
	background: transparent;
	display: block;
	cursor: pointer;
}
.art_form input:checked + span, .art_form input + span:hover {
	border: 1px solid #FF0000;
	background: #FF0000;
	color: #fff;
}

@media (max-width: 767px) {
	#modal-artform {
		font-size: 14px;
	}
	.form-arfl {
		flex-direction: column;
		gap: 0;
	}
	#modal-artform .form-item {
		margin-bottom: 10px;
	}
	.form-arfl .input-text {
		height: 2.5rem;
		padding: 10px 16px;
	}
	#modal-artform.art_form {
		gap: 0;
	}
	#modal-artform .art_form input + span {
		padding: 8px 24px;
		font-size: 14px;
		line-height: 16px;
	}
	.form-item textarea {
		height: 100px;
		padding: 10px 16px;
		font-size: 14px;
	}
	.form-item label {
		margin-bottom: 4px;
		font-size: 14px;
		font-weight: 400;
	}
}
/* End */
/* /bitrix/templates/amt/components/bitrix/news/blog_new/bitrix/news.detail/.default/style.css?178706302812483 */
/* /bitrix/templates/amt/components/bitrix/system.pagenavigation/.default/style.css?17731012292827 */
/* /bitrix/templates/amt/components/bitrix/catalog.section/gonka_new_5top/style.css?17864416313597 */
/* /bitrix/templates/amt/components/bitrix/catalog.section/gonka_new_art/style.css?17866088341446 */
/* /bitrix/templates/amt/components/bitrix/news.list/news_more_slaid/style.css?1775553193213 */
/* /bitrix/templates/amt/components/bitrix/form.result.new/popup_artform/style.css?17870630272406 */
