@charset "UTF-8";

/* FONT SETTINGS */
@font-face {
	font-family: 'Century Gothic';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("/local/assets/fonts/centuryGothic/web/CenturyGothic.eot");
	src: local("Century Gothic"), local("Century-Gothic"), local("CenturyGothic"),
		url("/local/assets/fonts/centuryGothic/web/CenturyGothic.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic.woff") format("woff"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic.ttf") format("truetype");
}
@font-face {
	font-family: 'Century Gothic';
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Italic.eot");
    src: local("Century Gothic Italic"), local("Century-Gothic-Italic"), local("CenturyGothic-Italic"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Italic.woff2") format("woff2"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Italic.woff") format("woff"),
		url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Italic.ttf") format("truetype");
}
@font-face {
	font-family: 'Century Gothic';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Bold.eot");
    src: local("Century Gothic Bold"), local("Century-Gothic-Bold"), local("CenturyGothic-Bold"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Bold.woff2") format("woff2"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Bold.woff") format("woff"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'Century Gothic';
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url("/local/assets/fonts/centuryGothic/web/CenturyGothic-BoldItalic.eot");
    src: local("Century Gothic Bold Italic"), local("Century-Gothic-BoldItalic"), local("CenturyGothic-BoldItalic"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-BoldItalic.woff2") format("woff2"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-BoldItalic.woff") format("woff"),
        url("/local/assets/fonts/centuryGothic/web/CenturyGothic-BoldItalic.ttf") format("truetype");
}


:root {
    --common-text-color: #333333;
    
	--accent-color: #2D63CC;
    --special-color: #229481;
    --additional-color: #46B78E;
    
    --error-color: #CE2500;
    --border-color: #858585;
	
    --common-background-color: #FFFFFF;
    --additional-background-color: #EDEDEE;
    
    --header-background-color: #ffffff;
    --header-text-color: #333333;
    --header-accent-color: #2D63CC;

    --footer-accent-color: #2D63CC;
    --footer-background-color: #EDEDEE;
    --footer-text-color: #333333;
    --footer-credo-color: #333333;
    --footer-logotype-color: #333333;
}

/* SETTINGS */
.clear {
    clear: both;
	display: block;
	width: 0;
    height: 0;
	visibility: hidden;
	opacity: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    line-height: 0;
}
.clear-after:after {
	content: '';
	display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	visibility: hidden;
	opacity: 0;
    clear: both;
}
html, body {
	display: block;
	width: 100%;
	height: auto;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: var(--common-text-color);
}
*:focus {
    outline: none;
}
*::-moz-focus-inner {
    border: 0;
}

.fancybox-infobar {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--common-text-color);
}
.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
    background-color: transparent;
}
.fancybox-button.fancybox-button--arrow_left div,
.fancybox-button.fancybox-button--arrow_right div {
    padding: 2px;
    border-radius: 100%;
    background-color: var(--common-background-color);
}
.fancybox-button:not([disabled]) svg path {
    fill: var(--accent-color);
}
.fancybox-button[disabled] svg path {
    fill: var(--additional-text-color);
}

.owl-carousel {
	max-height: 0;
	overflow: hidden;
}
.owl-loaded {
	max-height: none;
	overflow: initial;
}

/*Edge - works to 41.16299.402.0*/
@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

/* DISABLE SELECT FOCUS */
@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
       background-image: none !important;
       border:0;
    }
}

