

/* 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/.default/style.css?17769445207399*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.chapter-inf {
	display: flex;
}
.chapter-quiz {
	margin-bottom: 20px;
}
.chapter-menu {
	width: 100%;
}
.chapter-menu .scrol {
	overflow: auto;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: -5px;
}
.chapter-menu .chapter-links {
	background: transparent;
	display: flex;
	white-space: nowrap;
	gap: 25px;
}
.chapter-menu .chapter-trigger {
	flex-direction: column;
	padding: 0;
}
.chapter-menu .chapter-link-items {
	min-width: 243px;
	width: 243px;
	border: 0;
	position: relative;
	transition:.3s all;
	z-index: 1;
}
.chapter-menu .chapter-link-items:before {
	content: "";
	width: 172px;
	height: 172px;
	position: absolute;
	top: 37px;
	left: 37px;
	background: #F0F2F9;
	border-radius: 20px;
	transform: rotate(45deg);
	transition:.3s all;
	z-index: -1;
}
.chapter-menu .chapter-link-items:hover:before {
	transform: rotate(0deg);
}
.chapter-menu .chapter-link-items picture {
	width: 243px;
	height: 243px;
	padding: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	order: -1;
}
.chapter-menu  .chapter-trigger a {
	justify-content: center;
	margin-top: 10px;
}
.chapter-menu  .chapter-trigger a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.chapter-filter {
	margin-top: 0;
}
.quiz_but {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 7px;
	border: 1px solid #2B2D38;
	padding: 9.5px 17.5px;
	color: #2B2D38;
	gap: 5px;
	cursor: pointer;
	transition:.3s all;
	z-index: 1;
	overflow: hidden;
}
.quiz_but img {
	min-width: 92px;
}
.quiz_but svg {
	min-width: 23px;
}
.quiz_but span {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	width: 129px;
}
.quiz_but .quiz_svgpath {
	transition:.3s all;
}
.quiz_but:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #FF9100 0%, #F60001 100%);
	opacity: 0;
	transition:.3s all;
	z-index: -1;
}
.quiz_but:hover {
	border-color: #2B2D3800;
	color: #fff;
}
.quiz_but:hover:before {
	opacity: 1;
}
.quiz_but:hover .quiz_svgpath {
	stroke: #fff;
}




@media (max-width: 991px) {
	.chapter-quiz {
		margin-bottom: 20px;
	}
	.quiz_but {
		
	}
	.chapter-menu {
		width: 100%;
	}
	.chapter-menu .chapter-link-items {
		min-width: 143px;
		width: 143px;
	}
	.chapter-menu .chapter-links {
		gap: 5px;
	}
	.chapter-menu .chapter-link-items:before {
		width: 101px;
		height: 101px;
		top: 21px;
		left: 21px;
	}
	.chapter-menu .chapter-link-items picture {
		width: 143px;
		height: 143px;
		padding: 27px;
	}
	.chapter-menu .chapter-trigger a {
		white-space: normal;
		text-align: center;
		font-size: 15px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.chapter-menu .chapter-link-items {
		min-width: 120px;
		width: 120px;
	}
	.chapter-menu .chapter-link-items:before {
		width: 85px;
		height: 85px;
		top: 16px;
		left: 16px;
	}
	.chapter-menu .chapter-link-items picture {
		width: 120px;
		height: 120px;
		padding: 20px;
	}
	.chapter-menu .chapter-trigger a {
		font-size: 13px;
	}
}


.video_rep_cat {
	margin-top: 1.25rem;
	padding: 1.25rem;
	background: white;
	border-radius: 1.25rem;
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
}
.video_rep .subtitle {
	max-width: 680px;
	margin: 20px 0 32px;
}
.form_video {
	display: flex;
	max-width: 961px;
	align-items: center;
	gap: 20px;
}
.video_rep_cat .form_video {
	flex-direction: column;
	width: 100%;
}
.form_video .form-item, .form_video .button-main {
	width: 100%;
	margin: 0;
}
.form_video .privacy {
	width: 100%;
}
/* End */


/* Start:/bitrix/templates/amt/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1773101228706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /bitrix/templates/amt/components/bitrix/system.pagenavigation/.default/style.css?17731012292827 */
/* /bitrix/templates/amt/components/bitrix/catalog.section/.default/style.css?17769445207399 */
/* /bitrix/templates/amt/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1773101228706 */
