/*
Theme Name: BIOSTAR
*/

/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/opensanslight.woff2') format('woff2'),
    url('fonts/opensanslight.woff') format('woff'),
    url('fonts/opensanslight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'),
    url('fonts/opensans.woff2') format('woff2'),
    url('fonts/opensans.woff') format('woff'),
    url('fonts/opensans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
    url('fonts/opensanssemibold.woff2') format('woff2'),
    url('fonts/opensanssemibold.woff') format('woff'),
    url('fonts/opensanssemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/opensansbold.woff2') format('woff2'),
    url('fonts/opensansbold.woff') format('woff'),
    url('fonts/opensansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Bold'), local('Raleway-Bold'),
    url('fonts/ralewaybold.woff2') format('woff2'),
    url('fonts/ralewaybold.woff') format('woff'),
    url('fonts/ralewaybold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: "Open Sans", sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #fff;
	min-width: 320px;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	/*transition: all 0.2s ease-out;*/
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000;
	opacity: 1;
	/*transition: all 0.2s ease-out;*/
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
	opacity: 1;
	/*transition: all 0.2s ease-out;*/
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	/*transition: all 0.2s ease-out;*/
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
	margin: auto;
	width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.col {
	padding: 0 15px;
}

.title {
	color: #000;
	font-family: Raleway;
	font-size: 30px;
	font-weight: 700;
}

.title_white {
	color: #fff;
}

.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.wrapper {
	overflow: hidden;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

.header.active {
	position: fixed;
	background: url(img/bg-main.jpg) no-repeat top center;
	background-size: cover;
	height: 62px;
}

.header__row {
	display: flex;
	position: relative;
	align-items: flex-start;
}

.header__logo {
	width: 220px;
	flex-shrink: 0;
	position: relative;
	left: -24px;
}

.header.active .header__logo {
	height: 62px;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.header__navbar {
	margin-left: auto;
	display: flex;
	align-items: center;
	margin-top: 19px;
}

.header__socialize {
	position: absolute;
	top: 111px;
	left: 0;
}

.header__nav {
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.header__nav ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header__nav a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

.header__nav a:after {
	content: '';
	height: 5px;
	display: none;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	border-top: 1px solid #019642;
	border-bottom: 1px solid #019642;
}

.header__nav a:hover:after {
	display: block;
}

.header__nav li + li {
	margin-left: 24px;
}

.header__button {
	margin-left: 30px;
}

.button {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
	border: 1px solid #fff;
	padding: 10px 23px 11px;
	outline: none;
}

.button:hover {
	background: #fff;
	color: #293036;
}

.email {
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.email a {
	color: #fff;
	text-decoration: none;
	padding-left: 40px;
	position: relative;
}

.email a:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: -6px;
	background: url(img/email.png) no-repeat;
}

.instagram {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-top: 30px;
}

.instagram a {
	color: #fff;
	text-decoration: none;
	padding-left: 40px;
	position: relative;
}

.instagram a:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: -5px;
	background: url(img/instagram.png) no-repeat;
}

.header__btn {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 16px;
	right: 11px;
	width: 24px;
	height: 24px;
	background: url(img/btn.png) no-repeat;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	background: url(img/bg-main.jpg) no-repeat top center;
	background-size: cover;
	padding: 250px 0 110px;
}

.main__title {
	text-shadow: 9.5px 7.4px 12.7px #000002;
	color: #fff;
	font-size: 36px;
	line-height: 48px;
	max-width: 592px;
}

.main__title b {
	font-weight: 700;
}

.main__button {
	margin-top: 130px;
}

.main__block {
	position: relative;
}

.main__img {
	position: absolute;
	right: -143px;
	top: -150px;
}

.main__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
.product {
	background: url(img/bg-product.jpg) no-repeat top center;
	background-size: cover;
}

.product__block {
	padding: 80px 0;
	position: relative;
}

.product__block:before {
	content: '';
	position: absolute;
	left: -196px;
	top: -67px;
	width: 323px;
	height: 213px;
	background: url(img/product-top.png) no-repeat;
}

.product__block:after {
	content: '';
	position: absolute;
	right: -443px;
	bottom: -309px;
	width: 502px;
	height: 577px;
	background: url(img/product-bottom.png) no-repeat;
}

.product__right {
	width: 57.5%;
}

.product__left {
	width: 42.5%;
}

.product__title {
	margin-bottom: 35px;
}

.product__text {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	max-width: 650px;
}

.product__text p {
	margin: 0;
}

.product__text p + p {
	margin-top: 12px;
}

.product__img {
	position: relative;
}

.product__img img {
	width: 568px;
	position: absolute;
	left: -45px;
	top: 0;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	padding: 90px 0 36px;
}

.advantages__title {
	margin-bottom: 40px;
}

.advantages__row {
	margin-top: -46px;
}

.advantages__col {
	width: 33.3333%;
	margin-top: 46px;
}

.advantages__item {
	display: flex;
	align-items: center;
}

.advantages__icon {
	width: 100px;
	flex-shrink: 0;
	margin-right: 20px;
}

.advantages__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.advantages__text {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 185px;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about {
	background-color: #dde0e7;
	background-image: linear-gradient(180deg, #fff 0%, #efefef 100%);
}

.about__block {
	position: relative;
	padding: 60px 0 110px;
}

.about__row {
	position: relative;
	z-index: 1;
}

.about__block:before {
	content: '';
	position: absolute;
	left: -367px;
	bottom: -143px;
	width: 617px;
	height: 496px;
	background: url(img/about-bottom.png) no-repeat;
}

.about__title {
	margin-bottom: 35px;
}

.about__left {
	width: 57.5%;
}

.about__right {
	width: 42.5%;
}

.about__img a {
	position: relative;
	display: block;
}

.about__img a:after {
	content: '';
	position: absolute;
	width: 96px;
	height: 96px;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -48px;
	background: url(img/icon-video.png) no-repeat;
}

.about__img img {
	display: block;
	border: 1px solid #c9c9c9;
	width: 100%;
	height: auto;
}

.about__text {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.about__text p {
	margin: 0;
}

.about__text p + p {
	margin-top: 12px;
}

.about__images {
	max-width: 539px;
	display: flex;
	margin: 25px -13px 0;
}

.about__image {
	padding: 0 13px;
	width: 25%;
}

.about__image img {
	display: block;
	width: 100%;
	border: 1px solid #fff;
}

.about__more {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 30px;
}

.about__more a {
	color: #009437;
}

.about__more a:hover {
	text-decoration: none;
}

/* ==========================================================================
   ASSORTMENT
   ========================================================================== */
.assortment__block {
	padding: 90px 0 105px;
	position: relative;
}

.assortment__block:before {
	content: '';
	position: absolute;
	right: -277px;
	bottom: -118px;
	width: 261px;
	height: 257px;
	background: url(img/assortment-bottom.png) no-repeat;
}

.assortment__title {
	margin-bottom: 40px;
}

.assortment__row {
	margin-top: -50px;
}

.assortment__col {
	width: 50%;
	margin-top: 50px;
}

.assortment__item {
	position: relative;
	padding: 38px 20px 58px;
	background: #fff;
	border: 2px solid #009437;
	box-shadow: 19.9px 23.7px 71.5px 1.5px rgba(0, 0, 2, 0.23);
}

.assortment__name {
	max-width: 385px;
	margin: auto;
	color: #000;
	font-family: Raleway;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}

.assortment__label {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	margin-bottom: 25px;
}

.assortment__previews {
	margin-top: 23px;
}

.assortment__text {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 29px;
}

.assortment__img {
	max-width: 367px;
	margin: auto;
}

.assortment__img img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	box-shadow: 11px 6.9px 17.6px 0.4px rgba(0, 0, 0, 0.25);
}

.assortment__previews {
	display: flex;
	justify-content: center;
}

.assortment__preview {
	width: 60px;
}

.assortment__preview + .assortment__preview {
	margin-left: 13px;
}

.assortment__previews img {
	border-radius: 50%;
	display: block;
	width: 100%;
	height: auto;
}

.assortment__button {
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	text-align: center;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
	background: url(img/bg-info.jpg) no-repeat top center;
	background-size: cover;
	padding: 85px 0 100px;
}

.info__row {
	align-items: center;
}

.info__title {
	margin-bottom: 45px;
}

.info__left {
	width: 41.5%;
}

.info__right {
	width: 58.5%;
}

.info__img a {
	position: relative;
	display: block;
}

.info__img a:after {
	content: '';
	position: absolute;
	width: 96px;
	height: 96px;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -48px;
	background: url(img/icon-video.png) no-repeat;
}

.info__img img {
	display: block;
	border: 1px solid #a9a9a9;
	width: 100%;
	height: auto;
}

.info__text {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.info__step {
	padding-left: 110px;
	position: relative;
	max-width: 610px;
}

.info__step img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.info__step_pos1 img {
	left: 13px;
}

.info__step_pos2 img {
	left: 22px;
}

.info__step_pos3 img {
	left: 14px;
}

.info__step + .info__step {
	margin-top: 80px;
}

.info__step span {
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	background-color: #019642;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
}

/* ==========================================================================
   RECIPES
   ========================================================================== */
.recipes {
	padding: 95px 0 50px;
}

.recipes__title {
	margin-bottom: 42px;
}

.recipes__item {
	position: relative;
	padding-bottom: 35px;
	height: 750px;
	overflow: hidden;
}

.recipes__item.active {
	height: auto;
}

.recipes__item:before {
	content: '';
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	height: 62px;
	background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.recipes__item.active:before {
	display: none;
}

.recipes__img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #c9c9c9;
}

.recipes__block {
	display: flex;
	align-items: center;
	margin-top: 14px;
}

.recipes__previews {
	display: flex;
	margin: 0 -4px;
	width: 128px;
	flex-shrink: 0;
}

.recipes__preview {
	padding: 0 4px;
}

.recipes__preview img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #c9c9c9;
}

.recipes__video {
	margin-left: 17px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	top: 1px;
}

.recipes__video a {
	color: #000;
	text-decoration: none;
	padding-left: 43px;
	position: relative;
}

.recipes__video a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	width: 35px;
	height: 35px;
	background: url(img/icon-play.png) no-repeat;
}

.recipes__video a:hover {
	color: #ed0000;
}

.recipes__name {
	color: #019642;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

.recipes__time {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.recipes__text {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}

.recipes__text *:first-child {
	margin-top: 0;
}

.recipes__text *:last-child {
	margin-bottom: 0;
}

.recipes__text p {
	margin: 10px 0;
}

.recipes__text h2 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 10px;
}

.recipes__more {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 35px;
	display: flex;
	align-items: flex-end;
	background: #fff;
}

.recipes__more a {
	color: #019642;
}

.recipes__more a:hover {
	text-decoration: none;
}

.recipes .owl-prev {
	position: absolute;
	left: -56px;
	top: 375px;
	width: 25px;
	height: 43px;
	background: url(img/prev.png) no-repeat;
	font-size: 0;
}

.recipes .owl-prev:hover {
	opacity: 0.8;
}

.recipes .owl-next {
	position: absolute;
	right: -56px;
	top: 375px;
	width: 25px;
	height: 43px;
	background: url(img/next.png) no-repeat;
	font-size: 0;
}

.recipes .owl-next:hover {
	opacity: 0.8;
}

/* ==========================================================================
   MAGNIFIC POPUP
   ========================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0;
		}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* ==========================================================================
   INST
   ========================================================================== */
.inst {
	padding: 95px 0 0;
}

.inst__title {
	font-size: 24px;
}

.inst__block {
	display: flex;
	position: relative;
}

.inst__block:before {
	content: '';
	position: absolute;
	width: 436px;
	height: 501px;
	background: url(img/inst-top.png) no-repeat;
	top: -200px;
	left: -312px;
}

.inst__qc {
	width: 104px;
	flex-shrink: 0;
	margin-right: 24px;
	margin-top: 5px;
}

.inst__qc img {
	display: block;
	width: 100%;
	height: auto;
}

.inst__text {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.inst__link {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}

.inst__link a {
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 29px;
}

.inst__link a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 18px;
	height: 18px;
	background: url(img/icon-inst.png) no-repeat;
}

.inst__images {
	height: 519px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 65px;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews__block {
	position: relative;
	padding: 95px 0 113px;
}

.reviews__block:after {
	content: '';
	position: absolute;
	bottom: -126px;
	right: -314px;
	width: 339px;
	height: 312px;
	background: url(img/reviews-bottom.png) no-repeat;
}

.reviews__row {
	margin-top: -40px;
}

.reviews__col {
	width: 50%;
	margin-top: 50px;
}

.reviews__title {
	margin-bottom: 50px;
}

.reviews__img {
	width: 162px;
	position: absolute;
	left: -44px;
	top: -15px;
}

.reviews__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.reviews__item {
	background: #fff;
	border: 1px solid #b3b3b3;
	box-shadow: 4.6px 10px 42.1px 0.9px rgba(0, 0, 2, 0.1);
	padding: 12px 12px 16px 140px;
	margin: 0 30px 0 40px;
	position: relative;
}

.reviews__caption {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.reviews__more {
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}

.reviews__more a {
	color: #000;
	padding-right: 46px;
	position: relative;
}

.reviews__more a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 32px;
	height: 22px;
	background: url(img/icon-more.png);
}

.reviews__more a:hover {
	color: #ff3035;
}

/* ==========================================================================
   ORDER
   ========================================================================== */
.order {
	background: url(img/bg-order.jpg) no-repeat top center;
	background-size: cover;
	padding: 85px 0 95px;
}

.order__title {
	margin-bottom: 35px;
}

.order__row {
	margin-top: -20px;
}

.order__col {
	width: 25%;
	margin-top: 20px;
}

.order__item {
	background: #fff;
	padding: 24px 20px 31px;
}

.order__logo {
	line-height: 45px;
	margin-top: 5px;
}

.order__logo img {
	max-height: 45px;
	max-width: 100%;
	vertical-align: middle;
}

.link {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	background: #e60003;
	border: 2px solid #fff;
	padding: 11px 32px;
	text-decoration: none;
	outline: none;
}

.link:hover {
	background: #f63b3d;
}

.order__button {
	margin-top: 30px;
}

.order__text {
	margin-top: 17px;
	color: #fff;
	font-size: 20px;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	padding: 75px 0 115px;
}

.contacts__title {
	margin-bottom: 30px;
}

.contacts__left {
	width: 33.3333%;
	margin-top: 22px;
}

.contacts__right {
	width: 66.6666%;
}

.contacts__text {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}

.contacts__text a {
	color: #000;
	text-decoration: none;
}

.contacts__phone {
	padding-left: 40px;
	position: relative;
}

.contacts__phone:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	width: 25px;
	height: 25px;
	background: url(img/icon-phone.png) no-repeat;
}

.contacts__email {
	padding-left: 40px;
	position: relative;
}

.contacts__email:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8.5px;
	width: 25px;
	height: 17px;
	background: url(img/icon-email.png) no-repeat;
}

.contacts__instagram {
	padding-left: 40px;
	position: relative;
}

.contacts__instagram:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	height: 25px;
	background: url(img/icon-instagram.png) no-repeat;
}

.contact__input {
	width: 33.3333%;
	margin-bottom: 22px;
}

.input {
	height: 45px;
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 0 14px;
	outline: none;
}

.textarea {
	height: 121px;
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 10px 14px;
	outline: none;
	resize: none;
}

.contacts__bottom {
	margin-top: 22px;
	display: flex;
	align-items: center;
}

.contacts__button {
	flex-shrink: 0;
}

.submit {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	background: #009738;
	border: 2px solid #fff;
	padding: 18px 41px;
	text-decoration: none;
	min-width: 206px;
	text-align: center;
	outline: none;
}

.submit:hover {
	background: #0cbf4e;
}

.submit_order:before {
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -1px;
	background: url(img/icon.png);
}

.contacts__policy {
	margin-left: 30px;
	max-width: 340px
}

.policy {
	color: #393939;
	font-size: 15px;
	line-height: 17px;
	padding-left: 20px;
	position: relative;
}

.policy:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 15px;
	left: 0;
	top: 2px;
	background: url(img/icon-policy.png) no-repeat;
}

.policy a {
	color: #393939;
}

.policy a:hover {
	text-decoration: none;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	background: #393939;
	color: #c6c6c6;
	font-size: 13px;
	padding: 11px 0 12px;
}

.footer__row {
	display: flex;
}

.footer a {
	color: #c6c6c6;
}

.footer a:hover {
	color: #fff;
}

.footer__info + .footer__info:before {
	content: '|';
	margin: 0 10px;
}

/* ==========================================================================
   POPUPS
   ========================================================================== */
.popups {
	display: none;
}

.popup {
	max-width: 640px;
	padding: 30px;
	position: relative;
	margin: 30px auto;
	background: #fff;
}

.popup__title {
	margin-bottom: 20px;
}

.popup__input {
	margin-bottom: 20px;
}

.popup__policy {
	margin-left: 20px;
}

.popup__button {
	flex-shrink: 0;
}

.popup__bottom {
	display: flex;
	align-items: center;
}

.popup__text {
	color: #000;
	font-size: 14px;
}

form.wpcf7-form.sent .rows {
  display: none;
}
form.wpcf7-form.sent .wpcf7-mail-sent-ok,
form.wpcf7-form.sent .wpcf7-response-output {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  border: none;
}
.contact-wrap2 form.wpcf7-form.sent .wpcf7-response-output {
  color: #fff;
}
form.wpcf7-form.invalid .wpcf7-validation-errors,
form.wpcf7-form.invalid .wpcf7-response-output {
  font-size: 0;
  height: 0;
  opacity: transparent;
  margin: 0;
  padding:0;
  border: none;
  visibility: hidden;
  display: none;
}
form.wpcf7-form .rows input.wpcf7-not-valid,
form.wpcf7-form .rows textarea.wpcf7-not-valid {
  border-bottom: 2px solid #f00;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1299.98px) {
	.recipes .owl-prev {
		display: none;
	}

	.recipes .owl-next {
		display: none;
	}

	.recipes .owl-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.recipes .owl-dot {
		display: flex;
		background: #fff;
		border: 2px solid #019642;
		width: 14px;
		height: 14px;
		border-radius: 50%;
	}

	.recipes .owl-dot.active {
		background: #019642;
	}

	.recipes .owl-dot + .owl-dot {
		margin-left: 15px;
	}
}

@media only screen and (max-width : 1199.98px) {
	.container {
		width: 960px;
	}

	.main__img {
		right: -250px;
	}

	.product__img img {
		left: -120px;
	}

	.reviews__item {
		margin-right: 0;
	}
}

@media only screen and (max-width : 991.98px) {
	.container {
		width: 720px;
	}

	.header {
		position: fixed;
	}

	.header .container {
		width: 100%;
		padding: 0;
	}

	.header__navbar {
		display: none;
		margin: 0;
		position: fixed;
		overflow-y: auto;
		right: 0;
		top: 0;
		left: 0;
		background: #009035;
		padding-top: 95px;
		padding-bottom: 36px;
	}

	.header__logo {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.header__btn {
		display: block;
	}

	.header__nav {
		text-align: center;
		line-height: 25px;
	}

	.header__button {
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}

	.header__nav ul {
		display: block;
	}

	.header__nav li + li {
		margin-left: 0;
	}

	.header.active {
		height: 56px;
	}

	.header.active .header__logo {
		height: 56px;
	}

	.header__socialize {
		position: static;
		text-align: center;
		margin-top: 26px;
	}

	.email a {
		padding-left: 0;
		display: inline-block;
	}

	.email a:before {
		display: block;
		position: static;
		margin: 0 auto 10px;
	}

	.instagram {
		margin-top: 15px;
	}

	.instagram a {
		padding-left: 0;
		display: inline-block;
	}

	.instagram a:before {
		display: block;
		position: static;
		margin: 0 auto 10px;
	}

	.main {
		padding-top: 120px;
		padding-bottom: 50px;
	}

	.main__title {
		font-size: 20px;
		line-height: 32px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.main__title b {
		font-size: 26px;
		display: block;
	}

	.main__img {
		position: static;
		margin-top: 40px;
	}

	.main__button {
		margin-top: 20px;
		text-align: center;
	}

	.product__left {
		width: 100%;
	}

	.product__right {
		width: 100%;
	}

	.product__img img {
		position: static;
		margin: auto;
		width: auto;
		max-width: 100%;
		display: block;
	}

	.product__block {
		padding: 50px 0;
	}

	.advantages {
		padding: 50px 0 25px;
	}

	.advantages__col {
		width: 50%;
	}

	.about__block {
		padding: 50px 0 50px;
	}

	.about__left {
		width: 100%;
	}

	.about__right {
		width: 100%;
		margin-top: 40px;
	}

	.assortment__block {
		padding: 70px 0;
	}

	.product__title {
		margin-bottom: 30px;
	}

	.advantages__title {
		margin-bottom: 30px;
	}

	.about__title {
		margin-bottom: 30px;
	}

	.assortment__title {
		margin-bottom: 30px;
	}

	.info {
		padding: 50px 0 60px;
	}

	.info__left {
		width: 100%;
	}

	.info__right {
		width: 100%;
		margin-top: 60px;
	}

	.info__title {
		margin-bottom: 30px;
	}

	.info__step + .info__step {
		margin-top: 70px;
	}

	.recipes {
		padding: 50px 0 0;
	}

	.recipes__title {
		margin-bottom: 30px;
	}

	.recipes__block {
		display: block;
	}

	.recipes__video {
		margin-left: 0;
		margin-top: 20px;
	}

	.inst {
		padding: 50px 0 0;
	}

	.reviews__block {
		padding: 50px 0;
	}

	.reviews__title {
		margin-bottom: 40px;
	}

	.reviews__col {
		width: 100%;
	}

	.reviews__img {
		top: 50%;
		margin-top: -81px;
	}

	.order {
		padding: 50px 0;
	}

	.order__col {
		width: 33.3333%;
	}

	.order__title {
		margin-bottom: 30px;
	}

	.contacts__left {
		width: 100%;
		margin-top: 0;
	}

	.contacts__right {
		width: 100%;
		margin-top: 25px;
	}

	.contacts {
		padding: 50px 0;
	}

	.contacts__title {
		margin-bottom: 15px;
	}

	.footer {
		padding: 20px 0;
	}

	.footer__row {
		/*display: block;*/
		flex-wrap: wrap;
		margin-top: -5px;
	}

	.footer__info {
		width: 50%;
		margin-top: 5px;
	}

	.footer__info + .footer__info:before {
		display: none;
	}

	.popup {
		max-width: 460px;
	}

	.popup__bottom {
		display: block;
	}

	.popup__policy {
		margin-left: 0;
		margin-top: 10px;
	}

	.reviews__title {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width : 767.98px) {
	.container {
		width: 540px;
	}

	.advantages__col {
		width: 100%;
	}

	.advantages__row {
		margin-top: -20px;
	}

	.advantages__col {
		margin-top: 20px;
	}

	.advantages__text {
		max-width: inherit;
	}

	.advantages {
		padding-bottom: 0;
	}

	.assortment__col {
		width: 100%;
	}

	.recipes__block {
		display: flex;
	}

	.recipes__video {
		margin-top: 0;
		margin-left: 17px;
	}

	.recipes__item {
		height: 800px;
	}

	.inst__title {
		line-height: 1.2;
	}

	.inst__qc {
		margin-right: 15px;
	}

	.inst__link {
		margin-top: 10px;
	}

	.inst__text {
		font-size: 17px;
	}

	.reviews__title {
		margin-bottom: 20px;
	}

	.order__col {
		width: 50%;
	}

	.contact__input {
		width: 100%;
	}

	.contacts__policy {
		margin-left: 0;
		margin-top: 15px;
		max-width: inherit;
	}

	.contacts__bottom {
		display: block;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}

	.about__image {
		padding: 0 5px;
	}

	.about__images {
		margin-left: -5px;
		margin-right: -5px;
	}

	.assortment__item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.assortment__text {
		font-size: 15px;
	}

	.recipes__video {
		margin-left: 10px;
		font-size: 13px;
	}

	.recipes__video a:before {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: cover;
	}

	.recipes__video a {
		padding-left: 36px;
	}

	.recipes__previews {
		width: 96px;
	}

	.inst__qc {
		width: 50px;
	}

	.inst__title {
		font-size: 19px;
	}

	.inst__text {
		font-size: 15px;
	}

	.inst__link {
		font-size: 16px;
	}

	.inst__images {
		margin-top: 50px;
	}

	.inst__images {
		height: 260px;
		background-size: cover;
	}

	.reviews__item {
		margin: 0;
		padding: 20px;
	}

	.reviews__img {
		position: static;
		margin: 0 0 15px;
	}

	.order__col {
		width: 100%;
	}

	.order__item {
		text-align: center;
	}

	.popup {
		padding-left: 20px;
		padding-right: 20px;
	}

	.popup__title {
		font-size: 25px;
		line-height: 1.2;
	}

	.popup__text {
		font-size: 13px;
	}
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 576px) {

}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {
	.header__navbar {
		display: flex !important;
	}

	.header.active .header__socialize {
		display: none;
	}

	.header.active .header__navbar {
		margin-top: 12px;
	}
}

@media only screen and (min-width : 1200px) {

}

#eapps-instagram-feed-1 {
    margin-top: 30px;
}