/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Medium.woff2') format('woff2'),
		url('fonts/CoFoSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Regular.woff2') format('woff2'),
		url('fonts/CoFoSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Bold.woff2') format('woff2'),
		url('fonts/CoFoSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: "CoFo Sans", sans-serif;
	font-weight: 500;
	color: #1D1D1D;
	font-size: 1em;
	line-height: 1.3;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #FBFBFB;
	min-width: 320px;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

img {
	border: 0;
}

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::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ACB1C1;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
	margin: auto;
	width: 970px;
	padding: 0 8px;
}

.container_big {
	width: 1164px;
}

.wrapper {
	padding-top: 63px;
	overflow: hidden;
}

.button {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #fff;
	background: linear-gradient(180deg, #2CBC33 0%, #1F8724 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	border: none;
	padding: 9.5px 16px;
	transition: all 0.2s ease-out;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.button:hover {
	opacity: 0.9;
	box-shadow: none;
}

.label {
	font-size: 14px;
	line-height: 100%;
	color: #242C33;
	margin-bottom: 6px;
}

.input {
	background: #fff;
	border: 1px solid #242C33;
	box-sizing: border-box;
	border-radius: 8px;
	color: #12131A;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 16px;
	outline: none;
}

.input_mini {
	font-size: 14px;
}

.input.error {
	box-shadow: inset 0 0 5px #f00;
}

.input_name {
	background-image: url(img/icon-name.png);
	background-size: 32px 16px;
	background-repeat: no-repeat;
	background-position: right center;
}

.input_phone {
	background-image: url(img/icon-phone.png);
	background-size: 29px 12px;
	background-repeat: no-repeat;
	background-position: right center;
}

.input_email {
	background-image: url(img/icon-email.png);
	background-size: 30px 11px;
	background-repeat: no-repeat;
	background-position: right center;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #EBEBEB;
	z-index: 10;
}

.header__row {
	height: 62px;
	display: flex;
	align-items: center;
	padding: 0 24px;
}

.header__logo {
	width: 130px;
	flex-shrink: 0;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__navbar {
	margin-left: 236px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 100%;
	transition: all 0.2s ease-out;
}

.header__nav {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.header__nav a {
	text-decoration: none;
	color: #1D1D1D;
	transition: all 0.2s ease-out;
}

.header__nav li.parent > a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(img/icon-down.svg) no-repeat;
	background-size: cover;
}

.header__nav li {
	position: relative;
}

.header__nav > ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__nav > ul > li + li {
	margin-left: 50px;
}

.header__nav > ul ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -17px;
	top: 30px;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #EBEBEB;
	padding: 16px;
	border-radius: 8px;
	transition: all 0.2s ease-out;
}

.header__nav > ul ul:before {
	content: '';
	position: absolute;
	height: 10px;
	top: -10px;
	left: 0;
	right: 0;
}

.header__nav > ul ul li + li {
	margin-top: 8px;
}

.header__nav li:hover > a {
	color: #1F8724;
}

.header__nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.header__app {
	margin-left: auto;
}

.app {
	display: flex;
	align-items: center;
}

.app__caption {
	text-align: right;
	font-size: 13px;
	line-height: 90%;
	text-align: right;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-right: 18px;
}

.app__ios {
	width: 79px;
	height: 26px;
	background: url(img/ios.png) no-repeat;
	background-size: cover;
	transition: all 0.2s ease-out;
}

.app__android {
	width: 74px;
	height: 26px;
	background: url(img/android.png) no-repeat;
	background-size: cover;
	margin-left: 8px;
	transition: all 0.2s ease-out;
}

.app__ios:hover,
.app__android:hover {
	opacity: 0.8;
}

.header__auth {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	padding: 0 30px;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 22px;
	margin-right: 22px;
}

.header__auth a {
	color: #1D1D1D;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: all 0.2s ease-out;
}

.header__auth a:hover {
	color: #1F8724;
}

.header__auth a span {
	display: inline-block;
}

.header__auth a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background: url(img/icon-auth.svg) no-repeat;
	background-size: cover;
}

.header__line {
	height: 100%;
	width: 1px;
	background: #EBEBEB;
	margin: 0 22px;
}

.header__lang {
	font-size: 13px;
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.header__lang a {
	display: inline-flex;
	align-items: center;
	color: #1D1D1D;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.header__lang a:hover {
	color: #1F8724;
}

.header__lang_rus a:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 17px;
	margin-left: 8px;
	background: url(img/icon-rus.svg) no-repeat;
	background-size: cover;
}

.header__btn {
	margin-left: auto;
	padding: 0 15px;
	display: none;
	cursor: pointer;
	align-items: center;
	position: relative;
	right: -15px;
	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: #000;
}

.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%;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding: 52px 0 32px;
	background: #F7F6F6 url(img/line.png) no-repeat top center;
}

