

/* Start:/local/templates/kmktradeco/components/bitrix/news.list/main-slider/style.css?16837257243985*/
.slider-item {
	height: 416px;
	position: relative;
}

/*.banner-img {
	width: 50%;
	float: right;
	height: 100%;
	overflow: hidden;
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}*/

.banner-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*.banner-img span {
	width: 50%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-color: rgb(27, 70, 154);
	opacity: 0.502;
}*/

.banner-content {
	width: 100%;
	height: 100%;
}

.banner-title {
	padding-top: 60px;
}

.banner-botton a {
	padding: 10px 30px;
	border-radius: 5px;
	margin-right: 18px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.banner-botton a.left-link {
	color: #fff;
	background: #1B469A;
}

.banner-botton a.right-link {
	color: #fff;
	background: #A6A6A6;
	border: 1px solid #A6A6A6;
}

.banner-botton a.left-link:hover {
	background: #1B469A;
	box-shadow: 0 4px 24px rgba(27, 70, 154, 0.4);
	text-decoration: none;
}

.banner-botton a.right-link:hover {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	box-shadow: 0 2px 12px rgba(27, 70, 154, 0.15);
	text-decoration: none;
}

.banner-botton a.left-link:active {
	background: #11306B;
	text-decoration: none;
}

.banner-botton a.right-link:active {
	color: #FFFFFF;
	background: #606060;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	text-decoration: none;
}

.banner-title div {
	font-size: 42px;
	font-weight: bold;
}

.banner-title span {
	font-size: 30px;
}

.banner-text {
	line-height: 1;
}

.arrow-container button.slick-next.slick-arrow {
	right: 0;
}

.arrow-container {
	left: 0;
}

/*Смена стилей*/

.banner-img {
	width: 100%;
	float: right;
	height: 100%;
	overflow: hidden;
}
.banner-img span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-color: rgb(27, 70, 154);
	opacity: 0;
}
.banner-botton {
	transform: translateY(-13%);
	/*margin-left: 77%;*/
	width: 100%;
	display: block;
	text-align: right;
}
@media screen and (max-width: 900px){
	.banner-botton {
		margin-left: 60%;
	}
}
.new-home-slider{
	margin: 10px 0 55px;
	max-height: 416px;
	overflow: hidden;
}

