@charset "UTF-8";
*,
.fancybox-button,
.fancybox-close-small:focus,
.fancybox-slide,
.slick-list:focus {
	outline: 0
}

body,
html {
	height: 100%
}

.container,
img {
	max-width: 100%
}

.faq__element,
.header {
	border-bottom: 1px solid #e9e7e4
}

@font-face{ 
  font-family: 'Feijoa Bold';
  src: url('../fonts/Feijoa-Font/Feijoa Bold.otf');
}


@font-face{
	font-family: 'Josefin Sans';
	src:url(../fonts/JosefinSans-Regular.ttf);
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}


@keyframes button-roll-out {
	0% {
		color: #fff
	}
	35% {
		transform: translateY(20px);
		opacity: 0
	}
	60% {
		opacity: 0
	}
	60.001% {
		opacity: 1;
		transform: translateY(-15px)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes button-roll-over {
	35% {
		transform: translateY(10px)
	}
	35.001% {
		color: #0f0f0f;
		transform: translateY(-20px)
	}
	100% {
		color: #0f0f0f;
		transform: translateY(0)
	}
}

@keyframes button-roll-out-dark {
	0% {
		color: #0f0f0f
	}
	35% {
		transform: translateY(20px);
		opacity: 0
	}
	60% {
		opacity: 0
	}
	60.001% {
		opacity: 1;
		transform: translateY(-15px)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes button-roll-over-dark {
	35% {
		transform: translateY(10px)
	}
	35.001% {
		color: #fff;
		transform: translateY(-20px)
	}
	100% {
		color: #fff;
		transform: translateY(0)
	}
}

a:hover,
body {
	color: #0f0f0f
}

@keyframes scrollline {
	0% {
		transform: translateY(0) translateZ(0)
	}
	25% {
		transform: translateY(100%) translateZ(0)
	}
	25.1%,
	35% {
		transform: translateY(-100%) translateZ(0)
	}
	100%,
	50% {
		transform: translateY(0) translateZ(0)
	}
}

@keyframes intro {
	from {
		transform: scale(1);
		opacity: 0
	}
	to {
		transform: scale(1.05);
		opacity: 1
	}
}

@keyframes transition-in {
	from {
		-khtml-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: 'alpha(opacity=0) !important';
		transform: translateY(70px) translateZ(0)
	}
	to {
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		filter: 'alpha(opacity=1) !important';
		transform: translateY(0) translateZ(0)
	}
}

.text-fade {
	opacity: 0
}

.text-fade.active-block {
	animation: transition-in 0.4s forwards
}

.text-fade.delay0_25 {
	animation-delay: .25s
}

.text-fade.delay0_5 {
	animation-delay: .5s
}

.text-fade.delay0_75 {
	animation-delay: .75s
}

.text-fade.delay1 {
	animation-delay: 1s
}

.text-fade.delay1_25 {
	animation-delay: 1.25s
}

.text-fade.delay1_5 {
	animation-delay: 1.5s
}

.text-fade.delay1_75 {
	animation-delay: 1.75s
}

.text-fade.delay2 {
	animation-delay: 2s
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body {
	font: 18px/1.6666 'Josefin Sans';
	letter-spacing: .025em;
	/* background-image: url(../images/bg-product.jpg); */
}

a {
	color: #49542c;
	text-decoration: none;
	transition: color .2s ease-out, background .2s ease-in
}

img {
	height: auto;
}

.ipWidget h2,
h2 {
	font: 55px/1 'Feijoa Bold';
	padding: 0 0 20px;
	margin: 0
}

.ipWidget h1,
.title h2,
h1 {
	font: 70px/1 'Feijoa Bold';
	padding: 0 0 20px;
	margin: 0
}

.ipWidget h3,
h3 {
	font: 34px/1.25 'Feijoa Bold';
	padding: 0 0 20px;
	margin: 0
}

.ipWidget h3.news-subtitle,
h3.news-subtitle {
	padding: 0 0 40px;
	margin: -10px 0 0
}

.ipWidget h4,
h4 {
	font: 26px/1.25 'Feijoa Bold';
	padding: 0 0 16px;
	margin: 0
}

ul {
	list-style: none
}

.clear {
	clear: both
}

.hidden {
	display: none!important
}

.container {
	width: auto;
	padding: 0 70px;
	margin: 0 auto
}

.row {
	margin: 0 -10px
}

.col {
	padding: 0 10px;
	float: left
}

.wrapper {
	overflow: hidden;
	position: relative
}

.main {
	padding: 80px 0 0
}

.title {
	padding: 0 0 100px
}

.title p {
	padding: 0 0 20px;
	color: #0f0f0f
}

.title:after {
	position: absolute;
	top: calc(100% - 100px);
	left: 50%;
	content: '';
	width: 2px;
	height: 0;
	margin: 0 0 0 -1px;
	background: #49542c;
	display: block;
	transition: height .5s ease-in-out .5s
}

.header,
.page-loader {
	background: #fff;
	left: 0
}

.title.active-block:after {
	height: 64px
}

.page-loader {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: height .5s ease-in-out 0s
}

.header,
.header__menu {
	position: fixed;
	z-index: 100
}

.d-flex {
	display: -ms-flexbox;
	display: flex
}

.justify-center {
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:991px) {
	.d-flex-lg {
		display: -ms-flexbox;
		display: flex
	}
}

.item-img-w5 img {
	max-height: 500px
}

.header {
	display: block;
	/*top: 0;*/
	width: 100%;
	height: 80px;
	transition: top 0s ease-out;
	background: #49542c;
}
.top-0{
	top: 0;
}

.header__cart a,
.header__holder {
	position: relative
}

.header__cart {
	float: left;
	font: 11px/1.6666 'Josefin Sans', sans-serif;
	letter-spacing: .3em
}

.header__cart a {
	display: inline-block;
	padding: 30px;
	height: 80px;
	background: #0f0f0f;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.header__cart a:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: bottom left;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	background-color: #fff;
	transform: scaleY(0)
}

.header__cart a span {
	font-size: 9px;
	text-align: center;
	letter-spacing: 0;
	line-height: 2.1;
	width: 20px;
	height: 17px;
	position: relative;
	display: inline-block;
	animation: button-roll-out .5s forwards cubic-bezier(.165, .84, .44, 1);
	background: url(../images/icons/cart.png) 0 center no-repeat;
	background-size: 20px auto
}

.header__link1,
.header__link2,
.header__link3,
.header__link4,
.header__link5,
.header__link6,
.header__menu-lang-select select,
.header__menu-lang-select ul li,
.header__order {
	font: 14px/1.6666 'Josefin Sans', sans-serif;
}

.header__cart a:hover:before {
	transform: scaleY(1)
}

.header__cart a:hover span {
	animation: button-roll-over-dark .5s forwards cubic-bezier(.165, .84, .44, 1);
	background: url(../images/icons/cart_h.png) 0 center no-repeat;
	background-size: 20px auto
}

.lt .header__cart,
.lv .header__cart {
	display: none
}

.header__cart--active a {
	background: #fff;
	color: #fff;
	height: 82px
}

.header__cart--active a span {
	animation: none;
	background: url(../images/icons/cart_h.png) 0 center no-repeat;
	background-size: 20px auto
}

.header__cart--active a:hover:before {
	transform: scaleY(0)
}

.header__cart--active a:hover span {
	animation: none
}

.header__cart--has-items a {
	padding: 19px 30px;
	color: #0f0f0f
}

.header__cart--has-items a span {
	width: 20px;
	height: 40px;
	background: url(../images/icons/cart2.png) 0 center no-repeat;
	background-size: 20px auto
}

.header__cart--has-items a:hover span {
	background: url(../images/icons/cart2_h.png) 0 center no-repeat;
	background-size: 20px auto
}

.header__cart--active.header__cart--has-items a {
	color: #fff
}

.header__cart--active.header__cart--has-items a span {
	background: url(../images/icons/cart2_h.png) 0 center no-repeat;
	background-size: 20px auto
}

.header__order {
	float: left;
	letter-spacing: .3em;
	z-index: 10;
	position: relative
}

.header__order a {
	display: inline-block;
	padding: 30px 34px;
	height: 75px;
	background: #0f0f0f;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: width 250ms ease-out
}

.footer__newletter .ipModuleForm .type-submit button:before,
.header__order a:before,
.ipModuleForm .type-submit button:before,
.ipModuleForm-scs a:before {
	bottom: 0;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1)
}

.header__order a:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform-origin: bottom left;
	background-color: #f6f3f1;
	transform: scaleY(0)
}

.header__order a span {
	padding: 0;
	position: relative;
	display: inline-block;
	animation: button-roll-out .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.header__order a:hover:before {
	transform: scaleY(1)
}

.header__order a:hover span {
	animation: button-roll-over .5s forwards cubic-bezier(.165, .84, .44, 1)
}

@media screen and (min-width:992px) {
	.header__order--active a span,
	.header__order--active a:hover span {
		animation: none
	}
	#navbar_button_menu {
		display: none
	}
	.header__order--active a {
		width: 239px;
		background: #f6f3f1;
		color: #0f0f0f
	}
	.header__order--active a:hover:before {
		transform: scaleY(0)
	}
}

@media screen and (max-width:991px) {
	.header__order-mobile--active a span,
	.header__order-mobile--active a:hover span {
		animation: none
	}
	.header__menu-top {
		display: none
	}
	.header__order-mobile--active a {
		width: 239px;
		background: #f6f3f1;
		color: #0f0f0f
	}
	.header__order-mobile--active a:hover:before {
		transform: scaleY(0)
	}
}

.header__logo {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -82px;
	width: 164px;
	z-index: 30;
	overflow: hidden;
	text-align: center;
	transition: top 250ms ease-out, height 250ms ease-out;
	top: 10px;
	padding-top: 10px;
	/*height: 108px;*/
	/*background: #49542c !important;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;*/
}

.header__logo img {
	width: 150px;
	display: inline-block
}

.links-left,
.links-right {
	width: 50%
}

.links-left .link-container,
.links-right .link-container {
	width: 70%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.links-left .link-container {
	float: left;
	padding-left: 60px
}

.links-right .link-container {
	float: right;
	padding-right: 60px
}

.header__link1,
.header__link2,
.header__link3,
.header__link4,
.header__link5,
.header__link6 {
	letter-spacing: .12em;
	text-transform: uppercase;
	padding: 0 5px;
	font-weight: 600;
}

.header__link1 a,
.header__link2 a,
.header__link3 a,
.header__link4 a,
.header__link5 a,
.header__link6 a {
	color: #ffffff;
	position: relative;
	display: inline-block;
	padding: 30px 0;
	height: 80px
}

.header__link1 a:after,
.header__link2 a:after,
.header__link3 a:after,
.header__link4 a:after,
.header__link5 a:after,
.header__link6 a:after {
	content: " ";
	position: absolute;
	right: 0px;
	top: 53px;
	left: 0;
	display: block;
	height: 2px;
	background-color: #49542c;
	transform: scaleX(0);
	transform-origin: left top;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1)
}

.header__link1 a:hover:after,
.header__link2 a:hover:after,
.header__link3 a:hover:after,
.header__link4 a:hover:after,
.header__link5 a:hover:after,
.header__link6 a:hover:after {
	transform: scaleX(1)
}

.header__link--disabled {
	display: none
}

.header__lang {
	float: right;
	margin: 34px 0 0 20px;
	position: relative;
	z-index: 50
}

.header__lang-select ul li {
	display: none;
	font: 14px 'Josefin Sans', sans-serif;
	text-transform: uppercase
}

.header__lang-select ul li a {
	color: #0f0f0f;
	display: inline-block;
	padding: 1px 11px 1px 0;
	position: relative;
	background: url(../images/background/arrow-down.png) right 9px no-repeat;
	background-size: 9px auto
}

.header__lang-select ul li a:after {
	content: " ";
	position: absolute;
	top: 24px;
	left: 0;
	right: 1px;
	display: block;
	height: 2px;
	background-color: #49542c;
	transform: scaleX(0);
	transform-origin: left top;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1)
}

.header__lang-select ul li a:hover:after {
	transform: scaleX(1)
}

.header__lang-select ul li.active {
	display: block
}

.header__lang-select select {
	display: none
}

.header__lang-drop {
	display: none;
	width: 60px;
	position: absolute;
	background: #fff;
	letter-spacing: .12em;
	font-size: 11px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
	left: -21px;
	top: 25px
}

.header__lang-drop a {
	display: block;
	padding: 5px 0;
	color: #bbb
}

.header__lang-drop a:hover,
.header__lang-drop li.active a {
	color: #0f0f0f;
	background: #f0efec
}

.header__lang-drop select {
	display: none
}

.header__lang--active .header__lang-select {
	opacity: .3
}

.header__lang--active .header__lang-select ul li a {
	background: url(../images/background/arrow-up.png) right 9px no-repeat;
	background-size: 9px auto
}

.header__menu {
	right: -340px;
	top: 0;
	width: 340px;
	padding: 40px 60px 40px 80px;
	height: 100%;
	background: #49542c;
	transition: right 250ms ease-in-out;
	color: #fff
}

.header__menu a {
	color: #fff
}

.header__menu-help {
	margin-top: 4px;
	font: 14px 'Josefin Sans', sans-serif;
}

.header__menu-help a {
	text-decoration: underline
}

.header__menu--active {
	right: 0
}

.header__menu-content {
	position: relative;
	padding: 100px 0 0
}

.header__menu-close {
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 20px
}

.header__menu-close a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/background/close.png) no-repeat;
	background-size: 20px auto;
	opacity: .7;
	filter: brightness(0) invert(1);
	transition: opacity 250ms ease-in-out
}

.header__menu-close a:hover {
	opacity: 1
}

.header__menu-logo {
	display: none
}

.header__menu-lang {
	display: none;
	position: relative
}

.header__menu-lang-select ul {
	display: none
}

.header__menu-lang-select ul li {
	display: none;
	letter-spacing: .12em;
	text-transform: uppercase
}

.header__menu-lang-select ul li a {
	color: #3b3a3a;
	display: inline-block;
	padding: 3px 15px 3px 9px;
	position: relative;
	background: url(../images/background/arrow-down-light.png) right 7px top 10px no-repeat;
	background-size: 7px auto;
	border: 1px solid #3b3a3a;
	border-radius: 3px
}

.header__menu-lang-select ul li.active {
	display: block
}

.header__menu-lang-select select {
	color: #3b3a3a;
	height: auto;
	width: auto;
	display: inline-block;
	padding: 3px 15px 3px 7px;
	border: 1px solid #3b3a3a;
	background: url(../images/background/arrow-down-light.png) right 6px top 10px no-repeat;
	background-size: 7px auto;
	letter-spacing: .12em;
	text-transform: uppercase;
	transition: border .2s ease-out, color .2s ease-out;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 3px
}

.coffee__machines-item-text p.features,
.contacts__select select,
.header__menu-custom ul li,
.header__menu-lang-drop,
.header__menu-main-menu ul li,
.header__menu-secondary-menu ul li {
	font-family: 'Josefin Sans', sans-serif;
}

.header__menu-lang-select select::-ms-expand {
	display: none
}

.header__menu-lang-drop {
	display: none;
	width: 60px;
	position: absolute;
	background: #fff;
	letter-spacing: .12em;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	left: 50%;
	top: 30px;
	margin: 0 0 0 -33px
}

.header__menu-lang-drop a {
	display: block;
	padding: 5px 0;
	color: #bbb
}

.header__menu-lang-drop a:hover,
.header__menu-lang-drop li.active a {
	color: #0f0f0f;
	background: #f0efec
}

.header__menu-main-menu {
	margin-top: 10px
}

.header__menu-main-menu ul li,
.header__menu-secondary-menu ul li {
	letter-spacing: .3em;
	font-size: 14px;
	text-transform: uppercase
}

.header__menu-main-menu ul li a,
.header__menu-secondary-menu ul li a {
	display: block;
	padding: 18px 0
}

.header__menu-main-menu ul li a:hover,
.header__menu-main-menu ul li.active a,
.header__menu-secondary-menu ul li a:hover,
.header__menu-secondary-menu ul li.active a {
	color: #b5b4b4
}

.header__menu-custom {
	padding: 0 0 50px;
	text-align: center
}

.header__menu-custom ul li {
	letter-spacing: .3em;
	font-size: 11px;
	text-transform: uppercase
}

.header__menu-custom ul li a {
	display: block;
	padding: 18px 15px;
	color: #909090;
	border: 1px solid #3b3a3a
}

.header__menu-custom ul li a:hover,
.header__menu-custom ul li.active a {
	color: #b5b4b4
}

#navbar_button_menu {
	pointer-events: none;
	transition: background .3s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity .8s cubic-bezier(.215, .61, .355, 1);
	opacity: 0;
	-webkit-tap-highlight-color: transparent;
	float: right;
	width: 35px;
	height: 34px;
	margin: 29px 31px 0 25px;
	position: relative
}

#navbar_button_menu.show {
	pointer-events: auto;
	opacity: 1
}

.fancybox-caption-wrap,
.fancybox-infobar,
.morph-wrap,
.slick-slide.dragging img {
	pointer-events: none
}

#navbar_button_menu #menu_icon_close,
#navbar_button_menu #menu_icon_menu {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	bottom: 0
}

#navbar_button_menu #menu_icon_menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	opacity: 1;
	transform: scale(1) translate3d(0, 0, 0);
	transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .6s, transform 1s cubic-bezier(.215, .61, .355, 1) .6s
}

#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_1,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_2,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_3 {
	height: 2px;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_1 {
	width: 24px;
	transform: translate3d(0, 3px, 0);
	margin: 0 0 0 11px
}

#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_2 {
	width: 35px;
	transform: translate3d(0, 8px, 0);
	margin: 0
}

#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_3 {
	width: 27px;
	transform: translate3d(0, 13px, 0);
	margin: 0 0 0 8px
}

#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_1::after,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_1::before,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_2::after,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_2::before,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_3::after,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_3::before {
	content: '';
	position: absolute;
	height: 2px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 1;
	width: 100%
}

#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_1::before,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_2::before,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_3::before {
	transform: translate3d(-100%, 0, 0)
}

#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_1::after,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_2::after,
#navbar_button_menu #menu_icon_menu #menu_icon_menu_line_3::after {
	transform: translate3d(0, 0, 0)
}

#navbar_button_menu:hover {
	cursor: pointer
}

#navbar_button_menu:hover #menu_icon_menu #menu_icon_menu_line_1::before {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: transform .8s cubic-bezier(.215, .61, .355, 1) 460ms, opacity .8s cubic-bezier(.215, .61, .355, 1) 460ms
}

#navbar_button_menu:hover #menu_icon_menu #menu_icon_menu_line_1::after {
	transform: translate3d(36px, 0, 0);
	opacity: 0;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s, opacity .6s cubic-bezier(.165, .84, .44, 1) 0s
}

#navbar_button_menu:hover #menu_icon_menu #menu_icon_menu_line_2::before {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: transform .8s cubic-bezier(.215, .61, .355, 1) 620ms, opacity .8s cubic-bezier(.215, .61, .355, 1) 620ms
}

#navbar_button_menu:hover #menu_icon_menu #menu_icon_menu_line_2::after {
	transform: translate3d(36px, 0, 0);
	opacity: 0;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) 160ms, opacity .6s cubic-bezier(.165, .84, .44, 1) 160ms
}

#navbar_button_menu:hover #menu_icon_menu #menu_icon_menu_line_3::before {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: transform .8s cubic-bezier(.215, .61, .355, 1) 780ms, opacity .8s cubic-bezier(.215, .61, .355, 1) 780ms
}

#navbar_button_menu:hover #menu_icon_menu #menu_icon_menu_line_3::after {
	transform: translate3d(36px, 0, 0);
	opacity: 0;
	transition: transform .6s cubic-bezier(.165, .84, .44, 1) 320ms, opacity .6s cubic-bezier(.165, .84, .44, 1) 320ms
}

.ipHasAdminNavbar .header {
	top: 40px
}

.ipHasAdminPanel .header {
	top: 148px
}

.fixed .header {
	top: -109px;
	position: fixed;
	transition: top 250ms ease-out
}

.fixed .header__logo {
	background: 0 0;
	height: 50px;
	overflow: hidden;
	top: 19px
}

.scroll-up .header {
	top: 0;
	transition: top 250ms ease-out
}

.header__languages {
	display: none
}

.header-menu__top {
	background: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2px 0
}

.header-menu__top .header-menu__top-lang ul {
	display: -ms-flexbox;
	display: flex;
	padding-left: 10px
}

.header-menu__top .header-menu__top-lang ul li {
	padding: 0 7px
}

.header-menu__top .header-menu__top-lang ul li a {
	color: #fff;
	font: 11px 'Josefin Sans', sans-serif;
}

.header-menu__top .header-menu__top-lang select {
	display: none
}

.header-menu__top .header-menu__top-cred {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.header-menu__top .header-menu__top-cred p {
	color: #fff;
	font: 11px 'Josefin Sans', sans-serif;
}

.header-menu__top .header-menu__top-cred .cred__link1 a,
.header-menu__top .header-menu__top-cred .cred__link2 a,
.header-menu__top .header-menu__top-cred .cred__link3 a {
	color: #fff;
	text-decoration: underline;
	font: 11px 'Josefin Sans', sans-serif;
}

.header-menu__top .header-menu__top-cred .cred__link4 a {
	color: #fff;
	text-decoration: none;
	font: 11px 'Josefin Sans', sans-serif;;
	border: 1px solid #fff;
	padding: 2px 5px
}

.header-menu__top .header-menu__top-cred .cred__link4 a:before {
	content: '';
	background: url(../images/icons/client_zone.png) center no-repeat;
	padding-right: 10px;
	margin-right: 5px
}

.header-menu__top .header-menu__top-cred .cred__link1,
.header-menu__top .header-menu__top-cred .cred__link2,
.header-menu__top .header-menu__top-cred .cred__link3,
.header-menu__top .header-menu__top-cred .cred__link4 {
	padding-right: 25px
}

.footer {
	padding: 0;
	/*background: #F8F7F5;*/
	z-index: 200;
	position: relative;
	background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
}

.footer--active {
	z-index: 99
}

.footer__columns {
	padding: 53px 0 20px;
	max-width: 1300px;
	margin: 0 auto
}

.footer__newletter {
	color: #7f7f7f;
	font-size: 13px;
	width: 40%
}

.footer__newletter p {
	padding: 0 0 18px
}

.footer__newletter .ipModuleForm fieldset {
	border: none
}

.footer__newletter .ipModuleForm .form-group {
	float: left;
	padding: 0
}

.footer__newletter .ipModuleForm .type-text {
	width: 240px
}

.fancybox-container,
.fancybox-slide {
	width: 100%;
	-webkit-backface-visibility: hidden
}

.footer__newletter .ipModuleForm .type-text input {
	border: 2px solid #fff;
	border-right: none;
	width: 100%;
	padding: 14px 15px;
	color: #9e9e9e;
	height: 50px
}

.footer__newletter .ipModuleForm .type-text input:focus {
	color: #0f0f0f;
	border: 2px solid #fff
}

.footer__newletter .ipModuleForm .type-text input:hover {
	border: 2px solid #fff
}

.footer__newletter .ipModuleForm .type-text.active-field input {
	padding: 14px 15px
}

.footer__newletter .ipModuleForm .has-error input {
	border-color: #e59da7;
	color: #c94456
}

.footer__newletter .ipModuleForm .help-error {
	display: none!important
}

.footer__newletter .ipModuleForm .type-submit button {
	display: inline-block;
	padding: 14px 20px;
	background: 0 0;
	min-width: 156px;
	color: #0f0f0f;
	text-transform: uppercase;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 2px solid #0f0f0f;
	cursor: pointer;
	font: 11px/1.6666 'Josefin Sans', sans-serif;
	letter-spacing: .3em
}

.footer__newletter .ipModuleForm .type-submit button:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform-origin: bottom left;
	background-color: #0f0f0f;
	transform: scaleY(0)
}

