

/* Start:/bitrix/templates/aspro_max/css/b2b.css?17531702576440*/
html {
	scroll-behavior: smooth;
}
section {
	padding: 100px 0;
}
#content {
	overflow-x: hidden;
}
#content .btn.btn-transparent-border-color,
#content .btn.btn-default {
	padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 2px !important;
	border-width: 2px;
	font-size: 14px;
	font-weight: 500;
}
.wraps > .wrapper_inner {
	padding-bottom: 0!important;
}
.top-row {
	display: flex;
	flex-direction: column;
	grid-row-gap: 32px;
	align-items: center;
    margin-bottom: 50px;
}
.top-row-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}
.top-row-text {
	font-size: 16px;
	line-height: 1.5;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.top-row-btns {
	display: flex;
	align-items: center;
    grid-column-gap: 30px;
}
.bottom-row {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.hero {
	position: relative;
	padding: 250px 0;
}
.hero:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background-image: url("/upload/images/b2b-horeca.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.hero-title {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.3;
	text-align: center;
}
.hero-text {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}
.hero-btns {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
    grid-column-gap: 30px;
}
.tizers {
	background-color: #fff;
}
.catalog {
	position: relative;
}
.catalog:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background-color: #f8f8f8;
	z-index: -1;
}
.catalog .catalog_section_list.row.items {
	grid-gap: 30px;
}
.catalog .catalog_section_list .item_block.sm .section_item li.sect.more_items {
	display: none!important;
}
.catalog .catalog_section_list.row:after,
.catalog .catalog_section_list.row:before {
	display: none;
}
.catalog .catalog_section_list.row.items .item_block {
	width: calc(33.3333% - 20px);
}
.catalog .catalog_section_list .section_item ul {
	display: flex;
    flex-direction: column;
}
.catalog .catalog_section_list .item_block:not(.slide) .section_item li.sect {
	display: flex;
}
.catalog .catalog_section_list .item_block .section_item li.name {
	display: flex;
	align-items: center;
}
.catalog .catalog_section_list .item_block .section_item li.name h2 {
	margin-bottom: 0;
}
.catalog .element-count {
	
}
.brands {
	background-color: #fff;
}
/*.brands .item-views.brands a {
	pointer-events: none;
}*/
.form {
	position: relative;
}
.form:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background-color: #f8f8f8;
	z-index: -1;
}
.form-list {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.form-list .form textarea {
    min-height: 100px;
}
.form-list .form_result {
    text-align: center;
}
.form-list .form_head h4 {
	display: none;
}
.form-list .form.inline {
    padding: 20px 0px 20px!important;
}
.form-list .form_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 30px;
}
.form-list .form_body .form-control {
	width: calc(50% - 15px);
}
.form-list .btn.btn-default.white {
	display: none!important;
}
.form-list .form_body .form-control:nth-of-type(5) {
	width: 100%!important;
}
.action {
	position: relative;
	color: #fff;
}
.action:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background-color: #83b81d;
	z-index: -1;
}
.action .link-text a {
	color: #fff;
}
.action .link-text a:hover {
	text-decoration: underline;
}
.action .btn.btn-default {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #83b81d;
}
.action .btn.btn-default:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #83b81d;
}
.info-row {
	display: flex;
	grid-column-gap: 30px;
}
.info-row-logo {
	display: block;
	width: 200px;
}
.info-row-logo img {
	max-width: 100%;
}
.info-row-text {
	display: block;
	width: calc(100% - 230px);
	font-size: 16px;
}