.new-home-slider .slick-slide{
	height: auto;
	max-height: 416px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.new-home-slider .slider-item{
		height: auto;
	}
	.new-home-slider .banner-botton{
		transform: translateY(-15%);
	}
	.new-home-slider ul.slick-dots{
		bottom: 54px;
	}
	.new-home-slider .slider-container .slick-arrow{
		bottom: 42px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.new-home-slider .slider-item{
		height: auto;
	}
	.new-home-slider .banner-botton{
		transform: translateY(-130%);
	}
	.new-home-slider ul.slick-dots{
		bottom: 60px;
	}
	.new-home-slider .slider-container .slick-arrow{
		bottom: 48px;
	}
	.banner-botton a.left-link{
		margin-left: 18px;
	}
	.banner-botton a.left-link,
	.banner-botton a.right-link{
		padding: 5px 10px;
	}
	.banner-botton {
		left: 0;
		display: flex!important;
		justify-content: flex-start;
	}
	.banner-botton.banner-botton-reverse{
		flex-direction: row-reverse;
	}
	.banner-botton a{
		margin: 0 18px;
	}
	.banner-botton.banner-botton-reverse a.left-link{
		margin-left: auto;
	}
	.banner-botton a.right-link{
		margin-left: auto;
	}
	.banner-botton.banner-botton-reverse a.right-link{
		margin-left: 18px;
	}
}

@media (max-width: 767px) {
	.banner-img{
		height: auto;
	}
	.slider-item{
		height: auto!important;
	}
	.banner-botton {
		left: 0;
		display: flex!important;
		justify-content: flex-start;
	}
	.banner-botton.banner-botton-reverse{
		flex-direction: row-reverse;
	}
	.banner-botton a{
		margin: 0 18px;
	}
	.banner-botton.banner-botton-reverse a.left-link{
		margin-left: auto;
	}
	.banner-botton a.right-link{
		margin-left: auto;
	}
	.banner-botton.banner-botton-reverse a.right-link{
		margin-left: 18px;
	}
}


/* End */


/* Start:/local/templates/kmktradeco/components/bitrix/catalog.section.list/catalog-slider/style.css?16837257246908*/
.home_categories_tabs__content {
	display: none;
	position: relative;
	padding: 30px 28px 32px 37px;
}

.home_categories_tabs__content-inner {
	padding-right: 40px;
	max-height: 436px;
	overflow-x: auto;
	scrollbar-width: thin;          /* "auto" или "thin"  */
	scrollbar-color: #1B469A #E5E5E5;
}

.home_categories_tabs__content-inner::-webkit-scrollbar {
	width: 8px;
}

.home_categories_tabs__content-inner::-webkit-scrollbar-track {
	background: #E5E5E5;
	box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.home_categories_tabs__content-inner::-webkit-scrollbar-thumb {
	background: #1B469A;
	border-radius: 5px;
}

.home_categories_tabs__content-inner:after {
	position: absolute;
	/*content: '';*/
	width: calc(100% - 36px);
	height: 167px;
	left: 0;
	bottom: 18px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 137.72%);
	pointer-events: none;
}

.home_categories_tabs__caption{
	scrollbar-width: thin;          /* "auto" или "thin"  */
	scrollbar-color: #1B469A #E5E5E5;
}
.home_categories_tabs__caption::-webkit-scrollbar {
	height: 8px;
}

.home_categories_tabs__caption::-webkit-scrollbar-track {
	background: #E5E5E5;
	box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.home_categories_tabs__caption::-webkit-scrollbar-thumb {
	background: #1B469A;
	border-radius: 5px;
}

.home_categories_tabs__content.active {
	display: block;
}

ul.home_categories_tabs__caption{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

ul.home_categories_tabs__caption li{
	/*background: #ffffff;*/
	height: 44px;
	padding: 6px 30px 0;
	border: 1px solid #A6A6A6;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 26px;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: #606060;
	letter-spacing: 0.01em;
	cursor: pointer;
}

ul.home_categories_tabs__caption li:hover{
	background: #FFFFFF;
	box-shadow: 0 4px 10px rgba(27, 70, 154, 0.25);
	border: 1px solid transparent;
}

ul.home_categories_tabs__caption li.active{
	background: #1B469A;
	border: 1px solid #1B469A;
	color: #FFFFFF;
}

ul.home_categories_tabs__caption li.active:hover{
	box-shadow: 0 4px 24px rgba(27, 70, 154, 0.4);
}

.home_categories_tabs__content.active ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.home_categories_tabs__content.active ul li{
	margin-bottom: 12px;
}

.home_categories_tabs__content.active ul li:last-child{
	margin-bottom: 0;
}

.home_categories_tabs__content.active ul li a{
	display: block;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: #A6A6A6;
	padding: 6px 22px;
	letter-spacing: 0.01em;
}

.home_categories_tabs__content.active ul li a:active,
.home_categories_tabs__content.active ul li a:hover{
	color: #000000;
	text-decoration: none;
	box-sizing: border-box;
	background: #E5E5E5;
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.home_categories_tabs__content.active ul li a:active{

}

.home_categories_tabs--wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: inset 0 2px 10px rgba(27, 70, 154, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.home_categories_tabs_bg{
	position: relative;
	width: 60%;
	max-width: 675px;
	min-height: 500px;
	flex-grow: 2;
	background: url("/local/templates/kmktradeco/images/home-tabs-bg.jpg") no-repeat center;
	background-size: cover;
}

.home_categories_tabs_bg img{
	width: 100%;
	height: auto;
}

.home_categories_tabs__elements{
	width: 40%;
	flex-shrink: 1;
}

.home_categories_tabs_bg--inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home_categories_tabs_bg_point{
	display: none;
	position: absolute;
	right: 30%;
	top: 12%;
	width: 70px;
	height: 70px;
	background: url("/local/templates/kmktradeco/images/icons/home-cats-point.svg") center no-repeat;
}

.home_categories_tabs_bg_point.active{
	display: block;
}

.home_categories_tabs_bg_point.cat-104{
	right: 30%;
	top: 12%;
}

.home_categories_tabs_bg_point.cat-105{
	right: 28%;
	top: 46%;
}

.home_categories_tabs_bg_point.cat-106{
	right: 66%;
	top: 79%;
}

.home_categories_tabs_bg_point.cat-107{
	right: 30%;
	top: 12%;
	background: none;
}

.home_categories_tabs_bg_point.cat-1088{
	right: 13%;
	top: 18%;
}

.home_categories_tabs_bg_point.cat-108{
	right: 53%;
	top: 35%;
}
.home_categories_tabs__content__cat-title{
	display: inline-block;
	position: relative;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #1B469A;
	margin-top: 20px;
	margin-bottom: 18px;
	padding-left: 22px;
}

.home_categories_tabs__wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.home_categories_tabs.sl .home_categories_tabs_bg_point.cat-kronen {
	width: 100%;
	height: 100%;
	background: no-repeat center url("/local/templates/kmktradeco/components/bitrix/catalog.section.list/catalog-slider/images/kronen.jpg");
	background-size: cover;
	top: 0;
	left: 0;
}
.home_categories_tabs.sl .slide-arrow {
	width: 28px;
	aspect-ratio: 1;
	border: 1px solid #A6A6A6;
	border-radius: 5px;
	outline: none!important;
	background: #F7F7F7;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}
.home_categories_tabs.sl .slide-arrow:before {
	content: '';
	display: inline-block;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask: no-repeat center url("/local/templates/kmktradeco/images/home-slide-next.svg");
	-webkit-mask: no-repeat center url("/local/templates/kmktradeco/images/home-slide-next.svg");
	width: 8px;
	height: 12px;
	background: #A6A6A6;
}
.home_categories_tabs.sl .slide-arrow--prev:before {
	transform: rotate(180deg);
}
.home_categories_tabs.sl .slide-arrow.active {
	border-color: #1B469A;
}
.home_categories_tabs.sl .slide-arrow.active:before {
	background: #1B469A;
}
.home_categories_tabs.sl .home_categories_tabs__caption {
	align-items: center;
	overflow-x: hidden;
	gap: 10px;
}
.home_categories_tabs.sl .home_categories_tabs__caption li {
	white-space: nowrap;
}
.home_categories_tabs.sl .slide-arrow:after {
	content: '';
	display: inline-block;
	width: 0;
	position: absolute;
	top: -10px;
	bottom: -10px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 77%);
	transition: .3s;
}
.home_categories_tabs.sl .slide-arrow.active:after {
	width: 100px;
}
.home_categories_tabs.sl .slide-arrow--next:after {
	right: calc(100% + 1px);
}
.home_categories_tabs.sl .slide-arrow--prev:after {
	left: calc(100% + 1px);
	background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(255,255,255,0) 77%);
}
@media (max-width: 767px) {
	.home_categories_tabs.sl .home_categories_tabs__caption {
		align-items: center;
		overflow-x: auto;
	}
	.home_categories_tabs.sl .slide-arrow {
		display: none;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16837255642917*/
.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: #0083d1;
	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:/local/templates/kmktradeco/components/bitrix/catalog.section/homeBestsellers/style.css?16837257243291*/
.catalog-section-description {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.429;
    margin: 40px 0;
}

h3.product-item-title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.25;
    width: 100%;
    padding: 5px;
    white-space: unset;
    height: auto;
    margin: 5px 0 !important;
}

.price-block{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.price-block .price{
    width: 45%;
    float: left;
    text-align: center;
}

.price-block .price span{
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}


.price-block .buy-block{
    width: 55%;
    float: left;
    margin-top: 10px;
}

.product-item.mainCataloItem {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.bottonLinkBlock {
    height: 40px;
    margin: 15px 0;
}

.bottonLinkBlock a {
    display: block;
    padding: 10px 32px;
}

.bottonLinkBlock a:hover {
    color: #fff;
    text-decoration: none;
}

a.product-item-image-wrapper {
    width: 100%;
    height: 176px;
    display: block;
    padding-top: 0;
    overflow: hidden;
}

.product-item.mainCataloItem {
    border-width: 1px;
    border-color: rgb(246, 246, 246);
    border-style: solid;
    border-radius: 5px;
    /*background-color: rgb(255, 255, 255);*/
    /*box-shadow: 3.064px 2.571px 0px 0px rgb(0, 0, 0);;*/
}

.product-item-small-card {
    margin-bottom: 20px;
}

.previewBlock {
    font-size: 14px;
    color: rgb(76, 76, 76);
    line-height: 1.429;
    text-align: center;
}

.mainCatalog .btn-primary {
    color: #000!important;
    background-color: transparent;
    border-color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/images/refresh.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.mainCatalog .btn-primary:focus,
.mainCatalog .btn-primary:active,
.mainCatalog .btn-primary:hover {
    color: #0069d9!important;
    border-color: transparent;
    background-color: transparent;
    background-image: url(/bitrix/templates/kmktradeco/images/refresh.png);
    background-position: left;
    background-repeat: no-repeat;
}

.row.bx-blue.mainCatalog {
    margin-top: -0.5rem;
}

.priceBlock {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.429;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
    width: 40%;
    float: left;
}

.bottonLinkBlock{
    width: 60%;
    float: left;
}

.priceBlock span {
    color: #1b469a;
    font-size: 20px;
}

.mainCatalog .text-center.mb-4 {
    margin-bottom: 0!important;
}

@media screen and (max-width: 450px){
    a.catalog-section-list-item-link{
        font-size: 12px !important;
    }
}
/* End */


/* Start:/local/templates/kmktradeco/components/bitrix/news.list/new-advantages/style.css?1683725724693*/
.advantages-flex{
	display: flex;
	justify-content: space-around;
	margin-top: 62px;
}

.advantages__item_name{
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #606060;
	margin-bottom: 6px;
}

.advantages__item_name span.dn{
	font-size: 18px;
	line-height: 21px;
}

.advantages__item_text{
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #606060;
}

.advantages__item_icon{
	height: 100px;
	margin-bottom: 26px;
}

.advantages__item_icon img{
	display: block;
	margin: 0 auto;
}
/* End */


/* Start:/local/templates/kmktradeco/components/bitrix/news.list/main-news/style.css?1683725724997*/
.main-news__item{
	position: relative;
	width: 212px;
	height: 126px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	transition: all .5s;
}

.main-news__item a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.main-news__item_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1B469A;
	border: 1px solid #A6A6A6;
	mix-blend-mode: multiply;
	opacity: 0.6;
}

.main-news__item:hover{
	filter: drop-shadow(0px 4px 24px rgba(27, 70, 154, 0.4));
	transition: all .5s;
}

.main-news__item:active .main-news__item_overlay{
	opacity: 0.8;
}

.main-news__item_title{
	position: absolute;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	max-width: 155px;
}

.main-news__slide-inner{
	display: flex;
	justify-content: space-between;
	padding: 0 0 48px;
}

/* End */


/* Start:/local/templates/kmktradeco/components/bitrix/news.list/main-certificates/style.css?1683725724997*/
.main-news__item{
	position: relative;
	width: 212px;
	height: 126px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	transition: all .5s;
}

.main-news__item a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.main-news__item_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1B469A;
	border: 1px solid #A6A6A6;
	mix-blend-mode: multiply;
	opacity: 0.6;
}

.main-news__item:hover{
	filter: drop-shadow(0px 4px 24px rgba(27, 70, 154, 0.4));
	transition: all .5s;
}

.main-news__item:active .main-news__item_overlay{
	opacity: 0.8;
}

.main-news__item_title{
	position: absolute;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	max-width: 155px;
}

.main-news__slide-inner{
	display: flex;
	justify-content: space-between;
	padding: 0 0 48px;
}

/* End */


/* Start:/local/templates/kmktradeco/components/bitrix/news.list/main-articles/style.css?1683725724629*/
.main-articles__item_date{
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #A6A6A6;
	padding-bottom: 4px;
}

.main-articles__item_title{
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #606060;
}

.main-articles__item_title:hover{
	color: #1B469A;
}

.main-articles__item a:hover{
	text-decoration: none;
}

.main-articles__item{
	width: 100%;
	border-top: 1px solid #DADADA;
	padding: 13px 0 12px;
}

.main-articles__slider{
	margin-top: 30px;
}
/* End */


/* Start:/local/templates/kmktradeco/components/bitrix/news.list/main-gallery/style.css?168372572417344*/
.main-gallery-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.main-gallery-basis {
	width: 350px;
	height: 330px;
	margin: 15px;
	overflow: hidden;
	position: relative;
}

.main-gallery-basis .img.black {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
	-webkit-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	   -moz-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		-ms-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		 -o-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
			transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.main-gallery-basis:hover .img {
	-webkit-filter: grayscale(0);
	   -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
	     -o-filter: grayscale(0);
	        filter: grayscale(0);
}

.main-gallery-basis.item-0,
.main-gallery-basis.item-3 {
	margin-left: 0;
}

.main-gallery-basis.item-2,
.main-gallery-basis.item-5 {
	margin-right: 0;
}

.basis-substratum {
	width: 100%;
	height: 100%;
	position: relative;
}

.main-gallery-basis span.background {
	/*background: #00449e;*/
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.main-gallery-basis.item-0 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}
.main-gallery-basis.item-1 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}
.main-gallery-basis.item-2 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}
.main-gallery-basis.item-3 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}
.main-gallery-basis.item-4 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}
.main-gallery-basis.item-5 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	-o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}


/*.main-gallery-basis.item-0 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	   -moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	    -ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	     -o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
		    clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}

.main-gallery-basis.item-1 span.background {
	-webkit-clip-path:polygon(0 12%, 100% 0, 100% 100%, 0 100%);
	   -moz-clip-path:polygon(0 12%, 100% 0, 100% 100%, 0 100%);
	    -ms-clip-path:polygon(0 12%, 100% 0, 100% 100%, 0 100%);
	     -o-clip-path:polygon(0 12%, 100% 0, 100% 100%, 0 100%);
	        clip-path:polygon(0 12%, 100% 0, 100% 100%, 0 100%);
}

.main-gallery-basis.item-2 span.background {
	-webkit-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	   -moz-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	    -ms-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	     -o-clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
	        clip-path:polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}

.main-gallery-basis.item-3 span.background {
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
	   -moz-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
	    -ms-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
	     -o-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
			clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
}

.main-gallery-basis.item-4 span.background {
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 88%, 0 100%);
	   -moz-clip-path:polygon(0 0, 100% 0, 100% 88%, 0 100%);
	    -ms-clip-path:polygon(0 0, 100% 0, 100% 88%, 0 100%);
	     -o-clip-path:polygon(0 0, 100% 0, 100% 88%, 0 100%);
			clip-path:polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.main-gallery-basis.item-5 span.background {
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
	   -moz-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
		-ms-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
		 -o-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
			clip-path:polygon(0 0, 100% 0, 100% 100%, 0 88%);
}*/

.main-gallery-basis.item-0 .img,
.main-gallery-basis.item-1 .img,
.main-gallery-basis.item-2 .img {
	margin-top: 11%;
}

.main-gallery-basis .img.black {
	height: 88%;
	width: 93%;
	-webkit-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	   -moz-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	    -ms-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	     -o-transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	        transition: all 850ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	position: absolute;
	z-index: 2;
}

.main-gallery-basis:hover .img.black {
	opacity: 0;
	-webkit-filter:blur(2px);
	   -moz-filter:blur(2px);
		-ms-filter:blur(2px);
		 -o-filter:blur(2px);
			filter:blur(2px);
}

.main-gallery-basis.item-0 a.gallery,
.main-gallery-basis.item-1 a.gallery,
.main-gallery-basis.item-2 a.gallery {
	width: 100%;
	bottom: 0;
}

.main-gallery-basis a.gallery {
	z-index: 1;
	position: absolute;
	-webkit-transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	   -moz-transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	    -ms-transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
		 -o-transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
			transition: all 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/*filter: grayscale(100%);*/
	/*filter: gray; /* IE 6-9 */
}

.main-gallery-basis:hover a.gallery {
	opacity: 1;
	z-index: 3;
	/*-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);*/
}

/*непроверено*/

/*.main-gallery-basis.item-0  a.gallery,
.main-gallery-basis.item-2  a.gallery,
.main-gallery-basis.item-0 .img.black,
.main-gallery-basis.item-2 .img.black {
	-webkit-transform-origin: 0% 100%;
	   -moz-transform-origin: 0% 100%;
	    -ms-transform-origin: 0% 100%;
	     -o-transform-origin: 0% 100%;
		    transform-origin: 0% 100%;
	-webkit-transform:perspective(1407px) rotateY(-24deg)!important;
	   -moz-transform:perspective(1407px) rotateY(-24deg)!important;
	    -ms-transform:perspective(1407px) rotateY(-24deg)!important;
		 -o-transform:perspective(1407px) rotateY(-24deg)!important;
		 	transform:perspective(1407px) rotateY(-24deg)!important;
}*/

.main-gallery-basis.item-0:hover  a.gallery,
.main-gallery-basis.item-2:hover  a.gallery,
.main-gallery-basis.item-0:hover .img.black,
.main-gallery-basis.item-2:hover .img.black {
	/*-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: perspective(1351px) rotateY(0deg)!important;
	transform: perspective(1351px) rotateY(0deg)!important;
	width: 100%;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none; /* IE 6-9 */
}

.main-gallery-basis.item-1  a.gallery,
.main-gallery-basis.item-1 .img.black {
	-webkit-transform-origin: 100% 100%;
	-khtml-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-op-transform-origin: 100% 100%;
	-xv-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: perspective(1351px) rotateY(26deg)!important;
	transform: perspective(1351px) rotateY(26deg)!important;
	width: 100%;

}

.main-gallery-basis.item-1:hover a.gallery,
.main-gallery-basis.item-1:hover .img.black {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: perspective(1200px) rotateY(0deg)!important;
	transform: perspective(1226px) rotateY(0deg)!important;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none; /* IE 6-9 */
}

.main-gallery-basis.item-4 a.gallery,
.main-gallery-basis.item-4 .img.black {
	-webkit-transform-origin: 0 5%;
	-khtml-transform-origin: 0 5%;
	-moz-transform-origin: 0 5%;
	-ms-transform-origin: 0 5%;
	-op-transform-origin: 0 5%;
	-xv-transform-origin: 0 5%;
	-o-transform-origin: 0 5%;
	transform-origin: 0 5%;
	-webkit-transform: perspective(1200px) rotateY(-22deg)!important;
	transform: perspective(1203px) rotateY(-22deg)!important;
}

.main-gallery-basis.item-3  a.gallery,
.main-gallery-basis.item-5  a.gallery,
.main-gallery-basis.item-3 .img.black,
.main-gallery-basis.item-5 .img.black {
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: perspective(1407px) rotateY(28deg)!important;
	transform: perspective(1407px) rotateY(28deg)!important;
	width: 100%;
	position: absolute;
	left: 0;
}
/*.main-gallery-basis.item-3:hover  a.gallery,
.main-gallery-basis.item-5:hover  a.gallery,
.main-gallery-basis.item-3:hover .img.black,
.main-gallery-basis.item-5:hover .img.black {
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: perspective(1203px) rotateY(0deg)!important;
	-khtml-transform: perspective(1203px) rotateY(0deg)!important;
	-moz-transform: perspective(1203px) rotateY(0deg)!important;
	-ms-transform: perspective(1203px) rotateY(0deg)!important;
	-op-transform: perspective(1203px) rotateY(0deg)!important;
	-xv-transform: perspective(1203px) rotateY(0deg)!important;
	-o-transform: perspective(1203px) rotateY(0deg)!important;
	transform: perspective(1203px) rotateY(0deg)!important;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}*/


.main-gallery-basis.item-3:hover  a.gallery,
.main-gallery-basis.item-5:hover  a.gallery,
.main-gallery-basis.item-3:hover .img.black,
.main-gallery-basis.item-5:hover .img.black {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: perspective(1200px) rotateY(0deg)!important;
	transform: perspective(1226px) rotateY(0deg)!important;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none; /* IE 6-9 */
}



/*.main-gallery-basis.item-4:hover a.gallery,
.main-gallery-basis.item-4:hover .img {
	-webkit-transform: perspective(1200px) rotateY(0deg)!important;
	transform: perspective(1203px) rotateY(0deg)!important;
	height: 88%;
	width: 100%;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}*/

.main-gallery-basis a.gallery img {
	max-height: 100%;
	width: 100%;
	-webkit-bject-fit: contain;
	-o-object-fit: contain;
	-ms-bject-fit: contain;
	object-fit: contain;
	transition: all .3s;
}

.main-gallery-basis a.gallery:hover img {
	width: 101%;
	margin-left: -1%;
	transition: all .3s;
}

.main-gallery-basis.item-1 a.gallery {
	-webkit-transform-origin: 100% 100%;
	-khtml-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-op-transform-origin: 100% 100%;
	-xv-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: perspective(1351px) rotateY(26deg)!important;
	transform: perspective(1351px) rotateY(26deg)!important;
	width: 100%;
	right: 0px;
}

.main-gallery-basis.item-0{
	width: 367px;
	height: 236px;
	margin: 0 0 20px 20px;
	float: left;
}

.main-gallery-basis.item-0:first-child{
	width: 753px;
	height: 491px;
	margin: 0 0 0 0;
}

.main-gallery-basis.item-0:last-child{
	margin-bottom: 0;
}

.home-gallery,
.main-gallery{
	margin-top: 52px;
	min-height: 610px;
}

.gallery-title{
	position: absolute;
	left: 40px;
	bottom: 42px;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	width: 425px;
	z-index: 2;
}

.main-gallery__item .gallery-title{
	width: 225px;
}

.gallery-arrow{
	position: absolute;
	/* top: 40%; */
	right: 34px;
	bottom: 54px;
	z-index: 10;
	font-size: 22px;
	height: 35px;
	width: 35px;
	outline: none;
	/* color: #C4C4C4; */
	color: transparent;
	/* background: rgba(0, 0, 0, 0.3); */
	background: transparent;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all .3ms;
}

.gallery-arrow:hover{
	/*color: #FFFFFF;
	border: 1px solid #FFFFFF;
	transition: all .3ms;*/
}

.main-gallery-basis.item-0:first-child .gallery-title,
.main-gallery-basis.item-0:first-child .gallery-arrow{
	display: block;
}

.gallery-arrow:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/local/templates/kmktradeco/images/home-slide-next.svg") center no-repeat;
}

.main-gallery--wrapper{
	display: flex;
	width: 90%;
	margin: 0 auto;
}

.main-gallery__firstItem{
	position: relative;
	width: 723px;
	/*height: 491px;*/
	height: 470px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: all .6s;
	margin-right: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.main-gallery__firstItem a{
	display: block;
	width: 100%;
	height: 100%;
}

.main-gallery__item{
	position: relative;
	width: 367px;
	/*height: 236px;*/
	height: 225px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: all .6s;
	border-radius: 10px;
}

.main-gallery__item:first-child{
	margin-bottom: 20px;
}

.main-gallery__item:hover{
	background-size: 102%;
	transition: all .6s;
}

.main-gallery__firstItem:hover{
	background-size: 102%;
	transition: all .6s;
}

.main-gallery__firstItem:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 210px;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 22.38%, rgba(0, 0, 0, 0) 100%);
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.main-gallery__item:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 110px;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 22.38%, rgba(0, 0, 0, 0) 100%);
	left: 0;
	bottom: 0;
	pointer-events: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.main-gallery__firstItem{
		width: 50%;
		background-size: 150%;
	}
	.main-gallery__firstItem:hover{
		background-size: 155%;
	}
	.main-gallery__firstItem .gallery-title{
		width: 225px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-gallery-basis.item-0:first-child{
		width: 60%;
		height: 43vw;
	}
	.main-gallery-basis.item-0{
		width: calc(40% - 15px);
		height: 20vw;
	}
	.main-gallery__firstItem:hover{
		background-size: 225%;
	}
	.main-gallery__item{
		height: 225px;
	}
}