.footer__newletter .ipModuleForm .type-submit button span {
	position: relative;
	display: inline-block;
	animation: button-roll-out-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.footer__newletter .ipModuleForm .type-submit button:hover:before {
	transform: scaleY(1)
}

.catalog__item-gallery-imgs .slick-next:hover,
.catalog__item-gallery-imgs .slick-prev:hover,
.coffee__machines-list .slick-next:hover,
.coffee__machines-list .slick-prev:hover,
.footer__social a:hover:after {
	transform: scale(1.2)
}

.footer__newletter .ipModuleForm .type-submit button:hover span {
	animation: button-roll-over-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.footer__logo {
	text-align: center;
	width: 20%
}

.footer__logo img {
	margin: 3px auto 0;
	width: 80px;
	display: block
}

.footer__social {
	text-align: right;
	color: #7f7f7f;
	font-size: 13px;
	margin: 45px 0 0;
	width: 60%
}

.footer__social a {
	display: inline-block;
	position: relative;
	margin: 0 0 0 14px;
	width: 42px;
	height: 43px;
	padding: 4px 0 0;
	text-align: center
}

.footer__social a:before {
	display: inline-block;
	height: 100%;
	content: " ";
	vertical-align: middle
}

.footer__social a:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
	transition: transform .3s cubic-bezier(.4, 0, 0, 1)
}

.footer__social img {
	position: relative;
	z-index: 2
}

.footer__copy {
	text-align: right;
	color: #a7a7a7;
	font-size: 11px;
	padding: 22px 0 60px;
	max-width: 1300px;
	margin: 0 auto
}

.upper__footer {
	/*background: #EEE9E4;*/
	padding: 50px 0
}

.upper__footer .upper__footer-columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.slick-list,
.slick-slider,
.slick-track {
	display: block;
	position: relative
}

.upper__footer .container {
	max-width: 1300px
}

.upper__footer .upper__footer-col a {
	color: #000;
	text-decoration: underline
}

.upper__footer .upper__footer-col p {
	line-height: 2.1em
}

.upper__footer .upper__footer-title {
	margin-bottom: 20px
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: 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
}

body.fancybox-active {
	overflow: hidden
}

.fancybox-outer,
.fancybox-thumbs {
	-webkit-overflow-scrolling: touch
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	backface-visibility: hidden;
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	backface-visibility: hidden;
	transition-property: transform, opacity
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #E5E3DF
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-navigation,
.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: no-repeat;
	cursor: default;
	overflow: visible;
	transform-origin: top left;
	background-size: 100% 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: transform, opacity
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(0%);
	max-height: calc(12%);
	overflow: visible;
	background: #fff
}

.fancybox-error,
.fancybox-iframe {
	width: 100%;
	background: #fff;
	margin: 0
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s ease;
	cursor: pointer
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: 0 0;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: 0 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%)
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	animation: fancybox-rotate .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@keyframes fancybox-rotate {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	transform: rotate(-360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	transform: rotate(360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	transform: rotate(0);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 33px;
	font-weight: 700;
	text-align: center
}

.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center
}

.fancybox-share p:first-of-type {
	margin-right: -10px
}

.fancybox-share_button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 140px;
	color: #707070;
	transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}

.fancybox-share input {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(46%);
	max-height: calc(92%);
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(90%)
	}
}

.ipModuleForm fieldset {
	border: none
}

.ipModuleForm .form-group {
	padding: 0 0 18px;
	position: relative
}

.ipModuleForm .form-group label {
	display: none
}

.ipModuleForm .form-group.active-field label {
	display: block;
	position: absolute;
	top: 8px;
	left: 22px;
	font-size: 11px;
	opacity: .5
}

.ipModuleForm .form-group.type-checkbox {
	padding: 10px 0 0 20px;
	position: relative;
	float: none;
	display: block;
	clear: left;
	max-width: 412px;
	margin-top: 60px
}

.ipModuleForm .form-group.type-checkbox label {
	display: inline-block;
	position: static;
	font-size: 13px;
	opacity: 1
}

.ipModuleForm .form-group.type-select select,
.ipModuleForm .type-email input,
.ipModuleForm .type-text input,
.ipModuleForm .type-textarea textarea {
	font: 16px/1.25 'Josefin Sans', sans-serif;
	transition: border .2s ease-out, color .2s ease-out
}

.ipModuleForm .form-group.type-checkbox.has-error label {
	color: #c94456
}

.ipModuleForm .form-group.type-checkbox .checkbox {
	position: absolute;
	top: 11px;
	left: 0;
	float: left
}

.ipModuleForm .type-email input,
.ipModuleForm .type-text input {
	height: 60px;
	width: 100%;
	padding: 17px 20px 19px;
	border: 2px solid #e9e7e4;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none
}

.ipModuleForm .type-textarea textarea {
	height: 160px;
	min-height: 100px;
	resize: vertical;
	width: 100%;
	padding: 17px 20px 19px;
	border: 2px solid #e9e7e4;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none
}

.ipModuleForm .form-group.type-select {
	position: relative
}

.ipModuleForm .form-group.type-select:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 6px;
	display: block;
	background: url(img/svg/arrow_down_select.svg) center center no-repeat;
	background-size: 9px auto;
	top: 28px;
	right: 30px
}

.ipModuleForm .type-submit button:before,
.ipModuleForm-scs a:before {
	content: " ";
	left: 0;
	transform-origin: bottom left
}

.homepage__coffee-text-slider ul li:before,
.inner .homepage__coffee-text-slider ul li:before,
.ipModuleForm .form-group.type-select.active-field label,
.ipModuleForm .help-error {
	display: none
}

.ipModuleForm .form-group.type-select select {
	color: #737373;
	height: 60px;
	width: 100%;
	padding: 16px 20px 20px;
	border: 2px solid #e9e7e4;
	background: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0
}

.homepage__coffee-btn,
.ipModuleForm .type-submit button {
	font: 13px/1.6666 'Josefin Sans', sans-serif;
	letter-spacing: .3em
}

.ipModuleForm .form-group.type-select select::-ms-expand {
	display: none
}

.ipModuleForm .form-group.type-select select:hover {
	border: 2px solid #d4d3d2
}

.homepage__coffee-btn a,
.ipModuleForm .type-submit button {
	border: 2px solid #49542c;
	min-width: 246px;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden
}

.ipModuleForm .form-group.type-select.active-field select {
	color: #0f0f0f
}

.ipModuleForm .type-submit {
	text-align: center;
	padding: 8px 0 18px
}

.ipModuleForm .type-submit button {
	display: inline-block;
	padding: 15px 22px;
	background: #49542c;
	color: #fff;
	position: relative;
	backface-visibility: hidden;
	cursor: pointer
}

.ipModuleForm .type-submit button:before {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	transform: scaleY(0)
}

.ipModuleForm .type-submit button span {
	position: relative;
	display: inline-block;
	animation: button-roll-out .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.ipModuleForm .type-submit button:hover:before {
	transform: scaleY(1)
}

.ipModuleForm .type-submit button:hover span {
	animation: button-roll-over .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.homepage__coffee-btn a span,
.ipModuleForm-scs a span {
	animation: button-roll-out .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.ipModuleForm .type-email input::-webkit-input-placeholder,
.ipModuleForm .type-text input::-webkit-input-placeholder,
.ipModuleForm .type-textarea textarea::-webkit-input-placeholder {
	color: #0f0f0f;
	opacity: .7
}

.ipModuleForm .type-email input::-moz-placeholder,
.ipModuleForm .type-text input::-moz-placeholder,
.ipModuleForm .type-textarea textarea::-moz-placeholder {
	color: #0f0f0f;
	opacity: .7
}

.ipModuleForm .type-email input:-ms-input-placeholder,
.ipModuleForm .type-text input:-ms-input-placeholder,
.ipModuleForm .type-textarea textarea:-ms-input-placeholder {
	color: #0f0f0f;
	opacity: .7
}

.ipModuleForm .type-email input:-moz-placeholder,
.ipModuleForm .type-text input:-moz-placeholder,
.ipModuleForm .type-textarea textarea:-moz-placeholder {
	color: #0f0f0f;
	opacity: .7
}

.ipModuleForm .type-email input:focus::-webkit-input-placeholder,
.ipModuleForm .type-text input:focus::-webkit-input-placeholder,
.ipModuleForm .type-textarea textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

.ipModuleForm .type-email input:focus::-moz-placeholder,
.ipModuleForm .type-text input:focus::-moz-placeholder,
.ipModuleForm .type-textarea textarea:focus::-moz-placeholder {
	opacity: 0
}

.ipModuleForm .type-email input:focus:-ms-input-placeholder,
.ipModuleForm .type-text input:focus:-ms-input-placeholder,
.ipModuleForm .type-textarea textarea:focus:-ms-input-placeholder {
	opacity: 0
}

.ipModuleForm .type-email input:focus:-moz-placeholder,
.ipModuleForm .type-text input:focus:-moz-placeholder,
.ipModuleForm .type-textarea textarea:focus:-moz-placeholder {
	opacity: 0
}

.ipModuleForm .type-email.active-field input,
.ipModuleForm .type-email.active-field textarea,
.ipModuleForm .type-text.active-field input,
.ipModuleForm .type-text.active-field textarea,
.ipModuleForm .type-textarea.active-field input,
.ipModuleForm .type-textarea.active-field textarea {
	padding: 26px 20px 10px
}

.ipModuleForm .type-email input:focus,
.ipModuleForm .type-email input:hover,
.ipModuleForm .type-email textarea:focus,
.ipModuleForm .type-email textarea:hover,
.ipModuleForm .type-text input:focus,
.ipModuleForm .type-text input:hover,
.ipModuleForm .type-text textarea:focus,
.ipModuleForm .type-text textarea:hover,
.ipModuleForm .type-textarea input:focus,
.ipModuleForm .type-textarea input:hover,
.ipModuleForm .type-textarea textarea:focus,
.ipModuleForm .type-textarea textarea:hover {
	border: 2px solid #d4d3d2
}

.ipModuleForm .form-group.has-error input,
.ipModuleForm .form-group.has-error select,
.ipModuleForm .form-group.has-error select.active-field,
.ipModuleForm .form-group.has-error textarea,
.ipModuleForm .has-error textarea {
	color: #c94456;
	border: 2px solid #e59da7
}

.ipModuleForm .help-error {
	color: #c94456;
	padding: 10px 0 0 37px;
	background: url(img/svg/klaida.svg) 0 14px no-repeat;
	background-size: 22px auto;
	font-size: 16px
}

.ipModuleForm .has-error .help-error {
	display: block
}

.ipModuleForm-scs-holder {
	background: #fff;
	padding: 70px 0;
	margin: -90px 0 0;
	position: relative;
	z-index: 5
}

.ipModuleForm-scs {
	padding: 115px 0 0;
	text-align: center;
	background: url(img/svg/sekme.svg) center 0 no-repeat;
	background-size: 78px auto
}

.ipModuleForm-scs a {
	margin: 50px auto 0;
	text-transform: uppercase;
	font: 11px/2 'Josefin Sans', sans-serif;
	letter-spacing: .3em;
	display: inline-block;
	padding: 19px 60px;
	background: #0f0f0f;
	border: 3px solid #0f0f0f;
	color: #fff;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.ipModuleForm-scs a span {
	position: relative;
	display: inline-block
}

.ipModuleForm-scs a:before {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	transform: scaleY(0)
}

.ipModuleForm-scs a:hover span {
	animation: button-roll-over .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.ipModuleForm-scs a:hover:before {
	transform: scaleY(1)
}

.ipWidget-Newsletter .type-checkbox .checkbox input {
	position: relative;
	cursor: pointer
}

@media only screen and (max-width:991px) {
	.ipWidget-Newsletter .type-checkbox .checkbox input {
		margin-right: 20px
	}
}

.ipWidget-Newsletter .type-checkbox .checkbox input:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	border: 1px solid #49542c;
	background-color: #F8F7F5
}

.ipWidget-Newsletter .type-checkbox .checkbox input:checked:after {
	content: "";
	display: block;
	width: 3px;
	height: 8px;
	border: solid #49542c;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 5px
}

.ipWidget-Newsletter .type-checkbox .checkbox label {
	color: #000;
	font: 14px 'Josefin Sans', sans-serif;
}

.homepage__slogan {
	min-height: 700px;
	text-align: center;
	color: #49542c;
	position: relative;
	overflow: hidden
}

.homepage__slogan-bg {
	background: #0f0f0f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: intro 2s ease-out forwards
}

.homepage__slogan-text {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding: 220px 0 0;
	opacity: 0;
	animation: transition-in 1.5s forwards
}

.homepage__slogan-text h1,
.homepage__slogan-text h2 {
	font-size: 55px;
	line-height: 1.3
}

.homepage__slogan-text .ipWidget {
	max-width: 800px;
	margin: 0 auto;
	text-shadow: 0 0 63px rgba(0, 0, 0, .3)
}

.homepage__slogan-more-holder {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	transform: translateY(-100px);
	transition: transform 2s cubic-bezier(.49, .01, .27, 1);
	transition-delay: 2s
}

.homepage__slogan-more {
	transition: transform .5s cubic-bezier(.49, .01, .27, 1), opacity .5s cubic-bezier(.49, .01, .27, 1);
	will-change: transform;
	opacity: 0;
	transform: translateZ(0);
	transition-delay: 1.5s;
	transition-duration: .8s
}

.homepage__slogan-scroll-holder {
	display: inline-block;
	width: 2px;
	height: 64px;
	overflow: hidden
}

.homepage__slogan-scroll {
	width: 100%;
	height: 100%;
	animation: scrollline 1.5s;
	animation-play-state: paused;
	animation-iteration-count: infinite;
	background: #fff
}

.active-block .homepage__slogan-more-holder {
	transform: translateY(0)
}

.active-block .homepage__slogan-more {
	opacity: 1;
}

.active-block .homepage__slogan-scroll {
	animation-delay: 3.5s;
	animation-play-state: running
}

.homepage__coffee {
	padding: 80px 0 105px;
	position: relative
}

.homepage__coffee-text-slider,
.inner .homepage__coffee-text-slider {
	color: #f8f7f5;
	font: 425px/1 'Feijoa Bold';
	opacity: .8;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: -43px;
	left: 0;
	width: 100%;
	letter-spacing: -.05em
}

.homepage__coffee-text-slider ul,
.homepage__coffee-text-slider ul li,
.inner .homepage__coffee-text-slider ul,
.inner .homepage__coffee-text-slider ul li {
	padding: 0
}

.homepage__coffee-title {
	text-align: center;
	max-width: 600px;
	margin: 0 auto
}

.homepage__coffee-slider {
	padding: 40px 0 110px;
	margin: 0 -200px 0 -150px;
	position: relative;
	z-index: 5
}

.homepage__coffee-slider ul {
	height: 562px
}

.homepage__coffee-slider ul li {
	position: relative
}

.homepage__coffee-slider .product-img {
	max-width: 187px;
	margin: 0;
	transition: max-width 1s ease-out, margin 1s ease-out;
	position: relative;
	z-index: 10
}

.homepage__coffee-slider .product-img:after {
	content: '';
	width: 267px;
	height: 164px;
	display: block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin: 0 0 0 -133px;
	background: url(../images/background/slider_shadow.png) center center no-repeat;
	background-size: cover;
	z-index: 1;
	transition: width 1s ease-out, height 1s ease-out, bottom 1s ease-out, margin 1s ease-out
}

.homepage__coffee-slider .product-img img.img {
	z-index: 10;
	position: relative
}

.homepage__coffee-slider .product-wave {
	position: absolute;
	width: 45px;
	height: 24px;
	top: 120px;
	left: -90px;
	opacity: 0
}

.homepage__coffee-slider .product-wave.product-wave--blue {
	/*background: url(../images/icons/wave_brown.png) center center no-repeat;*/
	background-size: 45px auto
}

.homepage__coffee-slider .product-wave.product-wave--brown {
	/*background: url(../images/icons/wave_brown.png) center center no-repeat;*/
	background-size: 45px auto
}

.homepage__coffee-slider .product-wave.product-wave--browndark {
	background: url(../images/icons/wave_brown_dark.png) center center no-repeat;
	background-size: 45px auto
}

.homepage__coffee-slider .product-wave.product-wave--bluedark {
	background: url(../images/icons/wave_brown_dark.png) center center no-repeat;
	background-size: 45px auto
}

.homepage__coffee-slider .product-icon {
	position: absolute;
	width: 85px;
	height: 85px;
	top: 67px;
	left: 133%;
	opacity: 0
}

.homepage__coffee-slider .product-icon.product-icon--blue {
	/*background: url(../images/icons/premium_blue.png) center center no-repeat;*/
	background-size: 85px auto
}

.homepage__coffee-slider .product-icon.product-icon--brown {
	/*background: url(../images/icons/premium_brown.png) center center no-repeat;*/
	background-size: 85px auto
}

.homepage__coffee-slider .product-icon.product-icon--browndark {
	width: 90px;
	height: 91px;
	background: url(../images/icons/premium_brown_dark.png) center center no-repeat;
	background-size: 90px auto
}

.homepage__coffee-slider .product-img-border {
	width: 524px;
	height: 500px;
	border: 10px solid rgb(73 84 44 / 32%);
	position: absolute;
	z-index: 1;
	top: -10000px;
	left: -170px;
	opacity: 0;
	/*transition: opacity 250ms ease-out 0s, border 250ms ease-out*/
}

.homepage__coffee-slider .product-title {
	z-index: 20;
	position: absolute;
	width: 62%;
	top: 50%;
	left: 35%;
	padding: 0 28% 0 0;
	transform: translate(0, -50%);
	transition: width 1s ease-out, left 1s ease-out, padding 1s ease-out, opacity .5s ease-out
}

.homepage__coffee-slider .product-title-main {
	font: 22px/1.25 'Feijoa Bold';
	transition: font-size 1s ease-out
}

.homepage__coffee-slider .product-title-small {
	color: #0f0f0f;
	font-size: 16px
}

.homepage__coffee-slider .slick-list {
	overflow: visible
}

.homepage__coffee-slider .slick-slide {
	padding: 98px 0 0;
	transition: padding 1s ease-out;
	-webkit-transition: padding 1s ease-out
}

/*.homepage__coffee-slider .slick-slide:hover .product-img-border {
	border: 10px solid rgb(73 84 44)
}*/

.homepage__coffee-slider .slick-current,
.homepage__coffee-slider .slick-current-fake {
	padding: 0
}

.homepage__coffee-slider .slick-current .product-img-border,
.homepage__coffee-slider .slick-current-fake .product-img-border {
	top: 26px;
	opacity: 1;
	/*transition: opacity 250ms ease-out 1.25s, border 250ms ease-out;
	-webkit-transition: opacity 250ms ease-out 1.25s, border 250ms ease-out*/
}

.homepage__coffee-slider .slick-current .product-wave,
.homepage__coffee-slider .slick-current-fake .product-wave {
	opacity: 1;
	transition: opacity 250ms ease-out 1.5s;
	-webkit-transition: opacity 250ms ease-out 1.5s
}

.homepage__coffee-slider .slick-current .product-icon,
.homepage__coffee-slider .slick-current-fake .product-icon {
	opacity: 1;
	transition: opacity 250ms ease-out 1.75s;
	-webkit-transition: opacity 250ms ease-out 1.75s
}

.homepage__coffee-slider .slick-current .product-img,
.homepage__coffee-slider .slick-current-fake .product-img {
	max-width: 289px;
	margin: 0 0 0 -140px
}

.homepage__coffee-slider .slick-current .product-img.product-img-lavazza,
.homepage__coffee-slider .slick-current-fake .product-img.product-img-lavazza {
	max-width: 257px
}

.homepage__coffee-slider .slick-current .product-img.product-img-kimbo,
.homepage__coffee-slider .slick-current-fake .product-img.product-img-kimbo {
	max-width: 247px
}

.homepage__coffee-slider .slick-current .product-img:after,
.homepage__coffee-slider .slick-current-fake .product-img:after {
	width: 409px;
	height: 251px;
	bottom: -70px;
	margin: 0 0 0 -204px
}

.homepage__coffee-slider .slick-current .product-title,
.homepage__coffee-slider .slick-current-fake .product-title {
	width: 55%;
	padding: 0 6% 0 0;
	left: 30%
}

.homepage__coffee-slider .slick-current .product-title-main,
.homepage__coffee-slider .slick-current-fake .product-title-main {
	font: 38px/1.25 'Feijoa Bold'
}

.homepage__coffee-slider .slick-next {
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -31px 180px 0 0;
	width: 62px;
	border-radius: 50%;
	border: none;
	color: #c4c8bb;
	background: #c4c8bb;
	display: block;
	height: 62px;
	cursor: pointer
}

.homepage__coffee-slider .slick-next:before {
	display: inline-block;
	content: '';
	width: 52px;
	height: 12px;
	background: url(../images/background/arrow-right.png) no-repeat;
	background-size: 52px auto;
	vertical-align: top;
	margin: 2px 0 0 -30px;
	position: relative;
	z-index: 10;
	transition: margin 250ms ease-out;
	-webkit-transition: margin 250ms ease-out
}

.homepage__coffee-btn a:before,
.homepage__we-coffee-btn-link a:before,
.homepage__we-serve-btn a:before {
	content: " ";
	transition: transform .5s cubic-bezier(.77, 0, .175, 1)
}

.homepage__coffee-slider .slick-next:hover:before {
	margin: 2px -5px 0 -20px
}

.homepage__coffee-slider .slick-prev {
	display: none!important
}

.homepage__coffee-btn {
	text-align: center;
	position: relative;
	z-index: 10
}

.homepage__coffee-btn a {
	display: inline-block;
	padding: 15px 22px;
	background: #49542c;
	color: #fff;
	position: relative;
	backface-visibility: hidden
}

.homepage__coffee-btn a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: bottom left;
	background-color: #fff;
	transform: scaleY(0)
}

.homepage__coffee-btn a span {
	position: relative;
	display: inline-block
}

.homepage__coffee-btn a:hover:before {
	transform: scaleY(1)
}

.homepage__coffee-btn a:hover span {
	animation: button-roll-over .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.homepage__we-serve {
	background: #f8f7f5;
	padding: 70px 0 20px;
	position: relative
}

.morph-wrap {
	position: absolute;
	top: 340px;
	left: 0;
	width: 100%;
	bottom: 70px;
	display: -ms-flexbox;
	display: flex
}

.morph-wrap .morph {
	position: relative;
	width: 100%;
	fill: #ede8e4;
	-ms-flex: none;
	flex: none
}

.homepage__we-serve-beans1 {
	position: absolute;
	right: 0;
	top: 300px;
	width: 105px
}

.homepage__we-serve-beans2 {
	position: absolute;
	left: 0;
	bottom: 193px;
	width: 101px
}

.homepage__we-serve-list {
	margin: -50px 0 0
}

.homepage__we-serve-item {
	padding: 125px 0;
	margin: 0 110px;
	position: relative
}

.homepage__we-coffee-title,
.homepage__we-serve-title {
	max-width: 500px;
	margin: 0 auto;
	text-align: center
}

.homepage__we-serve-text-v {
	font: 16px/1.6666 'Josefin Sans', sans-serif;
	position: absolute;
	left: -10px;
	top: 125px;
	float: left;
	white-space: nowrap
}

.homepage__we-serve-text-v p {
	transform: rotate(90deg);
	transform-origin: left top 0;
	float: left;
	min-width: 20px;
	position: relative
}

.homepage__we-serve-text-v p:after {
	position: absolute;
	top: 17px;
	right: -62px;
	content: '';
	display: inline-block;
	width: 52px;
	height: 2px;
	background: #0f0f0f
}

.homepage__we-serve-item-img {
	float: left;
	width: 55%
}

.homepage__we-serve-item-text {
	float: right;
	width: 45%;
	padding: 70px 70px 0
}

.homepage__we-serve-item--reversed .homepage__we-serve-item-img {
	float: right
}

.homepage__we-serve-item--reversed .homepage__we-serve-item-text {
	float: left
}

.homepage__we-serve-item--reversed .homepage__we-serve-text-v {
	left: calc(100% + 45px);
	float: right
}

.homepage__we-serve-item--reversed .homepage__we-serve-text-v p {
	float: right
}

.homepage__we-serve-text {
	color: #49542c
}

.homepage__we-serve-text h3 {
	font: 70px/1.2 'Feijoa Bold';
	padding: 0
}

.homepage__we-coffee-btn-link,
.homepage__we-serve-btn,
.homepage__we-serve-btn a {
	font: 13px/1.6666 'Josefin Sans', sans-serif;
	letter-spacing: .3em
}

.homepage__we-serve-btn {
	padding: 40px 0 0;
	text-transform: uppercase
}

.homepage__we-serve-btn a {
	display: inline-block;
	padding: 15px 22px;
	background: 0 0;
	min-width: 200px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 3px solid #49542c52;
	cursor: pointer;
	text-align: center;
	background: #49542c;
}

.homepage__we-coffee-btn-link a,
.questions-right a {
	-webkit-backface-visibility: hidden;
	min-width: 221px;
	text-transform: uppercase
}

.homepage__we-serve-btn a:before {
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	transform-origin: bottom left;
	background-color: #fff;
	transform: scaleY(0);
	border: 3px solid #49542c52;	
}

.homepage__we-serve-btn a span {
	position: relative;
	display: inline-block;
	animation: button-roll-out-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.homepage__we-serve-btn a:hover:before {
	transform: scaleY(1)
}

.homepage__we-serve-btn a:hover span {
	animation: button-roll-over-dark .5s forwards cubic-bezier(.165, .84, .44, 1);
	color: #49542c !important;
}

.homepage__we-coffee-btn-link a span,
.questions-right a span {
	animation: button-roll-out .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.homepage__we-serve-btn--mobile {
	display: none
}

.homepage__we-coffee {
	padding: 60px 0 0
}

.homepage__we-coffee-btn {
	padding: 203px 0 0;
	margin: 0 auto 70px;
	max-width: 1300px;
	min-height: 440px;
	text-align: center;
	color: #fff;
	position: relative
}

.homepage__we-coffee-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #0f0f0f;
	z-index: 0
}

.homepage__we-coffee-img p {
	width: 100%;
	height: 100%
}

.homepage__we-coffee-img img {
	width: 100%;
	height: 100%;
	display: block
}

.homepage__we-coffee-btn-link {
	position: relative
}

.homepage__we-coffee-btn-link a {
	display: inline-block;
	padding: 23px;
	background: #0f0f0f;
	color: #fff;
	position: relative;
	backface-visibility: hidden
}

.homepage__we-coffee-btn-link a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: bottom left;
	background-color: #fff;
	transform: scaleY(0)
}

.coffee__category-element-img:after,
.coffee__header h1:after,
.coffee__machines-item-text h4:after,
.inner ul li:before {
	content: ''
}

.homepage__we-coffee-btn-link a span {
	position: relative;
	display: inline-block
}

.homepage__we-coffee-btn-link a:hover:before {
	transform: scaleY(1)
}

.homepage__we-coffee-btn-link a:hover span {
	animation: button-roll-over .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.inner {
	padding: 40px 0 80px;
	min-height: 200px
}

.inner p,
.inner ul {
	padding: 0 0 14px
}

.inner ul li {
	position: relative;
	padding: 0 0 0 21px
}

.inner ul li:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #838383;
	border-radius: 2px
}

.coffee {
	padding: 90px 0 0
}

.coffee__menu {
	padding-top: 30px;
	z-index: 20;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	text-align: center;
	background: #f8f7f5;
	height: 135px;
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06), 0 1px 1px 0 rgba(0, 0, 0, .03)
}

.coffee__menu ul {
	display: inline-block;
	border-right: 1px solid #e9e7e4
}

.coffee__menu ul li {
	display: inline-block;
	text-align: left;
	height: 105px;
	border-bottom: 2px solid #f8f7f5;
	border-left: 1px solid #e9e7e4;
	vertical-align: top;
	font-size: 14px;
	min-width: 194px;
}

.coffee__menu ul li:hover {
	border-bottom: rgba(237, 232, 228, .5)
}

.coffee__menu ul li.active {
	border-bottom: 2px solid #49542c
}

.coffee__menu ul li img {
	vertical-align: middle;
	max-height: 75px;
	margin: 0 10px 0 0
}

/* .coffee__menu ul li a {
	display: block;
	color: #0f0f0f;
	width: 100%;
	height: 100%;
	padding: 15px 20px 0
} */

.coffee__menu ul li a {
    display: block;
    color: #0f0f0f;
    width: 100%;
    height: 100%;
    padding: 15px 20px 0;
    display: flex;
    align-items: center;
}

.coffee__menu ul li a span {
	display: inline-block;
	width: 90px;
	vertical-align: middle;
	line-height: 1.4
}

.coffee__machines-item-imgs-slider ul li:before,
.coffee__menu-inner a.mobile-arrow,
.ipWidget-CoffeeWidget:nth-child(3) .homepage__coffee-text-slider,
.ipWidget-CoffeeWidget:nth-child(5) .homepage__coffee-text-slider,
.ipWidget-CoffeeWidget:nth-child(7) .homepage__coffee-text-slider {
	display: none
}

.coffee__menu ul li a span span {
	padding: 6px 0 0
}

.coffee__menu ul li a span.opacity {
	opacity: .7
}

.coffee__menu ul li a.double img {
	vertical-align: top
}

.coffee__menu ul li a.double span {
	padding: 20px 0 0
}

.coffee__menu ul li a:hover {
	background: rgba(237, 232, 228, .5)
}

.coffee__header {
	min-height: 590px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden
}

.coffee__header h1:after {
	display: block;
	margin: 25px auto 0;
	width: 64px;
	height: 2px;
	background: #fff
}

.coffee__header-bg,
.coffee__header-info {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0
}

.coffee__header .ipBlock {
	max-width: 660px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 1.36
}

.coffee__header .ipBlock p {
	font-family: 'Josefin Sans', sans-serif;;
	max-width: 570px;
	margin: 0 auto
}

.coffee__header-bg {
	background: #0f0f0f;
	height: 100%;
	animation: intro 2s ease-out forwards
}

.coffee__header-info {
	padding: 170px 0 0;
	opacity: 0;
	animation: transition-in 1.5s forwards;
	text-shadow: 1px 1px 18px rgba(0, 0, 0, .75)
}

.coffee__categories {
	padding: 75px 0;
	position: relative
}

.coffee__categories .morph-wrap {
	top: 235px
}

.coffee__category .title::after {
	top: calc(100% - 90px)
}

.coffee__category-title {
	text-align: center
}

.coffee__category-elements {
	margin: -100px 0 0;
	position: relative
}

.coffee__category-element-holder:nth-child(1) {
	background: url(../images/beans2.png) 0 50px no-repeat;
	background-size: 101px auto
}

.coffee__category-element-holder:nth-child(2),
.coffee__category-element-holder:nth-child(4) {
	background: url(img/beans1.png) right 270px no-repeat;
	background-size: 105px auto
}

.coffee__category-element-holder:nth-child(3) {
	background: url(img/beans3.png) left 0 bottom -44px no-repeat;
	background-size: 167px auto
}

.coffee__category-element {
	padding: 130px 0;
	max-width: 1030px;
	margin: 0 auto
}

.coffee__category-element-img-container {
	position: relative;
	float: left;
	width: 50%
}

.coffee__category-element-features {
	color: #0f0f0f;
	font-size: 14px;
	line-height: 1.25;
	padding: 6px 0 20px
}

.coffee__category-element-feature {
	padding: 6px 20px 10px 63px;
    width: 180px;
    height: 50px;
    position: relative;
}

.coffee__category-element-feature.coffee__category-element-feature--blend {
	background: url(../images/icons/blend.png) 10px center no-repeat;
	background-size: 37px auto
}

.coffee__category-element-feature.coffee__category-element-feature--best {
	background: url(../images/icons/best.png) 10px center no-repeat;
	background-size: 38px auto
}

.coffee__category-element-feature.coffee__category-element-feature--dark {
	background: url(../images/icons/dark.png) 0px center no-repeat;
	background-size: 55px auto
}


.coffee__category-element-feature.coffee__category-element-feature--flavour {
	background: url(../images/icons/flavour.png) 10px center no-repeat;
	background-size: 42px auto
}

.coffee__category-element-feature span {
	position: absolute;
    top: 50%;
    left: 60px;
    width: 100px;
    transform: translate(0, -50%);
}

.coffee__category-element-img {
	/*padding: 0 0 0 55px;*/
	position: relative;
	z-index: 10;
	/*left: 12%*/
}

.coffee__category-element-img:after {
	width: 409px;
	height: 251px;
	bottom: -70px;
	margin: 0 0 0 -263px;
	display: block;
	position: absolute;
	left: 50%;
	background: url(../images/background/slider_shadow.png) center center no-repeat;
	background-size: cover;
	z-index: 1
}

.coffee__category-element-img img {
	max-width: 500px;
	position: relative;
	z-index: 15
}

.coffee__category-element-info {
	float: right;
	width: 50%;
	padding: 80px 0 0 80px
}

.coffee__category-element-info h3 {
	font-size: 50px;
	padding: 0 0 16px
}

.coffee__category-element-info h4 {
	color: #a38767;
	font-size: 30px
}

.coffee__category-element-content {
	color: #0f0f0f
}

.coffee__category-element-img-border {
	width: 524px;
	height: 500px;
	border: 10px solid rgb(73 84 44 / 16%);
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0
}

.coffee__category-element-icon {
	position: absolute;
	width: 85px;
	height: 85px;
	top: 67px;
	left: 88%
}

.coffee__category-element-icon.coffee__category-element-icon--brown {
	/*background: url(../images/icons/premium_brown.png) center center no-repeat;*/
	background-size: 85px auto
}

.coffee__category-element-icon.coffee__category-element-icon--blue {
	/*background: url(../images/icons/premium_blue.png) center center no-repeat;*/
	background-size: 85px auto
}

.coffee__category-element-icon.coffee__category-element-icon--browndark {
	width: 90px;
	left: 92%;
	height: 90px;
	background: url(../images/icons/premium_brown_dark.png) center center no-repeat;
	background-size: 90px auto
}

.coffee__category-element-wave {
	position: absolute;
	width: 45px;
	height: 24px;
	top: 120px;
	left: -22px
}

.coffee__category-element-wave.coffee__category-element-wave--blue {
	/*background: url(../images/icons/wave_brown.png) center center no-repeat;*/
	background-size: 45px auto
}

.coffee__category-element-wave.coffee__category-element-wave--brown {
	/*background: url(../images/icons/wave_brown.png) center center no-repeat;*/
	background-size: 45px auto
}

.coffee__category-element-wave.coffee__category-element-wave--browndark {
	background: url(../images/icons/wave_brown_dark.png) center center no-repeat;
	background-size: 45px auto
}

.coffee__category-element-wave.coffee__category-element-wave--bluedark {
	background: url(../images/icons/wave_brown_dark.png) center center no-repeat;
	background-size: 45px auto
}

.ipWidget-CoffeeWidget {
	padding: 0 0 0px;
	position: relative
}

.ipWidget-CoffeeWidget:nth-child(3),
.ipWidget-CoffeeWidget:nth-child(5),
.ipWidget-CoffeeWidget:nth-child(7) {
	background: url(../images/background/atlas.jpg);
	padding: 90px 0 40px
}

.ipWidget-CoffeeWidget:nth-child(3) .coffee__category-element-holder:nth-child(1),
.ipWidget-CoffeeWidget:nth-child(3) .coffee__category-element-holder:nth-child(3),
.ipWidget-CoffeeWidget:nth-child(3) .coffee__category-element-holder:nth-child(5),
.ipWidget-CoffeeWidget:nth-child(5) .coffee__category-element-holder:nth-child(1),
.ipWidget-CoffeeWidget:nth-child(5) .coffee__category-element-holder:nth-child(3),
.ipWidget-CoffeeWidget:nth-child(5) .coffee__category-element-holder:nth-child(5),
.ipWidget-CoffeeWidget:nth-child(7) .coffee__category-element-holder:nth-child(1),
.ipWidget-CoffeeWidget:nth-child(7) .coffee__category-element-holder:nth-child(3),
.ipWidget-CoffeeWidget:nth-child(7) .coffee__category-element-holder:nth-child(5) {
	background: url(img/beans4.png) right 0 bottom -18px no-repeat;
	background-size: 88px auto
}

.ipWidget-CoffeeWidget:nth-child(3) .coffee__category-element-holder:nth-child(2),
.ipWidget-CoffeeWidget:nth-child(3) .coffee__category-element-holder:nth-child(4),
.ipWidget-CoffeeWidget:nth-child(3) .coffee__category-element-holder:nth-child(6),
.ipWidget-CoffeeWidget:nth-child(5) .coffee__category-element-holder:nth-child(2),
.ipWidget-CoffeeWidget:nth-child(5) .coffee__category-element-holder:nth-child(4),
.ipWidget-CoffeeWidget:nth-child(5) .coffee__category-element-holder:nth-child(6),
.ipWidget-CoffeeWidget:nth-child(7) .coffee__category-element-holder:nth-child(2),
.ipWidget-CoffeeWidget:nth-child(7) .coffee__category-element-holder:nth-child(4),
.ipWidget-CoffeeWidget:nth-child(7) .coffee__category-element-holder:nth-child(6) {
	background: 0 0
}

.ipWidget-CoffeeWidget:nth-child(3) .coffee__category-title h2,
.ipWidget-CoffeeWidget:nth-child(5) .coffee__category-title h2,
.ipWidget-CoffeeWidget:nth-child(7) .coffee__category-title h2 {
	color: #a38767;
	text-transform: uppercase
}

.coffee__category-element--diff .coffee__category-element-info {
	float: left;
	padding: 80px 80px 0 0
}

.coffee__category-element--diff .coffee__category-element-img-container {
	float: right
}

.coffee__text-slider {
	overflow: hidden
}

.coffee__text-slider ul {
	width: 200%
}

.coffee__text-slider ul li {
	width: 50%;
	float: left
}

.coffee__header__new {
	text-align: center;
	margin: -30px 0 20px
}

.coffee__header__new h1,
.coffee__header__new h2 {
	color: #a38767;
	font-size: 30px;
	padding: 0 0 30px
}

.coffee__header__new h3 {
	font-size: 60px
}

.coffee__header__new p {
	font-size: 20px;
	color: #0f0f0f;
	max-width: 630px;
	/*font-family: 'Feijoa Bold';*/
	margin: 0 auto;
	line-height: 1.33;
	padding: 0 0 30px
}

.catalog__item-gallery-imgs .slick-next,
.catalog__item-gallery-imgs .slick-prev,
.coffee__machines-list .slick-next,
.coffee__machines-list .slick-prev {
	position: absolute;
	top: 50%;
	margin: -20px 0 0;
	width: 18px;
	height: 34px;
	border: none;
	transition: transform .25s ease-in-out 0s;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px
}

.coffee__machines {
	padding: 60px 0 0
}

.coffee__machines-category-holder {
	padding: 70px 0 0
}

.coffee__machines-category-holder:nth-child(2n) {
	background: #f8f7f5
}

.coffee__machines-category {
	text-align: center
}

.catalog__item-gallery-imgs .slick-prev,
.coffee__machines-list .slick-prev {
	left: 24px;
	background: url(../images/background/slack_prev.png) center center no-repeat;
	background-size: 100% auto
}

.catalog__item-gallery-imgs .slick-next,
.coffee__machines-list .slick-next {
	right: 24px;
	background: url(../images/background/slack_next.png) center center no-repeat;
	background-size: 100% auto
}

.coffee__machines-item {
	padding: 20px 0 110px
}

.coffee__machines-item-imgs {
	float: left;
	width: 50%;
	overflow: hidden
}

.coffee__machines-item-imgs-bg {
	position: relative;
	padding: 0 0 67%
}

.coffee__machines-item-imgs-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.coffee__machines-item-imgs-slider ul {
	height: 100%;
	padding: 0
}

.coffee__machines-item-imgs-slider ul li {
	padding: 0
}

.coffee__machines-item-imgs-slider .slick-list {
	height: 100%;
	overflow: visible
}

.coffee__machines-item-imgs-slider .slick-slide>div,
.coffee__machines-item-imgs-slider .slick-slide>div>li,
.coffee__machines-item-imgs-slider .slick-track {
	height: 100%
}

.coffee__machines-item-imgs-slider iframe {
	width: 100%;
	height: 100%;
	min-height: 400px
}

.coffee__machines-item-imgs-slider img {
	margin: 0 0 0 -25%;
	max-width: 52%;
	position: absolute;
	left: 50%;
	bottom: -17%
}

.coffee__machines-item-imgs-thumb {
	padding: 40px 25px 0
}

.coffee__machines-item-imgs-thumb ul {
	padding: 0
}

.coffee__machines-item-imgs-thumb ul li {
	display: inline-block;
	margin: 30px 0;
	padding: 0 10px
}

.coffee__machines-item-imgs-thumb ul li .background {
	margin: 0 auto;
	width: 77px;
	height: 77px;
	line-height: 68px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .1);
	border: 2px solid #fff;
	transition: border .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
	text-align: center
}

.coffee__machines-item-imgs-thumb ul li .background:hover {
	box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .25)
}