@media (max-width: 1360px){
	.hero {
		padding: 150px 0;
	}
}
@media (max-width: 1199px){
	.catalog .catalog_section_list.row.items .item_block {
		width: calc(50% - 15px);
	}
}
@media (max-width: 991px){
	.hero-title {
		font-size: 30px;
	}
	.hero-text {
		font-size: 14px;
	}
	.top-row-title {
		font-size: 28px;
	}
	.top-row {
		grid-row-gap: 16px;
	}
	.top-row-text {
		font-size: 14px;
	}
	.info-row-text {
		font-size: 14px;
	}
}
@media (max-width: 768px){
	.hero {
		padding: 100px 0;
	}
	section {
		padding: 50px 0;
	}
	.catalog .catalog_section_list.row.items .item_block {
		width: 100%;
	}
	.top-row {
		margin-bottom: 24px;
	}
	.catalog .catalog_section_list.row.items {
		grid-gap: 16px;
	}
	.hero-btns {
		align-items: center;
		flex-direction: column;
		grid-row-gap: 16px;
	}
	.top-row-btns {
		align-items: center;
		flex-direction: column;
		grid-row-gap: 16px;
	}
}
@media (max-width: 600px){
	.hero {
		padding: 80px 0 50px;
	}
	.hero-title {
        font-size: 26px;
    }
	.top-row-title {
		font-size: 24px;
		text-align: center;
	}
	.catalog .catalog_section_list .item_block .section_item li.name {
		justify-content: center;
	}
	.catalog .catalog_section_list .item_block:not(.slide) .section_item li.sect {
		justify-content: center;
	}
	.form:before {
		display: none;
	}
	.info-row {
		flex-direction: column;
		grid-row-gap: 24px;
	}
	.info-row-logo {
		width: 100%;
		text-align: center;
	}
	.info-row-logo img {
		max-width: 100px;
	}
	.info-row-text {
		width: 100%;
	}
	.form-list .form_body .form-control {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/front_tizers/style.css?17418617902333*/
.item-views.tizers{padding: 3px 0px 23px;}
.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers{padding-bottom: 33px;}
.item-views.tizers.top{padding-top: 9px;}
.item-views.tizers .item-wrapper > .item{padding-bottom:32px;}
.item-views.tizers .item-wrapper > .item .image{margin-bottom: 10px;max-height: 50px;flex-shrink: 0;align-self: normal;}
.item-views.tizers .item-wrapper > .item .image img{max-width: 100%; max-height: 100%;}
.item-views.tizers:not(.top) .item-wrapper > .item .image{margin-top: 6px;max-width: 40px;}

.item-views.tizers .items.small-block > .row, .item-views.tizers .items.tops > .row{align-items: start;}
.item-views.tizers .items.small-block .image{width: 32px;height: 32px;}
.item-views.tizers .items.small-block .image img, .item-views.tizers .items.small-block .image svg{max-width: 100%;max-height: 32px;}

@media (min-width: 601px){
	.item-views.tizers .item-wrapper > .item .pull-left + .inner-text{padding-left: 26px;}
	.item-views.tizers .item-wrapper > .item .pull-right + .inner-text{padding-right: 26px;}
	
	.item-views.tizers .small-block .item-wrapper > .item .pull-left + .inner-text{padding-left: 20px;}
}
@media (max-width: 600px){
	.item-views.tizers:not(.top) .item-wrapper > .item .image{float:none !important;}
	.item-views.tizers .items.small-block .item .image + .inner-text, .item-views.tizers .items.tops .item .image + .inner-text{padding-left: 20px;}
	body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers{padding-bottom: 3px;}

	.item-views.tizers .mobile-list .item-wrapper{width: 100%;text-align:left;padding-left: 30px;padding-right: 30px;}
	.item-views.tizers .mobile-list .item-wrapper > .item .image{width: 40px;height: 40px;margin: 6px 18px 0 0;}
	.item-views.tizers .mobile-list .item-wrapper > .item{text-align:left; display: -ms-flexbox; display: flex;}
	.item-views.tizers .mobile-list .item-wrapper > .item .inner-text .value{line-height: 1.538em;}
	.item-views.tizers .mobile-list .item .title{margin-bottom:5px;}
	.item-views.tizers .mobile-list .item-wrapper > .item{padding-bottom: 18px;}
	.item-views.tizers .mobile-list.row{padding-bottom: 18px;}
	.item-views.tizers .mobile-list .item-wrapper > .item .image + .inner-text{padding-left: 0;}
}

/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/sections_list_custom/style.css?17418617893138*/
.catalog_section_list table{width: 100%;}
.catalog_section_list.row:not(.margin0) > div{padding-bottom: 32px;}
.catalog_section_list .item_block .section_item li.name{margin-bottom: 10px;}

body .catalog_section_list .item_block:not(.slide) .section_item li.sect{margin-top: 5px;line-height: 1.384em;}

.catalog_section_list .item_block .section_item li.sect{line-height: 1.867em;}
.catalog_section_list .item_block:not(.slide) .section_item li.sect{margin-right: 6px;}
.catalog_section_list .item_block:not(.sm) .section_item li.sect:not(:hover) span{opacity: 0.7;}
.catalog_section_list .item_block:not(.lg) .section_item .image.with-icons{width: 40px;}
.catalog_section_list .item_block:not(.lg) .section_item .image.with-icons img{max-width: 40px;}

.catalog_section_list .item_block.sm .section_item li.sect{margin: 0px;}
.catalog_section_list .item_block.sm .section_item li.sect:not(.collapsed){display: block !important;}
.catalog_section_list .item_block.sm .section_item li.sect.more_items{margin-top: 11px;}

.catalog_section_list .item_block.lg .section_item td{display: block;width: 100%;padding-right: 0px;}

.element-count2{display: block;}

.section_item_inner .slide-wrapper{display:none;}
.section_item_inner .slide-wrapper > *{padding: 16px 0px 0px;}
.section_item_inner .slide-wrapper .desc{padding: 0px 16px 0px;}
.section_item_inner .slide-wrapper .sect{padding-top: 3px;}
.section_item_inner .slide-wrapper .sect span{padding-left: 3px;}

.catalog_section_list .item_block.lg .section_item li.name span {font-size: 1em;}
.catalog_section_list .item_block.lg .section_item li.name span.element-count2{font-size: .867em;}
.catalog_section_list .item_block.lg td.image{padding-bottom: 14px;}

@media (min-width: 1200px){
	.right_block.wide_N .items .item_block.col-lg-20{width: 25%;}
}
@media (min-width: 992px){
	.right_block.wide_N .item_block.col-md-4{width: 33.33%;}
}

@media (max-width: 600px){
	.catalog_section_list .item_block .section_item li.name{margin-bottom: 20px;}
}
@media (min-width: 401px){
	.catalog_section_list .item_block.slide .section_item .image{padding: 0 26px 2px 0;}
	.catalog_section_list .item_block.slide .section_item li.name{margin:6px 40px 4px 0px;cursor: pointer;}

	.catalog_section_list .item_block.slide .section_item .with-icons + .section_info li.name{margin-top: 0px;}

	.catalog_section_list .item_block.slide .section_item .image,
	.catalog_section_list .item_block.sm .section_item .image{width: 60px;}
	.catalog_section_list .item_block.slide .section_item .image img,
	.catalog_section_list .item_block.sm .section_item .image img{max-width: 60px;}
	
	.catalog_section_list .item_block.lg .section_item{padding-bottom: 17px;padding-top: 39px;}
	.catalog_section_list .item_block.lg td.image.with-icons{padding-bottom: 10px;}
}
@media (max-width: 400px){
	.catalog_section_list .item_block.slide .section_item li.name{padding-right: 40px;}
}
h3.h3_link {
	color: var(--fill_dark_light_hover);
	margin-top: 0;
	margin-bottom: 0;
    line-height: 1.384em;
    font: 13px / 20px "Montserrat", Arial, sans-serif;
}
/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/front_brands_slider/style.css?17418617901787*/
.drag-block.BRANDS .maxwidth-theme{padding-bottom: 69px;}
.drag-block.BRANDS .maxwidth-theme.no-title{padding-top: 69px;}

.item-views.brands .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-views.brands .item.bordered{
	line-height: 150px;
	height: 150px;
}

.item-views.brands .item.bordered{
    border-left:none;
}

.item-views.brands.with_border{
    border-left:1px solid #ececec;
}

@media(min-width: 992px) {
    .wrapper1:not(.with_left_block) #content .wrapper_inner.front .drag-block.container.BRANDS .maxwidth-theme{padding-bottom: 79px;}
    .wrapper1:not(.with_left_block) #content .wrapper_inner.front .drag-block.container.BRANDS .maxwidth-theme.no-title{padding-top: 79px;}
}

@media(max-width: 600px) {
    .drag-block.container.BRANDS .maxwidth-theme.no-title{padding-top: 40px;}
    body#main .wrapper1 .wrapper_inner.front .drag-block.container.BRANDS .content_wrapper_block > .maxwidth-theme {padding-bottom: 40px;}
    .content_wrapper_block.front_brands_slider .top_block {margin-bottom: 28px;}
    .item-views.brands {margin-right: -16px;width: calc(100% + 16px);}
    .item-views.brands.owl-carousel .owl-stage-outer {margin-left: -16px;padding-left: 16px;}
    .item-views.brands .owl-item {width: 120px !important;flex-shrink: 0;}
    .item-views.brands.with_border .owl-item {width: 140px !important;}
    .content_wrapper_block.front_brands_slider .owl-stage {display: flex !important;}
}
@media(max-width: 485px) {
    .item-views.brands .owl-item {width: 140px !important;}
}
@media(max-width: 430px) {
    .item-views.brands .owl-item {width: 120px !important;}
}
@media(max-width: 350px) {
    .item-views.brands .owl-item {width: 110px !important;}
}
/* End */


/* Start:/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.carousel.min.css?17418617893351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.theme.default.min.css?17418617891013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /bitrix/templates/aspro_max/css/b2b.css?17531702576440 */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/front_tizers/style.css?17418617902333 */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section.list/sections_list_custom/style.css?17418617893138 */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/front_brands_slider/style.css?17418617901787 */
/* /bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.carousel.min.css?17418617893351 */
/* /bitrix/templates/aspro_max/vendor/css/carousel/owl/owl.theme.default.min.css?17418617891013 */