@media (max-width: 767px) {
	.main-gallery__firstItem{
		width: 100%;
		height: 58vw;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.main-gallery__item{
		width: calc(50% - 5px);
		height: 28vw;
	}
	.main-gallery__item:first-child{
		margin-right: 10px;
	}
	.home-gallery{
		min-height: auto;
		margin: 20px 0 0;
	}
	.main-gallery a.main-link{
		top: -50px!important;
		margin-right: 0;
		padding-right: 0!important;
		background: none!important;
	}
	.main-gallery--wrapper{
		flex-wrap: wrap;
		padding: 0 0;
	}
	.main-gallery__othertItems{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.home-gallery-wrapper{
		padding-top: 30px!important;
		padding-bottom: 70px;
	}
}

/* End */
/* /local/templates/kmktradeco/components/bitrix/news.list/main-slider/style.css?16837257243985 */
/* /local/templates/kmktradeco/components/bitrix/catalog.section.list/catalog-slider/style.css?16837257246908 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16837255642917 */
/* /local/templates/kmktradeco/components/bitrix/catalog.section/homeBestsellers/style.css?16837257243291 */
/* /local/templates/kmktradeco/components/bitrix/news.list/new-advantages/style.css?1683725724693 */
/* /local/templates/kmktradeco/components/bitrix/news.list/main-news/style.css?1683725724997 */
/* /local/templates/kmktradeco/components/bitrix/news.list/main-certificates/style.css?1683725724997 */
/* /local/templates/kmktradeco/components/bitrix/news.list/main-articles/style.css?1683725724629 */
/* /local/templates/kmktradeco/components/bitrix/news.list/main-gallery/style.css?168372572417344 */