.coffee__machines-item-imgs-thumb ul li:before {
	display: none
}

.coffee__machines-item-imgs-thumb ul li img {
	max-height: 50px;
	display: inline-block;
	vertical-align: middle
}

.coffee__machines-item-imgs-thumb ul li img.video {
	max-height: 37px
}

.coffee__machines-item-imgs-thumb ul li span {
	display: inline-block;
	vertical-align: middle
}

.coffee__machines-item-imgs-thumb .slick-current .background {
	border: 2px solid #ede8e4
}

.coffee__machines-item-imgs-thumb .slick-prev {
	left: -10px
}

.coffee__machines-item-imgs-thumb .slick-next {
	right: -10px
}

.coffee__machines-item-text {
	float: right;
	width: 50%;
	padding: 0 135px 0 110px;
	margin: -10px 0 0
}

.coffee__machines-item-text h3 {
	font-size: 65px;
	padding: 0 0 16px
}

.coffee__machines-item-text h4 {
	color: #a38767;
	font-size: 30px
}

.coffee__machines-item-text h4:after {
	width: 64px;
	height: 2px;
	margin: 20px 0 15px;
	display: block;
	background: #49542c
}

.coffee__machines-item-text p.features {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 10px;
	letter-spacing: .1em
}

.coffee__machines-logo img {
	max-height: 58px;
	margin: 14px 0 0 25px;
	vertical-align: top
}

.coffee__machines-item-text-inner {
	max-width: 720px
}

.coffee__machines-item-text-info {
	color: #0f0f0f;
	font-size: 16px
}

.coffee__machines-item-text-info ul li::before {
	top: 12px
}

.catalog__item-gallery-imgs .slick-dots,
.coffee__machines-item-imgs-slider .slick-dots {
	height: auto;
	text-align: center;
	position: relative;
	padding: 35px 0 0
}

.catalog__item-gallery-imgs .slick-dots li,
.coffee__machines-item-imgs-slider .slick-dots li {
	display: inline-block;
	padding: 0 5px;
	border-radius: 7px
}

.catalog__item-gallery-imgs .slick-dots li button,
.coffee__machines-item-imgs-slider .slick-dots li button {
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	background: #ede8e4;
	border-radius: 7px;
	text-indent: -9999px;
	cursor: pointer
}

.catalog__item-gallery-imgs .slick-dots li button:hover,
.catalog__item-gallery-imgs .slick-dots li.slick-active button,
.coffee__machines-item-imgs-slider .slick-dots li button:hover,
.coffee__machines-item-imgs-slider .slick-dots li.slick-active button {
	border: 1px solid #49542c;
	background: #49542c
}

.coffee__machines-item-links {
	margin: 0 -50px 0 0
}

.coffee__machines-item-link {
	float: left;
	padding: 0 50px 30px 0
}

.coffee__machines-item-link a {
	color: #0f0f0f;
	position: relative;
	display: block
}

.coffee__machines-item-link a:after {
	content: " ";
	left: 0;
	height: 1px;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1);
	position: absolute;
	right: 2px;
	top: 23px;
	display: block;
	background-color: #0f0f0f;
	transform: scaleX(0);
	transform-origin: left top
}

.coffee__machines-item-link a:hover:after,
.coffee__machines-item-link--active a:after {
	transform: scaleX(1)
}

.coffee__machines-item-link a:hover {
	color: #0f0f0f
}

.coffee__machines-item-link--active a {
	color: #0f0f0f
}

.coffee__machines-item-text-info-tab {
	display: none
}

.coffee__machines-item-text-info-tab--active {
	display: block
}

.coffee__machines-links .coffee__machines-offer,
.coffee__machines-links .coffee__machines-read {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font: 11px 'Josefin Sans', sans-serif;
	letter-spacing: .3em
}

.coffee__machines-links .coffee__machines-read {
	border: 3px solid #49542c;
	padding: 25px 0;
	text-align: center;
	width: 50%
}

.coffee__machines-links .opup {
	width: 50%;
	display: inline-block;
	text-align: center
}

.coffee__machines-links .opup.tl {
	width: auto
}

.coffee__machines-links .coffee__machines-offer {
	padding: 7px 0;
	border-bottom: 1px solid #707070
}

#popup {
	display: none
}

.coffee__machines-offer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font: 11px 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #000
}

.coffee__machines-offer .coffee__machines-get,
.coffee__machines-offer .coffee__machines-interested {
	width: 50%
}

.coffee__machines-offer .coffee__machines-interested {
	letter-spacing: .2em
}

.coffee__machines-offer .coffee__machines-get {
	text-align: center
}

.coffee__machines-offer .coffee__machines-get a {
	display: block;
	padding: 20px 0;
	border: 3px solid #49542c;
	border-radius: 1px;
	letter-spacing: .3em
}

.coffee__machines-table {
	width: 100%;
	text-align: left;
	border-radius: 3px;
	border-collapse: collapse;
	border: 2px solid #efefef;
	margin-bottom: 60px
}

.coffee__machines-table td:first-child {
	width: 40%
}

.coffee__machines-table tbody tr:nth-child(even),
.coffee__machines-table thead tr {
	background: #f9fafb
}

.coffee__machines-table tr td,
.coffee__machines-table tr th {
	padding: 15px 30px
}

.coffee__machines-table p {
	padding: 0!important
}

.coffee__go .coffee__header-info {
	text-shadow: 0 8px 60px rgba(0, 0, 0, .3)
}

.coffee__go .morph-wrap .morph {
	fill: #f2efec
}

.coffee__go-elements {
	padding: 85px 0 0;
	position: relative
}

.coffee__go-elements .morph-wrap {
	top: 300px
}

.coffee__go-elements .title {
	text-align: center;
	max-width: 740px;
	margin: 0 auto
}

.coffee__go-elements .title:after {
	top: calc(100% - 90px)
}

.coffee__go-elements-list {
	padding: 0 0 60px
}

.coffee__go-elements-list .homepage__we-serve-item {
	padding: 100px 0
}

.coffee__go-elements-list .homepage__we-serve-item .homepage__we-serve-item-text {
	padding: 35px 0 0 70px
}

.coffee__go-elements-list .homepage__we-serve-item--reversed .homepage__we-serve-item-text {
	padding: 35px 70px 0 0
}

.coffee__go-elements-list .homepage__we-serve-text-v {
	top: 100px
}

.coffee__go-elements-list .homepage__we-serve-text h3 {
	font-size: 65px
}

.coffee__go-elements-list .homepage__we-serve-text h4 {
	font-size: 30px
}

.coffee__go-elements-list .homepage__we-serve-content {
	color: #0f0f0f;
	padding: 35px 0 0;
	max-width: 495px
}