/* ALL MEDIA */
@media screen and (min-width: 0) {
	.af-page,
	.af-section {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}

	/* BREADCRUMBS */
    .af-page__wassercraft .af-breadcrumbs {
        display: block;
        width: 100%;
        height: auto;
        background-color: var(--additional-background-color);
    }
	.af-page__wassercraft .af-breadcrumbs .af-page-wrapper {
		display: flex;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: flex-start;
	}
    .af-page__wassercraft .af-breadcrumbs-item {
        display: block;
        width: auto;
        height: auto;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        font-style: normal;
        letter-spacing: normal;
        text-decoration: none;
        line-height: 1.3;
    }
    .af-page__wassercraft .af-breadcrumbs-item:not(.active) {
        font-weight: 600;
        color: var(--common-text-color);
    }
    .af-page__wassercraft .af-breadcrumbs-item.active {
        font-weight: 700;
        cursor: default;
        pointer-events: none;
        color: var(--accent-color);
    }
	.af-page__wassercraft .af-main-image {
		display: block;
		width: 100%;
		height: auto;
	}
	.af-page__wassercraft .af-main-image img {
		display: block;
		width: 100%;
		min-height: 230px;
		height: auto;
		object-fit: cover;
		object-position: top center;
		pointer-events: none;
	}
	.af-page__wassercraft .af-shop-title {
		display: block;
		width: 100%;
		text-align: center;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: .9;
		color: var(--common-text-color);
	}
	.af-page__wassercraft .af-shop-title.af-shop-title__color {
		background-color: var(--additional-background-color);
		box-sizing: border-box;
	}
	.af-page__wassercraft .af-shop-title.af-shop-title__gradient {
		text-align: left;
		box-sizing: border-box;
	}
	.af-page__wassercraft .af-shop-wrapper__curtain .af-shop-title.af-shop-title__gradient {
		background: linear-gradient(90deg, #BBE1F0 10.76%, #FFFFFF 90.6%);
	}
	.af-page__wassercraft .af-shop-wrapper__mat .af-shop-title.af-shop-title__gradient {
		background: linear-gradient(90deg, #EFE775 10.76%, #FFFFFF 90.6%);
	}
	.af-page__wassercraft .af-shop-wrapper__basket .af-shop-title.af-shop-title__gradient {
		background: linear-gradient(90deg, #9DDF81 10.76%, #FFFFFF 90.6%);
	}
	.af-page__wassercraft .af-shop-filters {
        display: block;
		width: 100%;
		box-sizing: border-box;
    }
    .af-page__wassercraft .af-filter {
        display: inline-block;
        white-space: nowrap;
        font-size: 0;
    }
    .af-page__wassercraft .af-filter-title {
        display: inline-block;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 500;
        color: var(--common-text-color);
        vertical-align: middle;
    }
    .af-page__wassercraft .af-filter-element {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .af-page__wassercraft .af-filter-element__select {
        width: auto;
        height: 25px;
        border: 1px solid #EAEAEA;
        border-radius: 3px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #787878;
		background-color: #ffffff;
		box-sizing: border-box;
    }
    .af-page__wassercraft .af-filter-element__checkbox {
        width: 0;
        height: 0;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
		opacity: 0;
		visibility: hidden;
		-moz-appearance: none;
		     appearance: none;
		-webkit-appearance: none;
    }
    .af-page__wassercraft .af-filter-element__checkbox + .af-checkbox-mask {
        width: 25px;
        height: 25px;
        border: 1px solid #EAEAEA;
        border-radius: 3px;
    }
    .af-page__wassercraft .af-filter-element__checkbox:checked + .af-checkbox-mask::after {
        content: "\2713";
        display: inline-block;
        width: 100%;
        height: auto;
        font-family: "Roboto", sans-serif;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        color: #787878;
	}
	.af-page__wassercraft .af-carousel {
		display: block;
		height: auto;
	}
	.af-page__wassercraft .af-carousel[data-empty]::before {
        content: attr(data-empty);
        display: inline-block;
		width: auto;
		font-size: 14px;
		margin: 0 0 0 0;
		position: relative;
    }
	.af-page__wassercraft .af-product {
		display: block;
		height: auto;
		background-color: #ffffff;
		border: 1px solid rgba(133, 133, 133, 0.2);
		box-sizing: border-box;
		position: relative;
		margin: 1px auto;
	}
	.af-page__wassercraft .af-product[data-availability]::before {
		content: attr(data-availability);
		display: inline-block;
		height: 10px;
		color: #6bbc02;
		font-size: 9px;
		text-indent: 15px;
		line-height: 10px;
		font-family: "Roboto";
		white-space: nowrap;
		position: absolute;
		z-index: 1;
		padding: 0 2px 0 0;
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 11);
		background-size: 10px 10px;
		background-repeat: no-repeat;
		background-position: 2px center;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAARVBMVEX///8LvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQCOL0cXAAAAFnRSTlMAAQUGCxAkLUJgYml9l5qwss/Q5Of7qA3yfwAAAFlJREFUeNplz0sWgCAIQFGU/llSCftfanA0GfRmFyYAiaU1gsUltwaAbQbJ0NvlMjufqdppDtGpDgdh47KqIwlh3WZRA5Lcxs86MLoBT2W397fd7xW2/zxOL9k/CLQcmCwOAAAAAElFTkSuQmCC);
		}
	.af-page__wassercraft .af-product-image {
		display: block;
		width: 100%;
		font-size: 12px;
		line-height: 1;
		overflow: hidden;
		position: relative;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("/upload/medialibrary/cae/local_img_no_image.jpg");
	}
	.af-page__wassercraft .af-product-image.JSProductImage::after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		bottom: 10px;
		border-radius: 100%;
		background-color: #229481;
		background-size: 45% auto;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../img/plus.svg");
		cursor: pointer;
	}
	.af-page__wassercraft .af-product-image picture {
		display: block;
		width: 100%;
		height: 100%;
	}
	.af-page__wassercraft .af-product-image img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: center;
		   object-position: center;
	}
	.af-page__wassercraft .af-product-title {
		display: block;
		width: 100%;
		height: 3em;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 1.5;
		color: var(--common-text-color);
		margin-top: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.af-page__wassercraft .af-product-prices {
		display: flex;
		width: 100%;
		height: auto;
		align-content: flex-end;
		align-items: baseline;
	}
	.af-page__wassercraft .af-product-price {
		display: block;
		width: auto;
		height: auto;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		white-space: nowrap;
		color: var(--common-text-color);
	}
	.af-page__wassercraft .af-product-price__new {
		color: #1B1B1B;
	}
	.af-page__wassercraft .af-product-price span:nth-child(2) {
		font-size: .8em;
	}
	.af-page__wassercraft .af-product-price__old {
		color: #858585;
		text-decoration: line-through;
	}
	.af-page__wassercraft .af-product-add2basket {
		display: block;
		height: auto;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		text-align: center;
		color: #FFFFFF;
		background-color: #229481;
		position: relative;
	}
	.af-page__wassercraft .af-product-add2basket.af-button__buy {
		background-color: #46B78E;
	}
	.af-page__wassercraft .af-product center {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 0;
		line-height: 1;
	}
	.af-page__wassercraft .af-product-link {
		display: inline-block;
		width: auto;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-text-decoration-line: underline;
		        text-decoration-line: underline;
		font-variant: small-caps;
		color: #032C7F;
	}
	.af-page__wassercraft .owl-nav.disabled {
		display: none;
	}
	.af-page__wassercraft .owl-nav[data-index][data-count] {
		display: block;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	.af-page__wassercraft .owl-nav[data-index][data-count]::before,
	.af-page__wassercraft .owl-nav[data-index][data-count]::after {
		display: inline-block;
		width: auto;
		height: auto;
		line-height: 1;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		color: #979797;
	}
	.af-page__wassercraft .owl-nav[data-index][data-count]::before {
		content: attr(data-index) "\00A0";
	}
	.af-page__wassercraft .owl-nav[data-index][data-count]::after {
		content: "из\00A0" attr(data-count);
	}
	.af-page__wassercraft .owl-prev,
	.af-page__wassercraft .owl-next {
		display: block;
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		background-size: 80% auto;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.af-page__wassercraft .owl-prev {
		left: -30px;
		background-image: url('../img/arrow-left-gray.svg');
	}
	.af-page__wassercraft .owl-next {
		right: -30px;
		background-image: url('../img/arrow-right-gray.svg');
	}
	.af-page__wassercraft .af-shop-more {
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		text-align: center;
		font-weight: 700;
		color: #FFFFFF;
		background-color: #DC6210;
	}
	.af-page__wassercraft .af-projects {
		display: block;
		height: auto;
		margin: 0 auto;
	}
	.af-page__wassercraft .af-project {
		display: block;
		width: 100%;
		height: auto;
	}
	.af-page__wassercraft .af-project img {
		display: block;
		width: 100%;
		height: auto;
		pointer-events: none;
	}
	.af-page__wassercraft .af-media {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.af-page__wassercraft .af-video {
		display: block;
		max-width: 100%;
		height: auto;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: center;
		   object-position: center;
	}
	.af-page__wassercraft .af-information {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.af-page__wassercraft .af-information-image {
		display: block;
		height: auto;
	}
	.af-page__wassercraft .af-information-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.af-page__wassercraft .af-information-abouts {
		display: block;
		height: auto;
		box-sizing: border-box;
	}
	.af-page__wassercraft .af-information-about {
		justify-content: center;
		align-content: flex-start;
		flex-wrap: wrap;
		max-width: 850px;
		height: auto;
		box-sizing: border-box;
	}
	.af-page__wassercraft .af-about-image {
		display: block;
		border-radius: 100%;
		overflow: hidden;
	}
	.af-page__wassercraft .af-about-image img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}
	.af-page__wassercraft .af-about-information {
		display: block;
		height: auto;
		box-sizing: border-box;
	}
	.af-page__wassercraft .af-about-title {
		display: block;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		color: var(--common-text-color);
		margin-top: 0;
	}
	.af-page__wassercraft .af-about-description {
		display: block;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
		margin: 0;
	}
}
/* MOBILE MEDIA */
@media screen and (max-width: 767px) {

	/* COMMON */
	header.af-header .af-header-logo {
        width: 130px;
        height: 30px;
    }
    header.af-header .af-header-toggle {
        width: 24px;
        height: 24px;
    }
	.af-page__wassercraft {
		overflow: hidden;
	}

	/* BREADCRUMBS */
    .af-page__wassercraft .af-breadcrumbs .af-page-wrapper {
        flex-direction: column;
        padding: 15px 25px;
    }
    .af-page__wassercraft .af-breadcrumbs-item {
        font-size: 14px;
    }
    .af-page__wassercraft .af-breadcrumbs-item:not(:last-of-type) {
        margin-bottom: 10px;
    }

	/* MAIN */
	.af-page__wassercraft .af-shop-title {
		margin: 30px auto 15px;
		font-size: 16px;
	}
	.af-page__wassercraft .af-shop-filters {
		margin-bottom: 10px;
		padding: 0 25px 0 25px;
    }
    .af-page__wassercraft .af-filter {
		width: 100%;
		padding: 0;
        margin-bottom: 7px;
    }
    .af-page__wassercraft .af-filter-title {
        width: 100px;
        font-size: 12px;
        margin-right: 15px;
    }
    .af-page__wassercraft .af-filter-element__select {
        width: calc(100% - 115px);
        font-size: 12px;
		padding: 0 15px;
    }
	.af-page__wassercraft .af-carousel {
		width: calc(100% - 74px);
		margin: 0 auto 20px;
	}
	.af-page__wassercraft .af-carousel[data-empty]::before {
		left: -10px;
	}
	.af-page__wassercraft .af-product {
		width: calc(100% - 10px);
	}
	.af-page__wassercraft .af-product-image {
		height: 21vw;
	}
	.af-page__wassercraft .af-product-title {
		font-size: 8px;
	}
	.af-page__wassercraft .af-product-prices {
		height: 20px;
		margin-bottom: 10px;
	}
	.af-page__wassercraft .af-product-price {
		font-size: 16px;
	}
	.af-page__wassercraft .af-product-price__new {
		font-size: 14px;
		margin-right: 10px;
	}
	.af-page__wassercraft .af-product-price__old {
		font-size: 10px;
	}
	.af-page__wassercraft .af-product-add2basket {
		margin-bottom: 8px;
	}
	.af-page__wassercraft .owl-nav[data-index][data-count]::before,
	.af-page__wassercraft .owl-nav[data-index][data-count]::after {
		font-size: 10px;
	}
	.af-page__wassercraft .af-shop-more {
		width: calc(100% - 84px);
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.af-page__wassercraft .af-projects {
		width: calc(100% - 84px);
	}
	.af-page__wassercraft .af-media {
		padding-bottom: 40px;
	}
	.af-page__wassercraft .af-video {
		display: block;
		width: calc(100% - 80px);
		margin: 0 auto 10px;
	}
	.af-page__wassercraft .af-information-image {
		width: calc(100% - 90px);
		margin-bottom: 15px;
	}
	.af-page__wassercraft .af-information-buttons {
		width: 90px;
		margin-bottom: 15px;
	}
	.af-page__wassercraft .af-information-button {
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		overflow: hidden;
		margin: 15px auto 0;
		position: relative;
	}
	.af-page__wassercraft .af-information-button img {
		display: block;
		width: 100%;
		height: 100%;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		pointer-events: none;
	}
	.af-page__wassercraft .af-information-button:first-child,
	.af-page__wassercraft .af-information-button:first-of-type {
		margin-top: 0;
	}
	.af-page__wassercraft .af-information-button.active::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(3, 44, 127, 0.7);
		background-size: 19px auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("../img/mark.svg");
	}
	.af-page__wassercraft .af-information-abouts {
		width: 100%;
	}
	.af-page__wassercraft .af-information-about.active {
		display: flex;
		pointer-events: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
	}
	.af-page__wassercraft .af-information-about {
		display: none;
	}
	.af-page__wassercraft .af-about-image {
		width: 60px;
		height: 60px;
	}
	.af-page__wassercraft .af-about-information {
		width: calc(100% - 60px);
		padding-left: 15px;
	}
	.af-page__wassercraft .af-about-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.af-page__wassercraft .af-about-description {
		font-size: 10px;
	}
}
/* VERTICAL PADS MEDIA*/
@media (min-width: 768px) and (max-width: 999px) {

	/* BREADCRUMBS */
    .af-page__wassercraft .af-breadcrumbs .af-page-wrapper {
		padding-left: 20px;
		padding-right: 20px;
        justify-content: space-between;
    }

	/* MAIN */
	.af-page__wassercraft .af-shop-title {
		font-size: 18px;
	}
	.af-page__wassercraft .af-shop-filters {
		padding: 0 30px 0 30px;
	}
	.af-page__wassercraft .af-carousel {
		width: calc(100% - 134px);
		margin: 0 auto 40px;
	}
	.af-page__wassercraft .af-carousel[data-empty]::before {
		left: -38px;
	}
	.af-page__wassercraft .af-product {
		width: calc(100% - 26px);
	}
	.af-page__wassercraft .af-product-image {
		height: 10.5vw;
	}
	.af-page__wassercraft .af-product-title {
		font-size: 10px;
	}
	.af-page__wassercraft .af-product-prices {
		height: 22px;
		margin-bottom: 15px;
	}
	.af-page__wassercraft .af-product-price {
		font-size: 22px;
	}
	.af-page__wassercraft .af-product-price__new {
		font-size: 20px;
		margin-right: 5px;
	}
	.af-page__wassercraft .af-product-price__old {
		font-size: 12px;
	}
	.af-page__wassercraft .af-product-add2basket {
		margin-bottom: 4px;
	}
	.af-page__wassercraft .owl-nav[data-index][data-count]::before,
	.af-page__wassercraft .owl-nav[data-index][data-count]::after {
		font-size: 10px;
	}
	.af-page__wassercraft .af-shop-more {
		width: 260px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.af-page__wassercraft .af-projects {
		width: calc(100% - 134px);
	}
	.af-page__wassercraft .af-media {
		padding-bottom: 40px;
		justify-content: space-evenly;
	}
	.af-page__wassercraft .af-information-image {
		width: 240px;
		margin-bottom: 20px;
	}
	.af-page__wassercraft .af-information-image img {
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: top center;
		   object-position: top center;
	}
	.af-page__wassercraft .af-information-abouts {
		width: calc(100% - 240px);
		padding-left: 20px;
	}
	.af-page__wassercraft .af-information-about {
		margin-bottom: 20px;
	}
	.af-page__wassercraft .af-about-image {
		width: 80px;
		height: 80px;
	}
	.af-page__wassercraft .af-about-information {
		width: calc(100% - 80px);
		padding-left: 20px;
	}
	.af-page__wassercraft .af-about-title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.af-page__wassercraft .af-about-description {
		font-size: 12px;
	}
}
/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {

	/* COMMON */
	header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }

	/* MAIN */
	.af-page__wassercraft .af-shop-title.af-shop-title__color {
		padding: 15px 0;
	}
	.af-page__wassercraft .af-shop-title.af-shop-title__gradient {
		padding: 15px 25px;
	}
	.af-page__wassercraft .af-information {
		padding: 10px 25px 0;
	}
	.af-page__wassercraft .af-product {
		width: calc(100% - 10px);
		margin-left: auto;
		margin-right: auto;
		padding: 8px 5px;
	}
	.af-page__wassercraft .af-product[data-availability]::before {
		width: auto;
		left: 2px;
		top: 2px;
	}
	.af-page__wassercraft .af-product-image {
		margin-bottom: 5px;
	}
	.af-page__wassercraft .af-product-title {
		margin-bottom: 10px;
	}
	.af-page__wassercraft .af-product-add2basket {
		width: calc(100% + 10px);
		height: 20px;
		line-height: 18px;
		font-size: 10px;
		left: -5px;
	}
	.af-page__wassercraft .af-product-link {
		font-size: 10px;
	}
	.af-page__wassercraft .af-shop-more {
		margin-bottom: 40px;
	}
	.af-page__wassercraft .af-product-tags {
        display: none;
    }
}
/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {

	/* BREADCRUMBS */
    .af-page__wassercraft .af-breadcrumbs .af-page-wrapper {
        flex-direction: row;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .af-page__wassercraft .af-breadcrumbs-item {
        font-size: 14px;
    }

	/* SHOP */
	.af-page__wassercraft .af-shop-title {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.af-page__wassercraft .af-shop-filters {
        letter-spacing: 30px;
		margin-bottom: 15px;
    }
    .af-page__wassercraft .af-filter {
        display: inline-block;
        letter-spacing: normal;
    }
    .af-page__wassercraft .af-filter-title {
        font-size: 14px;
        margin-right: 30px;
    }
    .af-page__wassercraft .af-filter-element__select {
        font-size: 14px;
        padding: 0 10px;
    }
	.af-page__wassercraft .af-video {
		display: block;
		width: calc(50% - 40px);
		margin-bottom: 40px;
	}
	.af-page__wassercraft .af-information-buttons {
		display: none;
	}
	.af-page__wassercraft .af-information-about {
		display: flex;
	}
}
/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {

	/* COMMON */
	header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        min-width: 940px;
		width: calc(74% + 80px);
		max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
    }

	/* BREADCRUMBS */
    .af-page__wassercraft .af-breadcrumbs .af-page-wrapper {
		min-width: 940px;
		width: calc(74% + 80px);
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 40px;
        justify-content: flex-end;
    }
	.af-page__wassercraft .af-breadcrumbs-item {
        transition: 100ms ease;
    }
    .af-page__wassercraft .af-breadcrumbs-item:not(:last-of-type) {
        margin-right: 50px;
    }
    .af-page__wassercraft .af-breadcrumbs-item:not(.active):hover {
        color: var(--additional-color);
    }

	/* MAIN */
	.af-page__wassercraft .af-shop-title {
		font-size: 30px;
	}
	.af-page__wassercraft .af-shop-title.af-shop-title__color {
		padding: 20px 0;
	}
	.af-page__wassercraft .af-shop-title.af-shop-title__gradient {
		text-align: center;
		padding: 20px 0;
	}
	.af-page__wassercraft .af-shop-filters {
		min-width: 940px;
    	width: 74%;
    	margin: 0 auto 20px;
    }
	.af-page__wassercraft .af-carousel {
		min-width: 940px;
		width: calc(74% + 80px);
		margin: 0 auto 40px;
	}
	.af-page__wassercraft .af-carousel[data-empty]::before {
		left: 40px;
	}
	.af-page__wassercraft .af-product {
		min-width: 200px;
		width: 78%;
		max-width: 100%;
		padding: 10px 15px;
	}
	.af-page__wassercraft .af-product[data-availability]::before {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 25px;
		font-size: 16px;
		text-indent: 30px;
		line-height: 25px;
		overflow: hidden;
		padding: 0 7px 0 0;
		background-size: 15px 15px;
		background-position: 7px center;
		transition: 200ms ease-in-out 50ms;
		-webkit-transition: 200ms ease-in-out 50ms;
		-moz-transition: 200ms ease-in-out 50ms;
		-ms-transition: 200ms ease-in-out 50ms;
		-o-transition: 200ms ease-in-out 50ms;
		transform-style: preserve-3d;
		transform-origin: left center;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	}
    .af-page__wassercraft .af-product[data-availability]:hover::before {
		width: 120px;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	}
	.af-page__wassercraft .af-product-image {
		height: 6vw;
		margin-bottom: 10px;
	}
	.af-page__wassercraft .af-product-title {
		font-size: 12px;
	}
	.af-page__wassercraft .af-product-prices {
		height: 26px;
		margin-bottom: 30px;
	}
	.af-page__wassercraft .af-product-price {
		font-size: 26px;
	}
	.af-page__wassercraft .af-product-price__new {
		font-size: 24px;
		margin-right: 15px;
	}
	.af-page__wassercraft .af-product-price__old {
		font-size: 14px;
	}
	.af-page__wassercraft .af-product-add2basket {
		width: calc(100% + 30px);
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		left: -15px;
		margin-bottom: 10px;
		transition: 150ms ease 30ms;
	}
	.af-page__wassercraft .af-product-add2basket:hover {
		background-color: #46B78E;
	}
	.af-page__wassercraft .af-product-link {
		font-size: 12px;
	}
	.af-page__wassercraft .owl-prev,
	.af-page__wassercraft .owl-next {
		background-size: 100% auto;
	}
	.af-page__wassercraft .owl-prev:hover {
		background-image: url('../img/arrow-left-blue.svg');
	}
	.af-page__wassercraft .owl-next:hover {
		background-image: url('../img/arrow-right-blue.svg');
	}
	.af-page__wassercraft .owl-nav[data-index][data-count]::before,
	.af-page__wassercraft .owl-nav[data-index][data-count]::after {
		font-size: 16px;
	}
	.af-page__wassercraft .af-product-tags {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: 40px;
        left: 10px;
        z-index: 1;
    }
    .af-page__wassercraft .af-product-tags .af-commoncontent-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .af-page__wassercraft .af-product-tag,
    .af-page__wassercraft .af-product-tags .af-commoncontent {
        display: flex;
        width: 100%;
        max-width: 24px;
        overflow: hidden;
        height: auto;
        flex-flow: row nowrap;
        transition: 300ms ease;
        margin: 0 0 5px 0;
    }
    .af-page__wassercraft .af-product-tag > a,
    .af-page__wassercraft .af-product-tags .af-commoncontent > a {
        display: flex;
        flex-flow: row nowrap;
        margin: 0;
        white-space: nowrap;
    }
    .af-page__wassercraft .af-product-tag:hover,
    .af-page__wassercraft .af-product-tags .af-commoncontent:hover {
        max-width: 300px;
    }
	.af-page__wassercraft .af-shop-more {
		width: 350px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.af-page__wassercraft .af-projects {
		width: 980px;
		margin-top: 40px;
	}
	.af-page__wassercraft .af-project {
		width: calc(100% - 80px);
		margin: 0 auto;
	}
	.af-page__wassercraft .af-media {
		min-width: 940px;
		width: calc(74% + 40px);
		justify-content: space-between;
		margin: 40px auto;
		padding-bottom: 40px;
	}
	.af-page__wassercraft .af-video {
		display: block;
		width: calc(50% - 40px);
		margin-bottom: 40px;
	}
	.af-page__wassercraft .af-shop-title.af-shop-title__gradient::before {
	    display: none;
	}
	.af-page__wassercraft .af-information {
		min-width: 940px;
		width: calc(100% - 400px);
		margin: 0 auto 40px;
		justify-content: center;
	}
	.af-page__wassercraft .af-information-image {
		width: 445px;
		margin-bottom: 40px;
	}
	.af-page__wassercraft .af-information-abouts {
		width: auto;
		max-width: calc(100% - 445px);
		padding-left: 30px;
	}
	.af-page__wassercraft .af-information-about {
		width: 100%;
		margin-bottom: 40px;
	}
	.af-page__wassercraft .af-about-image {
		width: 140px;
		height: 140px;
	}
	.af-page__wassercraft .af-about-information {
		width: calc(100% - 140px);
		padding-left: 40px;
	}
	.af-page__wassercraft .af-about-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.af-page__wassercraft .af-about-description {
		font-size: 14px;
	}
}
