

/* Start:/local/templates/kmktradeco/components/bitrix/catalog/main-catalog/style.css?16837257251951*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.section_banner{
	margin-bottom: 20px;
	display: block;

}

.title-page{
	height: 80px !important;
}

.section_banner img{
	max-width: 100%;
}

#one-click-buy .modal-header h5{
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	color: #333333;
}

#one-click-buy .modal-header p{
	font-size: 14px;
	text-align: center;
	color: #666666;
}

#one-click-buy .modal-body input{
	background: #F8F8F8;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	font-size: 14px;
	color: #A5A5A5;
	height: 40px;
}

#one-click-buy .modal-body input[type="submit"]{
	background: #56575c;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	padding: 15px 25px;
	width: 60%;
	display: block;
	margin: 0 auto;
	height: auto;
}

#one-click-buy .modal-body span{
	font-size: 12px;
	text-align: center;
	color: #9F9F9F;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.modal-dialog{
	top: 50px;
}

.bx-sidebar-block{
	margin-bottom: 30px;
}
/* End */


/* Start:/local/templates/kmktradeco/components/bitrix/catalog.section.list/new_list/style.css?17903392249660*/
.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }

.catalog-section-list-item {
	margin-bottom: 5%;
	flex: none!important;
}

.catalog-section-list-item.subsection:hover .catalog-section-list-item-inner  {
-webkit-box-shadow: 0px 8px 4px -4px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 8px 4px -4px rgba(0,0,0,0.58);
box-shadow: 0px 8px 4px -4px rgba(0,0,0,0.58);
}

.catalog-section-list-item-inner {
	background: #1b469a;
	min-height: 53px;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-section-list-item.subsection:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.catalog-section-list-item-link {
	font-size: 18px;
	font-family: 'Manrope', 'Play', Arial, sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.111;
	padding: 0 10px;
	height: 100%;
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


a.catalog-section-list-item-link:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

h3.catalog-section-list-item-title {
	height: 100%;
}

.catalog-section-list-item-img {
	display: block;
	padding-top: 0;
	width: 100%;
	border: none;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
	background-color: #dee0e4;
	border-radius: 5px 5px 0 0;
	height: 130px;
	position: relative;
}

a.catalog-section-list-item-img.items0 img {
	position: absolute;
	top: 15%;
	left: -23px;
}

a.catalog-section-list-item-img.items1 img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 17px;
}

a.catalog-section-list-item-img.items2 img {
	position: absolute;
	left: -4px;
}

a.catalog-section-list-item-img.items3 img {
	position: absolute;
	right: 0;
	top: 0;
}

a.catalog-section-list-item-img.items4 img {
	position: absolute;
	top: 23%;
}

a.catalog-section-list-item-img.items5 img {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 100%;
}

a.catalog-section-list-item-img.items6 img {
	position: absolute;
	bottom: -20px;
	right: 0;
}

a.catalog-section-list-item-img.items7 img {
	position: absolute;
	right: 0;
	top: 0;
}

a.catalog-section-list-item-img.items9 img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -16px;
}

a.catalog-section-list-item-img.items10 img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

a.catalog-section-list-item-img.items8 img {
	position: absolute;
	top: 0;
}

.catalogIndexMiddle img {
	max-width: 100%;
}

.catalog-section-list-item-inner.items6 {
	z-index: 1;
	position: relative;
}

.catalogIndexMiddle.mobile {
	display: none;
}

.kmk-new-sections-list{
	display: flex;
	flex-wrap: wrap;
	gap: 78px 21px;
	margin-bottom: 240px;
}

.kmk-new-sections-list__section{
	width: calc(33% - 21px);
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(27, 70, 154, 0.25);
	border-radius: 10px;
	padding: 21px 24px 50px;
	margin: 0 auto;
	position: relative;
	min-height: 250px;
	transition: all .5s;
}

.kmk-new-sections-list__section:hover{
	box-shadow: 0px 4px 15px rgba(194, 205, 0, 0.4);
	transition: all .5s;
}

.kmk-new-sections-list__section__title{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 48px);
	height: 66px;
	background: #1B469A;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	bottom: -23px;
	transform: translateX(-50%);
	color: #FFFFFF;
	padding: 0 5px 0;
	box-sizing: border-box;
	transition: all .5s;
}

a.kmk-new-sections-list__section__title,
a.kmk-new-sections-list__section__title:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.kmk-new-sections-list__section:hover .kmk-new-sections-list__section__title{
	background: #C2CD00;
	transition: all .5s;
}

.kmk-new-sections-list__section__title img{
	display: block;
	width: auto;
	height: 34px;
	margin-right: 9px;
}

.kmk-new-sections-list__section__title span{
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	max-width: 55%;
}

.kmk-new-sections-list__section__title--inline span{
	max-width: 80%;
}

.kmk-new-sections-list__section_sub-sections ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	transition: height .5s;
}

.kmk-new-sections-list__section_sub-sections ul.hidden{
	height: 156px;
	transition: height .5s;
}

.kmk-new-sections-list__section_sub-sections ul li{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #606060;
	cursor: pointer;
	padding: 4px 22px;
	transition: all .2s;
}

.kmk-new-sections-list__section_sub-sections ul li a{
	color: inherit;
	text-decoration: none;
}

.kmk-new-sections-list__section_sub-sections ul li:hover{
	background: rgba(194, 205, 0, 0.4);
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #0B0B0B;
	transition: all .2s;
}

.data-section-list-more{
	display: none;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #A6A6A6;
	cursor: pointer;
	padding-left: 22px;
}

.data-section-list-more:hover {
	color: #C2CD00;
}

@media (min-width: 768px) and (max-width: 991px) {
	.kmk-new-sections-list__section {
		width: calc(50% - 21px);
	}
	.kmk-new-sections-list__section__title--inline span{
		max-width: 65%;
	}
}

@media (max-width: 767px) {
	.kmk-new-sections-list{
		gap: 46px 0;
		margin-bottom: 175px;
	}
	.kmk-new-sections-list__section {
		width: 100%;
		padding: 13px 19px 36px;
		min-height: 210px;
	}
	.kmk-new-sections-list__section__title{
		width: calc(100% - 38px);
		height: 52px;
		font-size: 17px;
		line-height: 52px;
		letter-spacing: 0.02em;
		bottom: -26px;
	}
	.kmk-new-sections-list__section_sub-sections ul li{
		padding: 2px 9px;
		font-size: 13px;
	}
	.data-section-list-more{
		font-size: 10px;
		line-height: 20px;
		padding-left: 9px;
	}
	.kmk-new-sections-list__section_sub-sections ul.hidden{
		height: 138px;
	}
	.kmk-new-sections-list__section__title--inline span{
		max-width: 80%;
	}
	.kmk-new-sections-list__section__title img{
		height: 27px;
		margin-right: 7px;
	}
}


/* End */
/* /local/templates/kmktradeco/components/bitrix/catalog/main-catalog/style.css?16837257251951 */
/* /local/templates/kmktradeco/components/bitrix/catalog.section.list/new_list/style.css?17903392249660 */