.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats {
	padding-top: 30px;
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats .stat-block {
	padding: 15px 0;
	text-align: center;
	width: 50%
}

.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats .stat-block h3 {
	font: 36px 'Feijoa Bold';
	line-height: .28em;
	color: #0D0D0D
}

.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats .stat-block h4 {
	font: 20px 'Feijoa Bold';
	color: #49542c;
	padding: 0 25px
}

.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats .stat-block:nth-child(4) h3 {
	font: 37px 'Feijoa Bold';
	line-height: .28em
}

.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats .stat-block:nth-child(4) h4 {
	font: 21px 'Feijoa Bold';
	padding: 0 30px
}

.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats:before {
	content: '';
	height: 2px;
	width: 64px;
	background: #49542c;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

.coffee__go-element:nth-child(1) {
	background: url(img/beans6.png) right 0 no-repeat;
	background-size: 93px auto
}

.coffee__go-element:nth-child(2) {
	background: url(../images/beans2.png) no-repeat;
	background-size: 101px auto
}

.coffee__go-element:nth-child(3) {
	background: url(img/beans5.png) right 0 no-repeat;
	background-size: 105px auto
}

.coffee__go-element:nth-child(4) {
	background: url(img/beans3.png) 0 280px no-repeat;
	background-size: 167px auto
}

.coffee__go-element:nth-child(5) {
	background: url(img/beans4.png) right 170px no-repeat;
	background-size: 88px auto
}

.coffee__go-element--full .homepage__we-serve-item-text {
	width: 100%;
	float: none;
	position: relative;
	text-align: center
}

.coffee__go-element--full .homepage__we-serve-item-text:after {
	position: absolute;
	top: -35px;
	left: 50%;
	content: '';
	width: 2px;
	height: 64px;
	margin: 0 0 0 -1px;
	background: #49542c;
	display: block;
	transition: height .5s ease-in-out .5s
}

.coffee__go-element--full .homepage__we-serve-content {
	max-width: 820px;
	margin: 0 auto
}

.coffee__go-element--full .homepage__we-serve-content img {
	vertical-align: middle;
	max-height: 32px;
	filter: gray;
	filter: grayscale(100%);
	margin: 30px 37px 0
}

.coffee__go-element--full .homepage__we-serve-content img:nth-child(1),
.coffee__go-element--full .homepage__we-serve-content img:nth-child(2),
.coffee__go-element--full .homepage__we-serve-content img:nth-child(3),
.coffee__go-element--full .homepage__we-serve-content img:nth-child(4) {
	opacity: .2
}

.coffee__go-solutions {
	padding: 110px 0;
	background: #f8f7f5
}

.coffee__go-solutions-list {
	max-width: 1300px;
	margin: 0 auto
}

.coffee__go-solutions-list ul {
	padding: 0;
	display: block;
	width: 100%;
	float: left
}

.coffee__go-solutions-list ul li {
	padding: 25px 25px 10px;
	float: left;
	width: 33.3333%;
	font-size: 22px;
	line-height: 1.4
}

.coffee__office-machines h4,
.coffee__office-services h4 {
	font-size: 30px
}

.coffee__go-solutions-list ul li span {
	display: inline-block;
	background: #fff;
	border-radius: 69px;
	padding: 13px 13px 0;
	width: 69px;
	height: 69px;
	margin: 0 25px 0 0
}

.coffee__go-clients-list ul li:before,
.coffee__go-solutions-list ul li:before {
	display: none
}

.coffee__go-solutions-item {
	position: relative
}

.coffee__go-solutions-item-text {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 0 0 97px;
	transform: translate(0, -50%)
}

.coffee__go-clients {
	padding: 110px 0 85px
}

.coffee__go-clients-list {
	padding: 20px 0 0
}

.coffee__go-clients-list ul {
	padding: 0;
	margin: 0 -1px 0 0;
	border-top: 1px solid #ede8e4
}

.coffee__go-clients-list ul li {
	padding: 30px 20px;
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #ede8e4;
	border-bottom: 1px solid #ede8e4;
	height: 288px;
	line-height: 220px
}

.coffee__go-clients-list ul li img {
	vertical-align: middle;
	max-width: 180px;
	max-height: 62px;
	opacity: .3;
	filter: gray;
	filter: grayscale(100%)
}

.coffee__go-title {
	text-align: center;
	max-width: 1114px;
	margin: 0 auto
}

.coffee__go-title p {
	max-width: 680px;
	margin: 0 auto
}

.coffee__we .coffee__header-info {
	text-shadow: none
}

.coffee__we .coffee__header {
	color: #49542c
}

.coffee__we .coffee__header h1:after {
	background: #49542c
}

.coffee__we-elements-list {
	padding: 0
}

.coffee__office .coffee__header-info {
	text-shadow: 0 8px 60px rgba(0, 0, 0, .3)
}

.coffee_office-title p {
	max-width: 500px;
	margin: 0 auto
}

.coffee__office-elements .morph-wrap {
	top: 350px
}

.coffee__office-elements-list {
	padding: 0 0 60px
}

.coffee__office-elements-list .homepage__we-serve-item-text {
	padding: 0 70px
}

.coffee__office-services {
	margin: 0 auto;
	max-width: 1300px
}

.coffee__office-services .title:after {
	top: calc(100% - 90px)
}

.coffee__office-services .coffee__go-solutions {
	margin: 0 0 70px
}

.coffee__office-services-list {
	max-width: 650px;
	margin: 0 auto;
	font-size: 22px
}

.coffee__office-service {
	padding: 10px 0 30px 47px;
	position: relative
}

.coffee__office-service:before {
	content: '';
	position: absolute;
	top: 23px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #d3c2a6
}

.coffee__office-service:after {
	content: '';
	position: absolute;
	top: 28px;
	left: 5px;
	width: 4px;
	height: 4px;
	background: #0f0f0f
}

.coffee__office-machines {
	padding: 80px 0 0
}

.coffee__office-machines .title:after {
	top: calc(100% - 90px)
}

.coffee__office-machines-list {
	padding: 50px 0 65px
}

.coffee__office-machines-list .row {
	margin: 0 5px
}

.coffee__office-machines-list a {
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 10;
	width: 283px;
	height: 270px;
	max-width: 100%
}

.coffee__office-machines-list a span.bubble {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	background: url(../images/background/bubble1.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: .8;
	transition: opacity 250ms ease-out, transform 250ms ease-out
}

.coffee__office-machines-list a span.bubble.bubble--reverse {
	background: url(../images/background/bubble2.png) center center no-repeat;
	background-size: 100% 100%
}

.coffee__office-machines-list img {
	z-index: 10;
	position: relative;
	margin: -20px 0;
	transition: transform .25s ease-out;
	max-height: 168px
}

.coffee__office-machines-list .col {
	padding: 0 2px;
	width: 20%;
	text-align: center
}

.coffee__office-machines-list .col:nth-child(2) a,
.coffee__office-machines-list .col:nth-child(4) a {
	width: 284px;
	height: 271px
}

.coffee__office-machines-list span {
	display: block;
	color: #0f0f0f;
	max-width: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 10
}

.questions,
.questions-inner {
	max-width: 1300px;
	margin: 0 auto
}

.coffee__office-machines-list span.big-title {
	font: 24px/1.5 'Feijoa Bold';
	display: inline-block
}

.coffee__office-machines-list span.big-title:after {
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	top: 12px;
	width: 9px;
	height: 15px;
	background: url(../images/background/arrow-right-small.png) no-repeat;
	background-size: 100% auto;
	transition: right 250ms ease-out
}

.coffee__office-machines-list span.opacity {
	opacity: .5;
	font-size: 12px
}

.coffee__office-machines-list a:hover img {
	transform: scale(1.06)
}

.coffee__office-machines-list a:hover span.bubble {
	opacity: 1;
	transform: scale(1.05)
}

.coffee__office-machines-list a:hover span.big-title:after {
	right: -30px
}

.contacts__wrap .contacts__support-link a:before,
.questions-right a:before {
	content: " ";
	right: 0;
	bottom: 0;
	transform-origin: bottom left;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	z-index: -1;
	top: 0
}

.questions {
	background: url(../images/background/questions.png) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 72px 0 78px
}

.questions p {
	padding: 0
}

.questions-inner {
	padding: 0 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.questions-left {
	font: 30px/1.6 'Feijoa Bold'
}

.questions-right {
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.questions-right h1,
.questions-right h2,
.questions-right h3,
.questions-right h4 {
	padding: 0;
	margin-right: 30px
}

.questions-right a {
	display: inline-block;
	padding: 20px 23px;
	background: 0 0;
	color: #fff;
	position: relative;
	backface-visibility: hidden;
	border: 3px solid #b9a787;
	cursor: pointer;
	font: 11px/1.6666 'Josefin Sans', sans-serif;
	letter-spacing: .3em;
	text-align: center
}

.questions-right a:before {
	position: absolute;
	left: 0;
	background-color: #b9a787;
	transform: scaleY(0)
}

.questions-right a span {
	position: relative;
	display: inline-block
}

.questions-right a:hover:before {
	transform: scaleY(1)
}

.questions-right a:hover span {
	animation: button-roll-over-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.catalog__item-btn a span,
.contacts__maps-tab a span,
.contacts__wrap .contacts__support-link a span {
	animation: button-roll-out .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.contacts {
	padding: 40px 0 0
}

.contacts__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contacts__wrap .contacts__support {
	margin: 20px auto 150px;
	/*background: #F8F7F5;*/
	max-height: 650px;
	width: 30%
}

.contacts__wrap .contacts__support-link a,
.faq__contacts-right a {
	background: 0 0;
	-webkit-backface-visibility: hidden;
	cursor: pointer
}

.contacts__wrap .contacts__support .contacts__support-content {
	padding: 29px 34px 38px 34px
}

.contacts__wrap .contacts__support-title {
	font: 30px 'Feijoa Bold';
	color: #49542c
}

.contacts__wrap .contacts__support-faqtext,
.contacts__wrap .contacts__support-subtitle {
	font: 16px 'Josefin Sans', sans-serif;
}

.contacts__wrap .contacts__support-call {
	font: 18px 'Josefin Sans', sans-serif;
	color: #49542c
}

.contacts__wrap .contacts__support-link {
	text-align: center;
	margin-top: 60px
}

.contacts__wrap .contacts__support-link a {
	display: inline-block;
	padding: 20px 23px;
	min-width: 221px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	backface-visibility: hidden;
	border: 3px solid #b9a787;
	font: 11px/1.6666 'Josefin Sans', sans-serif;
	letter-spacing: .3em;
	text-align: center
}

.contacts__wrap .contacts__support-link a:before {
	position: absolute;
	left: 0;
	background-color: #b9a787;
	transform: scaleY(0)
}

.contacts__wrap .contacts__support-link a span {
	position: relative;
	display: inline-block
}

.contacts__wrap .contacts__support-link a:hover {
	color: #fff
}

.contacts__wrap .contacts__support-link a:hover:before {
	transform: scaleY(1)
}

.contacts__wrap .contacts__support-link a:hover span {
	animation: button-roll-over-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.contacts__form {
	max-width: 70%;
	margin: 20px auto 10px
}

.contacts__form .ipModuleForm .form-group.type-checkbox {
	margin-top: 0
}

.contacts__form .ipModuleForm .form-group.type-checkbox .checkbox input {
	display: block;
	position: relative;
	cursor: pointer
}

.contacts__form .ipModuleForm .form-group.type-checkbox .checkbox input:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	border: 1px solid #49542c;
	background-color: #F8F7F5
}

.contacts__form .ipModuleForm .form-group.type-checkbox .checkbox input:checked:after {
	content: '';
	display: block;
	width: 3px;
	height: 8px;
	border: solid #49542c;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 5px
}

.contacts__form .form-group {
	padding: 0 20px 18px
}

.contacts__form .form-group.active-field label {
	left: 42px
}

.contacts__form .form-group.type-checkbox {
	padding: 0 20px 18px;
	max-width: 100%
}

.contacts__form .form-group.type-checkbox .checkbox {
	position: static;
	float: none;
	margin: -25px 0 10px
}

.contacts__form .form-group.type-checkbox .checkbox input {
	margin: 3px 7px 0 0;
	float: left;
	display: none
}

.contacts__form .type-email,
.contacts__form .type-text {
	width: 50%;
	float: left
}

.contacts__form .form-group.type-select {
	clear: left;
	padding: 18px 20px
}

.contacts__form .form-group.type-select:after {
	top: 46px;
	right: 50px
}

.contacts__title {
	text-align: center;
	padding: 100px 0!important
}

.contacts__title:after {
	top: calc(100% - 80px)
}

.contacts__select {
	display: inline-block;
	position: relative
}

.contacts__select:after {
	position: absolute;
	content: '';
	width: 11px;
	height: 7px;
	display: block;
	background: url(img/svg/arrow_down.svg) center center no-repeat;
	background-size: 11px auto;
	bottom: 50%;
	margin: 0 0 -7px;
	right: 30px
}

.contacts__select select {
	border: 1px solid #b99b76;
	background: #b99b76;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .3em;
	padding: 18px 60px 18px 30px;
	vertical-align: bottom;
	min-width: 235px;
	transition: border .2s ease-out, background .2s ease-in;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0
}

.contacts__select select::-ms-expand {
	display: none
}

.contacts__select select:hover {
	border: 1px solid #49542c;
	background: #49542c
}

.contacts__address {
	max-width: 1300px;
	margin: 0 auto
}

.contacts__address-list {
	padding: 50px 0
}

.contacts__address-category {
	display: none
}

.contacts__address-category--active {
	display: block
}

.contacts__address-col {
	padding: 0 20px 30px
}

.contacts__address-col a,
.contacts__map-holder a.popup-link {
	color: #49542c;
	position: relative
}

.contacts__address-col a.phone,
.contacts__map-holder a.popup-link.phone {
	color: #0f0f0f
}

.contacts__address-col a:after,
.contacts__map-holder a.popup-link:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 23px;
	left: 0;
	display: block;
	height: 1px;
	background-color: #49542c;
	transform: scaleX(0);
	transform-origin: left top;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1)
}

.contacts__address-col a:hover:after,
.contacts__map-holder a.popup-link:hover:after {
	transform: scaleX(1)
}

.inner .contacts__address-main-title {
	font-size: 22px;
	font-family: 'Feijoa Bold';
	color: #49542c;
	padding-bottom: 30px
}

.inner .contacts__address-title {
	font-size: 22px;
	font-family: 'Josefin Sans', sans-serif;;
	position: relative
}

.inner .contacts__address-title:before {
	content: '';
	background: url(img/svg/mazas_pinas.svg) center top no-repeat;
	background-size: 17px 20px;
	left: 10%;
	top: 0;
	position: absolute;
	width: 17px;
	height: 20px
}

.faq__contacts-phone a:before,
.faq__contacts-right a:before {
	content: " ";
	position: absolute
}

.inner .contacts__address-content {
	opacity: .7;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
}

.contacts__maps-tab,
.inner .contacts__address-content span {
	font-size: 11px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase
}

.inner .contacts__address-content p {
	padding: 0 0 10px
}

.inner .contacts__address-content span {
	padding: 0 4px 0 0
}

.contacts__maps-tabs {
	max-width: 1300px;
	margin: 0 auto
}

.contacts__maps-tab {
	float: left;
	text-align: center;
	border-left: 1px solid #f8f7f5;
	letter-spacing: .3em
}

.contacts__maps-tab a {
	display: block;
	padding: 24px 50px;
	color: #fff;
	background: #b99b76;
	text-transform: uppercase;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.contacts__maps-tab a span {
	position: relative;
	display: inline-block
}

.contacts__maps-tab a:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: bottom left;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	background: #49542c;
	transform: scaleY(0)
}

#map .phoney:after,
.catalog__item-btn-added a:after,
.catalog__item-title:after,
.faq__answers:after,
.faq__question a:after {
	content: ''
}

.contacts__maps-tab--active a,
.contacts__maps-tab--active a:hover {
	background: #f8f7f5;
	color: #0f0f0f
}

.contacts__maps-tab a:hover span {
	animation: button-roll-over-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.contacts__maps-tab--active a span,
.contacts__maps-tab--active a:hover span {
	animation: none
}

.contacts__maps-tab a:hover:before {
	transform: scaleY(1)
}

.contacts__maps-tab-1 {
	width: 100%
}

.contacts__maps-tab-2 {
	width: 50%
}

.contacts__maps-tab-3 {
	width: 33.3333%
}

.contacts__maps-tab-4 {
	width: 25%
}

.contacts__maps-tab-5 {
	width: 20%
}

.contacts__maps-tab--active a:hover:before {
	transform: scaleY(0)
}

.contacts__map-holder {
	max-width: 1300px;
	margin: 0 auto
}

#map {
	height: 530px
}

#map .phoney {
	padding: 20px 25px;
	box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .15);
	background: #fff;
	position: relative;
	height: 100%
}

#map .phoney:after {
	position: absolute;
	top: 100%;
	left: 50%;
	height: 11px;
	width: 22px;
	margin: 0 0 0 -10px;
	background: url(../images/background/popup-arrow.png) center 0 no-repeat;
	background-size: 22px auto
}

#map .phoney_lv {
	margin: 0 0 -265px
}

#map .phoney_lv:after {
	top: 50%;
	left: 100%;
	transform: rotate(-90deg);
	margin: -11px 0 0 -6px
}

#map .phoney_lv_parent {
	margin: 265px 0 -265px -300px;
	overflow: hidden!important
}

#map .phoney_lv_parent_parent .js-info-bubble-close {
	margin: 300px 40px 0 0
}

#map .contacts__address-content {
	font-size: 13px
}

#map .contacts__image img {
	max-width: 100%;
	height: auto
}

#map .contacts__address-title {
	font-size: 15px;
	margin: 5px 0 0
}

#map .js-info-bubble-close {
	max-width: 10px;
	margin: 40px 40px 0 0
}

.contacts__address-rekvz {
	padding: 0 20px 80px
}

.contacts__address-rekvz .rekvz-title {
	font: 30px 'Feijoa Bold';
	color: #49542c
}

.contacts__address-rekvz .rekvz-addr {
	font: 22px 'Josefin Sans', sans-serif;;
	opacity: .7;
	position: relative
}

.contacts__address-rekvz .rekvz-addr:before {
	content: '';
	position: absolute;
	background: #49542c;
	width: 64px;
	height: 2px;
	bottom: 5px;
	left: 0
}

.contacts__address-rekvz .rekvz-code,
.contacts__address-rekvz .rekvz-vat {
	text-transform: uppercase;
	font: 16px 'Josefin Sans', sans-serif;
}

.contacts__address-rekvz .rekvz-code span,
.contacts__address-rekvz .rekvz-vat span {
	font: 11px 'Josefin Sans', sans-serif;
}

.catalog__item-content p.features,
.faq__question {
	font-family: 'Josefin Sans', sans-serif;
}

.faq__container {
	max-width: 872px;
	margin: 0 auto
}

.faq__select {
	padding: 15px 0 0;
	margin: 0 0 35px
}

.faq__select-holder p {
	opacity: .7;
	font-size: 22px
}

.faq__select-holder .contacts__select {
	display: block
}

.faq__select-holder select {
	width: 100%
}

.faq__category {
	display: none
}

.faq__category--active {
	display: block
}

.faq__answers {
	position: relative;
	padding: 0 0 190px;
	border-top: 1px solid #e9e7e4
}

.faq__answers:after {
	position: absolute;
	top: calc(100% - 130px);
	left: 50%;
	width: 2px;
	height: 64px;
	margin: 0 0 0 -1px;
	background: #49542c;
	display: block;
	transition: height .5s ease-in-out .5s
}

.faq__element p {
	padding: 0
}

.faq__question {
	font-size: 22px
}

.faq__question a {
	color: #0f0f0f;
	display: block;
	padding: 35px 37px;
	position: relative
}

.faq__question a:after {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 51px;
	right: 30px;
	background: url(../images/background/plus.png) center center no-repeat;
	background-size: 10px auto;
	transition: transform 250ms ease-in-out
}

.faq__question a:hover:after {
	transform: rotate(45deg);
	background: url(../images/background/plus2.png) center center no-repeat;
	background-size: 10px auto
}

.faq__answer {
	padding: 0 137px 55px 37px;
	opacity: .7;
	display: none
}

.faq__element--active .faq__question a:after {
	transform: rotate(45deg);
	background: url(../images/background/plus2.png) center center no-repeat;
	background-size: 10px auto
}

.faq__contacts {
	padding: 30px 47px;
	background: #f8f7f5;
	margin: 0 0 64px
}

.faq__contacts-left {
	padding: 18px 0 0;
	opacity: .7;
	font-size: 16px;
	float: left;
	width: 59%
}

.faq__contacts-right,
.faq__contacts-right a {
	font: 11px/1.6666 'Josefin Sans', sans-serif;
	letter-spacing: .3em;
	text-transform: uppercase
}

.faq__contacts-right {
	float: right;
	max-width: 35%
}

.faq__contacts-right p {
	padding: 0
}

.faq__contacts-right a {
	display: inline-block;
	padding: 20px 52px;
	color: #0f0f0f;
	position: relative;
	backface-visibility: hidden;
	border: 3px solid #e1d5bd;
	text-align: center
}

.faq__contacts-right a:before {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	transform-origin: bottom left;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	background-color: #49542c;
	transform: scaleY(0)
}

.faq__contacts-right a span {
	position: relative;
	display: inline-block;
	animation: button-roll-out-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.faq__contacts-right a:hover:before {
	transform: scaleY(1)
}

.faq__contacts-right a:hover span {
	animation: button-roll-over-dark .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.faq__contacts-info {
	text-align: center;
	background: #f8f7f5;
	padding: 65px 20px;
	font-size: 22px
}

.cart__title h1,
.catalog h1,
.faq__contacts-info h4 {
	font-size: 30px
}

.faq__contacts-title {
	padding: 100px 0 40px;
	background: url(img/svg/klaustukas.svg) center 0 no-repeat;
	background-size: 76px auto
}

.faq__contacts-phone {
	padding: 0 0 20px 22px
}

.faq__contacts-phone a {
	color: #0f0f0f;
	position: relative
}

.faq__contacts-phone a:before {
	display: block;
	width: 15px;
	height: 23px;
	left: -37px;
	top: 5px;
	background: url(img/svg/tel.svg) center 0 no-repeat;
	background-size: 15px auto
}

.faq__contacts-email {
	padding: 0 0 20px 39px
}

.faq__contacts-email a {
	position: relative
}

.faq__contacts-email a:after,
.faq__contacts-email a:before {
	position: absolute;
	display: block;
	content: " "
}

.faq__contacts-email a:before {
	width: 19px;
	height: 13px;
	left: -39px;
	top: 10px;
	background: url(img/svg/mail.svg) center 0 no-repeat;
	background-size: 19px auto
}

.faq__contacts-email a:after {
	right: 0;
	top: 27px;
	left: 0;
	height: 1px;
	background-color: #49542c;
	transform: scaleX(0);
	transform-origin: left top;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1)
}

.faq__contacts-email a:hover {
	color: #49542c
}

.faq__contacts-email a:hover:after {
	transform: scaleX(1)
}

.catalog {
	margin: -5px 0 0;
	padding: 0 0 0 320px;
	min-height: 500px
}

.catalog h1 {
	padding: 0 37px 40px
}

.catalog__menu {
	padding: 40px 0 500px;
	width: 320px;
	background: #f6f3f1;
	position: fixed;
	top: 80px;
	left: -320px;
	height: 100%;
	z-index: 150;
	transition: padding-top .25s ease-out, top .25s ease-out, left .25s ease-out
}

.catalog__menu ul li {
	font-size: 15px
}

.catalog__menu ul li a {
	color: #0f0f0f;
	display: block;
	padding: 16px 54px;
	transition: color .2s ease-out
}

.catalog__menu ul li ul {
	display: none
}

.catalog__menu ul li ul li {
	font-size: 13px;
	padding: 0 54px
}

.catalog__menu ul li ul li a {
	padding: 11px 25px;
	background: 0 0;
	color: #939393
}

.catalog__menu ul li ul li a:hover,
.catalog__menu ul li ul li.active a {
	color: #606060
}

.catalog__menu ul li.catalog__menu-item a {
	background: url(../images/background/plus_catalog.png) 33px 24px no-repeat;
	background-size: 9px auto
}

.catalog__menu ul li.catalog__menu-item ul li a {
	background: 0 0
}

.catalog__menu ul li.active a {
	background: url(../images/background/minus_catalog.png) 33px 28px no-repeat;
	background-size: 9px auto
}

.catalog__menu ul li.active ul li a {
	background: 0 0
}

.catalog__menu--active {
	left: 0
}

.fixed .catalog__menu {
	padding-top: 40px;
	top: 0
}

.scroll-up .catalog__menu {
	top: 80px;
	padding-top: 40px
}

.catalog__list {
	border-top: 1px solid #f2efec;
	margin: 0 -1px 0 0;
	padding: 0 0 60px
}

.catalog__item {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.44;
	text-align: center;
	border-right: 1px solid #f2efec;
	border-bottom: 1px solid #f2efec
}

.catalog__item a {
	color: #0f0f0f;
	display: block;
	padding: 50px 50px 15px;
	min-height: 343px
}

.catalog__item a:hover {
	color: #606060
}

.catalog__item a:hover img {
	transform: scale(1.07)
}

.catalog__item span {
	max-width: 180px;
	margin: 0 auto;
	display: block
}

.catalog__item-btn-added,
.catalog__item-gallery ul li:before,
.catalog__item-inner .order__back {
	display: none
}

.catalog__item span.img {
	height: 217px;
	padding: 0 0 30px
}

.catalog__item span.img img {
	max-height: 187px;
	transition: transform .25s ease-out
}

.catalog__item-info {
	max-width: 180px;
	margin: 0 auto
}

.catalog__item-inner {
	padding: 30px 0 50px
}

.catalog__item-left {
	width: 55%;
	min-height: 390px
}

.catalog__item-gallery {
	padding: 0 0 0 10px;
	position: relative
}

.catalog__item-gallery ul,
.catalog__item-gallery ul li {
	padding: 0
}

.catalog__item-gallery-thumbs {
	padding: 0 32px;
	width: 166px;
	float: left;
	position: absolute;
	top: 0;
	left: 0
}

.catalog__item-gallery-thumbs .slick-list {
	overflow: visible
}

.catalog__item-gallery-thumbs ul li {
	display: inline-block;
	margin: 10px 0;
	padding: 0 10px
}

.catalog__item-gallery-thumbs ul li .background {
	margin: 0 auto;
	width: 77px;
	height: 77px;
	line-height: 68px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .1);
	border: 2px solid #fff;
	transition: border .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
	text-align: center
}

.catalog__item-gallery-thumbs ul li .background:hover {
	box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .25)
}

.catalog__item-gallery-thumbs ul li img {
	max-height: 50px;
	display: inline-block;
	vertical-align: middle
}

.catalog__item-gallery-thumbs ul li img.video {
	max-height: 37px
}

.catalog__item-gallery-thumbs ul li span {
	display: inline-block;
	vertical-align: middle
}

.catalog__item-gallery-thumbs .slick-current .background {
	border: 2px solid #ede8e4
}

.catalog__item-gallery-imgs {
	max-width: 100%;
	padding: 10px 0 0 166px;
	text-align: center;
	max-height: 400px;
	overflow: hidden
}

.catalog__item-gallery-imgs iframe {
	width: 100%;
	height: 270px
}

.catalog__item-gallery-imgs img {
	margin: 0 auto;
	max-height: 390px
}

.catalog__item-right {
	width: 45%;
	padding: 0 70px 0 50px
}

.catalog__item-content {
	max-width: 290px
}

.catalog__item-content p.features {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 10px;
	letter-spacing: .1em
}

.catalog__item-title h1 {
	padding: 0 0 10px;
	line-height: 1.1
}

.catalog__item-title p {
	font: 20px/1.6666 'Feijoa Bold';
	color: #a38767
}

