@font-face {
    font-family: 'Metronic Pro';
    src: url('MetronicProRegular.woff2') format('woff2'),
        url('MetronicProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metronic Pro';
    src: url('MetronicProBold.woff2') format('woff2'),
        url('MetronicProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
	padding: 0;
	margin: 0;
}

.b-landing {
	font-family: 'Metronic Pro';
	background: url(../static/images/fon.png) no-repeat center center;
	background-size: cover;
	position: relative;
	color: #ffffff;
	padding-bottom: 140px;
}

.b-landing .b-container {
	max-width: 1192px;
	padding-left: 16px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 16px;
	position: relative;
	z-index: 2;
}

.b-landing .b-hero {
	background: url(../static/images/slider.png) no-repeat center center;
	position: relative;
	z-index: 2;
	background-size: cover;
}

.b-landing .b-hero__inner {
	position: relative;
	padding-top: 55px;
	padding-bottom: 450px;
}

.b-landing .b-hero__inner:before {
	content: '';
	display: block;
	width: 216px;
	height: 536px;
	background: url(../static/images/холодильник.png) no-repeat center center;
	right: 290px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.b-landing .b-hero__inner:after {
	content: '';
	display: block;
	width: 190px;
	height: 114px;
	position: absolute;
	right: 0;
	bottom: 120px;
	background: url(../static/images/Layer-3.png) no-repeat center center;
	background-size: contain;
}

.b-landing .b-hero__title {
	font-size: 44px;
	font-weight: 700;
	max-width: 450px;
	line-height: 1;
	margin:  0;
}

.b-landing .b-hero__subtitle {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 33px;
}

.b-landing .b-video {
	margin-top: 60px;
}

.b-landing .b-video__title {
	max-width: 935px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 28px;
}

.b-landing .b-video__player {
	width: 100%;
	margin-top: 75px;
}

.b-landing .b-slider {
	margin-top: 80px;
	text-align: center;
}

.b-landing .b-slider__title {
	text-align: center;
	font-size: 38px;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
}

.b-landing .b-slider__carousel {
	margin-top: 50px;
	margin-left: -8px;
	margin-right: -8px;
}

.b-landing .b-slider__carousel-item {
	padding-left: 8px;
	padding-right: 8px;
}

.b-landing .b-slider__carousel-block {
	padding: 20px;
	background: #f5f2f1;
	border-radius: 16px;
	display: block;
	color: #00406c;
	text-decoration: none;
}

.b-landing .b-slider__carousel-title {
	font-size: 22px;
}

.b-landing .b-slider__carousel-image {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height:  auto;
}

.b-landing .b-slider__carousel-meta {
	margin: 18px 0 0;
	background: #e7e7e7;
	display: flex;
	justify-content: space-between;
	padding: 10px 25px 8px;
	list-style: none;
}

.b-landing .b-slider__carousel-meta-item {
	margin-left: 10px;
	margin-right: 10px;
}

.b-landing .b-slider__carousel-meta-title {
	color: #353535;
	font-size: 14px;
}

.b-landing .b-slider__carousel-meta-value {
	margin-top: 4px;
	width: 50px;
	height: 50px;
	border:  1px solid #00406c;
	border-radius: 50%;
	font-size: 20px;
	line-height: 52px;
	background: #f5f2f1;
}

.b-landing .b-slider__carousel-button {
	margin-top: 36px;
	background: #007fc5;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding: 12px 75px;
}

.b-landing .b-slider__carousel .slick-arrow {
	transform: none;
	background: url(../static/images/next_white.png) no-repeat center center;
	width: 33px;
	top: -85px;
	height: 24px;
}

.b-landing .b-slider__carousel .slick-arrow:before {
	display: none;
}

.b-landing .b-slider__carousel .slick-prev {
	left: 95px;
}

.b-landing .b-slider__carousel .slick-next {
	transform: rotate(180deg);
	right: 95px;
}

.b-landing .b-video__player_mobile {
	display: none;
}
.b-landing .fg_where_by {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px; }
    .b-landing .fg_where_by h2 {
      color: #fff;
      font-size: 42px;
      margin-bottom: 25px; }
    .b-landing .fg_where_by .where-to-buy a {
      background: #fff; }

@media only screen and (max-width: 991px) {
	.b-landing .b-hero__inner {
		padding-top: 18px;
		padding-bottom: 180px;
	}
	.b-landing .b-hero__title {
		font-size: 22px;
		max-width: 205px;
	}
	.b-landing .b-hero__subtitle {
		font-size: 15px;
		max-width: 180px;
	}
	.b-landing .b-hero__inner:before {
		width: 108px;
		height: 269px;
		background-size: contain;
		right:  0;
	}
	.b-landing .b-hero__inner:after {
		width: 95px;
		height: 57px;
		right: auto;
		bottom: 16px;
		left: 8px;
	}
	.b-landing .b-video {
		margin-top: 30px;
	}
	.b-landing .b-video__player {
		display: none;
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 30px;
		width: calc(100% + 32px);
	}
	.b-landing .b-video__player_mobile {
		display: block;
	}
	.b-landing .b-slider {
		margin-top: 30px;
	}
	.b-landing .b-slider__title {
		padding-right: 36px;
		font-size: 24px;
		background: url('../static/images/arrow.png') no-repeat right top 13px;
	}
	.b-landing .b-slider__carousel {
		margin-top: 20px;
	}
	.b-landing .b-slider__carousel {
		padding-left: 36px;
		padding-right: 36px;
	}
	.b-landing .b-slider__carousel .slick-arrow {
		width: 30px;
		height: 30px;
		background-position: center center;
		background-repeat: no-repeat;
		border-radius: 50%;
	}
	.b-landing .b-slider__carousel .slick-prev {
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
		background-image: url(../static/images/arrow_L.png);
	}
	.b-landing .b-slider__carousel .slick-next {
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		background-image: url(../static/images/arrow_R.png);
	}
	.b-landing .b-slider__carousel-title {
		font-size: 16px;
	}
	.b-landing .b-slider__carousel-image {
		max-width: 60px;
	}
	.b-landing .b-slider__carousel-meta {
		margin-top: 10px;
		padding: 5px 15px;
	}
	.b-landing .b-slider__carousel-meta-title {
		font-size: 9px;
	}
	.b-landing .b-slider__carousel-meta-value {
		margin-top: 2px;
		font-size: 12px;
		line-height: 34px;
		width: 32px;
		height: 32px;
	}
	.b-landing .b-slider__carousel-button {
		margin-top: 15px;
	}
	.b-landing {
		padding-bottom: 34px;
	}
}