.footer__block {
	position: relative;
	padding-left: 292px;
}

.footer__logo {
	width: 144px;
	position: absolute;
	left: 0;
	top: 0;
	flex-shrink: 0;
}

.footer__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer__links {
	border-top: 1px solid #979797;
	padding: 10px 0 22px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: #181818;
	display: flex;
	flex-wrap: wrap;
}

.footer__links a {
	color: #181818;
	text-decoration: none;
	margin-right: 16px;
	margin-top: 14px;
	transition: all 0.2s ease-out;
}

.footer__links a:hover {
	color: #1F8724;
}

.footer__copyright {
	border-top: 1px solid #979797;
	padding-top: 24px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.3px;
	color: #181818;
	opacity: 0.5
}

.footer__caption {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
}

.footer__caption a {
	color: #1D1D1D;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.footer__caption a:hover {
	color: #1F8724;
}

.footer__nav {
	margin-top: 21px;
}

.footer__columns {
	display: flex;
	margin-left: -115px;
}

.footer__column {
	margin-left: 115px;
}

.footer__nav ul {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer__nav li + li {
	margin-top: 13px;
}

.footer__nav a {
	color: #1D1D1D;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.footer__nav a:hover {
	color: #1F8724;
}

.footer__top {
	margin-bottom: 50px;
}

.socialize {
	display: flex;
}

.socialize a + a {
	margin-left: 12px;
}

.socialize a {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.2s ease-out;
}

.socialize a:hover {
	transform: scale(1.15);
}

.socialize__in {
	background-image: url(img/in.png);
}

.socialize__vk {
	background-image: url(img/vk.png);
}

.socialize__yt {
	background-image: url(img/yt.png);
}

.socialize__tg {
	background-image: url(img/tg.png);
}

/* ==========================================================================
   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 : 1499.98px) {
	.header__navbar {
		margin-left: auto;
		flex-grow: 0;
	}

	.header__nav > ul > li + li {
		margin-left: 32px;
	}

	.header__app {
		margin-left: 32px;
	}
}

@media only screen and (max-width : 1199.98px) {
	.container {
		width: 960px;
	}

	.header__navbar {
		width: 266px;
		margin-left: 0;
		display: block;
		position: fixed;
		left: -266px;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		background: #fff;
		border-right: 1px solid #EBEBEB;
		padding: 24px;
	}

	.header__navbar.active {
		left: 0;
	}

	.header__btn {
		display: flex;
	}

	.header__nav > ul {
		display: block;
	}

	.header__nav > ul > li + li {
		margin-left: 0;
		margin-top: 16px;
	}

	.header__nav li.parent > a:after {
		display: none;
	}

	.header__nav > ul ul {
		display: block;
		position: static;
		opacity: 1;
		visibility: visible;
		border: none;
		padding: 8px 0 0 16px;
	}

	.header__line {
		display: none;
	}

	.header__auth {
		height: auto;
		margin: 24px 0 0;
		padding: 0;
		border: none;
	}

	.header__app {
		margin-top: 24px;
		margin-left: 0;
	}

	.header__lang {
		margin-top: 24px;
	}

	.app {
		flex-wrap: wrap;
	}

	.app__caption {
		width: 100%;
		text-align: left;
		margin-bottom: 8px;
	}

	.app__caption br {
		display: none;
	}

	.footer__columns {
		margin-left: -80px;
	}

	.footer__column {
		margin-left: 80px;
	}
}

@media only screen and (max-width : 991.98px) {
	.container {
		width: 720px;
	}

	.footer__block {
		padding-left: 0;
	}

	.footer__logo {
		position: static;
		margin-right: 40px;
	}

	.footer__top {
		display: flex;
	}

	.footer__columns {
		margin-left: -50px;
	}

	.footer__column {
		margin-left: 50px;
	}
}

@media only screen and (max-width : 767.98px) {
	.container {
		width: 540px;
	}

	.footer__top {
		display: block;
	}

	.footer__logo {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer__top {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}

	.header__row {
		padding-left: 16px;
		padding-right: 16px;
	}

	.footer__columns {
		display: block;
		margin-left: 0;
	}

	.footer__column {
		margin-left: 0;
	}

	.footer__column + .footer__column {
		margin-top: 20px;
	}

	.footer__nav ul {
		margin-left: -10px;
	}

	.footer__nav li {
		display: inline-block;
		margin-left: 10px; 
	}

	.footer__nav li + li {
		margin-top: 0;
	}

	.footer__nav {
		margin-top: 0;
	}

	.footer__caption {
		margin-bottom: 10px;
	}

	.footer__logo {
		margin-bottom: 25px;
	}
}