.catalog__item-title:after {
	width: 64px;
	height: 2px;
	margin: 8px 0 26px;
	display: block;
	background: #49542c
}

.catalog__item-features {
	color: #0f0f0f;
	padding: 0 0 16px;
	font-size: 16px
}

.catalog__item-features ul li::before {
	top: 12px
}

.catalog__item-shop {
	padding: 20px 0 0
}

.catalog__item-shop p.features {
	color: #0f0f0f
}

.catalog__item-icons {
	width: 52%;
	float: left;
	text-align: center;
	border: 1px solid #e9e7e4
}

.catalog__item-icon {
	float: left;
	width: 33.3333%;
	height: 48px
}

.catalog__item-icon a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	opacity: .7;
	transition: opacity .25s ease-out
}

.catalog__item-icon a:hover {
	opacity: 1
}

.catalog__item-icon--minus a {
	background: url(../images/background/minus_catalog.png) center center no-repeat;
	background-size: 9px auto
}

.catalog__item-icon--plus a {
	background: url(../images/background/plus_catalog.png) center center no-repeat;
	background-size: 9px auto
}

.catalog__item-input {
	float: left;
	width: 33.3333%
}

.catalog__item-input input {
	width: 100%;
	text-align: center;
	padding: 10px 6px;
	font: 14px/2 'Josefin Sans', sans-serif;
	border: none;
	border-left: 1px solid #e9e7e4;
	border-right: 1px solid #e9e7e4;
	border-radius: 0;
	-webkit-appearance: none
}

.cart__btn a,
.catalog__item-btn {
	text-transform: uppercase;
	font: 11px/2 'Josefin Sans', sans-serif;
	letter-spacing: .3em
}

.cart__btn a,
.catalog__item-btn a {
	background: #0f0f0f;
	border: 3px solid #0f0f0f;
	color: #fff
}

.catalog__item-btn {
	width: 48%;
	float: left;
	text-align: center;
	position: relative
}

.catalog__item-btn a {
	display: block;
	padding: 11px 23px;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.catalog__item-btn a span {
	position: relative;
	display: inline-block
}

.catalog__item-btn a:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: bottom left;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	background-color: #fff;
	transform: scaleY(0)
}

.catalog__item-btn a:hover span {
	animation: button-roll-over .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.catalog__item-btn a:hover:before {
	transform: scaleY(1)
}

.catalog__item-btn-added {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.catalog__item-btn-added a {
	padding: 11px 23px 11px 38px
}

.catalog__item-btn-added a:after {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	top: 14px;
	left: 14px;
	background: url(img/svg/added_ikona.svg) center center no-repeat;
	background-size: 17px auto
}

.catalog__item-btn-added a:before {
	display: none
}

.catalog__item-btn-added--active {
	display: block
}

.catalog__menu-bg {
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	transition: opacity .5s ease-out
}

.cart__btn a,
.cart__btn a span,
.order__form {
	position: relative
}

.catalog__menu-bg--active {
	opacity: 1;
	left: 320px
}

.cart {
	max-width: 1040px;
	margin: 0 auto
}

.cart__btn {
	text-align: center
}

.cart__btn a {
	margin: 0 auto;
	display: inline-block;
	padding: 19px 60px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.cart__item,
.cart__title {
	border-bottom: 1px solid #e9e7e4
}

.cart__btn a span {
	display: inline-block;
	animation: button-roll-out .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.cart__btn a:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: bottom left;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
	background-color: #fff;
	transform: scaleY(0)
}

.cart__btn a:hover span {
	animation: button-roll-over .5s forwards cubic-bezier(.165, .84, .44, 1)
}

.cart__btn a:hover:before {
	transform: scaleY(1)
}

.cart__title {
	padding: 0 0 30px
}

.cart__title h1 {
	padding: 10px 0
}

.cart__item-qty,
.order__back {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: 'Josefin Sans', sans-serif;
}

.cart__title .cart__btn {
	float: right
}

.cart__title .cart__btn a {
	padding: 11px 35px
}

.cart__empty {
	padding: 40px 0
}

.cart__list {
	padding: 0 0 50px
}

.cart__item {
	padding: 14px 35px 10px
}

.cart__item .catalog__item-icons {
	margin: 14px 0 0;
	width: 16%
}

.cart__item-qty {
	float: left;
	opacity: .7;
	padding: 30px 15px 0 0
}

.cart__item-remove {
	float: right;
	margin: 26px 0 0 40px;
	background: #f7f6f5;
	border-radius: 14px;
	text-align: center
}

.cart__item-remove a {
	width: 28px;
	height: 28px;
	display: block;
	background: url(../images/background/remove.png) center center no-repeat;
	background-size: 10px auto;
	text-indent: -9999px
}

.cart__item-remove a:hover {
	background: url(../images/background/remove_h.png) center center no-repeat;
	background-size: 10px auto
}

.cart__item-img {
	float: left;
	width: 11%;
	padding: 0 40px 0 0;
	text-align: center
}

.cart__item-img img {
	max-height: 78px
}

.cart__item-title {
	float: left;
	opacity: .7;
	font-size: 14px;
	width: 48%;
	padding: 28px 40px 0 0
}

.order {
	max-width: 510px;
	margin: 0 auto
}

.order__title {
	padding: 0 0 30px
}

.order__title h1 {
	font-size: 30px;
	padding: 10px 0
}

.order__form .form-group.type-checkbox {
	padding: 0 0 10px;
	max-width: 100%
}

.order__form .form-group.type-checkbox .checkbox {
	position: static;
	float: none;
	margin: -25px 0 10px
}

.order__form .form-group.type-checkbox .checkbox input {
	margin: 3px 7px 0 0;
	float: left;
	display: none
}

#popup .form-group:not(.type-submit):not(.type-checkbox),
.order__back {
	display: inline-block
}

.order__back {
	position: absolute;
	left: 0;
	bottom: 42px;
	padding: 0 0 0 23px;
	color: #b9a787;
	background: url(../images/background/back.png) 8px 4px no-repeat;
	background-size: auto 11px
}

.order__back:hover {
	color: #b9a787;
	background: url(../images/background/back.png) 3px 4px no-repeat;
	background-size: auto 11px
}

.order__delivery {
	background: #f8f7f5;
	padding: 22px 30px 35px;
	margin: 25px 0 30px
}

.order__delivery-label {
	padding: 0 0 22px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
	font-family: 'Josefin Sans', sans-serif;
}

.order__delivery-content {
	padding: 0 0 0 80px;
	background: url(img/svg/delivery.svg) 0 6px no-repeat;
	background-size: 51px auto;
	font-size: 13px
}

.order__delivery-content p {
	padding: 0 0 4px
}

.clients-item {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.clients-list,
.tabs {
	-ms-flex-pack: center
}

.clients-item .client-image-holder {
	position: relative;
	border: 10px solid #EFEEEC;
	border-radius: 2px;
	height: 440px;
	width: 440px;
	margin-right: 40px
}

.clients-item .client-image-holder img {
	height: 360px;
	width: 360px;
	object-fit: cover;
	position: absolute;
	bottom: 20px;
	right: -25px
}

.clients-item .client-content {
	max-width: 460px;
	position: relative;
	padding-left: 20px
}

.clients-item .client-content .client-comment {
	padding-top: 38px
}

.clients-item .client-content .client-comment h3 {
	font: 33px 'Feijoa Bold';
	letter-spacing: .025em
}

.clients-item .client-content .client-info {
	position: absolute;
	bottom: 18px
}

.clients-item .client-content .client-info h4 {
	line-height: .55em!important
}

.clients-item .client-content .client-info h4:nth-child(1) {
	font: 23px 'Josefin Sans', sans-serif;
}

.clients-item .client-content .client-info h4:nth-child(2),
.clients-item .client-content .client-info h4:nth-child(3) {
	font: 23px 'Josefin Sans', sans-serif;;
	color: #49542c
}

.clients-list {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
	padding: 0!important;
	margin-top: 30px
}

.clients-list .slick-next,
.clients-list .slick-prev {
	-ms-flex-align: center;
	position: absolute;
	bottom: 60px;
	font: 11px 'Josefin Sans', sans-serif;
	letter-spacing: .3em;
	text-transform: uppercase;
	cursor: pointer
}

.clients-list .slick-prev {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	left: 0;
	z-index: 10;
	border: none;
	background: 0 0
}

.clients-list .slick-next:after,
.clients-list .slick-prev:before {
	background: #F7F6F5;
	width: 62px;
	height: 62px;
	content: ''
}

.clients-list .slick-prev:hover img {
	margin-left: -40px;
	transition: .3s all ease
}

.clients-list .slick-prev:before {
	border-radius: 50%
}

.clients-list .slick-prev img {
	margin-right: 20px;
	margin-left: -30px;
	z-index: 1
}

.clients-list .slick-next {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	right: 0;
	z-index: 10;
	border: none;
	background: 0 0
}

.clients-list .slick-next:hover img {
	margin-right: -40px;
	transition: .3s all ease
}

.clients-list .slick-next:after {
	border-radius: 50%
}

.clients-list .slick-next img {
	margin-left: 20px;
	margin-right: -30px;
	z-index: 1
}

#ipBlock-clients-slider {
	overflow: hidden;
	max-width: 1567px;
	margin: 0 auto
}

@media only screen and (max-width:1681px) {
	#ipBlock-clients-slider {
		max-width: 1300px
	}
}

.clients-container {
	padding: 0 15px
}

#popup {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	z-index: 210;
	overflow: auto
}

#popup .popup-container {
	min-height: 62%;
	width: 90%;
	margin: 250px auto 0;
	position: relative;
	text-align: center;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .16);
	background: url(../images/background/bg_bean.png) center 20px no-repeat #fff
}

#popup .popup-container .popup-content {
	padding: 80px 80px 20px
}

#popup .popup-container .popup-content h2 {
	font: 32px 'Feijoa Bold'
}

#popup .popup-container .popup-content h2:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 2px;
	height: 64px;
	background: #49542c;
	display: block;
	margin: 30px 0
}

#popup .popup-container .popup-content h3 {
	font: 22px 'Feijoa Bold';
	color: #49542c;
	margin: 100px auto 0
}

#popup .popup-container .popup-content .popup-image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -95px
}

#popup .popup-container .popup-content .popup-content-main {
	margin-top: 135px
}

#popup .popup-container .popup-content .popup-content-form {
	padding-top: 100px
}

#popup #popup-close {
	position: absolute;
	font-size: 42px;
	color: #707070;
	top: 20px;
	right: 40px;
	cursor: pointer
}

#popup .ipModuleForm .type-email input,
#popup .ipModuleForm .type-text input {
	width: auto;
	padding: 14px 100px 12px 15px
}

#popup .ipModuleForm .type-email.active-field input,
#popup .ipModuleForm .type-text.active-field input {
	padding: 14px 100px 12px 15px
}

#popup .ipModuleForm .type-text input {
	margin-right: 20px
}

#popup .ipModuleForm .type-submit button {
	font: 11px 'Josefin Sans', sans-serif;
	border: 3px solid #49542c;
	padding: 26px 52px 25px;
	background-color: #fff;
	color: #000
}

#popup .ipModuleForm .type-submit button:before {
	background-color: #49542c
}

#popup .ipModuleForm .help-error {
	padding: 10px 0 0;
	background: url(img/svg/klaida.svg) 0 10px no-repeat;
	background-size: 22px auto;
	font-size: 14px
}

@media (max-width:992px) {
	#popup .ipModuleForm .help-error {
		padding: 10px 20px 0;
		background: url(img/svg/klaida.svg) 0 10px no-repeat;
		background-size: 14px auto;
		font-size: 10px;
		margin: 0 auto
	}
}

#popup .form-group.type-checkbox {
	margin: -15px auto 0;
	padding: 0!important
}

#popup .form-group.type-checkbox .checkbox {
	position: static;
	float: none
}

#popup .form-group.type-checkbox .checkbox input {
	position: relative;
	cursor: pointer;
	margin-right: 10px
}

#popup .form-group.type-checkbox .checkbox input:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	border: 1px solid #49542c;
	background-color: #F8F7F5
}

#popup .form-group.type-checkbox .checkbox input:checked:after {
	content: '';
	display: block;
	width: 3px;
	height: 8px;
	border: solid #49542c;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 5px
}

@media (min-width:1092px) and (max-width:1350px) {
	#popup .ipModuleForm .type-email input,
	#popup .ipModuleForm .type-text input {
		padding: 14px 30px 12px 15px
	}
}

@media (min-width:992px) and (max-width:1091px) {
	#popup .ipModuleForm .type-email input,
	#popup .ipModuleForm .type-text input {
		padding: 14px 0 12px 15px
	}
}

@media only screen and (max-width:991px) {
	#popup .popup-container {
		margin: 15% auto
	}
	#popup .popup-container .popup-content {
		padding: 80px 40px 20px
	}
	#popup .popup-container .popup-content h2 {
		font: 20px 'Feijoa Bold'
	}
	#popup .popup-container .popup-content h3 {
		font: 16px 'Feijoa Bold';
		width: 90%
	}
	#popup .popup-container .popup-content .popup-content-form {
		padding-top: 10px
	}
	#popup .popup-container .popup-content .popup-content-main {
		margin-top: 70px
	}
	#popup .ipModuleForm .type-email input,
	#popup .ipModuleForm .type-text input {
		width: auto;
		padding: 17px 10px 19px 20px
	}
	#popup .ipModuleForm .type-email.active-field input,
	#popup .ipModuleForm .type-text.active-field input {
		padding: 17px 10px 19px 20px
	}
	#popup .ipModuleForm .type-text input {
		margin-right: 0
	}
	#popup .ipModuleForm .has-error .help-error {
		display: table
	}
	#popup #popup-close {
		top: 0;
		right: 25px
	}
}

.tabs {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 30px
}

.tabs .tabs-holder {
	display: inline-block;
	border-bottom: 2px solid #EEE9E4
}

.tabs a {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: -2px;
	color: #000;
	font: 24px 'Josefin Sans', sans-serif;
	border-bottom: 2px solid transparent;
	transition: border-bottom .3s
}

.tabs a.active,
.tabs a:hover {
	border-bottom: 2px solid #49542c
}

.tabs a:nth-child(2),
.tabs a:nth-child(3) {
	margin-right: 30px;
	margin-left: 30px
}

.tabs a:nth-child(1) {
	margin-right: 30px
}

.tabs a:nth-child(4) {
	margin-left: 30px
}

.tab-content {
	display: none
}

.tab-content.active {
	display: block
}

.tab-content .tab-content-mid {
	max-width: 1410px;
	margin: 0 auto;
	padding: 130px 30px 0
}

.tab-content .coffee__go-elements {
	padding: 0!important
}

@media screen and (min-width:1680px) {
	.homepage__slogan {
		min-height: 890px
	}
	.homepage__slogan-text {
		padding: 290px 0 0
	}
	.homepage__we-coffee-btn {
		padding: 239px 0 0;
		max-width: 1537px;
		min-height: 521px
	}
	.footer__columns,
	.footer__copy,
	.upper__footer .container {
		max-width: 100%
	}
	.homepage__we-serve-item-img {
		width: 50%
	}
	.homepage__we-serve-item-text {
		width: 50%;
		padding: 120px 125px 0
	}
	.homepage__we-serve {
		padding: 70px 0 50px
	}
	.morph-wrap .morph {
		height: 750px;
		left: -60px
	}
	.homepage__coffee-slider {
		margin: 0 -250px 0 -100px;
		padding: 40px 0 130px
	}
	.homepage__coffee-slider .product-img {
		max-width: 206px
	}
	.homepage__coffee-slider .slick-current .product-img,
	.homepage__coffee-slider .slick-current-fake .product-img {
		max-width: 319px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-lavazza,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-lavazza {
		max-width: 285px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-kimbo,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-kimbo {
		max-width: 271px
	}
	.homepage__coffee-slider .slick-next {
		margin: -15px 230px 0 0
	}
	.homepage__coffee-slider .product-img-border {
		width: 578px;
		height: 578px
	}
	.homepage__coffee-slider ul {
		height: 618px
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 471px
	}
	.homepage__coffee-slider .product-icon {
		left: 137%
	}
	.questions {
		max-width: 1537px
	}
	.coffee__header {
		padding: 190px 0 0;
		min-height: 630px
	}
	.coffee__category-element {
		max-width: 1160px
	}
	.coffee__category-element-img-border {
		width: 604px;
		height: 604px
	}
	.coffee__category-element-info {
		padding: 80px 0 0 70px
	}
	.coffee__category-element--diff .coffee__category-element-info {
		float: left;
		padding: 80px 70px 0 0
	}
	.coffee__category-element-icon {
		left: 93%
	}
	.ipWidget-CoffeeWidget {
		padding: 0 0 0px
	}
	.ipWidget-CoffeeWidget:nth-child(2) {
		padding: 90px 0 40px
	}
	.coffee__machines-item-imgs-thumb {
		padding: 60px 25px 0
	}
	.coffee__header-info {
		padding: 190px 0 0
	}
	.coffee__go-clients-list ul li img {
		max-width: 238px;
		max-height: 77px
	}
	.coffee__go-clients-list ul li {
		height: 388px;
		line-height: 320px
	}
	.coffee__go-elements-list .homepage__we-serve-item-text {
		padding: 5px 100px 0
	}
	.coffee__go-elements-list .homepage__we-serve-item {
		padding: 130px 0
	}
	.coffee__go-elements-list .homepage__we-serve-text-v {
		top: 130px
	}
	.coffee__office-elements-list .homepage__we-serve-item-text {
		padding: 0 100px
	}
	.homepage__we-serve-item {
		max-width: 1410px;
		margin: 0 auto
	}
	.coffee__category-element-img img {
		max-width: 100%
	}
	.homepage__we-serve-text-v p::after {
		top: 14px
	}
	.contacts__map-holder,
	.contacts__maps-tabs {
		max-width: 100%
	}
	#map {
		height: 580px
	}
	.coffee__office-services {
		max-width: 1537px
	}
	.catalog__item-left,
	.catalog__item-right {
		width: 50%
	}
	.catalog__item-gallery-imgs {
		max-width: 700px;
		max-height: 530px
	}
	.catalog__item-gallery-imgs iframe {
		height: 310px
	}
	.catalog__item-gallery-imgs img {
		max-height: 520px
	}
	.coffee__header-bg--big,
	.homepage__slogan-bg--big {
		display: block
	}
	.coffee__header-bg--normal,
	.homepage__slogan-bg--normal {
		display: none
	}
}

@media screen and (min-width:2000px) {
	.homepage__slogan {
		min-height: 990px
	}
	.homepage__slogan-text {
		padding: 340px 0 0
	}
	#map {
		height: 650px
	}
	.coffee__machines-item-imgs-thumb {
		padding: 80px 25px 0
	}
	.coffee__machines-item-imgs-slider img {
		width: 50%
	}
	.coffee__machines-item-text {
		padding: 80px 135px 0 110px
	}
}

