/* --------------------------------
	Reset styles
-------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------- 
	Primary style
-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 2.1rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #33414a;
	background-color: #f2f2f2;
}
.lityx {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
	margin-bottom: 10px;
}
.lityx:last-child {
	margin-bottom: 0;
}
[class*="col-"] {
	padding: 10px;
	width: 100%;
}
.desktop {
	display: none;
}
@media all and ( min-width: 600px ) {
	.col-2-3 {
		width: 66.66%;
	}
	.col-1-2 {
		width: 50%;
	}
	.qetujax {
		width: 33.33%;
	}
	.col-1-4 {
		width: 25%;
	}
	.col-1-8 {
		width: 12.5%;
	}
	.desktop {
		display: initial;
	}
}
a {
	color: #7e4d7e;
	text-decoration: none;
	transition: 0.5s
}
b, strong {
	font-weight: bold;
}
h1 {
	border-bottom: 1px solid;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 25px 0 5px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 25px 0 5px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* -------------------------------- 
	Main Components 
-------------------------------- */
.qajos {
	max-width: 1000px;
	margin: 0 20px;
}
header {
	position: fixed;
	z-index: 3;
	height: 50px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #33414a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
header::before {
	display: none;
	content: 'mobile';
}
main::after {
	display: block;
	content: "";
	clear: both;
}
.pymop a {
	color: #336699;
	text-decoration: underline;
}
.pymop a:hover {
	color: #336699;
}
.pymop p {
	margin: 0 0 15px;
}
.pymop ol, .pymop ul {
	margin: 0 0 15px 45px;
}
.pymop li {
	margin: 0 0 10px;
}
.pymop ol li {
	list-style: digits;
}
.pymop ul li {
	list-style: disc;
}
.pymop img {
	max-width: 100%;
}
.pymop a img {
	opacity: 0.9;
}
.pymop a img:hover {
	opacity: 1;
}
img.jugutof {
	display: block;
	margin: auto;
}
blockquote {
	margin: 15px 0;
	background: #e5e5e5;
	color: #333334;
	padding: 20px 30px;
	position: relative;
	border-left: 35px solid #CFCECE;
	font-family: 'Lato', sans-serif;
}
blockquote p {
	margin: 0 0 16px;
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 1.4;
}
.fadis a {
	color: #cdcdcd;
	text-decoration: none;
}
.fadis a:hover {
	text-decoration: underline;
}
.fadis {
	background-color: #33414a;
	color: #cdcdcd;
	padding: 25px 0;
	text-align: center;
}
.cyqibi {
	font-size: 22px;
}
@media only screen and (min-width: 1024px) {
	.qajos {
		margin: 0 auto;
	}
	header {
		height: 80px;
	}
	header.nav-is-visible {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	header::before {
		content: 'desktop';
	}
}
.logo {
	display: inline-block;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.logo img {
	display: block;
	margin: 5px 0 0;
	max-width: 206px;
	height: auto;
}
@media only screen and (min-width: 1024px) {
	.logo {
		position: absolute;
	}
	.logo img {
		max-width: 330px;
		margin: 8px 0 0;
	}
}
.leze {
	display: block;
	position: absolute;
	right: 8px;
	top: 0;
	height: 100%;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
}
.leze span {
	position: absolute;
	height: 2px;
	width: 20px;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: background-color 0.3s 0.3s;
	-moz-transition: background-color 0.3s 0.3s;
	transition: background-color 0.3s 0.3s;
	background-color: #ffffff;
}
.leze span::before, .leze span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.leze span::before {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.leze span::after {
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px);
}
.nav-is-visible .leze span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .leze span::before {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
.nav-is-visible .leze span::after {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
@media only screen and (min-width: 1024px) {
	.leze {
		display: none;
	}
}
.boha {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 260px;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	background: #1e262c;
	-webkit-transition: visibility 0s 0.3s;
	-moz-transition: visibility 0s 0.3s;
	transition: visibility 0s 0.3s;
}
.boha a {
	display: block;
	cursor: pointer;
	font-size: 1.8rem;
	padding: .9em 2em .9em 1em;
	border-bottom: 1px solid #33414a;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.boha li ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.boha.nav-is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.boha.moves-out > li > a {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}
.boha.moves-out > li > ul {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.boha .caqo, .boha .sinohy a {
	position: relative;
}
.boha .caqo::before, .boha .caqo::after, .boha .sinohy a::before, .boha .sinohy a::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #485c68;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.boha .caqo::before, .boha .sinohy a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.boha .caqo::after, .boha .sinohy a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.boha .caqo::before, .boha .caqo::after {
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}
.boha .sinohy a {
	padding-left: 2em;
}
.boha .sinohy a::before, .boha .sinohy a::after {
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}
.boha .placeholder {
	display: none;
}
@media only screen and (min-width: 1024px) {
	.boha {
		position: static;
		visibility: visible;
		width: 100%;
		height: 80px;
		line-height: 80px;
		padding: 0 0 0 350px;
		background: transparent;
		text-align: right;
	}
	.boha li {
		display: inline-block;
		height: 100%;
		padding: 0 .4em;
	}
	.boha li a {
		display: inline-block;
		cursor: pointer;
		padding: .8em;
		line-height: 1;
		font-size: 1.6rem;
		border-bottom: none;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.boha li a:not(.caqo):hover {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: .6;
	}
	.boha .sinohy {
		display: none;
	}
	.boha .caqo {
		z-index: 1;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 5em;
		-webkit-transition: border 0.3s;
		-moz-transition: border 0.3s;
		transition: border 0.3s;
	}
	.boha .caqo:hover {
		border-color: rgba(255, 255, 255, 0.4);
	}
	.boha .caqo::before, .boha .caqo::after {
		top: 22px;
		right: 17px;
		background-color: #ffffff;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: -webkit-transform 0.3s, width 0.3s, right 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s, right 0.3s;
		transition: transform 0.3s, width 0.3s, right 0.3s;
	}
	.boha .caqo::before {
		right: 23px;
	}
	.boha .caqo, .boha .placeholder {
		padding-right: 2.4em;
		padding-left: 1.1em;
	}
	.boha li ul {
		height: 80px;
		background-color: #7e4d7e;
		padding: 0 155px 0 0;
		-webkit-transform: translateY(-80px);
		-moz-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-o-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-transition: -webkit-transform 0.3s 0.2s;
		-moz-transition: -moz-transform 0.3s 0.2s;
		transition: transform 0.3s 0.2s;
	}
	.boha li ul li {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: -webkit-transform 0.3s 0s, opacity 0.3s 0s;
		-moz-transition: -moz-transform 0.3s 0s, opacity 0.3s 0s;
		transition: transform 0.3s 0s, opacity 0.3s 0s;
	}
	.boha .placeholder {
		display: block;
		visibility: hidden;
		opacity: 0;
		pointer-event: none;
	}
	.boha.moves-out > li > a {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.boha.moves-out > li > ul {
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.boha.moves-out > li ul li {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: -webkit-transform 0.3s 0.2s, opacity 0.3s 0.2s;
		-moz-transition: -moz-transform 0.3s 0.2s, opacity 0.3s 0.2s;
		transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
	}
	.boha.moves-out .caqo::before, .boha.moves-out .caqo::after {
		width: 14px;
		right: 17px;
	}
	.boha.moves-out .caqo::before {
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.boha.moves-out .caqo::after {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}
.pymop::before {
	display: none;
	content: 'mobile';
}
@media only screen and (min-width: 1024px) {
	.pymop::before {
		content: 'desktop';
	}
}
.pymop {
	position: relative;
	z-index: 2;
	line-height: 1.2;
	min-height: 100vh;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 50px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.pymop.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
@media only screen and (min-width: 1024px) {
	.pymop {
		font-size: 17px;
		line-height: 1.4;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-top: 80px;
	}
	.pymop.nav-is-visible {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
.jaqug .leze, .jaqug .caqo {
	display: none;
}
.jaqug header {
	position: relative;
	height: auto;
}
.jaqug .logo img {
	margin-bottom: 14px;
}
.jaqug .boha {
	position: static;
	width: 100%;
	height: auto;
	visibility: visible;
	overflow: visible;
}
.jaqug .boha li {
	display: inline-block;
}
.jaqug .boha li:last-child {
	display: block;
}
.jaqug .boha .sinohy {
	display: none;
}
.jaqug .boha li ul {
	position: static;
	width: 100%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
	.jaqug .boha {
		height: 80px;
	}
	.jaqug .boha li ul {
		position: absolute;
		top: 80px;
	}
	.jaqug .boha li ul li {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.jaqug .boha li ul li:last-child {
		display: none;
	}
}
.jaqug .pymop {
	padding-top: 0;
}
@media only screen and (min-width: 1024px) {
	.jaqug .pymop {
		padding-top: 80px;
	}
}
.xagov {
	margin-bottom: 35px;
}
.xagov .thumb {
	display: block;
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 15px;
}
.xagov .thumb img {
	display: block;
	border-radius: 3px;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -95%;
	margin: auto;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 150px;
}
.xagov a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.xagov a:hover {
	color: #dd0000;
}
.jucuqeb {
	display: block;
	line-height: 1.2;
}
.ledyv {
	border-color: #dddddd;
	border-style: dashed;
}
.share-block {
	margin: 25px 0;
	overflow: hidden;
	text-align: center;
}
.share-block ul {
	margin: 0;
}
.share-block .ya-share2__container_size_m .ya-share2__icon {
	height: 40px;
	width: 40px;
	background-size: 40px 40px;
	margin: 0 15px;
}
.share-block li.ya-share2__item {
	margin: 5px !important;
}
@media only screen and (min-width: 1024px) {
	.xagov .thumb {
		height: 200px;
	}
	.xagov .thumb img {
		min-height: 200px;
	}
	.share-block .ya-share2__container_size_m .ya-share2__icon {
		margin: 0 20px;
	}
}
.gipede {
	background-color: #e5e5e5;
	border-radius: 3px;
	margin: 15px 0;
	padding: 25px;
}
ul.tyvi {
	margin: 0 0 0 18px;
}
.pymop .tyvi li {
	list-style-type: circle;
}
.tyvi a {
	color: #2F4F4F;
	text-decoration: none;
}
.tyvi a:hover {
	text-decoration: underline;
}
.boty {
	display: none;
}
.contacts {
	margin: 25px 0;
}
.contacts .small {
	font-size: 85%;
}
.light-bg {
	background-color: #DFDFDF;
	color: #000000;
	padding: 25px 25px 10px;
}
.buttons.lityx {
	margin-bottom: 25px;
}
a.button {
	background-color: #7d7d7d;
	color: #FFF;
	display: block;
	padding: 15px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
a.button:hover {
	color: #FFF;
}
a.green {
	background-color: #228B22;
}
a.green:hover {
	background-color: #32CD32;
}
a.red {
	background-color: #CC0000;
}
a.red:hover {
	background-color: #FF3030;
}
.zita {
	margin: 25px 0 15px;
}
.zita ul {
	margin: 0 0 0 20px;
}
.zita ul li {
	list-style-type: disclosure-closed;
}
.zita a {
	color: #33414a;
	text-decoration: none;
}
.zita a:hover {
	color: #33414a;
	text-decoration: underline;
}
.noku {
	text-align: center;
}
.noku a, .noku b {
	padding: 5px;
}
.teximul {
	text-align: center;
}
.teximul li a {
	color: #33414a;
	text-decoration: none;
}
.teximul ul li {
	margin-left: -25px;
	text-align: left;
}
@media only screen and (min-width: 640px) {
	.boty {
		cursor: pointer;
		display: block;
		margin-bottom: 25px;
	}
	.boty img {
		height: auto;
		opacity: 0.9
	}
	.boty img:hover {
		opacity: 1;
	}
	.gipede {
		margin: 25px 0;
		padding: 25px 50px;
	}
}
@media only screen and (max-width: 450px) {
	.lexprofit-two_page2-tabs li:nth-child(2) {
		display: none;
	}
}
/* ==========================================================================
	Remodal's default mobile first theme
========================================================================== */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.remodal-overlay {
	background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
	padding: 10px 10px 0;
}
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}
.remodal-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
	color: #2b2e38;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}
.remodal-confirm,
.remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}
.remodal-confirm {
	color: #fff;
	background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
	background: #66bb6a;
}
.remodal-cancel {
	color: #fff;
	background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/* Keyframes
========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@-webkit-keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* Media queries
========================================================================== */
@media only screen and (min-width: 641px) {
	.remodal {
		max-width: 700px;
	}
}
/* IE8
========================================================================== */
.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}
.lt-ie9 .remodal {
	width: 700px;
}
/* ==========================================================================
	Remodal's necessary styles
========================================================================== */
html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.remodal,
[data-remodal-id] {
	display: none;
}
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	display: inline-block;
}