@keyframes mulShdSpin_blue {
	0%,
	to {
		box-shadow: 0-2.6em 0 0#4e74f5, 1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2),
			2.5em 0 0 0 rgba(78, 116, 245, 0.2),
			1.75em 1.75em 0 0 rgba(78, 116, 245, 0.2),
			0 2.5em 0 0 rgba(78, 116, 245, 0.2),
			-1.8em 1.8em 0 0 rgba(78, 116, 245, 0.2),
			-2.6em 0 0 0 rgba(78, 116, 245, 0.5),
			-1.8em -1.8em 0 0 rgba(78, 116, 245, 0.7);
	}
	12.5% {
		box-shadow: 0-2.6em 0 0 rgba(78, 116, 245, 0.7), 1.8em -1.8em 0 0#4e74f5,
			2.5em 0 0 0 rgba(78, 116, 245, 0.2),
			1.75em 1.75em 0 0 rgba(78, 116, 245, 0.2),
			0 2.5em 0 0 rgba(78, 116, 245, 0.2),
			-1.8em 1.8em 0 0 rgba(78, 116, 245, 0.2),
			-2.6em 0 0 0 rgba(78, 116, 245, 0.2),
			-1.8em -1.8em 0 0 rgba(78, 116, 245, 0.5);
	}
	25% {
		box-shadow: 0-2.6em 0 0 rgba(78, 116, 245, 0.5),
			1.8em -1.8em 0 0 rgba(78, 116, 245, 0.7), 2.5em 0 0 0#4e74f5,
			1.75em 1.75em 0 0 rgba(78, 116, 245, 0.2),
			0 2.5em 0 0 rgba(78, 116, 245, 0.2),
			-1.8em 1.8em 0 0 rgba(78, 116, 245, 0.2),
			-2.6em 0 0 0 rgba(78, 116, 245, 0.2),
			-1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2);
	}
	37.5% {
		box-shadow: 0-2.6em 0 0 rgba(78, 116, 245, 0.2),
			1.8em -1.8em 0 0 rgba(78, 116, 245, 0.5),
			2.5em 0 0 0 rgba(78, 116, 245, 0.7), 1.75em 1.75em 0 0#4e74f5,
			0 2.5em 0 0 rgba(78, 116, 245, 0.2),
			-1.8em 1.8em 0 0 rgba(78, 116, 245, 0.2),
			-2.6em 0 0 0 rgba(78, 116, 245, 0.2),
			-1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2);
	}
	50% {
		box-shadow: 0-2.6em 0 0 rgba(78, 116, 245, 0.2),
			1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2),
			2.5em 0 0 0 rgba(78, 116, 245, 0.5),
			1.75em 1.75em 0 0 rgba(78, 116, 245, 0.7), 0 2.5em 0 0#4e74f5,
			-1.8em 1.8em 0 0 rgba(78, 116, 245, 0.2),
			-2.6em 0 0 0 rgba(78, 116, 245, 0.2),
			-1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2);
	}
	62.5% {
		box-shadow: 0-2.6em 0 0 rgba(78, 116, 245, 0.2),
			1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2),
			2.5em 0 0 0 rgba(78, 116, 245, 0.2),
			1.75em 1.75em 0 0 rgba(78, 116, 245, 0.5),
			0 2.5em 0 0 rgba(78, 116, 245, 0.7), -1.8em 1.8em 0 0#4e74f5,
			-2.6em 0 0 0 rgba(78, 116, 245, 0.2),
			-1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2);
	}
	75% {
		box-shadow: 0-2.6em 0 0 rgba(78, 116, 245, 0.2),
			1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2),
			2.5em 0 0 0 rgba(78, 116, 245, 0.2),
			1.75em 1.75em 0 0 rgba(78, 116, 245, 0.2),
			0 2.5em 0 0 rgba(78, 116, 245, 0.5),
			-1.8em 1.8em 0 0 rgba(78, 116, 245, 0.7), -2.6em 0 0 0#4e74f5,
			-1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2);
	}
	87.5% {
		box-shadow: 0-2.6em 0 0 rgba(78, 116, 245, 0.2),
			1.8em -1.8em 0 0 rgba(78, 116, 245, 0.2),
			2.5em 0 0 0 rgba(78, 116, 245, 0.2),
			1.75em 1.75em 0 0 rgba(78, 116, 245, 0.2),
			0 2.5em 0 0 rgba(78, 116, 245, 0.2),
			-1.8em 1.8em 0 0 rgba(78, 116, 245, 0.5),
			-2.6em 0 0 0 rgba(78, 116, 245, 0.7), -1.8em -1.8em 0 0#4e74f5;
	}
}
@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 440px) {
	html {
		margin-right: 0 !important;
	}
}
:root {
	--blue: #4e74f5;
	--borderRadius: 16px;
	--white: #ffffff;
	--boxShadow: 0px 4px 22px rgba(0, 0, 0, 0.06);
	--green: #007d6e;
	--red: #ff5959;
	--accent: #4e74f5;
	--accentDark: #2d315a;
	--black: #161616;
	--text: #3d3f59;
	--gray: #6e7176;
	--grayBorder: #dfdfdf;
	--lightGray: #f8f8f8;
	--accent-gradient: linear-gradient(264.8deg, #1ce4c0 -2.04%, #205fcd 116.43%);
	--accent-gradient-hover: linear-gradient(
		264.8deg,
		#205fcd -2.04%,
		#1ce4c0 116.43%
	);
	--accent-gradient-active: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.35),
			rgba(0, 0, 0, 0.35)
		),
		linear-gradient(264.8deg, #205fcd -2.04%, #1ce4c0 116.43%);
	--regular-text: 16px;
	--lineheight: 1.55;
	--lineheight-title: 1.3;
	--userfont: GRPHK, sans-serif;
	--altfont: PT Serif, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 16px;
	max-width: 1248px;
}
.row,
.row > * {
	--bs-gutter-x: 32px;
}
@media screen and (max-width: 576px) {
	.row,
	.row > * {
		--bs-gutter-x: 16px;
	}
}
@font-face {
	src: url(/local/templates/els/fonts/GRPHK-Regular.woff2) format('woff2');
	font-family: 'GRPHK';
	font-weight: 400;
	font-style: normal;
}
@font-face {
	src: url(/local/templates/els/fonts/GRPHK-Bold.woff2) format('woff2');
	font-family: 'GRPHK';
	font-weight: 700;
	font-style: normal;
}
@font-face {
	src: url(/local/templates/els/fonts/GRPHK-Semibold.woff2) format('woff2');
	font-family: 'GRPHK';
	font-weight: 600;
	font-style: normal;
}
@font-face {
	src: url(/local/templates/els/fonts/PTSerif-Regular.woff2) format('woff2');
	font-family: 'PT Serif';
	font-weight: 400;
	font-style: normal;
}
@font-face {
	src: url(/local/templates/els/fonts/PTSerif-Bold.woff2) format('woff2');
	font-family: 'PT Serif';
	font-weight: 600;
	font-style: normal;
}
::placeholder {
	color: #b4b8c9;
	font-size: 18px;
}
input:not([type='radio'], [type='checkbox']),
textarea {
	outline: 0 !important;
}
a,
body {
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	font-weight: 400;
	color: var(--text);
	background-color: var(--lightGray);
	-webkit-text-size-adjust: 100%;
	font-style: normal;
}
body:after,
body:before {
	content: '';
	display: table;
}
body.overflow-hidden {
	margin-right: 18px;
}
section {
	position: relative;
	padding: 60px 0;
}
a {
	-webkit-appearance: none;
	text-decoration: none;
	color: var(--black);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.head__top-left > ul > li:hover span,
.header__top-wrap a:hover,
.title-main b,
.title-main strong,
a:hover {
	color: var(--accent);
}
p {
	margin: 1em 0;
}
img,
svg {
	vertical-align: middle;
}
b,
strong {
	font-weight: 600;
}
input:not([type='radio'], [type='checkbox']),
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: var(--userfont);
	font-weight: 400;
	color: var(--black);
	font-size: 18px;
	border: 1px solid #dbdeea;
	border-radius: 16px;
	background-color: #fff;
	padding: 0 28px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 60px;
	line-height: 60px;
	display: block;
}
input:not([type='radio'], [type='checkbox']):focus,
select:focus,
textarea:focus {
	border: 1px solid var(--accent);
	outline: 0;
}
textarea {
	overflow: auto;
	transition: all 0.2s ease, height 0s ease;
	line-height: var(--lineheight);
	padding-top: 16px;
	padding-bottom: 16px;
	height: auto;
}
.h1 {
	line-height: var(--lineheight-title);
	color: var(--black);
	font-family: var(--userfont);
}
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: var(--lineheight-title);
	color: var(--black);
	font-family: var(--userfont);
}
.h1,
h1 {
	font-weight: 700;
}
.h2,
.h3,
h2 {
	font-size: 28px;
	margin-bottom: 24px;
}
.h3 {
	font-size: 26px;
}
.h4 {
	font-size: 20px;
	margin-bottom: 16px;
}
.big-h4,
h3 {
	font-size: 24px;
	margin-bottom: 12px;
}
.h5 {
	font-size: 18px;
}
.h6 {
	font-size: 16px;
}
img {
	width: auto;
	height: auto;
}
.d-none {
	display: none;
}
.text-center {
	text-align: center;
}
.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}
.title-main {
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 40px;
	color: var(--black);
	font-weight: 700;
	line-height: 1.3;
	font-family: var(--userfont);
}
input:not([type='radio'], [type='checkbox']).error,
label:hover input:not([type='radio'], [type='checkbox']).error,
label:hover textarea.error {
	border-color: var(--red) !important;
}
label span.field__error {
	font-size: 12px;
	line-height: var(--lineheight-title);
	color: var(--red);
	border-radius: 5px;
	position: relative;
	width: 100%;
	margin-top: 4px;
}
label span.field__error span {
	color: var(--red);
	display: block;
	margin-top: 4px;
}
textarea.error {
	border-color: var(--red) !important;
}
.field__title {
	line-height: var(--lineheight-title);
	color: var(--gray);
	display: block;
	margin-bottom: 4px;
}
.btn {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	position: relative;
	display: inline-block;
	border-radius: 16px;
	padding: 0 45px;
	font-weight: 600;
	font-family: var(--userfont);
	text-align: center;
	border: 0;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	white-space: nowrap;
}
.btn-accent {
	color: #fff;
	background: var(--accent-gradient);
}
.btn-accent::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.25s linear;
	background: var(--accent-gradient-hover);
}
.btn-accent:active,
.btn-accent:hover,
.btn-gray,
.btn-gray.btn-gray-primary:active {
	color: #fff;
}
.btn-accent:hover::before,
.btn-gray.btn-gray-primary:hover::before {
	opacity: 1;
}
.btn-accent:active::before,
.btn-gray.btn-gray-primary:active::before {
	background: var(--accent-gradient-active);
	opacity: 1;
}
.btn-gray {
	background: var(--text);
}
.btn-gray:hover {
	color: #fff;
	background: var(--black);
}
.btn-gray:active {
	color: var(--grayBorder);
	background: var(--black);
}
.btn-gray.btn-gray-primary::before,
.btn-green::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.25s linear;
}
.btn-gray.btn-gray-primary::before {
	background: var(--accent-gradient-hover);
}
.btn-border {
	background: 0 0;
	color: var(--text);
	box-shadow: none;
	border: 1px solid var(--text);
	line-height: 58px;
	padding: 0 40px;
	width: auto;
}
.btn-border img {
	margin-right: 6px;
}
.btn-border:active,
.btn-border:hover {
	border-color: var(--black);
	background: var(--black);
}
.btn-border:hover {
	color: #fff;
}
.btn-border:active {
	color: var(--grayBorder);
}
.btn-border svg {
	fill: none;
	margin-left: 5px;
}
.btn-border svg path {
	fill: var(--black);
	transition: all 0.25s ease;
}
.btn-border:active svg path,
.btn-border:hover svg path {
	fill: #fff;
}
.btn-white {
	background-color: var(--white);
	color: var(--text);
}
.btn-white:hover {
	color: var(--blue);
}
.btn-blue {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	text-align: left;
	background-color: #4e74f5;
	color: var(--white);
}
.btn-blue svg {
	fill: #fff;
	transition: all 0.25s ease;
}
.btn-blue:hover svg {
	fill: var(--blue);
}
.btn-blue__title {
	font-size: 18px;
	line-height: 28px;
}
.btn-blue__text {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
.btn-pointer-none {
	pointer-events: none;
}
.btn-big {
	height: 80px;
	line-height: 80px;
}
.btn-loader {
	position: relative;
	color: var(--blue);
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.btn-loader .quiz-circle-loader {
	font-size: 8px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	animation: mulShdSpin_blue 1.1s infinite ease;
	transform: translateZ(0);
}
.btn-green {
	color: #fff;
	background: linear-gradient(90deg, #54ac12 0, #1ed216 100%);
}
.btn-green::before {
	background: linear-gradient(90deg, #1ed216 0, #54ac12 100%);
}
.btn-green:hover,
.header_switcher-homepage a.active:hover {
	color: #fff;
}
.btn-green:hover::before {
	opacity: 1;
}
.btn-two-line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	line-height: var(--lineheight-title);
}
.btn-two-line svg {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.btn-two-line span:nth-child(2) {
	font-size: 12px;
	font-weight: 400;
	margin-top: 2px;
}
label.half-width {
	width: calc(50% - 8px) !important;
}
label.half-width-3x {
	width: calc(33.33% - 8px) !important;
}
.overflow-hidden {
	overflow: hidden;
}
.header,
.posrelative,
label {
	position: relative;
}
.header {
	background: #fff;
	z-index: 100;
}
.header__top-wrap {
	background: var(--lightGray);
	height: 36px;
}
.header__top-wrap a {
	color: var(--text);
}
.header__link-list--phone b {
	font-weight: 400;
}
.header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__top a svg {
	transition: all 0.2s ease-in-out;
	fill: var(--text);
}
.head__top-left > ul > li:hover svg path,
.header__link-list--search:hover svg,
.header__top a:hover svg {
	fill: var(--accent);
}
.header_phone_right {
	font-size: 14px;
	text-align: right;
}
.head__top-text {
	font-size: 14px;
	line-height: var(--lineheight-title);
}
.head__top-left {
	display: flex;
	line-height: 36px;
}
.head__top-left li,
.head__top-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.head__top-left > ul > li {
	margin-right: 22px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.head__top-left > ul > li:hover ul {
	display: block;
}
.head__top-left > ul > li:hover svg {
	transform: scale(1, -1);
	transition: all 0.25s ease;
}
.head__top-left > ul > li > a,
.head__top-left > ul > li > span {
	white-space: nowrap;
	line-height: 36px;
	display: inline-block;
	position: relative;
	transition: all 0.25s ease;
}
.head__top-left > ul > li svg {
	margin-left: 5px;
}
.head__top-left > ul > li svg path {
	fill: var(--text);
	transition: fill 0.25s ease;
}
.footer-bottom li:last-child,
.head__top-left > ul > li:last-child,
.header_navigation li:last-child {
	margin-right: 0;
}
.head__top-left > ul > li ul {
	position: absolute;
	top: calc(100% - 1px);
	left: -16px;
	min-width: 156px;
	padding: 24px 16px;
	border-radius: 0 0 12px 12px;
	background-color: var(--lightGray);
	display: none;
	cursor: default;
	box-shadow: var(--boxShadow);
}
.head__top-left > ul > li ul li {
	font-size: 14px;
	line-height: var(--lineheight-title);
	margin-top: 22px;
}
.head__top-left > ul > li ul li:first-child {
	margin-top: 0;
}
.head__top-left > ul > li ul li a {
	cursor: pointer;
}
.header__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__link-list {
	line-height: 36px;
	font-size: 14px;
	margin-left: 40px;
	overflow: hidden;
}
.header__link-list--phone svg,
.header_navigation li a img {
	margin-right: 5px;
}
.header__link-list:focus,
.header__link-list:hover {
	color: var(--accent);
}
.header__link-list:first-child {
	margin-left: 0;
}
.header__link-list span {
	text-indent: -2000px;
	display: inline-block;
}
.header__link-list--search {
	max-width: 39px;
	max-height: 39px;
	cursor: pointer;
	margin-left: 35px;
}
.header__link-list--search svg {
	fill: var(--text);
	transition: all 0.2s ease-in-out;
	margin-right: 0;
}
.header__ctn-menu-wrap {
	background: #fff;
	box-shadow: 0 4px 20px rgba(183, 184, 193, 0.15);
	z-index: 99;
	position: sticky;
	top: -200px;
	transition: all 0.25s ease-in-out;
	padding: 12px 0;
}
.header__ctn-menu-wrap.active {
	position: sticky;
	top: -1px;
}
.header_switcher-homepage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid var(--grayBorder);
	padding: 4px;
	border-radius: 10em;
}
.header_switcher-homepage a {
	display: inline-block;
	width: 160px;
	height: 36px;
	line-height: 37px;
	text-align: center;
	color: var(--black);
	border-radius: 10em;
}
.header_switcher-homepage a.active {
	background-color: var(--text);
	color: #fff;
}
.footer__btn-call .icon-el path,
.header_switcher-homepage a.active svg,
.header_switcher-homepage a.active:hover svg,
.scroll-top:hover svg,
.socials__link .icon-el path {
	fill: #fff;
}
.header_switcher-homepage a:hover,
label.checkbox .field__txt a:hover {
	color: var(--accent);
}
.header_switcher-homepage a:hover svg {
	fill: var(--accent);
}
.header_switcher-homepage a svg {
	fill: var(--black);
	margin-right: 4px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.header_navigation li a,
.header_switcher-homepage a span {
	display: inline-block;
}
.header_navigation {
	margin-left: 32px;
}
.header_navigation li,
.header_navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_buttons,
.header_navigation ul {
	display: flex;
	align-items: center;
}
.header_navigation li {
	display: inline-block;
	margin-right: 32px;
}
.header_buttons {
	margin-left: auto;
}
.header__menu-btn-mob svg {
	width: 24px;
}
.header__menu-btn-mob svg path,
.header__menu-btn-mob svg rect {
	fill: var(--text);
}
.header__menu-btn-mob .icon-el--close,
.header__menu-btn-mob.active .icon-el--open {
	display: none;
}
.header__menu-btn-mob.active .icon-el--close {
	display: block;
}
.header__ctn-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__logo-link {
	display: inline-block;
	margin-right: 71px;
}
.header__logo-link img {
	max-width: 100%;
}
.header__logo .icon-el {
	max-width: 188px;
	max-height: 28px;
}
.header__logo_with-marks {
	display: flex;
	align-items: center;
	width: 530px;
}
.header__logo_with-marks .header__logo-link {
	margin-right: 38px;
}
.header__logo_with-marks .header-award {
	margin-right: 12px;
}
.header__box-pop-up-search {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 4px 20px rgba(183, 184, 193, 0.15);
	z-index: 1;
}
.header__form-search {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 0;
}
.header__form-search,
.header__search-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__search-item--left {
	margin-right: 80px;
	width: 100%;
	position: relative;
}
.header__search-field {
	line-height: 44px;
	height: 44px;
	padding-left: 16px;
	padding-right: 55px;
}
.header__row-search {
	background: var(--lightGray);
}
.header__row-recommended {
	background: #fff;
}
.header__pop-up-icon-search {
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	fill: var(--text);
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.header__pop-up-icon-search:hover,
.icon-el--mobile-menu-icon:hover {
	fill: var(--accent);
}
.header__pop-up-btn-search {
	font-size: 16px;
	font-weight: 600;
	line-height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--lightGray);
	border: 2px solid var(--lightGray);
	border-radius: 8px;
	padding: 0 14px;
	height: 33px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: 0 0;
}
.header__pop-up-btn-search:focus,
.header__pop-up-btn-search:hover {
	color: #fff;
	border: 2px solid var(--lightGray);
	background: var(--lightGray);
}
.header__pop-up-btn-close {
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	fill: var(--text);
	height: 20px;
	width: 20px;
}
.header__pop-up-btn-close:hover {
	fill: var(--accent);
}
.header__recommended-list {
	padding: 20px 0;
}
.header__recommended-item {
	line-height: var(--lineheight-title);
	margin-top: 20px;
}
.header__recommended-item:first-child {
	margin-top: 0;
}
.footer2__nav-first svg,
.footer3 .main-text p br,
.header__text-award {
	display: none;
}
@media (max-width: 767px) {
	.header__logo_with-marks {
		width: auto;
	}
	.header__logo_with-marks .header__logo-link img {
		max-height: 36px;
	}
	.header__logo_with-marks .header-award {
		display: none;
	}
	.header__text-award {
		display: block;
		margin-top: 20px;
		color: #3d3f59;
		text-align: center;
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
	}
}
.footer {
	margin-top: 60px;
	position: relative;
	z-index: 3;
	background-color: #1e2935;
	color: #fff;
}
.footer .h4 {
	color: #fff;
	margin: 0;
}
.footer2,
.footer4 {
	padding: 16px 0;
	border-top: 1px solid var(--text);
}
.footer4 {
	border-bottom: 1px solid var(--text);
}
.footer1__grid,
.footer2__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer1__grid {
	padding: 16px 0;
}
.footer2__grid {
	position: relative;
}
.footer2__item--app {
	display: flex;
	margin-left: auto;
}
.footer2__item--app a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: top;
	width: 149px;
	background-color: transparent;
	border-radius: 8px;
	margin-top: 10px;
	overflow: hidden;
	height: 38px;
	border: 1px solid #fff;
}
.footer2__item--app a img {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -43px;
	position: relative;
}
.footer2__item--app a:hover {
	background-color: #fff;
}
.footer2__item--app a:hover svg path,
.socials__link:hover .icon-el path {
	fill: #1e2935;
}
.footer2__app img,
.footer2__item--app a,
.footer2__item--app a svg path {
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.footer2__item--app a svg path {
	fill: #fff;
}
.footer2__app {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	overflow: hidden;
	height: 41px;
}
.footer2__app img {
	height: auto;
	max-width: 100%;
	margin-top: -43px;
}
.footer2__app:hover img {
	margin-top: 0;
}
.footer2__gp {
	margin-right: 16px;
}
.footer2__nav {
	display: flex;
	justify-content: space-between;
}
.footer2__nav-col {
	width: 176px;
}
.footer2__nav-col a {
	line-height: var(--lineheight-title);
	display: block;
	color: var(--grayBorder);
}
.footer2__nav-lvl-2 > div {
	margin-bottom: 16px;
}
.footer2__nav-lvl-2 > div:last-child {
	margin-bottom: 0;
}
.footer-bottom li a:hover,
.footer2__nav-col a:hover,
.footer3 .main-text .link-img:hover,
.footer3 .wrap-right .footer-banner .text a:hover {
	color: #01e2fd;
}
.footer2__nav-first {
	pointer-events: none;
}
.footer2__nav-first span {
	font-weight: 600;
	display: block;
	margin-bottom: 16px;
}
.footer3 {
	padding: 16px 0;
	background: rgba(248, 248, 248, 0.02);
}
.footer3 .main-text p {
	font-size: 14px;
	margin: 20px 0;
}
.footer3 .main-text p img {
	vertical-align: baseline;
}
.footer3 .main-text p:first-of-type {
	margin-top: 0;
}
.footer3 .main-text p:last-of-type {
	margin-bottom: 0;
}
.footer3 .main-text .link-img {
	margin-left: 18px;
	white-space: nowrap;
	color: #fff;
}
.footer3 .main-text .link-img:hover svg {
	fill: #01e2fd;
}
.footer3 .main-text .link-img svg {
	fill: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 4px;
	vertical-align: baseline;
}
.footer3 .wrap-right {
	text-align: right;
	display: flex;
	flex-direction: column;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer3 .wrap-right > img {
	max-width: 100%;
	margin-bottom: 16px;
	align-self: self-end;
}
.footer3 .wrap-right .footer-banner {
	width: 370px;
	background-color: rgba(101, 109, 139, 0.25);
	border-radius: 16px;
	font-size: 12px;
	padding: 24px 24px 30px;
	text-align: left;
	display: inline-block;
	margin-top: auto;
	position: relative;
	overflow: hidden;
}
.footer3 .wrap-right .footer-banner img {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer3 .wrap-right .footer-banner .text {
	max-width: 220px;
}
.footer3 .wrap-right .footer-banner .text p {
	margin-top: 0;
	margin-bottom: 10px;
}
.footer3 .wrap-right .footer-banner .text a {
	color: var(--white);
	font-weight: 600;
}
.footer-bottom,
.footer3 .age {
	margin-top: 30px;
}
.footer3 .age {
	font-weight: 600;
	text-align: right;
}
.footer-bottom li,
.footer-bottom ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-bottom li {
	display: inline-block;
	margin-right: 31px;
	font-size: 14px;
}
.footer-bottom li a {
	color: #fff;
}
.footer__offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__offer-item {
	margin: 15px;
}
.footer__offer-item a {
	font-size: 13px;
	line-height: 16px;
	text-decoration: underline;
}
.footer__offer-item a:hover {
	text-decoration: none;
}
.footer__offer--copy-for-mobile {
	display: none;
}
.socials {
	display: inline-block;
}
.socials__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.socials__item:not(:first-of-type) {
	margin-left: 18px;
}
.socials__item:nth-child(3) .socials__link:hover svg path:nth-child(3) {
	fill: #fff;
}
.socials__item:nth-child(3) .socials__link svg path:nth-child(3) {
	fill: #1e2935;
}
.footer2__item--social {
	display: flex;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.socials__link,
.socials__link .icon-el {
	height: 38px;
	transition: all 0.2s ease-in-out;
}
.socials__link {
	width: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.socials__link .icon-el {
	max-width: 38px;
	fill: var(--black);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.socials__link:hover .icon-el {
	background: #fff;
	border-radius: 8px;
}
.footer__btn-call {
	padding-left: 48px;
	position: relative;
	display: inline-block;
	margin-right: 12px;
}
.footer__btn-call .icon-el {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer__btn-call .icon-el circle {
	stroke: #fff;
}
.footer__btn-call-num {
	font-weight: 600;
	font-size: 20px;
	line-height: var(--lineheight-title);
	color: #fff;
}
.footer__btn-call-num:hover {
	color: #01e2fd;
}
.footer__btn-call-subtxt {
	font-size: 12px;
	line-height: var(--lineheight-title);
	color: #fff;
}
.scroll-top,
.scroll-top svg {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.scroll-top {
	position: fixed;
	bottom: 25px;
	background-color: #fff;
	box-shadow: var(--boxShadow);
	border-radius: 10em;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
	left: -100px;
	z-index: 12;
}
.scroll-top.active {
	left: 30px;
}
.scroll-top svg {
	fill: var(--black);
}
.scroll-top:hover {
	color: #fff;
	background-color: var(--accent);
	-webkit-box-shadow: 3px 6px 15px transparent;
	box-shadow: 3px 6px 15px transparent;
}
label.checkbox {
	padding: 0 0 0 31px;
	cursor: pointer;
	max-width: 572px;
}
label.checkbox input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}
label.checkbox .field__txt {
	display: block;
	color: var(--text);
	font-size: 14px;
}
label.checkbox .field__txt a {
	color: var(--text);
}
label.checkbox .field__check {
	cursor: pointer;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease-in-out;
	background: #fff;
	border: 1px solid var(--gray);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
label.checkbox.field--error .field__check {
	border-color: var(--red);
}
label.checkbox .field__check .icon-el {
	fill: transparent;
	width: 12px;
	height: 12px;
}
label.checkbox input:hover ~ .field__check {
	border: 1px solid var(--gray);
}
label.checkbox input:checked ~ .field__check {
	background: var(--gray);
	border: 0;
}
label.checkbox input:checked ~ .field__check_blue {
	background: var(--blue);
}
.success {
	display: none;
	color: var(--black);
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 1;
	font-weight: 700;
}
.success span {
	margin: auto;
}
.success span ~ *,
.success span ~ * input,
.success span ~ * select,
.success span ~ * span,
.success span ~ * textarea {
	transition: opacity 2s ease, filter 2s ease;
}
.success.active ~ * {
	-webkit-filter: blur(5px);
}
.success.active ~ *,
.success.active ~ * input,
.success.active ~ * select,
.success.active ~ * span,
.success.active ~ * textarea {
	opacity: 0.75;
	filter: blur(5px);
}
div:not(.mfp-wrap)::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
div:not(.mfp-wrap)::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
div:not(.mfp-wrap)::-webkit-scrollbar-thumb {
	background: var(--text);
	border: 0#fff;
	border-radius: 10em;
}
div:not(.mfp-wrap)::-webkit-scrollbar-thumb:active,
div:not(.mfp-wrap)::-webkit-scrollbar-thumb:hover {
	background: var(--text);
}
div:not(.mfp-wrap)::-webkit-scrollbar-track {
	background: #fff;
	border: 0#fff;
	border-radius: 10em;
}
div:not(.mfp-wrap)::-webkit-scrollbar-track:active,
div:not(.mfp-wrap)::-webkit-scrollbar-track:hover {
	background: #fff;
}
div:not(.mfp-wrap)::-webkit-scrollbar-corner {
	background: 0 0;
}
.loading-form-btn {
	display: block;
	text-align: center;
	color: var(--black);
	font-weight: 600;
	margin-top: 35px;
	width: 100%;
}
.loading-form-btn svg {
	margin-right: 11px;
	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
@media screen and (max-width: 1400px) {
	.scroll-top {
		right: -100px;
		left: auto;
	}
	.scroll-top.active {
		left: auto;
		right: 30px;
	}
}
@media (max-width: 1200px) {
	.main-wrapper {
		overflow: hidden;
	}
	.header__menu-btn-mob {
		margin-right: 21px;
	}
	.header__logo-link img {
		max-height: 32px;
		width: auto;
	}
	.header__logo-link {
		margin-right: 0;
	}
	.header_switcher-homepage {
		margin-left: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-width: 1px;
	}
	.header_switcher-homepage a {
		font-size: 14px;
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
		height: 24px;
		line-height: 24px;
	}
	.header__ctn-menu-wrap {
		position: sticky;
		top: -1px;
	}
	.head__top-right,
	.header__box-pop-up-search,
	.header_switcher-homepage a svg {
		display: none;
	}
	.header__top {
		min-height: 37px;
	}
}
@media (max-width: 992px) {
	.footer3 .wrap-right {
		text-align: left;
		margin-top: 28px;
		display: block;
		height: auto;
	}
	.footer3 .wrap-right > img {
		display: none;
	}
	.footer1__grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer .h4,
	.footer2__item--app a {
		width: 100%;
	}
	.footer__btn-call {
		margin-right: 0;
		margin-top: 16px;
	}
	.footer__btn-call .icon-el {
		left: 0;
	}
	.footer3 .main-text p br {
		display: block;
	}
	.footer2__nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.footer2__nav-col {
		margin-top: 30px;
		width: 30%;
	}
	.footer2__item--social {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin-left: 32px;
	}
	.footer3 .age {
		text-align: left;
		margin-top: 18px;
	}
	.footer-bottom {
		margin-top: 20px;
	}
	.footer2__item--app {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		max-width: 360px;
	}
	.footer__offer--copy-for-mobile {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer {
		margin-top: 30px;
	}
	.footer__offer {
		padding-top: 24px;
		padding-bottom: 42px;
	}
	.footer__offer-item {
		width: 100%;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.footer__offer-item a {
		font-size: 14px;
	}
	.socials__link {
		justify-content: center;
		width: 38px;
		height: 38px;
	}
	.socials__link .icon-el {
		height: 32px;
		max-width: 32px;
	}
	.socials__item:not(:last-child) {
		margin-right: 13px;
	}
	.socials__item:not(:first-of-type) {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	input:not([type='radio'], [type='checkbox']),
	select,
	textarea {
		padding-left: 28px;
		padding-right: 28px;
		font-size: 18px;
	}
	::placeholder {
		font-size: 18px;
	}
	.h4,
	h4 {
		margin-bottom: 8px;
	}
	.h2,
	.h3,
	h2,
	h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.h2,
	h2 {
		font-size: 24px;
	}
	label.half-width,
	label.half-width-3x {
		width: 100% !important;
	}
	section {
		padding: 30px 0;
	}
	.btn {
		padding: 0 28px;
		max-width: 100%;
		border-radius: 16px;
		height: 60px;
		line-height: 60px;
		display: block;
		font-size: 18px;
	}
	.btn-blue {
		display: flex;
	}
	.btn-blue__title {
		font-size: 16px;
		line-height: 24px;
	}
	.btn-border {
		line-height: 50px;
	}
	.footer2__item--app {
		margin-top: 6px;
		margin-left: 0;
	}
	.footer2__grid {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}
	.footer4 {
		border-bottom: none;
		padding: 24px 0;
	}
	.footer3 .main-text .link-img {
		display: block;
		margin-left: 0;
		margin-top: 20px;
		color: var(--grayBorder);
	}
	.footer3 {
		padding-top: 114px;
		padding-bottom: 24px;
		border-top: 1px solid var(--text);
	}
	.footer-bottom li a,
	.footer3 .main-text p {
		color: var(--grayBorder);
	}
	.title-main {
		font-size: 26px;
		margin-bottom: 24px;
	}
	.footer2 {
		overflow: hidden;
	}
	.footer2__nav,
	.footer2__nav-lvl-2 > div {
		margin: 0;
	}
	.footer2__nav-col {
		width: 100%;
		margin: 0 0 16px;
	}
	.footer2__nav-col:last-child {
		margin-bottom: 0;
		width: 100%;
	}
	.footer2__nav-first.active span,
	.footer3 .wrap-right .footer-banner .text a {
		color: #00e0ff;
	}
	.footer3 .wrap-right .footer-banner .text a:hover {
		color: var(--green);
	}
	.footer2__nav-lvl-2 {
		display: none;
		margin-bottom: -8px;
	}
	.footer2__nav-col a {
		padding: 8px 0;
		margin: 0;
		font-size: 14px;
		display: inline-block;
	}
	.footer2__nav-col a:hover {
		color: #01e2fd;
	}
	.footer2__item--social {
		margin: 0;
		order: 1;
	}
	.footer2__item--logo {
		order: 3;
		position: absolute;
		bottom: -112px;
		left: 0;
	}
	.footer2__item--app {
		order: 2;
	}
	.footer2__nav-first {
		display: block;
		position: relative;
		pointer-events: auto;
		padding: 8px 0;
	}
	.footer2__nav-first svg {
		position: absolute;
		display: block;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		fill: none;
		transition: all 0.2s ease-in-out;
	}
	.footer2__nav-first svg path {
		stroke: #fff;
	}
	.footer2__nav-first.active svg {
		-webkit-transform: scale(1, -1);
		-ms-transform: scale(1, -1);
		transform: scale(1, -1);
	}
	.footer2__nav-first.active svg path {
		stroke: #00e0ff;
	}
	.footer2__nav-first span {
		margin-bottom: 0;
	}
	input:not([type='radio'], [type='checkbox']),
	select {
		height: 60px;
		line-height: 60px;
		border-radius: 16px;
	}
	textarea {
		border-radius: 16px;
	}
	.footer2__nav-lvl-2 {
		padding: 8px 16px;
		background: rgba(248, 248, 248, 0.02);
		margin-left: -16px;
		width: calc(100% - -32px);
	}
	.footer3 .wrap-right .footer-banner {
		width: 100%;
		max-width: 370px;
		border-radius: 12px;
		background: rgba(107, 115, 128, 0.2);
		padding: 16px;
	}
	.footer-bottom li {
		display: block;
		margin-right: 0;
		margin-top: 25px;
	}
	.scroll-top {
		bottom: 15px;
	}
	.scroll-top svg {
		opacity: 0.5;
	}
	.scroll-top.active {
		right: 15px;
	}
	.scroll-top:hover {
		background-color: #fff;
		-webkit-box-shadow: 3px 6px 15px rgba(183, 184, 193, 0.4);
		box-shadow: 3px 6px 15px rgba(183, 184, 193, 0.4);
	}
	.scroll-top:hover svg {
		fill: var(--black);
	}
	.socials__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.btn-border {
		width: 100%;
	}
}
.cookie_popup {
	display: none;
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 999999;
}
.cookie_popup .wrap-composition {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 16px 32px;
	position: relative;
	margin: auto;
	box-shadow: var(--boxShadow);
	border-radius: 12px;
}
.cookie_popup .wrap-composition .wrap-img {
	width: 30px;
	margin: 0 24px;
}
.cookie_popup .wrap-composition p {
	margin: 0 80px 0 0;
	max-width: 860px;
	font-size: 14px;
}
.cookie_popup .wrap-composition p a {
	color: var(--accent);
}
.cookie_popup .wrap-composition p a:hover {
	color: var(--green);
}
.cookie_popup .wrap-composition .btn-agree {
	margin-left: auto;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	height: 34px;
	line-height: 34px;
	border-radius: 8px;
}
@media screen and (max-width: 1200px) {
	.cookie_popup .wrap-composition p {
		max-width: 670px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 992px) {
	.cookie_popup .wrap-composition p {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.cookie_popup .wrap-composition {
		display: block;
		padding: 24px;
		box-shadow: 0 4px 22px rgba(0, 0, 0, 0.16);
	}
	.cookie_popup .wrap-composition .wrap-img {
		display: none;
	}
	.cookie_popup .wrap-composition .btn-agree {
		margin: 0;
	}
}
.wrap-country-code {
	position: relative;
}
.wrap-country-code .country-code {
	position: absolute;
	left: 4px;
	top: 4px;
	height: 52px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 12px;
	background-color: #dbdeea;
	color: var(--text);
	font-size: 18px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.wrap-country-code .country-code img {
	width: 24px;
	height: 20px;
	margin-right: 8px;
	margin-bottom: 2px;
	border-radius: 4px;
}
.wrap-country-code input {
	padding-left: 84px !important;
	font-size: 18px !important;
}
.wrap-country-code input::placeholder {
	font-size: 18px !important;
}
.country-code span {
	width: 20px;
}
section.section_gray {
	background-color: var(--lightGray);
	margin: 60px 0;
	padding: 120px 0;
}
@media screen and (max-width: 768px) {
	section.section_gray {
		margin: 30px 0;
		padding: 60px 0;
	}
}
.mfp-no-margins .mfp-container,
.mfp-no-margins img.mfp-img {
	padding: 0;
}
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	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 screen and (max-width: 1200px) {
	.mfp-no-margins img.mfp-img {
		max-width: 900px !important;
	}
}
@media screen and (max-width: 992px) {
	.mfp-no-margins img.mfp-img {
		max-width: 100% !important;
	}
}
.mfp-iframe-holder .mfp-content .mfp-close {
	width: 28px;
	padding: 0;
	top: -40px;
}
small {
	font-size: inherit;
}