@media screen and (max-width:1366px) {
	.links-left .link-container,
	.links-right .link-container {
		width: 75%
	}
	.homepage__slogan {
		min-height: 620px
	}
	.homepage__slogan-text {
		padding: 160px 0 0
	}
	.header__menu-content {
		padding: 80px 0 40px
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 360px
	}
	.homepage__coffee-slider .product-img {
		max-width: 153px
	}
	.homepage__coffee-slider .product-img-border {
		width: 480px;
		height: 480px
	}
	.homepage__coffee-slider .slick-current .product-img,
	.homepage__coffee-slider .slick-current-fake .product-img {
		max-width: 275px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-lavazza,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-lavazza {
		max-width: 245px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-kimbo,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-kimbo {
		max-width: 234px
	}
	.homepage__coffee-slider .product-icon {
		left: 120%
	}
	.homepage__coffee-slider .slick-current .product-title-main,
	.homepage__coffee-slider .slick-current-fake .product-title-main {
		font-size: 35px
	}
	.homepage__coffee-slider {
		margin: 0 -160px 0 -150px;
		padding: 0 0 60px
	}
	.homepage__coffee-slider .slick-next {
		margin: -31px 140px 0 0
	}
	.homepage__we-serve-item-text {
		padding: 60px 40px 0 40px
	}
	.morph-wrap .morph {
		height: 580px;
		left: 0
	}
	.homepage__we-coffee-btn {
		padding: 168px 0 0;
		min-height: 390px
	}
	.homepage__coffee-slider .slick-slide {
		padding: 115px 0 0
	}
	.homepage__coffee-slider .slick-current,
	.homepage__coffee-slider .slick-current-fake {
		padding: 0
	}
	.coffee__header {
		min-height: 480px
	}
	.coffee__header-info {
		padding: 140px 0 0
	}
	.coffee__go-elements {
		padding: 45px 0 0
	}
	.coffee__we-elements-list {
		margin: -40px 0 0
	}
	.coffee__go-elements .morph-wrap {
		top: 260px
	}
	.coffee__go-elements-list .homepage__we-serve-item-text {
		padding: 5px 40px 0 70px
	}
	.coffee__go-elements-list .homepage__we-serve-item--reversed .homepage__we-serve-item-text {
		padding: 5px 70px 0 40px
	}
	.contacts__address-col {
		padding: 0 20px 75px
	}
	.coffee__office-machines {
		padding: 45px 0 0
	}
	.homepage__we-serve-btn {
		padding: 30px 0 0
	}
	.coffee__machines-item-text {
		padding: 0 80px 0 100px
	}
	.coffee__go-clients-list ul li {
		height: 268px;
		line-height: 200px
	}
	.coffee__category-element-info {
		padding: 60px 0 0 80px
	}
	.catalog__item a {
		padding: 50px 30px 15px
	}
	.coffee__go-element--full .homepage__we-serve-item-text::after {
		top: -70px
	}
}

@media screen and (max-width:1450px) {
	.contacts__form {
		max-width: 60%
	}
	.contacts__wrap .contacts__support {
		width: 40%
	}
}

@media screen and (max-width:1100px) {
	.contacts__form {
		max-width: 55%
	}
	.contacts__wrap .contacts__support {
		width: 45%
	}
}

@media screen and (max-width:1199px) {
	.links-left .link-container,
	.links-right .link-container {
		width: 70%
	}
	.footer__newletter .ipModuleForm .type-text {
		width: 200px
	}
	.footer__logo {
		width: 14%
	}
	.footer__newletter,
	.footer__social {
		width: 43%
	}
	.homepage__we-coffee-btn {
		padding: 115px 0 0;
		min-height: 295px
	}
	.homepage__slogan {
		min-height: 480px
	}
	.homepage__slogan-text {
		padding: 115px 0 0
	}
	.homepage__slogan-text h2,
	.ipWidget h1,
	.title h2,
	h1 {
		font-size: 60px
	}
	.header__link1 {
		left: 2%
	}
	.header__link3 {
		left: 13%
	}
	.header__link4 {
		left: 29%
	}
	.header__link2 {
		right: 29%
	}
	.header__link5 {
		right: 13%
	}
	.header__link6 {
		right: 2%
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 300px;
		bottom: -27px
	}
	.homepage__coffee-slider .product-img {
		max-width: 120px
	}
	.homepage__coffee-slider .product-img::after {
		width: 200px;
		height: 123px;
		margin: 0 0 0 -100px
	}
	.homepage__coffee-slider {
		margin: 0 -130px
	}
	.homepage__coffee-slider .slick-next {
		margin: 0 110px 0 0;
		top: 34%
	}
	.homepage__coffee-slider .product-img-border {
		width: 368px;
		height: 368px;
		left: -100px;
		border-width: 7px
	}
	.homepage__coffee-slider .slick-slide:hover .product-img-border {
		border-width: 7px
	}
	.homepage__coffee-slider .slick-current .product-title-main,
	.homepage__coffee-slider .slick-current-fake .product-title-main {
		font-size: 30px
	}
	.homepage__coffee-slider .slick-current .product-img,
	.homepage__coffee-slider .slick-current-fake .product-img {
		max-width: 210px;
		margin: 0 0 0 -50px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-lavazza,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-lavazza {
		max-width: 188px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-kimbo,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-kimbo {
		max-width: 178px
	}
	.homepage__coffee-slider .slick-slide {
		padding: 100px 0 0
	}
	.homepage__coffee-slider .slick-current,
	.homepage__coffee-slider .slick-current-fake {
		padding: 0
	}
	.homepage__coffee-slider .product-wave {
		top: 79px;
		left: -67px
	}
	.homepage__coffee-slider ul {
		height: 430px
	}
	.homepage__coffee-slider .slick-current .product-img::after,
	.homepage__coffee-slider .slick-current-fake .product-img::after {
		width: 210px;
		height: 125px;
		bottom: -40px;
		margin: 0 0 0 -104px
	}
	.homepage__coffee-slider .product-icon {
		left: 122%;
		top: 50px
	}
	.homepage__coffee-slider .slick-current .product-title,
	.homepage__coffee-slider .slick-current-fake .product-title {
		width: 50%;
		left: 50%;
		top: 55%
	}
	.homepage__we-serve-text h3 {
		font-size: 55px
	}
	.homepage__we-serve-item {
		margin: 0 70px;
		padding: 90px 0
	}
	.homepage__we-serve-text-v {
		top: 90px
	}
	.homepage__we-serve-item-text {
		padding: 50px 0 0 70px
	}
	.homepage__we-serve-beans1 {
		top: 130px;
		width: 80px
	}
	.homepage__we-serve-beans2 {
		bottom: 0;
		width: 70px
	}
	.homepage__we-serve-item--reversed .homepage__we-serve-item-text {
		padding: 50px 50px 0
	}
	.morph-wrap {
		top: 310px
	}
	.morph-wrap .morph {
		height: 480px;
		left: 50px
	}
	.catalog__item {
		width: 33.3333%
	}
	.catalog__item a {
		padding: 50px 20px 15px
	}
	.questions-inner {
		padding: 0 50px
	}
	.questions-left {
		width: 62%;
		font-size: 28px
	}
	.catalog .questions-left {
		width: 100%
	}
	.catalog .questions-right {
		float: left;
		width: 100%;
		text-align: left;
		padding: 25px 0 0
	}
	.catalog__item span.img {
		height: 207px;
		padding: 0 0 20px
	}
	.catalog__item span.img img {
		max-height: 177px
	}
	.catalog__item-left {
		width: 100%;
		min-height: 310px
	}
	.catalog__item-gallery {
		padding: 0 10px
	}
	.catalog__item-gallery-imgs {
		padding: 10px 50px 0 166px
	}
	.catalog__item-right {
		width: 100%;
		padding: 20px 50px 0
	}
	.catalog__item-gallery-imgs img {
		max-height: 310px
	}
	.cart__item-img {
		width: 13%
	}
	.cart__item-img img {
		max-height: 86px
	}
	.coffee__go-clients-list ul li img {
		max-width: 160px;
		max-height: 50px
	}
	.coffee__go-clients-list ul li {
		height: 208px;
		line-height: 140px
	}
	.coffee__go-elements-list .homepage__we-serve-text h3 {
		font-size: 50px
	}
	.coffee__go-element:nth-child(1) {
		background-size: 80px auto
	}
	.coffee__go-element:nth-child(2),
	.coffee__go-element:nth-child(3) {
		background-size: 90px auto
	}
	.coffee__go-element:nth-child(4) {
		background: url(img/beans3.png) 0 200px no-repeat;
		background-size: 140px auto
	}
	.coffee__go-clients {
		padding: 50px 0 85px
	}
	.coffee__we-elements-list {
		margin: -40px 0
	}
	.coffee__header {
		min-height: 370px
	}
	.coffee__header-info {
		padding: 85px 0 0
	}
	.coffee__go-elements .morph-wrap {
		top: 240px
	}
	.coffee__go-elements-list .homepage__we-serve-content {
		padding: 30px 0 0
	}
	.coffee__office-machines-list a {
		height: 220px
	}
	.coffee__office-machines-list img {
		max-height: 126px
	}
	.coffee__office-machines-list .col:nth-child(2) a,
	.coffee__office-machines-list .col:nth-child(4) a {
		height: 221px
	}
	.coffee__office-machines-list {
		padding: 50px 0 55px
	}
	.coffee__machines-item-imgs-thumb {
		padding: 30px 20px 0
	}
	.coffee__machines-item-imgs-slider iframe {
		min-height: 330px
	}
	.coffee__machines-item-text h3 {
		font-size: 55px
	}
	.coffee__machines-item-text {
		padding: 0 70px
	}
	.coffee__go-solutions-list ul li {
		padding: 38px 25px 6px;
		font-size: 18px
	}
	.coffee__go-solutions-list ul {
		clear: left
	}
	.coffee__go-solutions {
		padding: 80px 0
	}
	.contacts__address-col:nth-child(3n+1) {
		clear: none
	}
	.contacts__address-col:nth-child(2n+1) {
		clear: left
	}
	.ipWidget-CoffeeWidget {
		padding: 0 0 10px
	}
	.coffee__category-element {
		padding: 90px 70px
	}
	.coffee__category-element-info {
		padding: 10px 0 0 60px
	}
	.coffee__category-element-feature {
		padding: 6px 15px 10px 63px;
		width: 128px
	}
	.coffee__category-element--diff .coffee__category-element-info {
		float: left;
		padding: 10px 60px 0 0
	}
	.coffee__category-elements {
		margin: -70px 0 0
	}
	.coffee__category-element-img img {
		max-width: 350px
	}
	.coffee__category-element-img {
		padding: 0 0 0 40px
	}
	.m-none{
		display: none;
	}
	.coffee__category-element-img-border {
		width: 410px;
		height: 410px;
		border-width: 7px;
		left: 40px
	}
	.coffee__category-element-info h3 {
		font-size: 55px
	}
	.coffee__category-element-wave {
		top: 84px;
		left: 21px
	}
	.coffee__category-element-icon {
		top: 66px;
		left: 90%
	}
	.coffee__category-element-icon.coffee__category-element-icon--browndark {
		left: 88%
	}
	.coffee__category-element-img:after {
		width: 309px;
		height: 201px;
		bottom: -63px;
		margin: 0 0 0 -153px
	}
	.header__order {
		letter-spacing: .2em
	}
	.header__order a {
		padding: 30px 28px
	}
	.homepage__slogan-text h2 {
		font-size: 58px
	}
	.footer__newletter .ipModuleForm .type-submit button {
		min-width: 130px;
		padding: 14px 12px;
		letter-spacing: .2em
	}
	.coffee__go-element--full .homepage__we-serve-content img {
		margin: 30px 27px 0
	}
	.coffee__header__new h1,
	.coffee__header__new h2 {
		font-size: 30px
	}
	.coffee__header__new h3 {
		font-size: 55px
	}
}

@media screen and (max-width:991px) {
	.contacts__wrap .contacts__support-link a,
	.footer__newletter .ipsNewsletterForm .type-submit button {
		min-width: 100%
	}
	.cc-compliance {
		display: none!important
	}
	.coffee__category-element-content {
		text-align: center
	}
	.coffee__go-elements-list .homepage__we-serve-item .homepage__we-serve-item-text {
		padding: 0 80px 40px
	}
	.coffee__machines-item-link:nth-child(3) {
		padding: 0!important
	}
	.coffee__machines-top {
		margin: 0 -20px
	}
	.coffee__machines-item-links {
		margin: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
	.coffee__machines-item-text h4:after {
		background: 0 0
	}
	.tab-content .tab-content-mid {
		padding: 70px 30px 0
	}
	.tab-content {
		margin-top: 50px
	}
	.tab-content .coffee__go-elements {
		text-align: center
	}
	.tab-content .coffee__go-element {
		background: 0 0!important
	}
	.tab-content .coffee__go-elements-list {
		margin: 0!important
	}
	.tabs .tabs-holder {
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none
	}
	.tabs .tabs-holder::-webkit-scrollbar {
		width: 0;
		height: 0
	}
	.tabs .tabs-holder a {
		color: #9e9e9e;
		white-space: nowrap;
		font: 16px 'Josefin Sans', sans-serif;
		position: relative
	}
	.tabs .tabs-holder a.active {
		color: #000
	}
	.tabs .tabs-holder a.active:nth-child(1):after,
	.tabs .tabs-holder a.active:nth-child(2):after,
	.tabs .tabs-holder a.active:nth-child(3):after {
		content: '';
		background: url(../images/background/tab-arrows.html) center no-repeat;
		background-size: cover;
		width: 15px;
		height: 15px;
		position: absolute;
		right: -38px;
		top: 7px
	}
	.hidden-mb,
	.links-left,
	.links-right {
		display: none
	}
	.contacts__address-rekvz {
		text-align: center;
		padding: 0 20px 40px
	}
	.contacts__address-rekvz .rekvz-title {
		line-height: 1em
	}
	.contacts__address-rekvz .rekvz-addr {
		font: 16px 'Josefin Sans', sans-serif;;
		line-height: 1em;
		padding: 30px 45px
	}
	.contacts__address-col .contacts__address-addr,
	.contacts__address-col .contacts__address-phone {
		font: 16px 'Josefin Sans', sans-serif;;
		padding-bottom: 30px
	}
	.contacts__address-rekvz .rekvz-addr:before {
		left: 50%!important;
		transform: translateX(-50%)!important
	}
	.contacts__address-rekvz .rekvz-code p {
		padding: 10px 0 0
	}
	.contacts__address-col .contacts__address-phone {
		opacity: .7
	}
	.contacts__address-col .contacts__address-mail {
		padding-bottom: 30px
	}
	.contacts__wrap {
		display: block
	}
	.contacts__wrap .contacts__support {
		width: 110%;
		max-height: none;
		margin-left: -20px;
		text-align: center
	}
	.contacts__wrap .contacts__support-title h3 {
		font: 32px 'Feijoa Bold';
		word-spacing: 9999px
	}
	.contacts__wrap .contacts__support-link {
		margin-top: 10px
	}
	.contacts__wrap .contacts__support-call p {
		padding: 2px 0;
		letter-spacing: .025em
	}
	.contacts__title {
		padding: 0 0 100px!important
	}
	.contacts__form {
		max-width: 100%
	}
	.contacts__form .form-group.type-checkbox {
		padding: 0 0 18px
	}
	.contacts__form .form-group.type-checkbox label {
		font-size: 14px
	}
	.contacts__form .ipModuleForm .type-submit button {
		width: 80%;
		padding: 15px 20px;
	}
	.questions-inner {
		display: block
	}
	.coffee__machines-links {
		font: 11px 'Josefin Sans', sans-serif;
		text-align: center
	}
	.coffee__machines-links .opup {
		width: 100%;
		margin-top: 30px
	}
	.coffee__machines-links .opup.tl {
		width: 100%
	}
	.coffee__machines-links .coffee__machines-read {
		display: block;
		margin: 0 auto;
		width: -webkit-fit-content;
		width: fit-content;
		width: -moz-fit-content;
		border: none;
		border-bottom: 1px solid #707070;
		padding: 0
	}
	.coffee__machines-links .coffee__machines-offer {
		display: block!important;
		width: 80%;
		border: 3px solid #49542c;
		padding: 25px 0;
		margin: 10px auto;
		font: 11px 'Josefin Sans', sans-serif;
	}
	.fixed .header__logo {
		top: 14px;
		height: 103px
	}
	.header-menu__top {
		display: none
	}
	.header {
		height: 100px
	}
	.header__languages {
		display: block;
		float: left
	}
	.header__logo.header__logo--home {
		background: 0 0
	}
	.coffee__machines-logo {
		text-align: center
	}
	.coffee__machines-logo img {
		margin-top: -5px
	}
	.coffee__header-bg--normal,
	.homepage__slogan-bg--normal {
		display: none
	}
	.coffee__header-bg--small,
	.homepage__slogan-bg--small {
		display: block
	}
	.header__link1,
	.header__link2,
	.header__link3,
	.header__link4,
	.header__link5,
	.header__link6 {
		display: none
	}
	.header__menu {
		right: -100%;
		width: 100%
	}
	.header__menu--active {
		right: 0
	}
	.header__menu-custom {
		max-width: 240px;
		margin: 0 auto
	}
	.header__menu-logo {
		display: block;
		width: 36px;
		position: absolute;
		margin: 0 0 0 -18px;
		left: 50%;
		top: 0
	}
	.header__menu-client-zone {
		display: block;
		position: absolute;
		top: 10px;
		text-transform: uppercase;
		letter-spacing: .3em;
		font: 9px 'Josefin Sans', sans-serif;;
		border: 1px solid #fff;
		padding: 7px 17px
	}
	.header__menu-client-zone a:before {
		content: '';
		background: url(../images/icons/client_zone.png) center no-repeat;
		padding-right: 10px;
		margin-right: 10px;
		margin-left: -5px
	}
	.header__menu--active .header__menu-lang {
		display: block
	}
	.container {
		padding: 0 40px
	}
	.faq__contacts-info {
		padding: 40px
	}
	.inner {
		padding: 40px 0
	}
	.footer__columns {
		padding: 50px 0 30px;
		position: relative
	}
	.faq__contacts-right a {
		padding: 20px 40px
	}
	.faq__question a {
		padding: 35px 67px 35px 37px
	}
	.faq__answer {
		padding: 0 37px 55px
	}
	.footer,
	.footer__copy {
		text-align: center
	}
	.footer__logo {
		width: 80px;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 55px;
		margin: 0 0 0 -40px
	}
	.footer__newletter {
		width: 100%;
		float: none;
		text-align: center
	}
	.footer__newletter .ipsNewsletterForm {
		margin: 0 auto;
		max-width: 400px
	}
	.footer__newletter .ipsNewsletterForm .type-text {
		width: 60%
	}
	.footer__newletter .ipsNewsletterForm .type-submit {
		width: 40%
	}
	.footer__social {
		text-align: center;
		width: 100%;
		float: none;
		margin: 55px 0 48px
	}
	.footer__social a {
		padding: 7px 0 0
	}
	.upper__footer .upper__footer-columns {
		display: block
	}
	.upper__footer .upper__footer-title {
		margin-top: 20px;
		margin-bottom: 10px
	}
	.upper__footer .upper__footer-title p {
		font: 16px 'Josefin Sans', sans-serif;
	}
	.upper__footer .upper__footer-col .upper__footer-links p {
		font: 18px 'Josefin Sans', sans-serif;;
		line-height: 3.6em
	}
	.header__menu-content {
		max-height: 100%;
		position: relative
	}
	.contacts__address-list {
		margin: 0 -20px;
		text-align: center
	}
	.contacts__address-col {
		padding: 0 20px 75px;
		position: relative
	}
	.contacts__address-col:after {
		content: '';
		position: absolute;
		width: 64px;
		height: 2px;
		background: #49542c;
		left: 50%;
		transform: translateX(-50%)
	}
	.contacts__address-content {
		padding-bottom: 30px
	}
	.contacts__form {
		margin: 20px auto 100px
	}
	.contacts__address-list {
		padding: 50px 0 20px
	}
	.catalog__menu--active {
		left: -320px
	}
	.catalog__menu-mobile--active {
		left: 0
	}
	.catalog {
		padding: 0
	}
	.cart__item {
		padding: 14px 0 10px
	}
	.cart__item-img {
		width: 13%;
		padding: 0 20px 0 10px
	}
	.homepage__slogan {
		min-height: 494px
	}
	.homepage__slogan-text {
		padding: 105px 0 0
	}
	.homepage__we-coffee-btn {
		padding: 125px 0 0;
		min-height: 310px;
		margin: 0 auto 40px
	}
	.coffee__go-elements-list .homepage__we-serve-text h3,
	.homepage__slogan-text h2,
	.homepage__we-serve-text h3,
	.ipWidget h1,
	.title h2,
	h1 {
		font-size: 45px
	}
	.homepage__we-serve-item-text {
		padding: 30px 0 0 50px
	}
	.homepage__we-serve-item--reversed .homepage__we-serve-item-text {
		padding: 30px 50px 0
	}
	.homepage__we-serve-btn a {
		min-width: 170px;
		padding: 17px 23px
	}
	.homepage__we-serve-item {
		padding: 80px 0;
		margin: 0 50px
	}
	.homepage__we-serve-text-v {
		top: 80px
	}
	.homepage__coffee-slider {
		margin: 0 -360px 0 -120px
	}
	.homepage__coffee-slider .product-title {
		opacity: 0
	}
	.homepage__coffee-slider .slick-current .product-title,
	.homepage__coffee-slider .slick-current-fake .product-title {
		opacity: 1
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 230px;
		bottom: -20px
	}
	.homepage__coffee-slider .slick-current .product-title-main,
	.homepage__coffee-slider .slick-current-fake .product-title-main {
		font-size: 34px
	}
	.coffee__go-elements {
		padding: 20px 0 0
	}
	.coffee__go-elements-list .homepage__we-serve-item {
		padding: 70px 0
	}
	.coffee__go-clients-list ul li {
		width: 25%
	}
	.coffee__go-elements-list .homepage__we-serve-content {
		padding: 20px 0 0;
		line-height: 1.4
	}
	.coffee__office-machines-list img {
		max-height: 126px;
		display: inline-block;
		margin: 0
	}
	.coffee__office-machines-list a {
		height: 240px
	}
	.coffee__office-machines-list .col {
		padding: 8px 2px
	}
	.coffee__office-machines-list {
		padding: 45px 0 50px
	}
	.coffee__office-services-list {
		padding: 0 40px;
		font-size: 20px
	}
	.coffee__office-service {
		padding: 10px 0 20px 47px
	}
	.coffee__office-service::before {
		top: 21px
	}
	.coffee__office-service::after {
		top: 26px
	}
	.coffee__go-solutions-list ul li {
		padding: 38px 15px 6px 25px;
		font-size: 17px
	}
	.morph-wrap .morph {
		height: 380px;
		left: 50px
	}
	.coffee__go-elements .morph-wrap {
		top: 190px
	}
	.coffee__go-elements-list {
		margin: -30px 0 0
	}
	.coffee__category-element--diff .coffee__category-element-info,
	.coffee__category-element-info {
		padding: 0 60px 40px;
		float: none;
		width: 100%
	}
	.coffee__category-element-img-container {
		float: none;
		max-width: 430px;
		width: 100%;
		margin: 0 auto
	}
	.coffee__category-element--diff .coffee__category-element-img-container {
		float: none
	}
	.coffee__category-element {
		padding: 70px
	}
	.coffee__category-element-info h3 {
		font-size: 45px;
		text-align: center
	}
	.coffee__category-element-info h4 {
		font-size: 26px;
		text-align: center
	}
	.coffee__menu {
		height: auto;
		box-shadow: none;
		padding-top: 0
	}
	.coffee__menu ul {
		display: block;
		border-right: none
	}
	.coffee__menu ul li {
		display: list-item;
		height: auto;
		border: none;
		width: 100%;
		font-size: 14px;
		border-bottom: 1px solid #e9e7e4
	}
	.coffee__menu ul li a.double span br,
	.coffee__menu ul li.not-active-mobile {
		display: none
	}
	.coffee__menu ul li.active,
	.coffee__menu ul li:hover {
		border-bottom: 1px solid #e9e7e4
	}
	.coffee__menu ul li a,
	.coffee__menu ul li a.double {
		height: auto;
		padding: 15px 33px
	}
	.coffee__menu ul li a span {
		width: auto;
		line-height: 1.3
	}
	.coffee__menu ul li a.double span {
		padding: 0
	}
	.coffee__menu ul li img {
		max-height: 40px;
		margin: 0 16px 0 0
	}
	.coffee__menu-inner {
		position: relative
	}
	.coffee__menu-inner a.mobile-arrow {
		width: 66px;
		height: 70px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../images/background/arrow-down-menu.png) center center no-repeat;
		background-size: 20px auto
	}
	.coffee__menu-inner a.mobile-arrow--active {
		background: url(../images/background/arrow-up-menu.png) center center no-repeat;
		background-size: 20px auto
	}
	.coffee__menu ul li a.double img {
		vertical-align: middle
	}
	.coffee__menu ul li.active a {
		background: #ede8e4
	}
	.coffee__machines {
		padding: 2px 0 0
	}
	.coffee__machines-item-imgs-slider iframe {
		min-height: 255px
	}
	.coffee__machines-item-text {
		padding: 0 130px 40px;
		float: none;
		width: 100%;
		text-align: center
	}
	.coffee__machines-item-imgs {
		float: none;
		width: 100%;
		max-width: 508px;
		margin: 0 auto
	}
	.coffee__machines-item-text h3 {
		font-size: 45px
	}
	.coffee__go-elements-list .homepage__we-serve-text h4,
	.coffee__machines-item-text h4 {
		font-size: 26px
	}
	.coffee__machines-item {
		padding: 20px 0 60px
	}
	.coffee__go-elements-list .homepage__we-serve-text-v {
		display: none
	}
	.coffee__go-elements-list .homepage__we-serve-item-text {
		float: none;
		width: 100%
	}
	.coffee__go-elements-list .homepage__we-serve-item-img {
		float: none;
		width: 100%;
		max-width: 508px;
		margin: 0 auto
	}
	.coffee__go-elements-list .homepage__we-serve-item--reversed .homepage__we-serve-item-text,
	.coffee__go-elements-list .homepage__we-serve-item-text {
		padding: 0 80px 40px
	}
	.coffee__go-elements-list .homepage__we-serve-content {
		max-width: 100%
	}
	.catalog__item-content {
		margin: 0 auto
	}
	.cart__item-title {
		width: 52%
	}
	.ipWidget h3,
	h3 {
		font-size: 30px
	}
	.catalog__item-inner {
		position: relative
	}
	.catalog__item-inner .order__back {
		display: block;
		bottom: auto;
		top: -5px;
		left: 50px
	}
	.coffee__office-machines-list {
		margin: 0 -130px 0 0
	}
	.coffee {
		padding: 30px 0 0
	}
	.coffee__go-elements .title {
		max-width: 900px;
		padding-left: 80px;
		padding-right: 80px
	}
	.coffee__header__new h1,
	.coffee__header__new h2 {
		font-size: 26px
	}
	.coffee__header__new p {
		font-size: 26px;
		max-width: 550px
	}
	.coffee__header__new h3 {
		font-size: 45px
	}
	.homepage__we-coffee-img {
		overflow: hidden
	}
	.homepage__we-coffee-img img {
		width: auto;
		max-width: 300%
	}
	#map .phoney_lv::after {
		transform: rotate(0);
		top: 100%;
		left: 50%;
		margin: 0 0 0 -10px
	}
	#map .phoney_lv_parent {
		margin: auto;
		overflow: auto!important
	}
	#map .phoney_lv_parent_parent .js-info-bubble-close {
		margin: -60px 40px 0 0
	}
	.clients-list .slick-next img,
	.clients-list .slick-next:hover img,
	.clients-list .slick-prev img,
	.clients-list .slick-prev:hover img {
		margin-right: 0;
		margin-left: 0
	}
	.footer__newletter .ipWidget-Text .ipsContainer {
		padding: 0 20px 30px
	}
	.footer__newletter .ipWidget-Text .ipsContainer p {
		font: 16px 'Josefin Sans', sans-serif;
	}
	.m-mt-20 {
		margin-top: 20px
	}
	.expandable {
		display: none
	}
	.expand {
		background: url(../images/background/arrow-down-menu.png) 90% center no-repeat;
		background-size: 20px auto
	}
	.expand-active {
		background: url(../images/background/arrow-up-menu.png) 90% center no-repeat;
		background-size: 20px auto
	}
	.clients-item .client-image-holder {
		border: none;
		margin-right: 0;
		height: 360px
	}
	.clients-item .client-image-holder img {
		position: static;
		padding: 40px
	}
	.clients-item .client-content .client-comment {
		padding: 40px 20px 75px
	}
	.clients-item .client-content .client-info {
		bottom: 0;
		padding: 0 20px
	}
	.clients-list .slick-prev {
		left: -10px
	}
	.clients-list .slick-next {
		right: -10px
	}
	.clients-list .slick-next,
	.clients-list .slick-prev {
		top: 190px;
		bottom: auto
	}
	.clients-list .slick-next:after,
	.clients-list .slick-next:before,
	.clients-list .slick-prev:after,
	.clients-list .slick-prev:before {
		content: none
	}
	.clients-list .slick-prev img {
		transform: rotate(90deg)
	}
	.clients-list .slick-next img {
		transform: rotate(-90deg)
	}
}

@media screen and (max-width:767px) {
	.coffee__go-elements-list .homepage__we-serve-item .homepage__we-serve-item-text {
		padding: 0 0 40px
	}
	.tab-content .tab-content-mid {
		padding: 50px 30px 0
	}
	.questions-right {
		display: block
	}
	.homepage__coffee-slider .slick-current .product-img-border,
	.homepage__coffee-slider .slick-current .product-wave,
	.homepage__coffee-slider .slick-current-fake .product-img-border,
	.homepage__coffee-slider .slick-current-fake .product-wave,
	.homepage__we-serve-text-v {
		display: none
	}
	.questions-right h1,
	.questions-right h2,
	.questions-right h3,
	.questions-right h4 {
		margin-bottom: 20px;
		margin-right: 0;
		word-spacing: normal
	}
	.header__order a {
		padding: 30px 24px
	}
	.coffee__go-elements .title h3,
	.coffee__go-elements-list .homepage__we-serve-text h3,
	.homepage__slogan-text h2,
	.homepage__we-serve-text h3,
	.ipWidget h1,
	.title h2,
	h1 {
		font-size: 32px!important
	}
	.faq__select-holder p {
		font-size: 18px
	}
	.contacts__select select {
		text-transform: none;
		font: 17px/1.4 'Josefin Sans', sans-serif;
		letter-spacing: .025em;
		padding: 18px 60px 18px 25px;
		min-width: 181px
	}
	.faq__question a {
		padding: 35px 47px 35px 17px
	}
	.faq__answer {
		padding: 0 17px 55px
	}
	.faq__question a::after {
		right: 20px
	}
	.container {
		padding: 0 20px
	}
	.faq__contacts-left {
		padding: 0;
		float: none;
		width: 100%
	}
	.faq__contacts-right {
		float: none;
		max-width: 100%;
		padding: 5px 0
	}
	.faq__contacts-right a {
		padding: 17px 40px
	}
	body {
		font-size: 16px
	}
	.ipModuleForm .type-submit button {
		padding: 17px;
		min-width: 200px
	}
	.contacts__select {
		margin: -11px 0 0 4px;
		vertical-align: top
	}
	.contacts__address-list {
		margin: 0;
		padding: 20px 0
	}
	.contacts__address-col {
		width: 100%;
		padding: 0 20px 30px
	}
	.contacts__form {
		margin: 20px auto 80px
	}
	.catalog__item {
		width: 50%
	}
	.cart__item {
		position: relative
	}
	.cart__item-remove {
		margin: 0;
		right: 20px;
		position: absolute;
		top: 20px
	}
	.cart__item-img {
		width: 25%
	}
	.cart__btn a {
		padding: 15px 50px
	}
	.cart__item-title {
		width: 70%;
		padding: 8px 60px 0 0
	}
	.cart__item .catalog__item-icons {
		margin: 14px 0 10px;
		width: 150px
	}
	.order {
		max-width: 100%
	}
	.questions {
		padding: 52px 0 58px
	}
	.homepage__slogan-text {
		padding: 105px 20px 0
	}
	.homepage__coffee-slider .slick-current .product-img,
	.homepage__coffee-slider .slick-current-fake .product-img {
		margin: 0 0 0 -120px
	}
	.homepage__coffee-slider .product-icon {
		left: 113%
	}
	.homepage__coffee-slider .slick-current .product-title,
	.homepage__coffee-slider .slick-current-fake .product-title {
		left: 36%
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 179px;
		bottom: -16px
	}
	.homepage__coffee {
		padding: 80px 0
	}
	.homepage__coffee-slider {
		margin: 0 -320px 0 -120px
	}
	.homepage__we-serve-item-img {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 420px
	}
	.homepage__we-serve-item--reversed .homepage__we-serve-item-img {
		float: none
	}
	.homepage__we-serve-item--reversed .homepage__we-serve-item-text,
	.homepage__we-serve-item-text {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 360px;
		padding: 0 0 30px
	}
	.homepage__we-serve-btn--mobile {
		display: inline-block;
		text-align: center;
		width: 100%
	}
	.homepage__we-serve-btn a {
		min-width: 190px;
		padding: 15px 22px
	}
	.homepage__we-serve-item-text .homepage__we-serve-btn {
		display: none
	}
	.homepage__we-serve-item {
		padding: 60px 0;
		margin: 0 20px
	}
	.coffee__go-elements-list .homepage__we-serve-item--reversed .homepage__we-serve-item-text,
	.coffee__go-elements-list .homepage__we-serve-item-text {
		padding: 0 0 40px;
		max-width: 420px
	}
	.coffee__go-elements-list .homepage__we-serve-item {
		padding: 50px 0
	}
	.coffee__go-elements-list .homepage__we-serve-item-img {
		max-width: 420px
	}
	.questions-left {
		width: 100%;
		float: none
	}
	.questions-right {
		float: none;
		width: 100%;
		padding: 25px 0 0
	}
	.coffee__go-clients-list ul li {
		width: 33.3333%;
		height: 188px;
		line-height: 120px
	}
	.coffee__header .ipBlock {
		font-size: 20px
	}
	.coffee__office-machines h4 {
		font-size: 24px
	}
	.coffee__go-solutions-list ul li {
		width: 50%
	}
	.coffee__go-solutions-list ul {
		clear: none;
		display: inline;
		float: none
	}
	.coffee__category-element--diff .coffee__category-element-info,
	.coffee__category-element-info {
		padding: 0 40px 40px
	}
	.coffee__category-element {
		padding: 70px 50px
	}
	.coffee__category-element-holder:nth-child(1) {
		background-size: 80px auto
	}
	.coffee__category-element-holder:nth-child(2),
	.coffee__category-element-holder:nth-child(4) {
		background-size: 85px auto
	}
	.coffee__category-element-holder:nth-child(3) {
		background: url(img/beans3.png) left 0 bottom -30px no-repeat;
		background-size: 140px auto
	}
	.coffee__machines-item-text {
		padding: 0 90px 40px
	}
	.faq__select-holder .contacts__select {
		margin: 0
	}
	.coffee__go-elements-list .homepage__we-serve-content {
		line-height: 1.666
	}
	.coffee__go .homepage__we-serve-item-text .homepage__we-serve-btn {
		display: block
	}
	.coffee__category-element-info h3 {
		font-size: 42px
	}
	.coffee__office-machines-list {
		margin: 0 -110px 0 0
	}
	.coffee__header__new h1,
	.coffee__header__new h2,
	.coffee__header__new p {
		font-size: 26px
	}
	.coffee__header__new h3 {
		font-size: 42px
	}
	.homepage__we-serve-item-text,
	.questions-left,
	.questions-right {
		text-align: center
	}
	.coffee__category-element-feature {
		padding: 0;
		height: 80px
	}
	.coffee__category-element-feature span {
		left: 0;
		width: 100%;
		bottom: 0;
		top: auto;
		transform: translate(0, 0);
		padding: 0 10px;
		text-align: center
	}
	.coffee__category-element-feature.coffee__category-element-feature--blend {
		background: url(../images/icons/blend.png) 50% top no-repeat
	}
	.coffee__category-element-feature.coffee__category-element-feature--best {
		background: url(../images/icons/best.png) 50% top no-repeat
	}
	.coffee__category-element-feature.coffee__category-element-feature--flavour {
		background: url(../images/icons/flavour.png) 50% top no-repeat
	}
	.coffee__go-elements-list .homepage__we-serve-content .homepage__we-serve-stats .stat-block {
		width: 100%
	}
	.contacts__wrap .contacts__support {
		margin: 20px auto 0 -20px
	}
	#popup .popup-container {
		width: 100%
	}
}

