/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');*/

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Light.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
		url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Light.woff') format('woff'),
		url('fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: 'Montserrat', 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: #4c4c4c;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #4c4c4c;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #4c4c4c;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #4c4c4c;
	opacity: 1;
	transition: all 0.2s ease-out;
}

.input_white::-webkit-input-placeholder,
.textarea_white::-webkit-input-placeholder {
	color: #fff;
}

.input_white::-moz-placeholder,
.textarea_white::-moz-placeholder {
	color: #fff;
}

.input_white:-moz-placeholder,
.textarea_white:-moz-placeholder {
	color: #fff;
}

.input_white:-ms-input-placeholder,
.textarea_white:-ms-input-placeholder {
	color: #fff;
}

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: 1300px;
	padding: 0 10px;
}

.wrapper {
	overflow: hidden;
}

.input {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #8c9699;
	padding: 0;
	color: #4c4c4c;
	font-size: 18px;
	font-weight: 400;
	outline: none;
	background: none;
}

.textarea {
	display: block;
	width: 100%;
	height: 90px;
	border: none;
	border-bottom: 1px solid #8c9699;
	padding: 0;
	color: #4c4c4c;
	font-size: 18px;
	font-weight: 400;
	outline: none;
	resize: none;
	background: none;
}

.input_white,
.textarea_white {
	color: #fff;
	border-color: #fff;
}

.textarea-wrap {
	position: relative;
}

.textarea-wrap .placeholder {
	transition: transform 0.2s ease, opacity 0.2s ease;
	color: #4c4c4c;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	bottom: 13px;
	left: 0;
	pointer-events: none;
}

.textarea-wrap .placeholder_white {
	color: #fff;
}

.textarea-wrap textarea:focus ~ .placeholder,
.textarea-wrap textarea:valid ~ .placeholder {
	opacity: 0;
}

.textarea-wrap textarea:invalid ~ .placeholder {
	opacity: 1 !important;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	border: none;
	text-decoration: none;
	height: 50px;
	background: #014b37;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.button:hover {
	background: #095540;
}

.light-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	border: none;
	text-decoration: none;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.light-button_inline {
	display: inline-flex;
	padding: 0 30px;
	min-width: 237px;
}

.light-button:hover {
	background: #fff;
	color: #014b37;
}

.light-button_green {
	border-color: #014b37;
	color: #014b37;
}

.light-button_green:hover {
	background: #014b37;
	color: #fff;
}

.checkbox {
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #4c4c4c;
	cursor: pointer;
	user-select: none;
}

.checkbox_white {
	color: #fff;
}

.checkbox a {
	color: #006ff8;
}

.checkbox a:hover {
	text-decoration: none;
}

.checkbox input[type="checkbox"] {
	width: 25px;
	height: 25px;
	border: 1px solid #8c9699;
	border-radius: 3px;
	margin-right: 14px;
	-webkit-appearance: none;
	flex-shrink: 0;
}

.checkbox_white input[type="checkbox"] {
	border-color: #fff;
}

.checkbox input[type="checkbox"]:checked {
	-webkit-appearance: auto;
	appearance: auto;
}

.title {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 2px;
}

.description {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.text {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.79);
	z-index: 2;
}

.header:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 72px;
	opacity: 0.72;
	background: #185441;
}

.header__row {
	display: flex;
	align-items: center;
	position: relative;
	height: 126px;
}

.header__logo {
	width: 315px;
	z-index: 100;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__description {
	width: 243px;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-left: 20px;
}

.header__contacts {
	margin-left: auto;
	z-index: 100;
}

.header__address {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	width: 178px;
	margin-left: 34px;
}

.header__phone {
	color: #185441;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	font-variant: small-caps;
	margin-bottom: 13px;
}

.header__phone a {
	color: #185441;
	text-decoration: none;
}

.header__feedback {
	color: #034b37;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}

.header__feedback a {
	color: #034b37;
}

.header__feedback a:hover {
	text-decoration: none;
}

.header__lang {
	width: 50px;
	text-align: center;
	margin-left: 93px;
}

.header__lang span {
	display: block;
	height: 31px;
	background: #e3e9e6;
	color: #185441;
	font-size: 14px;
	font-weight: 400;
	line-height: 31px;
	font-variant: small-caps;
}

.header__lang a {
	display: block;
	height: 31px;
	background-color: #fff;
	color: #929b98;
	font-size: 14px;
	font-weight: 400;
	line-height: 31px;
	font-variant: small-caps;
	text-decoration: none;
}

.header__lang a:hover {
	color: #185441;
}

.header__nav {
	position: absolute;
	left: 0;
	right: 0;
}

.header__nav {
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: -72px;
	z-index: 5;
}

.header__nav > ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header__nav > ul > li > a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 72px;
	text-decoration: none;
	padding: 0 30px;
}

.header__nav > ul > li:hover > a {
	background: #255849;
}

.prolapse {
	position: fixed;
	top: 198px;
	background: #255849;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	display: none;
	position: absolute;
	left: 0;
	right: 30px;
	top: 72px;
}

.prolapse:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	width: 100vw;
	background: #255849;
}

.prolapse:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100vw;
	width: 100vw;
	background: #255849;
}

.header__nav > ul > li:hover .prolapse {
	display: block;
}

.prolapse__title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 17px;
	padding-left: 29px;
}

.prolapse__title a {
	color: #fff;
	text-decoration: none;
}

.prolapse__title a:hover {
	text-decoration: underline;
}

