/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
	overflow: visible
}

audio,
canvas,
progress,
video {
	display: inline-block
}

progress,
sub,
sup {
	vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
	box-sizing: border-box;
	padding: 0
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/* font.css */
@font-face {
	font-family: 'Aktion';
	src: url('../font/Aktion.woff2') format('woff2'),
		url('../font/Aktion.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Aktion';
	src: url('../font/Aktion-SemiBold.woff2') format('woff2'),
		url('../font/Aktion-SemiBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Aktion';
	src: url('../font/Aktion-Light.woff2') format('woff2'),
		url('../font/Aktion-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

/* main.css */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	background-color: #efefef;
	line-height: 1.4;
	font-size: 20px;
	color: #777;
	font-family: 'Aktion', 'Avenir', sans-serif;
}

body {
	height: 100%;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 48px;
	color: #000;
	line-height: 1.2;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 48px;
	color: #000;
	line-height: 1.2;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 36px;
	line-height: 1.2;
}

a {
	color: #f59a9e;
	text-decoration: none;
}

a:hover {
	color: #7dd3f7;
}

.m-clr {
	clear: both;
}

.m-valign-middle {
	position: relative;
	display: block;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-align-center {
	position: relative;
	display: block;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-wrapper {
	position: relative;
	float: left;
	width: 100%;
}

.l-container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

.l-container.m-size-860 {
	width: 860px;
}

.m-bgc-white {
	background-color: #fff;
}

.m-bgc-cyan {
	background-color: #88d0c8;
}

.m-bgc-blue {
	background-color: #7dd3f7;
}

.m-bgc-pink {
	background-color: #f59a9e;
}

.m-fill-cyan {
	fill: #88d0c8;
}

.m-fill-blue {
	fill: #7dd3f7;
}

.m-fill-pink {
	fill: #f59a9e;
}

.b-ggn-button {
	display: inline-block;
	padding: 25px 50px;
	min-width: 250px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
	border-radius: 40px;
	transition: 200ms;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #000;
}

.b-ggn-button:hover {
	background-color: #ccc;
	color: #000;
}

.b-ggn-button.m-bgc-white {
	color: #fff;
}

.b-ggn-button.m-bgc-cyan:hover,
.b-ggn-button.m-bgc-blue:hover {
	background-color: #ccc;
	color: #000;
}

.b-ggn-button.m-bgc-pink:hover,
.b-ggn-button.m-bgc-white:hover {
	background-color: #ccc;
	color: #000;
}

.b-ggn-button.m-margin-top {
	margin-top: 40px;
}

.b-fb-link {
	display: inline-block;
	padding: 10px;
}

.b-fb-link-icon {
	width: 14px;
	height: 29px;
	fill: #777;
	transition: 200ms;
}

.b-fb-link:hover .b-fb-link-icon {
	fill: #3b5998;
}

.b-ig-link {
	display: inline-block;
	padding: 10px;
}

.b-ig-link-icon {
	width: 29px;
	height: 29px;
	fill: #777;
	transition: 200ms;
}

.b-ig-link:hover .b-fb-link-icon {
	fill: #fff;
}


/* site header */
.b-site-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
}

.b-logo {
	position: absolute;
	left: 50%;
	top: 5px;
	width: 462px;
	z-index: 490;
	transform: translateX(-50%);
}

.b-logo__image {
	width: 100%;
	height: auto;
}


.b-site-header__eshop-link {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	z-index: 20;
}

.b-site-header__eshop-link-icon {
	width: 30px;
	height: 30px;
	transition: 200ms;
}

.b-site-header__eshop-link:hover .b-site-header__eshop-link-icon {
	fill: #f59a9e;
}

.m-nav-open .b-site-header__eshop-link-icon {
	fill: #fff;
}

.b-site-header__nav-toggle {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	z-index: 20;
}

.b-site-header__nav-toggle-icon {
	position: absolute;
	top: 0;
	left: 23px;
	width: 34px;
	height: 4px;
	background-color: #000;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.b-site-header__nav-toggle-icon:nth-child(1) {
	-ms-transform: translateY(29px);
	transform: translateY(29px);
}

.b-site-header__nav-toggle-icon:nth-child(2) {
	-ms-transform: translateY(38px);
	transform: translateY(38px);
}

.b-site-header__nav-toggle-icon:nth-child(3) {
	-ms-transform: translateY(47px);
	transform: translateY(47px);
}


/* navigation */
.b-nav-main {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: 10;
	pointer-events: none;
}

.b-nav-main:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=1);
}

.b-nav-main__list {
	position: absolute;
	left: 0;
	top: 120px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.b-nav-main__list-item {
	float: left;
	width: 100%;
	padding-left: 140px;
}

.b-nav-main__list-link {
	display: block;
	padding: 15px 0;
	line-height: 1;
	font-weight: 700;
	font-size: 36px;
	color: #ccc;
	transition: 200ms;
	text-transform: lowercase;
	text-decoration: none;
}

.b-nav-main__list-link:hover {
	opacity: 1;
	color: #fff;
}


.b-nav-main__fb-link {
	position: relative;
	float: left;
	left: -20px;
	padding: 10px 20px;
	margin-top: 20px;
}

.b-nav-main__fb-link-icon {
	width: 14px;
	height: 29px;
	fill: #fff;
	transition: 200ms;
}

.b-nav-main__ig-link {
	position: relative;
	float: left;
	left: -20px;
	padding: 10px 20px;
}

.b-nav-main__ig-link-icon {
	width: 28px;
	height: 28px;
	fill: #fff;
	transition: 200ms;
}

/* nav opening effect */
.b-site-header__nav-toggle-icon:nth-child(1) {
	top: 0;
	-ms-transform: translateY(29px) rotate(0deg);
	transform: translateY(29px) rotate(0deg);
	transition: background-color 600ms, top 300ms 300ms, transform 300ms 0ms;
}

.b-site-header__nav-toggle-icon:nth-child(2) {
	opacity: 1;
	transition: 1ms 300ms;
}

.b-site-header__nav-toggle-icon:nth-child(3) {
	top: 0;
	-ms-transform: translateY(47px) rotate(0deg);
	transform: translateY(47px) rotate(0deg);
	transition: background-color 600ms, top 300ms 300ms, transform 300ms 0ms;
}

.m-nav-open .b-site-header__nav-toggle-icon {
	background-color: #fff;
}

.m-nav-open .b-site-header__nav-toggle-icon:nth-child(1) {
	top: 9px;
	-ms-transform: translateY(29px) rotate(45deg);
	transform: translateY(29px) rotate(45deg);
	transition: background-color 600ms, top 300ms, transform 300ms 300ms;
}

.m-nav-open .b-site-header__nav-toggle-icon:nth-child(2) {
	opacity: 0;
	transition: 1ms 300ms;
}

.m-nav-open .b-site-header__nav-toggle-icon:nth-child(3) {
	top: -9px;
	-ms-transform: translateY(47px) rotate(-45deg);
	transform: translateY(47px) rotate(-45deg);
	transition: background-color 600ms, top 300ms, transform 300ms 300ms;
}


.b-nav-main {
	transition: height 0ms 400ms;
}

.b-nav-main:before {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: 400ms ease-in-out;
}

.b-nav-main__list-item {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: transform 500ms 0ms ease-in-out;
}

.m-nav-open .b-nav-main {
	height: 100%;
	transition: height 0ms 0ms;
	pointer-events: all;
}

.m-nav-open .b-nav-main:before {
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: 600ms ease-in-out;
}

.m-nav-open .b-nav-main__list-item {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.m-nav-open .b-nav-main__list-item:nth-child(1) {
	transition-delay: 0ms;
}

.m-nav-open .b-nav-main__list-item:nth-child(2) {
	transition-delay: 50ms;
}

.m-nav-open .b-nav-main__list-item:nth-child(3) {
	transition-delay: 100ms;
}

.m-nav-open .b-nav-main__list-item:nth-child(4) {
	transition-delay: 150ms;
}

.m-nav-open .b-nav-main__list-item:nth-child(5) {
	transition-delay: 200ms;
}

.m-nav-open .b-nav-main__list-item:nth-child(6) {
	transition-delay: 250ms;
}


/* intro */
.b-page-intro {
	width: calc(100% - 80px);
	height: 520px;
	margin: 40px 40px 0 40px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.b-page-intro.m-video {
	cursor: pointer;
}

.b-page-intro__heading {
	font-weight: 400;
	z-index: 20;
	color: #000;
}

.b-page-intro__heading.m-color-white {
	color: #fff;
}

.b-page-intro__overlay {
	position: absolute;
	left: 0;
	top: 60%;
	width: 100%;
	height: 300%;
	z-index: 10;
	background-position: center top;
}

.b-page-intro__youtube-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	transition: 500ms;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
}

.b-page-intro.m-youtube-playing {
	z-index: 510;
}

.b-page-intro.m-youtube-playing .b-page-intro__youtube-wrapper {
	opacity: 1;
	z-index: 30;
	pointer-events: all;
}

.b-page-intro__youtube-player {
	position: absolute;
	left: 50%;
	top: 0;
	width: 924px;
	height: 100%;
	margin-left: -462px;
}

.b-page-intro__youtube-wrapper-close {
	position: absolute;
	right: 50%;
	top: 0;
	width: 50px;
	height: 50px;
	margin-right: -512px;
}

.b-page-intro__youtube-wrapper-close:before,
.b-page-intro__youtube-wrapper-close:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 4px;
	margin: -2px 0 0 -15px;
	background-color: #999;
	border-radius: 2px;
	transition: 250ms;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.b-page-intro__youtube-wrapper-close:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.b-page-intro__youtube-wrapper-close:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.b-page-intro__youtube-wrapper-close:hover:before,
.b-page-intro__youtube-wrapper-close:hover:after {
	background-color: #000;
}


/* text center */
.b-text-center {
	padding: 70px 0;
	text-align: center;
}

.b-text-center.m-collection-summary-soldout {
	padding-top: 30px;
}

/* full size block */
.b-full-size-block {
	float: none;
	width: calc(100% - 80px);
	max-width: 1280px;
	margin: 0 auto 40px auto;
	height: auto;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
}

.b-full-size-block__text {
	float: left;
	width: 520px;
	padding: 70px 0;
}

.b-full-size-block__text>*:first-child {
	margin-top: 0;
}

.b-full-size-block__text>*:last-child {
	margin-bottom: 0;
}

.b-full-size-block__heading-small {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #959595;
}

.b-full-size-block__heading-large {
	margin-top: 10px;
	line-height: 1.1;
}

/* cloud block */
.b-cloud-block {
	padding: 50px 0;
	height: auto;
	text-align: center;
}

.b-cloud-block__heading-small {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}

.b-cloud-block__col {
	float: left;
	width: 33.3%;
	padding: 0 50px;
	margin-top: 50px;
	font-size: 18px;
}

.b-cloud-block__col h4 {
	color: #000;
	font-size: 24px;
}

.b-cloud-block__col>*:last-child {
	margin-bottom: 0;
}

.b-cloud-block__icon {
	display: inline-block;
	width: 117px;
	height: 70px;
}

/* products */
.b-product-list {
	padding: 0 20px;
	font-size: 0;
	text-align: center;
}

.b-product-list__item {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 350px;
	margin: 0 20px 40px 20px;
	background-color: #fff;
	font-size: 20px;
	overflow: hidden;
	text-decoration: none;
}

.b-product-list__item:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	z-index: 20;
	opacity: 0.8;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .8);
}

.b-product-list__image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.b-product-list__image {
	max-width: 100%;
	max-height: 100%;
}

.b-product-list__text {
	position: absolute;
	width: 100%;
	padding: 30px;
	z-index: 30;
	text-align: center;
	color: #fff;
}

.b-product-list__heading-1 {
	font-weight: 300;
	color: #fff;
}

.b-product-list__heading-2 {
	margin: 15px 0;
	line-height: 1;
	font-size: 40px;
	color: #fff;
}

.b-product-list__price {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.b-product-list__item:before {
	transition: all 400ms ease-in-out, border-radius 200ms 0ms ease-in-out;
}

.b-product-list__item:hover:before {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition: all 400ms ease-in-out, border-radius 200ms 200ms ease-in-out;
}

.b-product-list__text {
	opacity: 0;
	transition: 400ms;
}

.b-product-list__item:hover .b-product-list__text {
	opacity: 1;
	transition: 400ms 200ms;
}

/* slideshow */
.b-content-slideshow {
	left: 50%;
	width: calc(100% - 80px);
	max-width: 1280px;
	height: 520px;
	margin: 0 auto;
	transform: translateX(-50%);
}

.b-content-slideshow__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.b-content-slideshow__pager {
	position: absolute;
	right: 40px;
	bottom: 30px;
	z-index: 120;
}


/* slick */
.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slick-dots li {
	float: left;
	margin-left: 16px;
}

.slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	font-size: 0;
	border-radius: 50%;
	background-color: #ccc;
	border: none;
	outline: none;
	cursor: pointer;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background-color: #fff;
}


@media (max-width: 1000px) {
	html {
		font-size: 16px;
	}

	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 26px;
	}

	.l-container,
	.l-container.m-size-860 {
		width: 100%;
		padding: 0 10px;
	}

	.b-ggn-button {
		font-size: 18px;
		padding: 15px 35px;
		min-width: 200px;
	}

	.b-ggn-button.m-margin-top {
		margin-top: 20px;
	}


	.b-site-header__eshop-link {
		display: none;
	}

	.b-site-header__nav-toggle {
		width: 50px;
		height: 50px;
	}

	.b-site-header__nav-toggle-icon {
		left: 8px;
	}

	.b-site-header__nav-toggle-icon:nth-child(1) {
		-ms-transform: translateY(14px) rotate(0deg);
		transform: translateY(14px) rotate(0deg);
	}

	.b-site-header__nav-toggle-icon:nth-child(2) {
		-ms-transform: translateY(23px);
		transform: translateY(23px);
	}

	.b-site-header__nav-toggle-icon:nth-child(3) {
		-ms-transform: translateY(32px) rotate(0deg);
		transform: translateY(32px) rotate(0deg);
	}

	.m-nav-open .b-site-header__nav-toggle-icon:nth-child(1) {
		-ms-transform: translateY(14px) rotate(45deg);
		transform: translateY(14px) rotate(45deg);
	}

	.m-nav-open .b-site-header__nav-toggle-icon:nth-child(3) {
		-ms-transform: translateY(32px) rotate(-45deg);
		transform: translateY(32px) rotate(-45deg);
	}

	.b-nav-main__list {
		top: 50px;
		width: 100%;
		text-align: center;
	}

	.b-nav-main__list-item {
		padding: 0;
	}

	.b-nav-main__list-link {
		font-size: 30px;
		padding: 10px 0;
	}

	.b-nav-main__fb-link,
	.b-nav-main__ig-link {
		float: none;
		display: inline-block;
		left: auto;
		margin-top: 10px;
		padding: 10px 20px;
	}

	.b-text-center {
		padding: 40px 10px;
	}

	.b-content-slideshow {
		width: 100%;
		height: 300px;
		margin: 0;
	}

	.b-content-slideshow__pager {
		right: 50%;
		bottom: 20px;
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	.slick-dots li {
		margin: 0 8px;
	}

	.b-product-list {
		padding: 0 10px;
	}

	.b-product-list__item {
		float: left;
		width: 100%;
		height: 240px;
		margin: 0 0 10px 0;
	}

	.b-product-list__item:nth-child(2n+1) {
		margin-left: 0;
	}

	.b-product-list__item:before {
		left: 50%;
		top: 0;
		width: 50%;
		height: 100%;
		border-radius: 0;
		opacity: 1;
		-ms-transform: none;
		transform: none;
	}

	.b-product-list__image-wrapper {
		width: 50%;
	}

	.b-product-list__image {
		float: right;
		min-height: 100%;
		width: auto;
		max-width: none;
	}

	.b-product-list__text {
		left: 50%;
		width: 50%;
		padding: 20px;
		opacity: 1;
	}

	.b-cloud-block__col {
		padding: 0 20px;
	}

	.b-full-size-block {
		margin: 0 10px 20px 10px;
		width: calc(100% - 20px);
		height: auto;
		box-shadow: 0 0 10px #ddd;
		background-image: none !important;
	}

	.b-full-size-block .l-container {
		padding: 0;
	}

	.b-full-size-block__text {
		width: 100%;
		padding: 30px 10px;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.5);
		background-size: cover;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 22px;
	}

	.b-logo {
		top: 15px;
		width: 200px;
	}

	.b-page-intro {
		width: 100%;
		height: 300px;
		margin: 0;
		padding-top: 40px;
	}

	.b-text-center {
		padding: 25px 0;
	}

	.b-product-list__text {
		padding: 10px;
	}

	.b-product-list__heading-1 {
		font-size: 18px;
	}

	.b-product-list__heading-2 {
		margin: 10px 0;
		font-size: 26px;
	}

	.b-product-list__price {
		font-size: 18px;
	}

	.b-cloud-block__col {
		width: 100%;
		padding: 0;
	}

	.b-cloud-block__col h4 {
		margin: 10px 0;
	}
}