@media screen and (max-width:599px) {
	.coffee__go-element--full .homepage__we-serve-content img {
		margin: 30px 20px 0
	}
	.cart__empty {
		text-align: center
	}
	.faq__select-holder p {
		font-size: 14px
	}
	.contacts__select select {
		font-size: 15px
	}
	.faq__question a {
		padding: 35px 47px 35px 10px
	}
	.faq__answer {
		padding: 0 17px 35px 10px
	}
	.header__order a {
		padding: 30px 15px
	}
	.contacts__select::after {
		bottom: 53%
	}
	.header__cart--has-items a {
		padding: 19px 26px
	}
	.faq__contacts-info {
		padding: 40px 25px
	}
	.contacts__form .form-group,
	.contacts__form .form-group.type-select {
		padding: 0 0 18px
	}
	.ipModuleForm .form-group.type-select:after {
		top: 28px;
		right: 30px
	}
	.ipModuleForm .form-group.active-field label {
		left: 22px
	}
	.contacts__form .type-email,
	.contacts__form .type-text {
		width: 100%;
		float: none
	}
	.contacts__maps-tab a {
		padding: 24px 20px
	}
	.header__order-mobile--active a {
		width: 247px;
		text-align: center
	}
	.cart__title h1 {
		text-align: center
	}
	.cart__title {
		padding: 0 0 100px;
		position: relative
	}
	.cart__title .cart__btn {
		position: absolute;
		bottom: 30px;
		width: 200px;
		left: 50%;
		margin: 0 0 0 -100px
	}
	.cart__title .cart__btn a {
		width: 100%
	}
	.inner {
		padding: 50px 0 40px
	}
	.cart__item-img {
		width: 32%;
		margin: 14px 0 0
	}
	.cart__item-title {
		width: 68%
	}
	.cart__item-remove {
		right: 15px
	}
	.catalog__item-gallery-thumbs {
		padding: 0 20px;
		width: 142px
	}
	.catalog__item-gallery-imgs {
		padding: 10px 40px 0 142px
	}
	.inner ul li::before {
		top: 10px
	}
	.cart__btn a {
		padding: 12px 30px;
		width: 200px
	}
	.homepage__slogan-text {
		padding: 95px 30px 0
	}
	.homepage__we-coffee-title,
	.homepage__we-serve-title {
		max-width: 440px
	}
	.homepage__we-serve-beans2 {
		bottom: 410px;
		width: 50px
	}
	.homepage__we-serve-beans1 {
		top: 200px;
		width: 60px
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		color: #f2efec;
		font-size: 142px;
		bottom: -13px
	}
	.homepage__we-serve {
		background: #f2efec
	}
	.homepage__coffee-slider .product-img {
		max-width: 100px
	}
	.homepage__coffee-slider {
		margin: 0 -250px 0 -110px
	}
	.homepage__coffee-slider .slick-current .product-img,
	.homepage__coffee-slider .slick-current-fake .product-img {
		max-width: 170px;
		margin: 0 0 0 -40px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-lavazza,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-lavazza {
		max-width: 154px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-kimbo,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-kimbo {
		max-width: 143px
	}
	.homepage__coffee-slider .slick-slide {
		padding: 70px 0 0
	}
	.homepage__coffee-slider .slick-current,
	.homepage__coffee-slider .slick-current-fake {
		padding: 0
	}
	.homepage__coffee-slider .product-icon {
		left: 91%;
		z-index: 10;
		width: 65px;
		height: 65px
	}
	.homepage__coffee-slider .product-icon.product-icon--blue,
	.homepage__coffee-slider .product-icon.product-icon--brown {
		background-size: 65px auto
	}
	.homepage__coffee-slider .product-icon.product-icon--browndark {
		width: 70px;
		height: 71px;
		background-size: 70px auto
	}
	.homepage__coffee-slider .product-title,
	.homepage__coffee-slider .slick-current .product-title,
	.homepage__coffee-slider .slick-current-fake .product-title {
		position: static;
		width: 100%;
		padding: 105px 0 0;
		text-align: center;
		max-width: 170px;
		margin: 0 0 0 -40px
	}
	.homepage__coffee-slider .product-title {
		transform: translate(0, -32%);
	}
	.homepage__coffee-slider .product-title .product-title-main,
	.homepage__coffee-slider .slick-current .product-title .product-title-main,
	.homepage__coffee-slider .slick-current-fake .product-title .product-title-main {
		margin: 0 -50px
	}
	.homepage__coffee-slider .slick-current .product-title-main,
	.homepage__coffee-slider .slick-current-fake .product-title-main {
		font-size: 30px
	}
	.homepage__coffee-slider .slick-current .product-title-main br,
	.homepage__coffee-slider .slick-current-fake .product-title-main br {
		display: none
	}
	.homepage__coffee {
		padding: 80px 0
	}
	.homepage__coffee-slider {
		padding: 0 0 20px
	}
	.homepage__coffee-btn {
		margin: -60px 0 0;
		float: left;
		clear: left;
		width: 100%
	}
	.homepage__coffee-slider .product-img::after {
		width: 100px;
		height: 60px;
		margin: 0 0 0 -50px;
		bottom: -25px
	}
	.homepage__coffee-slider ul {
		height: 500px
	}
	.coffee__category-element {
		padding: 70px 0
	}
	.coffee__category-element-holder:nth-child(1) {
		background: url(../images/beans2.png) left 0 bottom -40px no-repeat;
		background-size: 60px auto
	}
	.coffee__category-element-holder:nth-child(2),
	.coffee__category-element-holder:nth-child(4) {
		background: url(img/beans1.png) right 0 bottom -58px no-repeat;
		background-size: 60px auto
	}
	.coffee__category-element-holder:nth-child(3) {
		background: url(img/beans3.png) left 0 bottom -16px no-repeat;
		background-size: 80px auto
	}
	.ipWidget-CoffeeWidget:nth-child(2) .coffee__category-element-holder:nth-child(1),
	.ipWidget-CoffeeWidget:nth-child(2) .coffee__category-element-holder:nth-child(3) {
		background: url(img/beans4.png) right 0 bottom -12px no-repeat;
		background-size: 65px auto
	}
	.coffee__category-element-img img {
		max-width: 209px
	}
	.coffee__category-element-img {
		padding: 0 0 0 15px
	}
	.product-ul-li li {
	    margin-bottom: 15px;
	    float: left;
	    width: 50% !important;
	}
	.coffee__category-element-img-border {
		width: 366px;
		height: 366px;
		left: 40px
	}
	.coffee__category-element-wave {
		top: 83px;
		left: 20px
	}
	.coffee__category-element-icon {
		left: 80%
	}
	.coffee__category-element-img-container {
		padding: 0 0 0 20px
	}
	.coffee__category-element-icon.coffee__category-element-icon--browndark {
		left: 79%;
		height: 91px
	}
	.coffee__office-machines-list {
		margin: 0 -80px 0 0
	}
	.coffee__go-element:nth-child(1) {
		background: url(img/beans6.png) right -22px no-repeat;
		background-size: 60px auto
	}
	.coffee__go-elements-list .homepage__we-serve-item--reversed .homepage__we-serve-item-text,
	.coffee__go-elements-list .homepage__we-serve-item-text {
		max-width: 380px
	}
	.coffee__go-element:nth-child(2) {
		background: url(../images/beans2.png) 0 -42px no-repeat;
		background-size: 60px auto
	}
	.homepage__coffee-title {
		max-width: 420px
	}
	.coffee__go-element:nth-child(3) {
		background: url(img/beans5.png) right 0 no-repeat;
		background-size: 60px auto
	}
	.coffee__go-element:nth-child(4) {
		background: url(img/beans3.png) 0 20px no-repeat;
		background-size: 80px auto
	}
	.coffee__go-element:nth-child(5) {
		background: url(img/beans4.png) right 20px no-repeat;
		background-size: 60px auto
	}
	.coffee__go-solutions-list ul li {
		padding: 38px 25px 6px 35px;
		font-size: 18px;
		width: 100%
	}
	.coffee__go-clients-list ul li {
		width: 50%
	}
	.footer {
		z-index: 99
	}
	.header__menu-lang-drop {
		top: auto;
		bottom: 30px
	}
	.coffee__machines-item-text {
		padding: 0 30px 40px
	}
	.header__cart a {
		padding: 30px 23px
	}
	.header__order {
		letter-spacing: .1em
	}
	.coffee__go-elements .title {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width:479px) {
	.catalog h1,
	.coffee__machines-offer,
	.order__title h1 {
		text-align: center
	}
	.homepage__we-serve-text {
		margin: 0 -25px
	}
	.coffee__machines-offer {
		display: block
	}
	.coffee__machines-item-imgs-thumb ul,
	.coffee__office-machines-list span.big-title::after {
		display: none
	}
	.coffee__machines-offer .coffee__machines-get,
	.coffee__machines-offer .coffee__machines-interested {
		width: 80%;
		margin: 0 auto
	}
	.coffee__machines-offer .coffee__machines-interested {
		margin-bottom: 15px
	}
	.tab-content .homepage__we-serve-item {
		margin: 0 -20px
	}
	.header__lang {
		margin: 24px 0 0 20px
	}
	.catalog__item-inner .order__back {
		left: 75px
	}
	.header {
		height: 75px
	}
	.fixed .header {
		top: -74px
	}
	.scroll-up .header {
		top: 0
	}
	.header__cart a {
		height: 60px
	}
	.header__order a {
		height: 75px
	}
	.header__logo img {
		width: 52px
	}
	.header__logo {
		top: 6px
	}
	.header__logo.header__logo--home {
		top: 10px;
		height: auto;
		background-size: 100px auto
	}
	.header__logo {
	    left: 0%;
	    margin: 0 0 0 0px;
	}
	.coffee__menu {
		top: 75px;
	}
	.fixed .header__logo,
	.fixed .header__logo.header__logo--home {
		top: 14px
	}
	.main {
		padding: 60px 0 0
	}
	.header__order {
		font-size: 10px
	}
	.header__menu-content {
		padding: 70px 0 40px
	}
	.header__menu-main-menu ul li a {
		padding: 15px 0
	}
	.header__menu-custom,
	.header__menu-secondary-menu {
		padding: 0 0 30px
	}
	.header__menu-secondary-menu ul li a {
		padding: 15px 0
	}
	.header__menu-custom ul li a {
		padding: 15px
	}
	.homepage__coffee {
		padding: 50px 0 80px
	}
	.homepage__coffee-btn a {
		padding: 18px 23px
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 122px;
		bottom: -11px
	}
	.homepage__we-coffee-title,
	.homepage__we-serve-title {
		max-width: 370px
	}
	.homepage__we-serve-item--reversed .homepage__we-serve-item-text,
	.homepage__we-serve-item-text {
		max-width: 320px
	}
	.homepage__we-serve-item-img {
		max-width: 360px
	}
	.homepage__we-serve {
		padding: 50px 0 0
	}
	.homepage__we-coffee-btn {
		padding: 103px 0 0;
		min-height: 274px
	}
	.coffee__header .ipBlock {
		font-size: 18px
	}
	.coffee__go-elements-list .homepage__we-serve-item {
		padding: 20px 0
	}
	.coffee__go-elements-list {
		margin: -80px 0 0
	}
	.homepage__we-serve-item {
		margin: 0 35px
	}
	.coffee__go-element:nth-child(1) {
		background: url(img/beans6.png) right 0 no-repeat;
		background-size: 55px auto
	}
	.coffee__go-element:nth-child(2) {
		background: url(img/beans3.png) 0 44px no-repeat;
		background-size: 80px auto
	}
	.coffee__go-element:nth-child(3) {
		background: url(img/beans5.png) right 20px no-repeat;
		background-size: 55px auto
	}
	.coffee__go-element:nth-child(4) {
		background: url(img/beans3.png) 0 46px no-repeat;
		background-size: 80px auto
	}
	.coffee__category-element-feature.coffee__category-element-feature--best,
	.coffee__category-element-feature.coffee__category-element-feature--blend {
		background-size: 34px auto
	}
	.questions-inner {
		padding: 0 40px
	}
	.questions-left,
	.questions-right {
		font-size: 24px
	}
	.questions-right a {
		min-width: 100%
	}
	.coffee__office-machines {
		padding: 25px 0 0
	}
	.coffee__office-machines-list span.opacity {
		margin: 32px auto 0;
		line-height: 1.4
	}
	.coffee__office-machines h4,
	.coffee__office-services h4 {
		margin: -5px 0 0
	}
	.coffee__office-machines-list img {
		max-height: 100px
	}
	.coffee__office-machines-list a span.bubble {
		height: 68%
	}
	.coffee__office-machines-list {
		padding: 20px 0 30px
	}
	.coffee__office-elements-list {
		padding: 0 0 20px
	}
	.coffee__office-services .coffee__go-solutions {
		margin: 0 0 30px
	}
	.questions {
		padding: 30px 0 40px
	}
	.coffee__go-solutions {
		padding: 50px 0 30px
	}
	.contacts__select select {
		padding: 15px 50px 15px 20px;
		min-width: 170px
	}
	.contacts__select {
		margin: -8px 0 0 4px
	}
	.contacts__address-list {
		margin: 0 -10px
	}
	.coffee__category-element-feature {
		padding: 0;
		width: 33.3333%
	}
	.coffee__category-element-feature.coffee__category-element-feature--flavour {
		background-size: 36px auto
	}
	.coffee__category-element-img-border {
		width: 324px;
		height: 324px
	}
	.coffee__category-element-img img {
		max-width: 300px
	}
	.coffee__category-element-icon {
		left: 73%
	}
	.coffee__category-element-icon.coffee__category-element-icon--browndark {
		width: 80px;
		left: 74%;
		height: 81px;
		background: url(../images/icons/premium_brown_dark.png) center center no-repeat;
		background-size: 80px auto
	}
	.coffee__categories {
		padding: 45px 0
	}
	.coffee__category-element-img::after {
		width: 209px;
		height: 141px;
		bottom: -43px;
		margin: 0 0 0 -106px
	}
	.ipWidget-CoffeeWidget {
		padding: 0 0 10px
	}
	.ipWidget h2, h2 {
	    font: 35px/1 'Feijoa Bold';
	    padding: 0 0 20px;
	    margin: 0;
	}
	.coffee__category-element-holder:nth-child(1) {
	    background: transparent;
	    background-size: 101px auto;
	}
	.ipWidget-CoffeeWidget:nth-child(2) {
		padding: 0 0 20px;
		margin-top: -40px
	}
	.ipWidget-CoffeeWidget:nth-child(4) {
		padding: 90px 0 20px
	}
	.coffee__machines-item-text h3 {
		font-size: 38px
	}
	.coffee__machines-item-text h4,
	.faq__question {
		font-size: 20px
	}
	.coffee__machines-item-imgs-thumb {
		padding: 47px 20px 0
	}
	.coffee__machines-item {
		padding: 10px 0 60px
	}
	.header__logo.header__logo--home img {
		width: 110px
	}
	.faq__contacts-right a {
		display: block
	}
	.faq__question a {
		padding: 25px 47px 25px 10px
	}
	.faq__question a::after {
		right: 20px;
		top: 39px
	}
	.faq__contacts {
		padding: 30px 25px
	}
	.scroll-up .catalog__menu {
		padding-top: 40px
	}
	.cart__title .cart__btn {
		width: 240px;
		margin: 0 0 0 -120px
	}
	.cart__btn a {
		width: 240px
	}
	.catalog__item-gallery-thumbs {
		display: none
	}
	.catalog__item-gallery-imgs {
		padding: 10px 0 0
	}
	.catalog__item-right {
		padding: 20px 40px 0
	}
	.catalog__item-content {
		max-width: 100%
	}
	.catalog__item-inner {
		padding: 20px 0
	}
	.catalog__item-gallery {
		padding: 0
	}
	.catalog__item-gallery-imgs .slick-next,
	.catalog__item-gallery-imgs .slick-prev {
		top: 40%
	}
	.catalog__item-gallery-imgs .slick-dots {
		margin: 30px 0 0;
		padding: 15px 0 0;
		border-top: 1px solid #e9e7e4
	}
	.order__form {
		padding: 0 0 30px
	}
	.order__back {
		left: 50%;
		bottom: 0;
		margin: 0 0 0 -46px
	}
	.order__delivery-label {
		padding: 4px 0 22px 75px;
		background: url(img/svg/delivery.svg) 0 6px no-repeat;
		background-size: 51px auto
	}
	.order__delivery-content {
		padding: 0;
		background: 0 0
	}
	.ipModuleForm-scs-holder {
		margin: -90px 0 -40px
	}
	.ipModuleForm-scs a {
		margin: 30px auto 0;
		padding: 15px 30px;
		min-width: 240px
	}
	.catalog__menu ul li.catalog__menu-item a {
		background: url(../images/background/plus_catalog.png) 33px 21px no-repeat;
		background-size: 9px auto
	}
	.catalog__menu ul li.active a {
		background: url(../images/background/minus_catalog.png) 33px 26px no-repeat;
		background-size: 9px auto
	}
	.catalog__menu ul li ul li a {
		padding: 7px 25px
	}
	.catalog h1 {
		font-size: 34px;
		line-height: 1.2;
		padding: 0 37px 28px
	}
	.catalog__item {
		font-size: 13px
	}
	.header__cart a {
		padding: 23px 18px
	}
	.header__order a {
		padding: 22px 13px
	}
	#navbar_button_menu {
		margin: 20px 25px 0 0
	}
	.header__order-mobile--active a {
		width: 225px
	}
	.catalog__menu {
		width: 282px
	}
	.catalog__menu ul li a {
		padding: 12px 40px 12px 54px
	}
	.catalog__menu-bg--active {
		left: 282px
	}
	.homepage__slogan-text {
		padding: 75px 20px 0
	}
	.homepage__slogan-text h2 {
		font-size: 34px
	}
	.coffee__go-clients {
		padding: 50px 0 35px
	}
	.coffee__office-services,
	.contacts__maps {
		margin: 0 -20px
	}
	.homepage__coffee-title {
		max-width: 380px
	}
	.ipWidget h3,
	h3 {
		font-size: 26px
	}
	.coffee__category-element-info h3 {
		font-size: 42px
	}
	.catalog__item-title h1 {
		padding: 0 0 10px;
		line-height: 1.1;
		text-align: left
	}
	.header__cart--has-items a {
		padding: 11px 18px
	}
	.homepage__coffee-slider .product-title,
	.homepage__coffee-slider .slick-current .product-title {
		margin: 0 0 0 -50px
	}
	.homepage__coffee-slider .product-title .product-title-main,
	.homepage__coffee-slider .slick-current .product-title .product-title-main {
		margin: 0 -80px
	}
	.coffee__machines-item-link:not(:nth-child(3)) {
		padding: 0 40px 30px 0
	}
	.catalog__menu,
	.scroll-up .catalog__menu {
		top: 60px
	}
	.coffee__go-elements .title {
		padding-left: 15px;
		padding-right: 15px
	}
	.coffee__header__new h3 {
		font-size: 32px
	}
	.coffee__header__new {
		margin: -10px 0 10px
	}
}

@media screen and (max-width:410px) {
	.coffee__machines-item-text p.features {
		font-size: 11px
	}
	.coffee__machines-item-link:not(:nth-child(3)) {
		padding: 0 30px 30px 0
	}
	.header__menu-content {
		padding: 60px 0 40px
	}
	.header__menu {
		padding: 25px 20px 25px 20px;
	}
	.header__menu-close {
		right: 0
	}
	.header__menu-main-menu ul li a,
	.header__menu-secondary-menu ul li a {
		padding: 13px 0
	}
	.header__menu-secondary-menu {
		padding: 0 0 20px
	}
	.homepage__we-coffee-btn-link a {
		padding: 20px;
		min-width: 200px
	}
	.homepage__we-coffee-btn {
		padding: 95px 0 0;
		min-height: 243px
	}
	.homepage__we-serve-item--reversed .homepage__we-serve-item-text,
	.homepage__we-serve-item-text {
		max-width: 220px
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 107px;
		bottom: -10px
	}
	.homepage__coffee-slider .slick-current .product-img,
	.homepage__coffee-slider .slick-current-fake .product-img {
		max-width: 140px;
		margin: 0 0 0 -40px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-lavazza,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-lavazza {
		max-width: 127px
	}
	.homepage__coffee-slider .slick-current .product-img.product-img-kimbo,
	.homepage__coffee-slider .slick-current-fake .product-img.product-img-kimbo {
		max-width: 116px
	}
	.homepage__coffee-slider .slick-slide {
		padding: 50px 0 0
	}
	.homepage__coffee-slider .slick-current,
	.homepage__coffee-slider .slick-current-fake {
		padding: 0
	}
	.homepage__coffee-slider .product-img {
		max-width: 90px
	}
	.homepage__coffee-slider {
		margin: 0 -210px 0 -100px
	}
	.homepage__coffee-slider ul {
		height: 460px
	}
	.coffee__header-info {
		padding: 65px 0 0
	}
	.coffee__go-clients-list ul li img {
		max-width: 135px;
		max-height: 45px
	}
	.coffee__go-clients-list ul li {
		height: 168px;
		line-height: 100px
	}
	.coffee__office-machines-list img {
		max-height: 80px
	}
	.coffee__office-machines-list {
		margin: 0 -50px 0 0
	}
	.coffee__office-machines-list a {
		height: 210px
	}
	.coffee__go-elements-list .homepage__we-serve-item {
		padding: 50px 0 30px
	}
	.coffee__office-services-list {
		padding: 0 30px
	}
	.coffee__go-solutions-list ul li {
		padding: 38px 25px 6px
	}
	.inner .contacts__address-title {
		font-size: 16px
	}
	.contacts__select select {
		padding: 15px 40px 15px 15px;
		min-width: 135px
	}
	.contacts__select::after {
		right: 15px
	}
	.contacts__address-list {
		margin: 0 -20px
	}
	.contacts__address-col {
		padding: 0 20px 30px
	}
	.contacts__maps-tab a {
		padding: 20px 12px
	}
	.contacts__maps-tab {
		font-size: 10px
	}
	.coffee__category-element-info h3 {
		font-size: 34px
	}
	.coffee__category-element-info h4,
	.faq__contacts-info {
		font-size: 20px
	}
	.coffee__category-element--diff .coffee__category-element-info,
	.coffee__category-element-info {
		padding: 0 30px 40px;
		text-align: center
	}
	.coffee__category-element-img {
		padding: 0 0 0 0px
	}
	.coffee__category-element-img img {
		max-width: 100%
	}
	.coffee__category-element-img-border {
		width: 275px;
		height: 257px;
		top: 20px
	}
	.m-none{
		display: none;
	}
	.coffee__category-element-wave {
		top: 53px;
		left: 20px;
		width: 35px;
		height: 20px
	}
	.coffee__category-element-wave.coffee__category-element-wave--blue,
	.coffee__category-element-wave.coffee__category-element-wave--brown,
	.coffee__category-element-wave.coffee__category-element-wave--browndark {
		background-size: 35px auto
	}
	.coffee__category-element-icon {
		left: 73%;
		width: 70px;
		height: 70px;
		top: 45px
	}
	.coffee__category-element-icon.coffee__category-element-icon--blue,
	.coffee__category-element-icon.coffee__category-element-icon--brown {
		background-size: 70px auto
	}
	.coffee__category-element-icon.coffee__category-element-icon--browndark {
		width: 70px;
		height: 71px;
		background-size: 70px auto
	}
	.ipWidget-CoffeeWidget:nth-child(2) .coffee__category-element-holder:nth-child(1),
	.ipWidget-CoffeeWidget:nth-child(2) .coffee__category-element-holder:nth-child(3) {
		background-size: 60px auto
	}
	.coffee__category-element-img:after {
		width: 179px;
		height: 119px;
		bottom: -32px;
		margin: 0 0 0 -101px
	}
	.catalog__item span.img {
		height: 170px;
		padding: 0 0 20px
	}
	.catalog__item a {
		min-height: 300px;
		padding: 30px 20px 15px
	}
	.catalog__item span.img img {
		max-height: 140px
	}
	.catalog__item-title h1 {
		padding: 0 0 10px;
		text-align: left
	}
	.cart__item-remove {
		right: 0
	}
	.cart__item-img {
		width: 37%
	}
	.cart__item-title {
		width: 63%
	}
	.coffee__machines-item-imgs-thumb {
		padding: 50px 20px 0
	}
	.homepage__coffee-title {
		max-width: 320px
	}
	.header__cart a {
		padding: 23px 15px
	}
	.header__cart--has-items a {
		padding: 11px 15px
	}
	.header__order a {
		padding: 22px 12px
	}
	.lv .header__order a {
		padding: 22px 9px
	}
	.lv .header__order {
		font-size: 9px;
		letter-spacing: .07em
	}
	.coffee__header__new h1,
	.coffee__header__new h2,
	.coffee__header__new p {
		font-size: 16px
	}
	
}

@media screen and (max-width:359px) {
	.ipWidget h3,
	h3 {
		font-size: 26px
	}
	.homepage__coffee-title {
		max-width: 300px
	}
	.homepage__slogan-text h2 {
		font-size: 30px
	}
	.homepage__slogan {
		min-height: 445px
	}
	.header__cart a {
		padding: 23px 14px
	}
	.header__order {
		font-size: 9px
	}
	.header__order a {
		padding: 22px 9px
	}
	.homepage__coffee-text-slider,
	.inner .homepage__coffee-text-slider {
		font-size: 96px;
		bottom: -9px
	}
	.footer__newletter .ipsNewsletterForm .type-submit button {
		padding: 14px 6px
	}
	.footer__newletter .ipModuleForm .type-text input {
		font-size: 14px
	}
	.header__menu-main-menu ul li a,
	.header__menu-secondary-menu ul li a {
		padding: 10px 0
	}
	.header__menu-custom {
		padding: 0 0 20px
	}
	.header__order-mobile--active a {
		width: 195px
	}
	.catalog__menu {
		width: 244px
	}
	.catalog__menu-bg--active {
		left: 244px
	}
	.catalog__menu,
	.scroll-up .catalog__menu {
		padding-top: 20px
	}
	.coffee__go-clients-list ul li {
		height: 148px;
		line-height: 80px
	}
	.coffee__go-clients-list ul li img {
		max-width: 124px;
		max-height: 40px
	}
	.questions-inner {
		padding: 0 20px
	}
	.questions-left {
		font-size: 22px
	}
	.questions-right a {
		padding: 17px 23px
	}
	.coffee__office-services-list {
		padding: 0 20px;
		font-size: 18px
	}
	.coffee__office-service {
		padding: 10px 0 20px 35px
	}
	.coffee__office-service::before {
		top: 19px
	}
	.coffee__office-service::after {
		top: 24px
	}
	.contacts__select select {
		padding: 10px 35px 10px 10px;
		min-width: 120px
	}
	.contacts__title--small h2 {
		font-size: 24px;
		padding: 0 0 10px
	}
	.contacts__maps-tab {
		font-size: 9px
	}
	.coffee__category-element-img-border {
		width: 247px
	}
	.coffee__category-element-features {
		font-size: 10px
	}
	.coffee__machines-item-imgs-slider iframe {
		min-height: 212px
	}
	.catalog__item a {
		padding: 30px 10px 15px
	}
	.catalog__item-gallery-imgs img {
		max-height: 270px
	}
	.catalog__item-title h1 {
		font-size: 30px
	}
	.header__cart--has-items a {
		padding: 11px 14px
	}
	.cart__item .catalog__item-icons {
		width: 130px
	}
}

@media only screen and (min-width:992px) and (max-width:1400px) {
	.contacts__address-col .contacts__address-w25:nth-child(4) {
		width: 21%
	}
	.contacts__address-col .contacts__address-w25:nth-child(2),
	.contacts__address-col .contacts__address-w25:nth-child(3) {
		width: 23%
	}
	.contacts__address-col .contacts__address-w25:nth-child(1) {
		width: 28%
	}
	.contacts__address-col .contacts__address-w25:not(:nth-child(4)):before {
		width: 32px!important;
		transform: translateX(60%)!important;
		right: 20%!important
	}
}

@media only screen and (min-width:992px) {
	.header__logo {
		/*background: url(../images/background/header_logo.png) center bottom no-repeat;
		background-size: 164px auto*/
	}
	.tab-content {
		margin: 0 -70px
	}
	.coffee__machines-top {
		margin: 30px -70px 0
	}
	.hidden-ds {
		display: none
	}
	.contacts__address-col {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
	.contacts__address-col .contacts__address-w25 {
		width: 25%;
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.contacts__address-col .contacts__address-w25:not(:nth-child(4)):before {
		content: '';
		width: 64px;
		height: 2px;
		position: absolute;
		top: 50%;
		transform: translateX(-50%);
		right: 0;
		background: #49542c
	}
	.contacts__address-addr {
		font: 16px 'Josefin Sans', sans-serif;
	}
	.contacts__address-main-title {
		font: 22px 'Feijoa Bold';
		position: relative
	}
	.contacts__address-phone {
		font: 16px 'Josefin Sans', sans-serif;
	}
	.inner .contacts__address-main-title {
		padding-bottom: 0
	}
}

.title1 p {
    padding: 0 0 20px;
    color: #0f0f0f;
}


.vid-1{
	opacity: 1;
    transform: translateY(0);
    /*flex-basis: calc(80% - 0.16667px);
    max-width: calc(80% - 0.16667px);*/
    margin-right: -23.83333px;
    margin-left: 25px;
    margin: 0% auto 0 auto;
    height: 550px;
}
.vid-2{
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 46%;
    transform: translateX(-50%);
    /*max-width: 500px;*/
    max-width: 100%;
    max-height: 613px;
}
.vid-3{
	position: absolute;
    perspective: 559px;
    font-size: 0;
    /*max-width: 456px;*/
    max-width: 100%;
    max-height: 580px;
    width: 100%;
    height: 100%;
}
.vid-4{
	border-radius: 15px;
    /*transform: rotate3d(400, -600, 600, 5deg);*/
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
}
.vid-5{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bg-trans{
	background: transparent !important;
	top: 8px;
}
.coffee-prod-pad-top30{
	padding-top: 0px;
	height: auto;
}

._element-1 {
    left: auto;
    right: -18%;
    top: 10%;
    max-width: 450px;
}
._element-2 {
    left: 7%;
    top: 30%;
    max-width: 300px;
}
._element-3 {
    left: 33%;
    top: 50%;
    max-width: 300px;
}
._absolute {
    position: absolute;
}

.main-color {
    color: #49542c;
}

.wood .mobile-img {
    display: none;
}

.footer-menu .menu-item{
	display: block;
    width: 100%;
    margin-bottom: 25px;
    font-weight: normal;
    color: #0f0f0f;
}
.footer-menu .menu-item .footer-title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.footer-menu .menu-item a{
	color: #0f0f0f;
	font-size: 16px;
}
.hand{
	cursor: pointer;
}
.product-title-small{
	display: none;
}
li.slick-slide.slick-current .product-title-small {
    display: block;
}

.home-section-content {
    padding: 0px 15px;
    padding-top: 50px;
    max-width: 400px;
    min-width: 200px;
    /* position: absolute !important; */
    flex-direction: column;
    position: absolute;
    justify-content: center;
    display: flex;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.diamond-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.red-diamond-img {
    width: 450px;
    height: 450px;
    max-width: unset;
}
.diamond-wrapper h2 {
    position: absolute;
    bottom: 35%;
    font-size: 33px;
    color: white;
    line-height: 1.5;
}
.primary__btn {
    background: #fff;
    border: 1px solid #49542c !important;
    color: #0a0a0a;
    font-size: 1rem;
    font-weight: 700;
    z-index: 600;
    position: relative;
    box-shadow: none;
    text-transform: uppercase;
    padding: .75rem 2.25rem .5rem 2.25rem;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    transition: 0.5s;
    cursor: pointer;
}
.primary__btn:hover {
    background: #0f0f0f;
    border-color: #0f0f0f !important;
    color: #fff !important;
}


/*our story*/
.our-story-bannerdiv{
	position: absolute;
    max-width: 500px;
    top: 24%;
    left: 3%;
    text-align: left;
    color: #000
}



/*menudesign*/
.sm-menu-res{
	position: relative;
}
.sm-menu{
	position: absolute;
    background: #fff;
    min-width: 220px;
    left: -60px;
    box-shadow: 0px 2px 12px 0px #d9dcda;
    z-index: 22;
}
.sm-menu-atag{
	padding: 15px !important;
    display: block !important;
    height: auto !important;
    color: #0f0f0f !important;
    border-bottom: 1px solid #e8e8e8 !important;
}
.sm-menu-atag:hover{
	color: #49542c !important;
}
.menu-tringle{
	/*visibility: hidden;
    opacity: 0; */
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    margin-left: 2rem;
}

.mega-menu{
	display: none;
}
.sm-menu-res:hover .mega-menu{
	display: block;
}


.sm-menu-atag-mobile {
    padding: 15px !important;
    display: block !important;
    height: auto !important;
    color: #fff !important;
}

.mega-menu-mobile{
	display: none;
}

.sm-menu-res-mobile:hover .mega-menu-mobile{
	display: block;
}
.contactus-p p {
    margin-bottom: 15px;
    line-height: 1.5;
}
.contactus-p form p {
    margin-bottom: 0px !important;
    line-height: 0px !important;
}
.parsley-errors-list{
	color: red;	
    font-size: 14px;
}
.myhrtag{
	border-bottom: none;
	border-top: 1px solid #49542c;
}
.last-footer{
	text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wt-link{
	text-decoration: underline;
	color: #49542c;
}
.wt-link:hover{
	text-decoration: underline;
	color: #49542c;
}
.subcription-input-div {
    max-width: 500px;
    margin: auto;
    position: relative;
}
.subcription-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: auto;
    padding: .5rem;
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    max-width: 600px;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.send-sub {
    stroke: white;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
.subcription-input::placeholder { 
  color: #fff;
}


/*private label*/

.jarimage{
	height: 575px;
}
.private-label-bg{
	background-image: url(../images/private-label/img2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.private-div{
	padding: 50px 30px;
    background-color: #77981f;
    color: #fff;
}
.private-label-ul{
	padding-left: 20px;
}
.private-label-ul li{
	/*list-style-image: url('../images/check-mark.png');*/
	list-style: disc;
	margin-bottom: 15px;
}


.custom-class input[type="checkbox"]:checked + .switcher {
  background: #c06651; /*this is body of switch that should be lighter color*/
}
.custom-class input[type="checkbox"]:checked + .switcher:before {
  background: #c0392b; /*this is btn of switch that should be darker color*/
}

.dd-block{
	display: list-item !important;
}
.dd-none{
	display: none !important;
}
.div-first-head{
	text-align: right;
	margin: 10px;
}

.new-private-lbl{
	background: red;
    border: 2px solid red;
    padding: 7px 20px;
    border-radius: 22px;
    color: #fff;
}
.new-private-lbl:hover{
	background: #fff;
    border: 2px solid #49542c52;
    padding: 7px 20px;
    border-radius: 22px;
    color: #49542c;
}

.sut-qty-col{
	color: #49542c;
    font-weight: 700;
}
.sut-qty-title{
	color: #0f0f0f;
}
.pad-t2-b3{
	padding-top: 3rem;
    padding-bottom: 5rem;
}


.product-ul-li li {
    margin-bottom: 15px;
    float: left;
    width: 20%;
}
.product-ul-li li:before {
    position: absolute;
    top: 11px !important;
    left: 0;
    width: 6px !important;
    height: 6px !important;
    background: #0f0f0f !important;
    border-radius: 50% !important;
}
.one-text{
	position: absolute;
    font-size: 550px;
    font-weight: 800;
    color: #49542c26;
    top: -30%;
    width: 100%;
    font-family: initial;
    z-index: 0;
    left: 25%;
}



/*timeline*/


.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #49542c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.container-private {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  margin-bottom: 2.5rem;
}

.container-private.left {
  left: 0;
}

.container-private.right {
  left: 50%;
}

.container-private::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #49542c;
  border-radius: 16px;
  z-index: 1;
}

.container-private.right::after {
  left: -8px;
}

.container-private::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 0px);
  right: 8px;
  background: #ccc;
  z-index: 1;
}

.container-private.right::before {
  left: 8px;
}

.container-private .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #49542c;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container-private.left .date {
  right: -75px;
}

.container-private.right .date {
  left: -75px;
}

.container-private .icon {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	top: calc(50% - 20px);
	background: #49542c;
	border: 2px solid #ffffff;
	border-radius: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	z-index: 1;
}

.container-private.left .icon {
  right: 56px;
}

.container-private.right .icon {
  left: 56px;
}

.container-private .content {
  padding: 30px 40px 30px 30px;
  background: #ccc;
  position: relative;
  /*border-radius: 0 500px 500px 0;*/
  border-radius: 10px;
}

.container-private.right .content {
  padding: 30px 30px 30px 40px;
  /*border-radius: 500px 0 0 500px;*/
  border-radius: 10px;
}

.container-private .content h2 {
  /*margin: 0 0 10px 0;*/
  font-size: 18px;
  font-weight: normal;
  color: #0f0f0f;
}

.container-private .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #0f0f0f;
}
.container-private .content:hover{
	background: #49542c;
	transition: 0.5s;
}
.container-private .content:hover h2{
	color: #fff;
}
.container-private .content:hover p{
	color: #fff;
}
.container-private:hover.container-private::after{
	background: #49542c;
	transition: 0.5s;
}
.container-private:hover.container-private::before {
    background: #49542c;
    transition: 0.5s;
}

/*advantage private label*/
.private-adv-box{
	padding: 20px;
    border: 1px solid #efefef;
    box-shadow: 0 1px 4px 0 rgb(204 239 220);
    margin-bottom: 25px;
    color: #635e5e;
}
.private-adv-box .dd1{
	display: inline-block;
}
.private-adv-box .dd2{
	display: table-cell;
	vertical-align: top;
}
.w-80{
	width: 80px;
}
.private-adv-box h4{
	font-size: 22px;
	padding-bottom: 10px;
}
.private-adv-box p{
	font-size: 16px;
	line-height: 1.5;
}
.private-adv-box:hover {
    /*background: #49542c;
    border: 1px solid #49542c;
    box-shadow: 0 1px 4px 0 #49542c;
    color: #fff;
    transition: 0.4s;*/
    background: #49542c2b;
    border: 1px solid #e0e2db;
    box-shadow: 0 1px 4px 0 #e0e2db;
    color: #000;
    transition: 0.4s;
}
/*.private-adv-box:hover img{
	filter: brightness(0) invert(1);
}*/

@media (max-width: 767.98px) {
  .timeline::after {
    left: 25px;
  }

  .container-private {
    width: 100%;
    padding-left: 60px;
    padding-right: 15px;
    margin-bottom: 0.5rem;
  }

  .container-private.right {
    left: 0%;
  }

  .container-private.left::after, 
  .container-private.right::after {
    left: 15px;
  }

  .container-private.left::before,
  .container-private.right::before {
    left: 25px;
    border-color: transparent #49542c transparent transparent;
  }

  .container-private.left .date,
  .container-private.right .date {
    right: auto;
    left: 15px;
  }

  .container-private.left .icon,
  .container-private.right .icon {
    right: auto;
    left: 80px;
  }

  .container-private.left .content,
  .container-private.right .content {
    padding: 30px 15px 30px 80px;
    border-radius: 500px 0 0 500px;
  }
}



@media (min-width: 1300px) {
	.mycontainer{
		width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	    max-width: 1300px;
	}
}
@media (max-width: 767px){
	.wood > img {
	    display: none;
	}
	.wood .mobile-img {
	    display: block;
	    transform: translateX(20px);
	    -webkit-transform: translateX(20px);
	    -moz-transform: translateX(20px);
	    -o-transform: translateX(20px);
	}
	.red-diamond-img {
	    width: 350px;
	    height: 350px;
	    max-width: unset;
	}
	.diamond-wrapper h2 {
	    position: absolute;
	    bottom: 35%;
	    font-size: 26px;
	    color: white;
	    line-height: 1.5;
	}
	.private-adv-box .dd2 {
	    display: block;
	    vertical-align: inherit;
	    margin-bottom: 10px;
	}
	.mycontainer {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}




/*new time line*/


/* The actual timeline (the vertical ruler) */
.timeline-new {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline-new::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #49542c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

/* Container around content */
.container-timeline {
  padding: 3em 0 4.2em 40px;
  position: relative;
  background-color: inherit;
  /*width: 50%;*/
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #c3c7b9;
  top: 0px;
  left: 48.6%;
  border-radius: 50%;
  z-index: 1;
  transition: background-color 1.5s ease;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.desk-none{
	display: none;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 991px) {
	.tabdesk-none{
		display: none;
	}
	.desk-none{
		display: block;
	}
  /* Place the timelime to the left */
  .timeline-new::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-timeline {
  width: 100%;
  /*padding-left: 70px;
  padding-right: 25px;*/
  padding: 0em 15px 4em 15px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

	.timeline-new::after {
	    display: none;
	}
	.timeline-new .timeline-new-hover::after{
		display: none;
	}
	.container-timeline::after{
		display: none;
	}
  
}


.container-timeline-active::after {
    content: '';
    background-color: #49542c;
}

.container-timeline-active1::after {
    background-color: #49542c !important;
}

.timeline-new .timeline-new-hover::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #49542c;
    top: -6%;
    bottom: -24%;
    left: 96.8%;
    margin-left: -2px;
}

.divtext h5{
	font-size: 20px;
}
.divtext p{
	font-size: 14px;
	line-height: 1.5;
}
.divp1{
	max-width: 400px;
    text-align: left;
    position: absolute;
    right: 14%;
    top: 15px;
}
.divp2{
	max-width: 400px;
    text-align: left;
    position: absolute;
    left: 18%;
    top: 22%;
}
.divp3{
	max-width: 400px;
    text-align: left;
    position: absolute;
    right: 14%;
    top: 44%;
}
.divp4{
	max-width: 400px;
    text-align: left;
    position: absolute;
    left: 18%;
    top: 65%;
}
.divp5{
	max-width: 400px;
    text-align: left;
    position: absolute;
    right: 14%;
    top: 86%;
}
.divp6{
	max-width: 400px;
    text-align: left;
    position: absolute;
    left: 19%;
    top: 88%;
}

.whatsapp-chat{
	position: fixed;
    bottom: 15%;
    z-index: 999;
    right: 20px;
    border: 3px solid #49542c;
    border-radius: 50%;
    padding: 3px;
    display: grid;
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
.certi-logo {
    width: 13%;
    padding: 5px 2rem;
}
@media screen and (max-width: 991px) {
	.divp1{
	    text-align: left;
	    position: inherit;
	    margin-bottom: 2rem;
	    max-width:100%;
	}
	.divp2{
	    text-align: left;
	    position: inherit;
	    margin-bottom: 2rem;
	    max-width:100%;
	}
	.divp3{
	    text-align: left;
	    position: inherit;
	    margin-bottom: 2rem;
	    max-width:100%;
	}
	.divp4{
	    text-align: left;
	    position: inherit;
	    margin-bottom: 2rem;
	    max-width:100%;
	}
	.divp5{
	    text-align: left;
	    position: inherit;
	    margin-bottom: 2rem;
	    max-width:100%;
	}
	.divp6{
	    text-align: left;
	    position: inherit;
	    margin-bottom: 2rem;
	    max-width:100%;
	}	
}

@media screen and (max-width: 1024px) {
	.coffee__category-element-holder:nth-child(1) {
    	background: transparent;
    	background-size: 101px auto;
	}
	.padd-top15{
		padding-top: 2rem;
	}
}



@media screen and (max-width: 400px) {
	.new-private-lbl {
	    background: #49542c;
	    border: 2px solid #49542c;
	    padding: 7px 20px;
	    border-radius: 22px;
	    color: #fff;
	    display: block;
	    max-width: 150px;
	    margin: auto;
	    line-height: 1;
	}
}