.prolapse__name {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.prolapse__name a {
	color: #fff;
	text-decoration: none;
}

.prolapse__name a:hover {
	text-decoration: underline;
}

.prolapse__description {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.prolapse__row {
	display: flex;
}

.prolapse__first {
	flex-shrink: 0;
	width: 308px;
	border-right: 1px solid #1f6b4a;
	padding-top: 15px;
	padding-bottom: 40px;
}

.prolapse__second {
	flex-shrink: 0;
	width: 359px;
	border-right: 1px solid #1f6b4a;
	padding-top: 15px;
	padding-bottom: 40px;
}

.prolapse__third {
	flex-grow: 1;
	padding-top: 15px;
	padding-left: 47px;
	padding-bottom: 40px;
}

.prolapse__second .prolapse__title {
	padding-left: 73px;
}

.prolapse__third .prolapse__title {
	padding-left: 0;
}

.prolaspse__category {
	display: block;
	text-decoration: none;
	padding: 9px 0 9px 78px;
	position: relative;
}

.prolapse__second .prolaspse__category {
	padding-left: 122px;
}

.prolaspse__category:hover {
	background: #1c483b;
}

.prolapse__img {
	position: absolute;
	top: 20px;
	left: 40px;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	background: #164336;
}

.prolapse__img img {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.prolapse__second .prolapse__img {
	left: 84px;
}

.novelty {
	display: block;
	text-decoration: none;
	position: relative;
	background: #fff;
	padding-left: 132px;
}

.novelty__img {
	position: absolute;
	width: 132px;
	left: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.novelty__img img {
	display: block;
	width: 100%;
	height: auto;
}

.novelty + .novelty {
	margin-top: 20px;
}

.novelty__block {
	padding: 23px 20px;
}

.novelty__name {
	color: #185441;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	max-width: 300px;
	margin-bottom: 17px;
}

.novelty__description {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
}

.all {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.all a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.all a:hover {
	text-decoration: underline;
}

.all a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 33px;
	background: url(img/icon-all.png) no-repeat;
	background-size: cover;
	margin-left: 20px;
}

.all_green {
	color: #4c4c4c;
}

.all_green a {
	color: #4c4c4c;
}

.all_green a:after {
	background-image: url(img/next.png);
	margin-left: 9px;
}

.detail {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.detail a {
	display: inline-block;
	color: #4c4c4c;
	text-decoration: none;
}

.detail a:hover {
	text-decoration: underline;
}

.detail a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 33px;
	background: url(img/next.png) no-repeat;
	background-size: cover;
	margin-left: 20px;
}

.prolapse__all {
	margin-top: 31px;
}

.novelty:hover {
	opacity: 0.9;
}

.header_menu .header__row {
	/*padding-top: 26px;*/
	height: 126px;
}

.header__menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	color: #929b98;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.header__menu ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__menu li + li {
	margin-left: 22px;
}

.header__menu a {
	text-decoration: none;
	color: #929b98;
}

.header__menu a:hover {
	text-decoration: underline;
}

.header__nav li.parent > a:after {
	content: '';
	position: relative;
	top: -1px;
	margin-left: 7px;
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(img/icon-nav.png) no-repeat;
	background-size: cover;
	vertical-align: baseline;
}

.header__navbar {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.header__btn {
	margin-left: auto;
	padding: 0 10px;
	display: none;
	cursor: pointer;
	align-items: center;
	position: relative;
	right: -10px;
	top: -1px;
}

.header__btn-icon {
	position: relative;
	width: 22px;
	height: 20px;
	top: 1px;
}

.header__btn-icon i {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
	height: 2px;
	background: #185441;
}

.header__btn-icon i:nth-child(1) {
	top: 0;
}

.header__btn-icon i:nth-child(2),
.header__btn-icon i:nth-child(3) {
	top: 9px;
}

.header__btn-icon i:nth-child(4) {
	top: 18px;
}

.header__btn.active .header__btn-icon i:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%;
}

.header__btn.active .header__btn-icon i:nth-child(2) {
	transform: rotate(45deg);
}

.header__btn.active .header__btn-icon i:nth-child(3) {
	transform: rotate(-45deg);
}

.header__btn.active .header__btn-icon i:nth-child(4) {
	top: 9px;
	width: 0;
	left: 50%;
}

.header_mini {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

.header_mini:after {
	display: none;
}

.header_mini .header__description {
	display: none;
}

.header_mini .header__lang {
	display: none;
}

.header_mini .header__address {
	display: none;
}

.header_mini .header__phone {
	margin-bottom: 0;
}

.header_mini .header__row {
	height: 72px;
	padding-top: 0;
}

.header_mini .header__logo {
	width: 200px;
}

.header_mini .header__nav {
	left: 0;
	right: 0;
	top: 0;
	padding-left: 200px;
	padding-right: 170px;
}

.header_mini .header__nav > ul > li > a {
	color: #185441;
	padding-left: 15px;
	padding-right: 15px;
}

.header_mini .header__nav > ul > li:hover > a {
	color: #fff;
}

.header_mini .header__menu {
	display: none;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	background: url(img/bg-main.jpg) no-repeat;
	background-size: cover;
	padding-top: 280px;
	padding-bottom: 45px;
	position: relative;
}

.main:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 47px;
	bottom: -31px;
	left: 50%;
	margin-left: -12px;
	background: url(img/icon-main.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.main__block {
	background-color: rgba(9, 31, 20, 0.75);
	padding: 60px 30px 70px 63px;
	position: relative;
	left: -63px;
	max-width: 830px;
}

.main__title {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.main__label {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	max-width: 690px;
	margin-bottom: 15px;
}

.main__vantages {
	display: flex;
	margin-left: -74px;
}

.main__vantage {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-left: 74px;
}

.main__vantage img {
	flex-shrink: 0;
	width: auto;
	height: 38px;
	margin-right: 15px;
	display: block;
}

.main__socialize {
	margin-left: 40px;
	margin-top: 60px;
}

.socialize {
	display: flex;
}

.socialize a + a {
	margin-left: 10px;
}

.socialize a {
	width: 32px;
	height: 32px;
}

.socialize a:hover {
	opacity: 0.8;
}

.svk {
	background: url(img/svk.png) no-repeat;
	background-size: cover;
}

.sok {
	background: url(img/sok.png) no-repeat;
	background-size: cover;
}

.stg {
	background: url(img/stg.png) no-repeat;
	background-size: cover;
}

.sdz {
	background: url(img/sdz.png) no-repeat;
	background-size: cover;
}

.spn {
	background: url(img/spn.png) no-repeat;
	background-size: cover;
}

.syt {
	background: url(img/syt.png) no-repeat;
	background-size: cover;
}

.main__wrap {
	position: relative;
}

.main__wrap:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 11px;
	width: 1px;
	background: #fff;
	bottom: 15px;
	height: 248px;
}

.main__wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 11px;
	height: 1px;
	background: #fff;
	left: 222px;
	bottom: 15px;
}

.main__triangles {
	position: absolute;
	right: 0;
	bottom: 284px;
	width: 24px;
	height: 74px;
	background: url(img/triangles.png) no-repeat;
	background-size: cover;
}

.main__img {
	position: absolute;
	top: 26px;
	right: 146px;
	width: 338px;
	z-index: 1;
}

.main__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.main__buttons {
	display: flex;
	margin-left: -19px;
}

.main__button {
	width: 217px;
	margin-left: 19px;
	margin-top: 19px;
}

.main_catalog {
	padding-top: 303px;
}

.main_catalog .main__triangles {
	background-image: url(img/triangles-inner.png);
}

.main_catalog .main__img {
	right: 36px;
	top: 36px;
}

.main_catalog .main__block {
	padding-bottom: 57px;
}

.main_inner .main__block {
	padding-bottom: 60px;
}

/* ==========================================================================
   CATALOG
   ========================================================================== */
.catalog {
	padding-top: 85px;
}

.catalog__description {
	margin-bottom: 40px;
}

.catalog__title {
	margin-bottom: 8px;
}

.catalog__row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -10px 0;
}

.catalog__col {
	margin-top: 30px;
	padding: 0 10px;
	width: 25%;
}

.catalog_category {
	padding-bottom: 110px;
}

.catalog_category .catalog__row {
	margin-top: -60px;
}

.catalog_category .catalog__col  {
	margin-top: 60px;
	padding-bottom: 10px;
}

.catalog_category .catalog__col:hover  {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}


.catalog__block + .catalog__block {
	margin-top: 70px;
}

.section {
	display: block;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 15px 0 11px;
	text-decoration: none;
}

.section__img {
	margin-bottom: 10px;
}

.section__img img {
	height: 239px;
	display: block;
	width: auto;
	max-width: 100%;
	margin: auto;
}

.section__name {
	text-align: center;
	color: #185441;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	min-height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
}

.section:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.product {
	
}

.product__more {
	display: block;
	text-decoration: none;
}

.product__more:hover {
	opacity: 0.85;
}

.product__img {
	margin-bottom: 25px;
	position: relative;
}

.product__img:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 14px;
	margin: auto;
	width: 143px;
	height: 143px;
	background: #e2ece7;
	border-radius: 50%;
}

.product__img img {
	height: 239px;
	display: block;
	width: auto;
	max-width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}

.product__name {
	text-align: center;
	color: #185441;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
	min-height: 72px;
}

.product__description {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	min-height: 125px;
}

.product__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.product__price {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.product__button {
	width: 160px;
	flex-shrink: 0;
}

/* ==========================================================================
   VANTAGES
   ========================================================================== */
.vantages {
	max-width: 1406px;
	margin: 70px auto -100px;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 42px 0 30px;
	position: relative;
}

.vantages_inner {
	margin-top: 97px;
	margin-bottom: 30px;
}

.vantages_category {
	margin-top: 83px;
	margin-bottom: 30px;
}

.vantages__row {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -10px 0;
}

.vantages__col {
	margin-top: 40px;
	padding: 0 10px;
	width: 25%;
}

.vantages__col.five {
	width: 20%;
}

.vantages__item {
	
}

.vantages__icon {
	line-height: 71px;
	text-align: center;
	margin-bottom: 10px;
}

.vantages__icon img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.vantages__caption {
	color: #282828;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 5px;
}

.vantages__description {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	line-height: 1.3;
}

/* ==========================================================================
   GRAB
   ========================================================================== */
.grab {
	background: url(img/bg-grab.jpg) no-repeat top center;
	background-size: cover;
	padding: 156px 0 47px;
}

.grab__row {
	display: flex;
	align-items: center;
}

.grab__img {
	width: 263px;
	margin-left: 178px;
	margin-right: 42px;
	flex-shrink: 0;
}

.grab__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.grab__block {
	background: rgba(9, 31, 20, 0.75);
	padding: 30px 120px 30px 66px;
	position: relative;
	right: -100px;
}

.grab__title {
	color: #fff;
	margin-bottom: 15px;
}

.grab__vantages {
	display: flex;
	margin-left: -74px;
	margin-bottom: 35px;
}

.grab__vantage {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-left: 74px;
}

.grab__vantage img {
	flex-shrink: 0;
	width: auto;
	height: 38px;
	margin-right: 15px;
	display: block;
}

.grab__label {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 10px;
}

.grab__text {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;
}

.grab__text p {
	margin: 0;
}

.grab__text p + p {
	margin-top: 16px;
}

.grab__buttons {
	display: flex;
	margin-left: -19px;
	margin-top: -19px;
}

.grab__button {
	width: 217px;
	margin-left: 19px;
	margin-top: 19px;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
	padding-top: 85px;
	padding-bottom: 30px;
}

.reviews__title {
	margin-bottom: 10px;
}

.reviews__description {
	margin-bottom: 50px;
}

.reviews__carousel {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.reviews__item {
	display: flex;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 18px 20px 23px 0;
}

.reviews__img {
	width: 160px;
	flex-shrink: 0;
}

.reviews__img img {
	max-width: 100%;
	width: auto;
	display: block;
	height: 175px;
	margin: auto;
}

.reviews__top {
	display: flex;
	margin-bottom: 8px;
}

.reivews__ava {
	width: 41px;
	margin-right: 11px;
	flex-shrink: 0;
}

.reivews__ava img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.reviews__name {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.reviews__link {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: 300;
}

.reviews__link a {
	color: #4c4c4c;
}

.reviews__link a:hover {
	text-decoration: none;
}

.reviews__caption {
	color: #185441;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	max-width: 270px;
	margin-bottom: 10px;
}

.reviews__caption a {
	color: #185441;
	text-decoration: none;
}

.reviews__caption a:hover {
	text-decoration: underline;
}

.reviews__text {
	max-width: 380px;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.reviews .owl-prev {
	position: absolute;
	top: 92px;
	left: -16px;
	width: 43px;
	height: 33px;
	background: url(img/prev.png) no-repeat;
	background-size: cover;
	font-size: 0;
}

.reviews .owl-next {
	position: absolute;
	top: 92px;
	right: -16px;
	width: 43px;
	height: 33px;
	background: url(img/next.png) no-repeat;
	background-size: cover;
	font-size: 0;
}

.reviews .owl-prev:hover,
.reviews .owl-next:hover {
	opacity: 0.8;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
	padding-top: 85px;
	padding-bottom: 50px;
}

.faq__title {
	margin-bottom: 7px;
}

.faq__top {
	margin-bottom: 35px;
	display: flex;
	align-items: center;
}

.faq__right {
	margin-left: auto;
	flex-shrink: 0;
	width: 217px;
}

.faq__item {
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	position: relative;
	cursor: pointer;
}

.faq__item:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 9px;
	background: url(img/icon-down.png) no-repeat;
	background-size: cover;
	top: 39px;
	right: 14px;
	transition: all 0.2s ease-out;
}

.faq__item.active:after {
	transform: rotate(180deg);
}

.faq__item + .faq__item {
	margin-top: 30px;
}

.faq__caption {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.faq__text {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	padding-top: 8px;
	display: none;
}

/* ==========================================================================
   FORM
   ========================================================================== */
.form {
	padding: 17px 0 29px;
	background: url(img/bg-form.jpg) no-repeat top center;
	background-size: cover;
}

.form__block {
	max-width: 798px;
	background-color: rgba(9, 31, 20, 0.75);
	padding: 60px 340px 42px 30px;
}

.form__title {
	color: #fff;
	margin-bottom: 0;
}

.form__description {
	color: #fff;
	margin-bottom: 27px;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
	padding-top: 85px;
	padding-bottom: 45px;
}

.info .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.info__title {
	margin-bottom: 10px;
}

.info__text {
	margin-bottom: 35px;
}

.info__text p {
	margin: 0;
}

.info__text p + p {
	margin-top: 16px;
}

.info__row {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -20px 0;
}

.info__col {
	margin-top: 40px;
	padding: 0 20px;
	width: 33.333333%;
}

.info__item {
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.info__img img {
	/*display: block;*/
	/*width: 100%;*/
	/*height: auto;*/
	display: block;
	width: 100%;
	height: 234px;
	margin: 0 auto;
}

.info__img a img:hover {
	opacity: 0.9;
}

.info__caption {
	color: #185441;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

.info__caption a {
	color: #185441;
	text-decoration: none;
}

.info__caption a:hover {
	text-decoration: underline;
}

.info__block {
	padding: 25px 20px 36px;
	flex-grow: 1;
}

.info__description {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.info_category .info__block {
	padding-bottom: 5px;
	min-height: 102px;
}

.more {
	display: flex;
	align-items: center;
	margin-top: 30px;
	min-height: 50px;
}

.more__order {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.more__all {
	margin-left: auto;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	padding-top: 85px;
}

.advantages .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.advantages__text {
	margin-bottom: 55px;
}

.advantages__block {
	position: relative;
}

.advantages__img {
	width: 472px;
	margin: auto;
}

.advantages__item {
	text-align: center;
}

.advantages__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.advantages__col {
	width: 25%;
	position: absolute;
}

.advantages__icon {
	line-height: 71px;
	text-align: center;
	margin-bottom: 10px;
}

.advantages__icon img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.num {
	background: url(img/num.png) no-repeat;
	background-size: cover;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 81px;
	height: 71px;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
}

.num b {
	display: block;
	color: #1c5744;
	font-size: 21px;
	font-weight: 700;
}

.advantages__description {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	line-height: 1.3;
}

.advantages__col_pos1 {
	left: 0;
	top: 26px;
}

.advantages__col_pos2 {
	left: 0;
	bottom: 50px;
}

.advantages__col_pos3 {
	right: 0;
	top: 26px;
}

.advantages__col_pos4 {
	right: 0;
	bottom: 50px;
}

.advantages_nums .advantages__col_pos2 {
	bottom: 106px;
}

.advantages_nums .advantages__col_pos4 {
	bottom: 106px;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	position: relative;
	margin-top: 97px;
}

.contacts__row {
	display: flex;
}

.contacts__block {
	width: 796px;
	position: relative;
	left: -155px;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 125px 120px 125px 155px;
	z-index: 1;
}

.contacts__title {
	margin-bottom: 30px;
}

.contacts__map {
	position: absolute;
	left: 50%;
	right: 0;
	top: 69px;
	bottom: 66px;
/*	background: url(img/map.jpg) no-repeat center;
	background-size: cover;*/
}

.contacts__map iframe {
	position: absolute;
	left: 0;
	top: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 975px;
}

.contacts__caption {
	color: #8c9699;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.contacts__value {
	color: #000;
	font-size: 21px;
	font-weight: 500;
	line-height: 26px;
}

.contacts__value a {
	color: #014b37;
}

.contacts__value + .contacts__caption {
	margin-top: 15px;
}

.feedback__title {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 19px;
}

.feedback__description {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

.feedback__input + .feedback__input {
	margin-top: 20px;
}

.contacts__feedback {
	margin-top: 40px;
}

.feedback__agree {
	margin-top: 21px;
}

.feedback__button {
	width: 217px;
	margin-top: 30px;
}

/* ==========================================================================
   DELIVERY
   ========================================================================== */
.delivery {
	padding-top: 85px;
}

.delivery__title {
	margin-bottom: 10px;
}

.delivery__description {
	margin-bottom: 40px;
}

.delivery__row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -10px 0;
}

.delivery__col {
	margin-top: 30px;
	padding: 0 10px;
	width: 20%;
}

.delivery__img {
	margin-bottom: 15px;
}

.delivery__img img {
	display: block;
	width: 100%;
	height: auto;
}

.delivery__text {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.delivery__detail {
	text-align: center;
	margin-top: 12px;
}

/* ==========================================================================
   OFFERS
   ========================================================================== */
.offers {
	padding-top: 55px;
	padding-bottom: 69px;
	position: relative;
	margin-top: 80px;
}

.offers:after {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(img/bg-offers_new.jpg) no-repeat;
	background-size: cover;
}

.offers .container {
	position: relative;
	z-index: 1;
}

.offers__title {
	margin-bottom: 76px;
}

.offers__block {
	display: flex;
}

.offers__left {
	width: 50%;
}

.offers__buttons {
	display: flex;
	margin-left: -19px;
	margin-top: 35px;
}

.offers__button {
	width: 217px;
	margin-left: 19px;
	margin-top: 19px;
}

.offers__row {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -10px 0;
}

.offers__col {
	margin-top: 40px;
	padding: 0 10px;
	width: 50%;
}

.offers__icon {
	line-height: 71px;
	margin-bottom: 10px;
}

.offers__icon img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.offers__description {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

/* ==========================================================================
   QUALITY
   ========================================================================== */
.quality {
	margin-top: 141px;
	position: relative;
	padding: 190px 0 130px;
}

.quality:before {
	content: '';
	position: absolute;
	left: 0;
	right: calc(50% + 65px);
	top: 0;
	bottom: 0;
	background: url(img/bg-quality.jpg) no-repeat;
	background-size: cover;
}

.quality__block {

}

.quality__right {
	width: 50%;
	margin-left: auto;
}

.quality__label {
	color: #014b37;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
}

.quality__title {
	margin-bottom: 15px;
}

.quality__text {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 20px;
}

.quality__text p {
	margin: 0;
}

.quality__text p + p {
	margin-top: 16px;
}

.quality__vantages {
	display: flex;
	margin-left: -74px;
}

.quality__vantage {
	display: flex;
	align-items: center;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-left: 74px;
}

.quality__vantage img {
	flex-shrink: 0;
	width: auto;
	height: 38px;
	margin-right: 15px;
}

.quality__buttons {
	display: flex;
	margin-left: -19px;
	margin-top: 20px;
}

.quality__button {
	width: 217px;
	margin-left: 19px;
	margin-top: 19px;
}

/* ==========================================================================
   CARD
   ========================================================================== */
.card {
	padding-top: 290px;
}

.card__carousel {
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	order: 2;
	width: 484px;
}

.card__gallery {
	display: flex;
	flex-shrink: 0;
	margin-right: 40px;
}

.card__previews {
	order: 1;
	margin-right: 17px;
}

.card__preview {
	padding: 10px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 127px;
	height: 124px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card__preview img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.card__preview + .card__preview {
	margin-top: 30px;
}

.card__preview:hover {
	opacity: 0.8;
}

.card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 484px;
	/*height: 432px;*/
	padding: 40px;
}

.card__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.card__carousel .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 20px;
	width: 43px;
	height: 33px;
	background: url(img/prev.png) no-repeat;
	background-size: cover;
	font-size: 0;
}

.card__carousel .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 20px;
	width: 43px;
	height: 33px;
	background: url(img/next.png) no-repeat;
	background-size: cover;
	font-size: 0;
}

.card__carousel .owl-prev:hover,
.card__carousel .owl-next:hover {
	opacity: 0.8;
}

.card__row {
	display: flex;
	align-items: flex-start;
}

.card__category {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.card__name {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
}

.card__text {
	font-size: 16px;
	font-weight: 300;
	color: #4d4d4d;
	line-height: 1.3;
	margin-bottom: 13px;
}

.card__more {

}

.card__more a {
	color: #30a5e9;
}

.card__more a:hover {
	text-decoration: none;
}

.card__price {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: baseline;
	margin-bottom: 16px;
}

.card__price b {
	color: #014b37;
	font-size: 24px;
	font-weight: 700;
	margin-left: 10px;
}

.card__caption {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
}

.card__info {
	padding-top: 50px;
	width: 100%;
}

.card__deliveries {
	display: flex;
	justify-content: start;
}

.card__delivery {
	width: 137px;
	height: 50px;
	border: 1px solid #014b37;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.card__delivery img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.card__hide {
	display: none;
}

/* ==========================================================================
   PARAMS
   ========================================================================== */
.params {
	padding-bottom: 85px;
	padding-top: 55px;
}

.params__title {
	margin-bottom: 10px;
}

.params__line {
	display: flex;
	align-items: flex-start;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

.params__line + .params__line {
	margin-top: 12px;
}

.params__block {
	max-width: 1030px;
}

.params__name {
	flex-shrink: 0;
	padding-right: 11px;
	background: #fff;
}

.params__value {
	width: 62%;
	flex-shrink: 0;
	order: 3;
	padding-left: 11px;
	background: #fff;
}

.params__line:after {
	content: '';
	display: block;
	order: 2;
	flex-grow: 1;
	border-bottom: 1px dotted #c4c4c4;
	margin-top: 17px;
}

.params__value_text {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
}

/* ==========================================================================
   WORD
   ========================================================================== */
.word {
	padding-top: 70px;
	padding-bottom: 40px;
}

.word_category {
	margin-bottom: -125px;
}

.word_category .word__title {
	max-width: 575px;
}

/* ==========================================================================
   MESSAGE
   ========================================================================== */
.message {
	max-width: 1406px;
	background-color: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin: -9px auto 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	padding: 38px 0;
	position: relative;
	z-index: 1;
}

/* ==========================================================================
   NUMS
   ========================================================================== */
.nums {
	padding-top: 120px;
}

.nums .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.nums__row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -20px 0;
}

.nums__col {
	margin-top: 30px;
	padding: 0 20px;
	width: 25%;
}

.nums__num {
	color: #e2ece7;
	font-size: 80px;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 25px;
}

.nums__text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

/* ==========================================================================
   DOCS
   ========================================================================== */
.docs {
	padding-top: 85px;
	padding-bottom: 25px;
}

.docs .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.docs__title {
	margin-bottom: 45px;
}

.docs__description {
	margin-bottom: 25px;
	max-width: 850px;
}

.docs__item img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.docs__item a img:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.docs__row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -20px 0;
}

.docs__col {
	margin-top: 30px;
	padding: 0 20px;
	width: 33.333333%;
}

/* ==========================================================================
   DIRECTOR
   ========================================================================== */
.director {
	padding-top: 85px;
}

.director .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.director__title {
	margin-bottom: 27px;
}

.director__row {
	display: flex;
	align-items: center;
}

.director__img {
	flex-shrink: 0;
	width: 520px;
	margin-right: 67px;
}

.director__img img {
	display: block;
	max-width: 100%;
	height: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.director__block {
	flex-grow: 1;
}

.director__text {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: justify;
}

.director__label {
	color: #014835;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 10px;
}

/* ==========================================================================
   VIDEO
   ========================================================================== */
.video {
	margin: 110px auto 0;
	max-width: 1406px;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 57px 0;
}

.video .menu_scroller {
	margin-top: -110px;
	position: absolute;
}

.video__title {
	margin-bottom: 25px;
}

.video__video img {
	display: block;
	width: 100%;
	height: auto;
}

/* ==========================================================================
   HISTORY
   ========================================================================== */
.history {
	padding-top: 130px;
}

.history .menu_scroller {
	margin-top: -130px;
	position: absolute;
}

.history__item {
	min-height: 239px;
	padding-bottom: 19px;
}

.history__item:last-child {
	min-height: inherit;
}

.history__line {
	display: flex;
	align-items: center;
}

.history__line_start {
	align-items: flex-start;
}

.history__title {
	margin-bottom: 45px;
}

.history__square {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
	width: 109px;
	height: 109px;
	background: #014b37;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-right: 39px;
	position: relative;
}

.history__square:before {
	content: '';
	position: absolute;
	height: 10px;
	top: -10px;
	left: 0;
	right: 0;
	background: #fff;
}

.history__square:after {
	content: '';
	position: absolute;
	height: 10px;
	bottom: -10px;
	left: 0;
	right: 0;
	background: #fff;
}

.history__square b {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.history__text {
	flex-grow: 1;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.history__items {
	position: relative;
}

.history__items:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 110px;
	left: 54px;
	width: 1px;
	background: #014b37;
}

/* ==========================================================================
   CITE
   ========================================================================== */
.cite {
	max-width: 1406px;
	background-color: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin: 74px auto 0;
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}

.cite:before {
	content: '';
	position: absolute;
	left: -28px;
	top: -8px;
	width: 63px;
	height: 45px;
	background: url(img/cite.png) no-repeat;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
	margin: 88px 0 40px;
}

.gallery__item img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gallery__item a img:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.gallery__row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 0;
}

.gallery__col {
	margin-top: 20px;
	padding: 0 10px;
	width: 33.333333%;
}

.gallery_category {
	margin-bottom: 130px;
}

/* ==========================================================================
   FACT
   ========================================================================== */
.fact {
	padding-top: 85px;
}

.fact .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.fact__title {
	margin-bottom: 30px;
}

.fact__block {
	max-width: 1406px;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin: auto;
}

.fact__img {
	width: 463px;
	flex-shrink: 0;
	margin-right: 62px;
}

.fact__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.fact__row {
	display: flex;
	align-items: center;
	padding: 71px 0 64px;
}

.fact__info {

}

.fact__caption {
	color: #014b37;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.fact__text {
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

/* ==========================================================================
   AWARDS
   ========================================================================== */
.awards {
	padding-top: 124px;
	padding-bottom: 27px;
}

.awards__title {
	margin-bottom: 15px;
}

.awards__carousel {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.awards__item img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.awards__item a img:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.awards__carousel .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: -16px;
	width: 43px;
	height: 33px;
	background: url(img/prev.png) no-repeat;
	background-size: cover;
	font-size: 0;
}

.awards__carousel .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: -16px;
	width: 43px;
	height: 33px;
	background: url(img/next.png) no-repeat;
	background-size: cover;
	font-size: 0;
}

.awards__carousel .owl-prev:hover,
.awards__carousel .owl-next:hover {
	opacity: 0.8;
}

.awards__gallery {
	display: none;
}

/* ==========================================================================
   CLIENTS
   ========================================================================== */
.clients {
	margin: 100px auto 150px;
	max-width: 1406px;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 25px 0 30px 0;
}

.clients .menu_scroller {
	margin-top: -100px;
	position: absolute;
}

.clients__title {
	margin-bottom: 80px;
}

.clients__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -40px -10px 0;
}

.clients__col {
	margin-top: 40px;
	padding: 0 10px;
	width: 20%;
}

.clients__item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

/* ==========================================================================
   COMPANY
   ========================================================================== */
.company {
	background: url(img/bg-company.jpg) no-repeat top center;
	background-size: cover;
	padding: 116px 0 87px;
}

.company__block {
	width: 798px;
	background-color: rgba(9, 31, 20, 0.75);
	padding: 70px 64px 100px;
}

.company__title {
	color: #fff;
	margin-bottom: 13px;
}

.company__text {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
	line-height: 1.3;
}

.company__text ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.company__text li + li {
	margin-top: 11px;
}

.company__text ul li {
	position: relative;
	padding-left: 15px;
}

.company__text ul li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

.company__row {
	display: flex;
	align-items: center;
}

.company__img {
	margin-left: 153px;
	width: 263px;
}

.company__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   MENTIONS
   ========================================================================== */
.mentions {
	padding-top: 275px;
}

.mentions .menu_scroller {
	margin-top: -105px;
	position: absolute;
}

.mentions__title {
	margin-bottom: 10px;
}

.mentions__description {
	margin-bottom: 30px;
}

.mentions__item {
	display: flex;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 30px 0;
}

.mentions__item + .mentions__item {
	margin-top: 30px;
}

.mentions__img {
	padding: 0 10px;
	width: 200px;
	flex-shrink: 0;
}

.mentions__img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.mentions__block {
	flex-grow: 1;
}

.mentions__caption {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 5px;
}

.mentions__text {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

/* ==========================================================================
   EXPERT
   ========================================================================== */
.expert {
	padding-top: 125px;
}

.expert .menu_scroller {
	margin-top: -125px;
	position: absolute;
}

.expert__title {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 35px;
}

.expert__row {
	display: flex;
	align-items: center;
}

.expert__img {
	flex-shrink: 0;
	width: 384px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin-right: 68px;
}

.expert__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.expert__info {
	flex-grow: 1;
	max-width: 707px;
	position: relative;
}

.expert__info:before {
	content: '';
	position: absolute;
	width: 146px;
	height: 104px;
	background: url(img/cite-big.png) no-repeat;
	left: -6px;
	top: -71px;
}

.expert__text {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 25px;
	position: relative;
}

.expert__label {
	color: #014835;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	position: relative;
}

.expert__label b {
	display: block;
	font-size: 24px;
	line-height: 1;
	display: block;
}

/* ==========================================================================
   PARTNERS
   ========================================================================== */
.partners {
	padding-top: 275px;
	padding-bottom: 77px;
}

.partners .menu_scroller {
	margin-top: -75px;
	position: absolute;
}

.partners__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -30px -10px 0;
}

.partners__col {
	margin-top: 30px;
	padding: 0 10px;
	width: 33.3333333333%;
}

.partners__item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

/* ==========================================================================
   GEO
   ========================================================================== */
.geo {
	padding-top: 85px;
}

.geo__title {
	margin-bottom: 45px;
}

.geo__map img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

/* ==========================================================================
   ARTICLE
   ========================================================================== */
.article {
	padding-top: 70px;
	padding-bottom: 35px;
}

.article__title {

}

.article__text {
	color: #4d4d4d;
	font-size: 24px;
	font-weight: 400;
	line-height: 43px;
	max-width: 1200px;
}

/* ==========================================================================
   PHOTOS
   ========================================================================== */
.photos {
	padding-top: 85px;
}

.photos__title {
	margin-bottom: 5px;
}

.photos__description {
	margin-bottom: 25px;
	max-width: 850px;
}

.photos__item img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.photos__item a img:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.photos__row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 0;
}

.photos__col {
	margin-top: 20px;
	padding: 0 10px;
	width: 33.333333%;
}

.photos {
	margin: 88px 0 40px;
}


.photos .menu_scroller {
	margin-top: -88px;
	position: absolute;
}


/* ==========================================================================
   PRODUCTION
   ========================================================================== */
.production {
	padding-top: 85px;
}

.production .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.production__title {
	margin-bottom: 25px;
}

.production__row {
	display: flex;
	align-items: center;
}

.production__img {
	flex-shrink: 0;
	margin-right: 30px;
	width: 737px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.production__img img {
	display: block;
	width: 100%;
	height: auto;
}

.production__label {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 5px;
}

.production__caption {
	color: #014835;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	max-width: 440px;
}

.production__caption + .production__label {
	margin-top: 36px;
}

/* ==========================================================================
   DEPICTION
   ========================================================================== */
.depiction {
	padding-top: 85px;
}

.depiction .menu_scroller {
	margin-top: -85px;
	position: absolute;
}

.depiction__title {
	margin-bottom: 25px;
}

.depiction__img {
	flex-shrink: 0;
	width: 632px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin-right: 35px;
}

.depiction__img img {
	display: block;
	width: 100%;
	height: auto;
}

.depiction__text {
	color: #000;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
}

.depiction__item {
	display: flex;
	align-items: center;
}

.depiction__item + .depiction__item {
	margin-top: 50px;
}

.depiction__item:nth-child(odd) .depiction__text {
	order: 1;
}

.depiction__item:nth-child(odd) .depiction__img {
	order: 2;
	margin-right: 0;
	margin-left: 35px;
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
.images {
	margin-top: 70px;
}

.images .menu_scroller {
	margin-top: -120px;
	position: absolute;
}

.images__title {
	margin-bottom: 30px;
}

.images__carousel {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.images__carousel .owl-prev {
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -16px;
	background: url(img/prev.png) no-repeat;
	background-size: cover;
	width: 43px;
	height: 33px;
	cursor: pointer;
	font-size: 0;
}

.images__carousel .owl-next {
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -16px;
	background: url(img/next.png) no-repeat;
	background-size: cover;
	width: 43px;
	height: 33px;
	cursor: pointer;
	font-size: 0;
}

.images__carousel .owl-prev:hover,
.images__carousel .owl-next:hover {
	opacity: 0.8;
}

.images__mini-image img {
	display: block;
	width: 100%;
	height: auto;
}

.images__row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 0;
}

.images__col {
	margin-top: 20px;
	padding: 0 10px;
	width: 16.666666%;
}

.images__big-image img {
	display: block;
	width: 100%;
	height: auto;
}

.images__images {
	margin-top: 20px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding-top: 169px;
}

.footer:after {
	content: '';
	display: block;
	height: 185px;
	background: url(img/bg-bottom.jpg) no-repeat;
	background-size: cover;
}

.footer__row {
	display: flex;
}

.footer__logo {
	max-width: 315px;
	margin-bottom: 10px;
}

.footer__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer__description {
	width: 233px;
	color: #8c9699;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
}

.subscribe {
	display: flex;
}

.subscribe__input {
	flex-grow: 1;
}

.subscribe__button {
	flex-shrink: 0;
	width: 187px;
	margin-left: 20px;
}

.footer__left {
	width: 472px;
	flex-shrink: 0;
}

.footer__bottom {
	padding-top: 30px;
	margin-top: 100px;
	border-top: 1px solid #8c9699;
	display: flex;
	justify-content: space-between;
	color: #8c9699;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 34px;
}

.footer__bottom a {
	color: #8c9699;
	text-decoration: none;
}

.footer__bottom a:hover {
	text-decoration: underline;
}

.footer__caption {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	white-space: nowrap;
	margin-bottom: 10px;
}

.footer__right {
	flex-grow: 1;
	margin-left: 50px;
	display: flex;
}

.footer__nav {
	color: #8c9699;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.footer__nav li + li {
	margin-top: 14px;
}

.footer__nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer__nav a {
	color: #8c9699;
	text-decoration: none;
}

.footer__nav a:hover {
	text-decoration: underline;
}

.footer__col {
	width: 25%;
}

.footer__col:first-child {
	margin-left: 0;
}

.footer__nav_socialize a {
	padding-left: 0;
	display: inline-block;
	position: relative;
}

.fb:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 0;
	width: 10px;
	height: 20px;
	background: url(img/fb.png) no-repeat;
	background-size: cover;
}

.in:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(img/in.png) no-repeat;
	background-size: cover;
}

.tw:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 0;
	width: 26px;
	height: 20px;
	background: url(img/tw.png) no-repeat;
	background-size: cover;
}

.ln:before {
	content: '';
	position: absolute;
	left: 2px;
	top: -3px;
	width: 22px;
	height: 20px;
	background: url(img/ln.png) no-repeat;
	background-size: cover;
}

/* ==========================================================================
   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%;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1299.98px) {
	.container {
		width: 960px;
	}

	.header__row {
		height: 110px;
	}

	.header_menu .header__row {
		height: 136px;
	}

	.header__lang {
		margin-left: 30px;
	}

	.header__address {
		margin-left: 30px;
	}

	.header__logo {
		width: 220px;
	}

	.header__description {
		line-height: 24px;
		font-size: 15px;
	}

	.header__address {
		line-height: 24px;
		font-size: 15px;
		width: 170px;
	}

	.header__phone {
		margin-bottom: 0;
		font-size: 19px;
	}

	.header__feedback {
		font-size: 19px;
	}

	.header:after {
		height: 60px;
	}

	.header__nav > ul > li > a {
		line-height: 60px;
		font-size: 15px;
	}

	.header__nav {
		bottom: -60px;
	}

	.contacts__block {
		width: 550px;
		left: -50px;
		padding: 100px 50px;
	}

	.contacts__map {
		top: 50px;
		bottom: 50px;
	}

	.subscribe {
		display: block;
	}

	.subscribe__button {
		margin-left: 0;
		margin-top: 20px;
		width: auto;
	}

	.footer__left {
		width: 220px;
	}

	.footer__description {
		font-size: 15px;
		line-height: 24px;
	}

	.footer__bottom {
		margin-top: 50px;
	}

	.footer:after {
		height: 100px;
	}

	.footer {
		padding-top: 100px;
	}

	.main__block {
		max-width: 670px;
		padding-right: 60px;
	}

	.main__img {
		right: 25px;
		top: -25px;
	}

	.catalog__col {
		width: 33.333333%;
	}

	.grab__img {
		margin-left: 0;
		margin-right: 80px;
	}

	.grab__block {
		position: static;
		padding: 30px;
	}

	.vantages {
		margin-bottom: 0;
		padding: 50px 0;
	}

	.more__order {
		position: static;
		transform: translate(0, 0);
	}

	.info__row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.info__col {
		padding-left: 5px;
		padding-right: 5px;
	}

	.detail {
		font-size: 15px;
	}

	.offers__left {
		padding-right: 30px;
	}

	.card__preview {
		width: 100px;
	}

	.card__image {
		width: 400px;
	}

	.card__carousel {
		width: 400px;
	}

	.card__gallery {
		margin-right: 30px;
	}

	.card__delivery {
		width: 90px;
		height: 40px;
	}

	.card__info {
		padding-top: 35px;
	}

	.director__img {
		margin-right: 30px;
		width: 400px;
	}

	.fact__img {
		width: 350px;
		margin-right: 45px;
	}

	.fact__text {
		font-size: 29px;
		line-height: 1.4;
	}

	.header_mini .header__menu {
		font-size: 13px;
	}

	.header_mini .header__logo {
		width: 150px;
	}

	.header_mini .header__row {
		height: 70px;
		padding-top: 0;
	}

	.prolapse {
		top: 60px;
		display: none !important;
	}

	.header_mini .header__nav {
		padding-left: 170px;
		padding-right: 180px;
	}

	.header_mini .header__nav > ul > li > a {
		height: 70px;
		line-height: 70px;
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.header_mini .header__nav > ul > li:hover .prolapse {
		display: none;
	}

	.header_mini .header__nav > ul > li:hover > a {
		color: #185441;
		background: transparent;
	}

	.production__img {
		width: 500px;
	}

	.depiction__img {
		width: 450px;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.container {
		width: 720px;
	}

	.header {
		position: fixed;
		z-index: 5;
	}

	.header__logo {
		width: 150px;
	}

	.header__navbar {
		display: none;
	}

	.header__description {
		font-size: 13px;
		line-height: 17px;
		max-width: 200px;
	}

	.header:after {
		display: none;
	}

	.header__row {
		height: 60px;
	}

	.header_menu .header__row {
		height: 60px;
		padding-top: 0;
	}

	.header__btn {
		display: flex;
	}

	.header__navbar {
		margin: 0;
		width: 260px;
		z-index: 20;
		background: #fff;
		/*padding: 30px 20px;*/
		padding: 60px 20px 30px;
		display: block;
		position: fixed;
		left: -290px;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		box-shadow: 0px 5px 10px rgba(24, 24, 24, 0.1);
		transition: all 0.2s ease-out;
	}

	.header__navbar.active {
		left: 0;
	}

	.header__lang {
		margin-left: 0;
		display: flex;
		margin-bottom: 15px;
	}

	.header__lang a,
	.header__lang span {
		min-width: 50px;
	}

	.header__address {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.header__phone {
		margin-bottom: 5px;
	}

	.header__contacts {
		margin-bottom: 15px;
	}

	.header__nav {
		position: static;
	}

	.header__nav > ul {
		display: block;
	}

	.header__nav > ul > li > a {
		line-height: 1.3;
		color: #185441;
		padding: 0;
	}

	.header__nav > ul > li:hover > a {
		background: transparent;
		color: #185441;
	}

	.header__nav > ul > li + li {
		margin-top: 10px;
	}

	.header__nav > ul > li .prolapse {
		display: none !important;
	}

	.header__menu {
		position: static;
	}

	.header__menu ul {
		display: block;
	}

	.header__menu li + li {
		margin-left: 0;
		margin-top: 10px;
	}

	.header__nav {
		margin-top: 15px;
	}

	.header__menu a {
		line-height: 1.3;
		display: block;
	}

	.footer__row {
		display: block;
	}

	.footer__right {
		margin-left: 0;
	}

	.footer__left {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: auto;
		margin-bottom: 40px;
	}

	.footer__logo {
		max-width: 100%;
		width: 200px;
		margin-bottom: 0;
		margin-right: 20px;
	}

	.footer__description {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 24px;
	}

	.footer__subscribe {
		width: 100%;
		margin-top: 10px;
	}

	.subscribe {
		display: flex;
	}

	.subscribe__button {
		width: 187px;
		margin-left: 20px;
		margin-top: 0;
	}

	.footer:after {
		height: 50px;
	}

	.footer__bottom {
		margin-top: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
		line-height: 24px;
	}

	.main {
		padding-top: 100px;
	}

	.main__block {
		max-width: 100%;
		position: static;
		padding: 30px;
		padding-right: 260px;
	}

	.main__img {
		width: 200px;
		top: 30px;
		right: 60px;
	}

	.main__triangles {
		right: 5px;
	}

	.main__wrap:before {
		right: 16px;
	}

	.main__wrap:after {
		right: 16px;
	}

	.main__title {
		font-size: 36px;
		line-height: 1.3;
	}

	.main__vantages {
		margin-left: -30px;
	}

	.main__vantage {
		margin-left: 30px;
		font-size: 15px;
		line-height: 24px;
	}

	.grab {
		padding: 50px 0;
	}

	.grab__img {
		display: none;
	}

	.grab__row {
		display: block;
	}

	.grab__title span {
		display: block;
	}

	.catalog__col {
		width: 50%;
	}

	.vantages__col, .vantages__col.five {
		width: 50%;
	}

	.reviews {
		padding-top: 50px;
	}

	.faq {
		padding-top: 50px;
	}

	.form__block {
		padding: 50px 30px;
	}

	.info__col {
		width: 50%;
	}

	.info {
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.advantages__text {
		margin-bottom: 30px;
	}

	.advantages {
		padding-top: 50px;
	}

	.advantages__img {
		max-width: 320px;
		width: auto;
		margin: 0 auto 30px;
	}

	.advantages__row {
		display: flex;
		flex-wrap: wrap;
		margin: -30px -10px 0;
	}
	
	.advantages__col {
		margin-top: 30px;
		padding: 0 10px;
		width: 50%;
		position: static;
	}
	
	.contacts {
		margin-top: 50px;
	}

	.contacts__block {
		padding: 50px 30px;
		width: auto;
		position: static;
		margin-bottom: -50px;
		position: relative;
		left: 0;
		z-index: 2;
	}

	.contacts__map {
		position: static;
	}

	.contacts__map iframe {
		position: static;
		height: 400px;
	}

	.footer {
		padding-top: 50px;
	}

	.catalog {
		padding-top: 50px;
	}

	.vantages_inner {
		margin-top: 50px;
	}

	.delivery {
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.delivery__col {
		width: 50%;
	}

	.offers {
		margin-top: 0;
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.offers:after {
		display: none;
	}

	.offers__left {
		padding-right: 0;
		width: auto;
	}

	.offers__block {
		display: block;
	}

	.offers__title {
		margin-bottom: 40px;
	}

	.offers__buttons {
		margin-top: 20px;
	}

	.quality {
		padding-top: 50px;
		margin-top: 0;
		padding-bottom: 10px;
	}

	.quality:before {
		display: none;
	}

	.quality__right {
		width: auto;
		padding: 0;
	}

	.card {
		padding-top: 100px;
	}

	.card__row {
		display: block;
	}

	.card__image {
		width: 400px;
		height: 300px;
	}

	.card__carousel {
		width: 400px;
	}

	.card__preview {
		width: 80px;
		height: 80px;
	}

	.card__previews {
		margin-right: 30px;
	}

	.params {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.word {
		padding: 50px 0 10px;
	}

	.nums {
		padding-top: 60px;
	}

	.nums__col {
		width: 50%;
	}

	.docs__col {
		padding-left: 5px;
		padding-right: 5px;;
	}

	.docs__row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.docs {
		padding-top: 50px;
	}

	.docs__title {
		margin-bottom: 40px;
	}

	.director__img {
		width: 200px;
		margin-top: 5px;
	}

	.director__row {
		align-items: flex-start;
	}

	.director__text {
		font-size: 16px;
		line-height: 2;
	}

	.director {
		padding-top: 50px;
	}

	.video {
		margin-top: 50px;
	}

	.director__label {
		font-size: 20px;
		line-height: 1.6;
	}

	.video {
		padding: 50px 0;
	}

	.history {
		padding-top: 60px;
	}

	.history__item {
		min-height: inherit;
	}

	.history__item + .history__item {
		margin-top: 30px;
	}

	.cite {
		margin-top: 50px;
		padding: 50px 0;
	}

	.cite:before {
		left: 10px;
	}

	.gallery {
		margin: 50px 0;
	}

	.fact {
		padding-top: 0;
		margin-top: 60px;
	}

	.fact__row {
		display: block;
	}

	.fact__img {
		width: auto;
		max-width: 350px;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.awards {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.awards__title {
		margin-bottom: 30px;
	}

	.clients {
		margin-top: 0;
		padding: 50px 0;
		margin-bottom: 0;
	}

	.clients__title {
		margin-bottom: 40px;
	}

	.company__img {
		display: none;
	}

	.company__block {
		width: auto;
		padding: 50px 30px;
	}

	.company {
		padding: 50px 0;
	}

	.mentions {
		padding-top: 100px;
	}

	.expert {
		padding-top: 50px;
	}

	.expert__row {
		display: block;
	}

	.expert__img {
		margin-right: 0;
		width: auto;
		max-width: 320px;
		margin-bottom: 30px;
	}

	.partners {
		padding-top: 100px;
		padding-bottom: 10px;
	}

	.geo {
		padding-top: 50px;
	}

	.partners__title {
		margin-bottom: 20px;
	}

	.vantages_category {
		margin-top: 0;
	}

	.catalog_category {
		padding-bottom: 50px;
		margin-bottom: 0;
	}

	.word_category {
		padding-bottom: 120px;
	}

	.article {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.photos {
		padding-top: 50px;
	}

	.header_mini .header__nav {
		display: block;
	}

	.header_mini .header__lang {
		display: flex;
	}

	.header_mini .header__address {
		display: block;
	}

	.header_mini .header__nav {
		padding: 0;
	}

	.header_mini .header__nav > ul > li > a {
		height: auto;
		line-height: 1.3;
		padding: 0;
		font-size: 15px;
	}

	.header_mini .header__row {
		height: 60px;
	}

	.header_mini {
		background-color: rgba(255, 255, 255, 0.79);
	}

	.header_mini .header__phone {
		margin-bottom: 5px;
	}

	.header_mini .header__description {
		display: block;
	}

	.header_mini .header__menu {
		display: block;
	}

	.production__row {
		display: block;
	}

	.production__img {
		width: auto;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.depiction__item {
		display: block;
	}

	.depiction .depiction__item .depiction__img {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width : 767.98px) {
	.container {
		width: 540px;
	}

	.footer__col {
		width: 100%;
	}

	.footer__right {
		display: block;
	}

	.footer__nav ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: -5px;
		margin-left: -10px;
	}

	.footer__nav li {
		margin-left: 10px;
		margin-top: 5px;
	}

	.footer__nav li + li {
		margin-top: 5px;
	}

	.footer__col + .footer__col {
		margin-top: 15px;
	}

	.footer__bottom {
		display: block;
	}

	.footer__left {
		margin-bottom: 35px;
	}

	.footer__nav_socialize a {
		padding-left: 0px;
	}

	.main__block {
		padding: 30px;
	}

	.main__img {
		width: auto;
		max-width: 220px;
		position: static;
		margin: 30px auto 0;
	}

	.product__button {
		width: 130px;
	}

	.grab__vantages {
		margin-left: -20px;
	}

	.grab__vantage {
		margin-left: 20px;
		font-size: 15px;
		line-height: 24px;
	}

	.quality__vantages {
		margin-left: -20px;
	}

	.quality__vantage {
		margin-left: 20px;
	}

	.reviews__img {
		width: 140px;
	}

	.reviews .owl-prev {
		left: -10px;
	}

	.reviews .owl-next {
		right: -10px;
	}

	.title {
		font-size: 36px;
		line-height: 1.2;
	}

	.description {
		font-size: 16px;
	}

	.reviews__description {
		margin-bottom: 30px;
	}

	.faq__top {
		display: block;
	}

	.faq__right {
		margin-left: 0;
		margin-top: 15px;
	}

	.info__col {
		width: 100%;
	}

	.more {
		display: block;
	}

	.more__all {
		margin-top: 25px;
	}

	.params__line {
		display: block;
	}

	.params__line:after {
		display: none;
	}

	.params__name {
		padding: 0;
		font-weight: 700;
	}

	.params__value {
		padding: 0;
		font-size: 16px;
		width: auto;
	}

	.director__img {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 250px;
		width: auto;
	}

	.director__row {
		display: block;
	}

	.article__text {
		font-size: 16px;
		line-height: 2;
	}

	.images__images {
		margin-top: 10px;
	}

	.images__row {
		margin-left: -5px;
		margin-right: -5px;
		margin-top: -10px;
	}

	.images__col {
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 10px;
		width: 20%;
	}

	.images__carousel .owl-prev {
		left: -7px;
	}

	.images__carousel .owl-next {
		right: -7px;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}

	.subscribe__button {
		width: 155px;
	}

	.subscribe__button .button {
		font-size: 15px;
	}

	.subscribe__input .input {
		font-size: 15px;
	}

	.header__description {
		display: none;
	}

	.header_mini .header__description {
		display: none;
	}

	.main__title {
		font-size: 33px;
	}

	.main {
		padding-top: 60px;
	}

	.main .container {
		padding-left: 0;
		padding-right: 0;
	}

	.main__block {
		padding: 50px 10px;
	}

	.main__vantages {
		flex-wrap: wrap;
		margin-top: -10px;
	}

	.main__vantage {
		margin-top: 10px;
	}

	.main__icon {
		min-width: 38px;
		flex-shrink: 0;
		margin-right: 15px;
	}

	.main__vantage img {
		margin-right: 0
	}

	.catalog__col {
		width: 100%;
	}

	.grab .container {
		padding-left: 0;
		padding-right: 0;
	}

	.vantages__col, .vantages__col.five {
		width: 100%;
	}

	.grab {
		padding: 0;
	}

	.grab__block {
		padding: 50px 10px;
	}

	.grab__vantages {
		flex-wrap: wrap;
		margin-top: -10px;
	}

	.grab__vantage {
		margin-top: 10px;
	}

	.grab__icon {
		min-width: 38px;
		flex-shrink: 0;
		margin-right: 15px;
	}

	.grab__vantage img {
		margin-right: 0
	}

	.reviews__carousel {
		box-shadow: none;
	}

	.owl-carousel .owl-stage-outer {
		box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
	}

	.reviews .owl-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}

	.reviews .owl-prev {
		position: static;
	}

	.reviews .owl-next {
		position: static;
		margin-left: 20px;
	}

	.reviews__item {
		padding: 30px 10px 30px 0;
	}

	.reviews__img {
		width: 60px;
	}

	.reviews__img img {
		height: 70px;
	}

	.reviews__title {
		padding-left: 10px;
		padding-right: 10px;
	}

	.reviews__description {
		padding-left: 10px;
		padding-right: 10px;
	}

	.reviews .container {
		padding-left: 0;
		padding-right: 0;
	}

	.reviews__caption {
		font-size: 17px;
	}

	.reviews__text {
		font-size: 15px;
	}

	.form .container {
		padding-left: 0;
		padding-right: 0;
	}

	.form__block {
		padding-left: 10px;
		padding-right: 10px;
	}

	.form {
		padding: 0;
	}

	.advantages__col {
		width: 100%;
	}

	.faq__item + .faq__item {
		margin-top: 15px;
	}

	.contacts .container {
		padding-left: 0;
		padding-right: 0;
	}

	.contacts__block {
		padding: 50px 10px;
	}

	.delivery__col {
		width: 100%;
	}

	.offers__col {
		width: 100%;
	}

	.quality__vantages {
		flex-wrap: wrap;
		margin-top: -10px;
	}

	.quality__vantage {
		margin-top: 10px;
	}

	.quality__icon {
		min-width: 38px;
		flex-shrink: 0;
		margin-right: 15px;
	}

	.quality__vantage img {
		margin-right: 0
	}

	.card__previews {
		display: none;
	}

	.card__image {
		width: auto;
		height: auto;
		padding: 40px;
	}

	.card__image img {
		height: 220px;
		margin: auto;
	}

	.card__carousel {
		width: auto;
	}

	.card__gallery {
		display: block;
		margin-right: 0;
	}

	.card__carousel .owl-prev {
		left: 10px;
	}

	.card__carousel .owl-next {
		right: 10px;
	}

	.nums__col {
		width: 100%;
	}

	.docs__col {
		width: 50%;
	}

	.history__square {
		margin-right: 20px;
		font-size: 15px;
		width: 80px;
		height: 80px;
	}

	.history__square b {
		font-size: 20px;
		display: block;
	}

	.history__items:before {
		left: 40px;
	}

	.history__text {
		font-size: 14px;
		line-height: 1.8;
	}

	.history__item + .history__item {
		margin-top: 20px;
	}

	.history__line {
		align-items: flex-start;
	}

	.cite {
		font-size: 18px;
		line-height: 1.8;
	}

	.gallery__col {
		width: 50%;
	}

	.fact__caption {
		font-size: 38px;
	}

	.fact__text {
		font-size: 25px;
	}

	.clients__col {
		width: 33.333333%;
	}

	.company .container {
		padding-left: 0;
		padding-right: 0;
	}

	.company {
		padding: 0;
	}

	.company__block {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mentions__item {
		display: block;
		padding: 30px 10px;
	}

	.mentions__img {
		margin-bottom: 15px;
		width: auto;
		padding: 0;
		max-width: 100px;
	}

	.mentions__img img {
		margin: 0;
	}

	.photos__col {
		width: 50%;
	}

	.production {
		padding-top: 50px;
	}

	.depiction {
		padding-top: 50px;
	}

	.images {
		margin-top: 50px;
	}

	.main_production .main__title {
		font-size: 24px;
	}

	.main_production .main__label {
		font-size: 20px;
	}
}

@media only screen and (max-width : 399.98px) {
	.main_production .main__title {
		font-size: 20px;
	}

	.main_production .main__label {
		font-size: 18px;
	}

	.main_production .main__triangles {
		display: none;
	}

	.main_production .main__wrap:after {
		display: none;
	}

	.main_production .main__wrap:before {
		display: none;
	}

	.main_production .main__socialize {
		margin-left: 10px;
	}

	.depiction__title {
		font-size: 24px;
	}

	.depiction__text {
		font-size: 16px;
		line-height: 2;
	}

	.production__title {
		font-size: 24px;
	}

	.production__caption {
		font-size: 24px;
	}
}

@media only screen and (max-width : 339.98px) {
	.title {
		font-size: 34px;
	}

	.params .title,
	.form .title,
	.company .title {
		font-size: 30px;
	}

	.main_production .main__title {
		font-size: 19px;
		padding-right: 30px;
	}

	.main_production .main__label {
		font-size: 16px;
		line-height: 1.5;
		padding-right: 30px;
	}
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 576px) {

}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}

.nc_moderate_form {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	border: none;
}

.video_iframe {
	position: relative;
	padding-bottom: 56.25%;
	/*// padding-top: 25 px;*/
	height: 0;
}

.video_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.white-popup-promo {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
}

.contacts__block.contacts_sub .contacts__value a {
	color: #014b37;
	font-size: 18px;
	line-height: 22px;
}

.contacts__block.contacts_sub .contacts__value a:hover {
	text-decoration: none;
}

.accordion .ui-accordion-header {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #255849;
	cursor: pointer;
	outline: none;
	color: white;
}

.accordion .ui-accordion-content {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #255849;
	background: #fff;
}

.accordion .ui-accordion-content li {
	max-width: 45%;
	display: inline flow-root list-item;
	width: 50%;
}

@media only screen and (max-width : 575.98px) {
	.production__row table .production__caption {
		font-size: 20px !important;
	}
}

.opt_catalog .product__img img {
	height: 140px !important;
}

.opt .product__img:before {
	display: none !important;
}

#lang_select {
	max-width: 800px;
}

#lang_select .country_list {
	width: 800px;
}

#lang_select .feedback__title {
	font-size: 22px;
}

#lang_select .country_list a {
	margin-right: 20px;
}

@media only screen and (max-width : 575.98px) {
	#lang_select {
		max-width: 80%;
	}

	#lang_select .country_list {
		width: 80%;
	}

	#lang_select .feedback__title {
		font-size: 14px;
	}

	#lang_select .country_list a {
		margin-right: 20px;
		display: list-item;
		list-style: none;
		float: none;
		margin-bottom: 25px;
	}
}

.main__block .main__buttons .main__button:nth-child(3) .button[href="https://lazurin.ru/become-a-partner/"] {
	border: 2px solid white;
	font-weight: bold;
}

.main_sub_list a {
	text-decoration: none;
	color: #014b37;
}

.main_sub_list div {
	line-height: 24px;
	padding: 10px;
	margin: 10px;
	float: left;
	border: 1px solid #014b37;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.main_sub_list div:hover a {
	text-decoration: underline;
}

.main_sub_list div:hover {
	box-shadow: initial;
}

.info__img img.blog_pic {
	height: initial;
}

.blog_card p {
	text-align: justify;
}

.blog_card img {
	margin-left: 20px;
}

.cart-page-content .radio-input {
	visibility: visible !important;
	height: 20px !important;
	width: 32px !important;
	opacity: 1 !important;
}

.tpl-block-order-delivery-point {
	margin-bottom: 10px;
}

.tpl-block-order-delivery-points .cart-radio {
	margin-bottom: 10px !important;
}

.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-order-pay-button input[type="submit"] {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	text-align: center !important;
	border: none !important;
	text-decoration: none !important;
	height: 50px !important;
	background: #014b37 !important;
	border-radius: 25px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

.header__cart {
	color: #014b37;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	width: 100px;
	margin-left: 15px;
	text-align: center;
}

.header__cart a, .header__cart span {
	color: #014b37;
}

.header_mini .header__cart {
	display: none;
}

@media only screen and (max-width : 1299.98px) {
	.header__cart {
		margin-left: 30px;
	}

	.header__cart {
		line-height: 24px;
		font-size: 15px;
		width: 170px;
	}
}

@media only screen and (max-width : 991.98px) {
	.header__cart {
		margin-left: 0;
		margin-bottom: 15px;
	}
	.header_mini .header__cart {
		display: block;
	}
}

/*.checkbox--primary .checkbox-fake {*/
/*	border: 1px solid black !important;*/
/*}*/

/*.checkbox-fake:before {*/
/*	!*border: 1px solid black !important;*!*/
/*}*/

/*.checkbox--primary .checkbox-fake:after {*/
/*	border: 1px solid red !important;*/
/*}*/