@font-face {font-display: swap; font-family: 'DIN Pro'; src: url('../fonts/DINPro-Light.eot'); src: local('DIN Pro Light'), url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Light.woff') format('woff'), url('../fonts/DINPro-Light.ttf') format('truetype'); font-weight: 300; font-style: normal;}
@font-face {font-display: swap; font-family: 'DIN Pro'; src: url('../fonts/DINPro.eot'); src: local('DIN Pro Regular'), url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro.woff') format('woff'), url('../fonts/DINPro.ttf') format('truetype'); font-weight: 400; font-style: normal;}
@font-face {font-display: swap; font-family: 'DIN Pro'; src: url('../fonts/DINPro-Medium.eot'); src: local('DIN Pro Medium'), url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal;}
@font-face {font-display: swap; font-family: 'DIN Pro'; src: url('../fonts/DINPro-Bold.eot'); src: local('DIN Pro Bold'), url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'); font-weight: 600; font-style: normal;}
@font-face {font-display: swap; font-family: 'DIN Pro Cond'; src: url('../fonts/DINPro-Cond.eot'); src: local('DIN Pro Cond'), url('../fonts/DINPro-Cond.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Cond.woff') format('woff'), url('../fonts/DINPro-Cond.ttf') format('truetype'); font-weight: 400; font-style: normal;}

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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}input,textarea{box-shadow:none;-webkit-appearance:none;border-radius:0}svg path{fill:currentColor;stroke-width:0}button{border:0;background:0;padding:0;color:#fff;cursor: pointer;}button:focus{outline:none;}

/* ===GLOBAL=== */

body
{
	font: 300 20px/25px 'DIN Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #0f0044;
	background: #fff;
}

a, a:visited
{
	color: #783c8c;
	text-decoration: underline;
	transition: all .2s ease;
}

.container
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 15px;
}

.holder {overflow: hidden;}
.clear {clear: both;}
br.mobile, br.tablet {display: none;}
br.desktop {display: block;}

@media (max-width: 1219px) {

	a:hover {text-decoration: underline;}
	br.desktop {display: none;}

}

@media (max-width: 767px) {

	body {font: 300 18px/23px 'DIN Pro', sans-serif;}

	.container
	{
		width: 100%;
		min-width: 320px;
		max-width: 375px;
		padding: 0 10px;
	}
	
	br.mobile {display: block;}

}

@media (min-width:768px) and (max-width: 1219px) {

	body {font: 300 20px/25px 'DIN Pro', sans-serif;}
	.container {width: 720px;}
	br.tablet {display: block;}

}

/* ===BUTTONS=== */

a.button,
div.button
{
	font: 300 18.5px/58px 'DIN Pro';
	width: auto;
	height: 60px;
	color: #fff;
	position: relative;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	background: #653b7a;
	transition: all .2s ease;
	box-sizing: border-box;
	padding: 0 49px;
	border: 1px solid #653b7a;
	border-radius: 30px;
	cursor: pointer;
}

a.button:hover,
div.button:hover
{
	background: #54266b;
	border-color: #54266b;
}

@media (max-width: 1219px) {

	a.button:hover,
	div.button:hover
	{
		background: #653b7a;
		border-color: #653b7a;
	}

}

@media (max-width: 767px) {

	a.button
	{
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	a.button
	{
		min-width: 270px;
	}

}

/* ===INPUTS=== */

input[type="text"],
input[type="tel"],
input[type="email"]
{
	font: 300 18.5px 'DIN Pro';
	width: 100%;
	height: 60px;
	display: block;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	border: 0;
	border-bottom: 1px solid #a6aab7;
	padding: 0 20px;
	margin: 15px 0 0;
	color: #0f0044;
	transition: all .2s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus
{
	border-color: #0f0044;
	outline: none;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder
{
	color: #a6aab7;
	opacity: 1;
}

input.error {border-color: #ff4a35;}

input[type="submit"]
{
	font: 300 18.5px 'DIN Pro';
	width: auto;
	height: 60px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-align: center;
	background: #653b7a;
	transition: all .2s ease;
	box-sizing: border-box;
	padding: 0 50px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
}

input[type="submit"]:hover {background: #54266b;}

[type="radio"]:checked,
[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
	font: 300 20px/20px 'DIN Pro';
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #0f0044;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #663399;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after
{
    content: '';
    width: 12px;
    height: 12px;
    background: #663399;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after
{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1219px) {

	input[type="submit"]:hover {background: #653b7a;}

}

@media (max-width: 767px) {

	input[type="text"],
	input[type="tel"],
	input[type="email"]
	{
		font: 300 17px 'DIN Pro';
		width: 100%;
		height: 50px;
		margin: 10px 0 0;
	}

}

/* ===HEADER=== */

.header
{
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0; top: 0;
	z-index: 10;
	padding: 21px 0 25px;
	transition: all .3s ease;
}

.header.is-fixed
{
	position: fixed;
	top: 0;
	padding: 11px 0 15px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 5px 10px rgba(0,50,100,.1);
}

.header__logo
{
	width: 335px;
	height: 70px;
	float: left;
}

.header__logo img
{
	width: 100%;
	height: 100%;
}

.header__desc
{
	font: 300 15px/19px 'DIN Pro';
	text-transform: uppercase;
	float: left;
	padding: 20px 0 0 70px;
	position: relative;
}

.header__desc::before
{
	content: '';
	position: absolute;
	left: 35px; top: 19px;
	width: 1px;
	height: 40px;
	background: #0f0044;
}

.header__phone
{
	float: right;
	text-align: right;
	padding: 5px 0 0;
}

a.header__number
{
	font: 400 30px/30px 'DIN Pro';
	display: block;
	text-decoration: none;
	color: #fff;
	transition: all .3s ease;
}

a.header__callback
{
	font: 300 16px/18px 'DIN Pro';
	color: #fff;
	display: inline-block;
	margin: 10px 0 0;
	transition: all .3s ease;
}

a.header__callback svg
{
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 10px 0 0;
}

.header__phone--wo-bg a.header__number,
.header__phone--wo-bg a.header__callback,
.header.is-fixed a.header__number,
.header.is-fixed a.header__callback {color: #0f0044;}

@media (max-width: 767px) {
	
	.header
	{
		height: 50px;
		padding: 11px 0 15px;
	}
	
	.header.is-fixed {padding: 6px 0 10px;}

	.header__logo
	{
		width: 46px;
		height: 50px;
	}

	.header__desc {display: none;}

	.header__phone
	{
		overflow: hidden;
		padding: 2px 0 0;
	}

	a.header__number
	{
		font: 400 30px/50px 'DIN Pro Cond';
		color: #0f0044;
		float: left;
	}

	a.header__callback,
	.header.is-fixed a.header__callback
	{
		font-size: 0;
		width: 46px;
		height: 46px;
		box-sizing: border-box;
		border-radius: 50%;
		border: 2px solid #54266b;
		color: #54266b;
		float: left;
		margin: 2px 0 2px 15px;
	}
	
	a.header__callback span {display: none;}

	a.header__callback svg
	{
		width: 18px;
		height: 18px;
		float: none;
		margin: 12px;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.header {height: 50px;}

	.header__logo
	{
		width: 240px;
		height: 50px;
	}

	.header__desc
	{
		font: 300 12.6px/15px 'DIN Pro';
		float: left;
		padding: 13px 0 0 50px;
	}

	.header__desc::before
	{
		left: 25px; top: 13px;
		height: 30px;
	}

	.header__phone
	{
		padding: 2px 0 0;
	}

	a.header__number
	{
		font: 400 25px/22px 'DIN Pro';
		color: #0f0044;
	}

	a.header__callback
	{
		font: 300 14px/14px 'DIN Pro';
		color: #0f0044;
		margin: 0;
	}

	a.header__callback svg
	{
		width: 14px;
		height: 14px;
		float: left;
		margin: 0 10px 0 0;
	}

}

/* ===HERO=== */

.hero
{
	width: 100%;
	height: 800px;
	box-sizing: border-box;
	padding: 190px 0 110px;
	position: relative;
	background: #f7fafd;
}

.hero::before
{
	content: '';
	display: block;
	width: 600px;
	height: 600px;
	position: absolute;
	right: calc(38.8% - 300px);
	top: calc(50% - 300px);
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #f4f6fa;
}

.hero::after
{
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	right: calc(38.8% - 150px);
	top: calc(50% - 150px);
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #f4f6fa;
}

.hero .container {overflow: visible;}

.hero__square
{
	width: 38.8%;
	height: 100%;
	position: absolute;
	right: 0; top: 0;
	background: #f7fafd;
	overflow: hidden;
	z-index: 1;
}

.hero__background
{
	width: 100%;
	height: 100%;
	animation: zoom 20s linear infinite alternate;
}

.hero__image
{
	position: absolute;
	left: 800px; top: -5px;
	width: 500px;
	height: 480px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.hero__background img,
.hero__image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__content
{
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.hero__desc
{
	font: 300 18px/23px 'DIN Pro';
	text-align: center;
	margin: 0 0 30px;
	display: none;
}

.hero__header
{
	font: 500 40px/50px 'DIN Pro';
	text-transform: uppercase;
}

.hero__addit
{
	font: 300 21px/27px 'DIN Pro';
	margin: 25px 0 0;
}

.hero__subheader
{
	font: 400 40px/55px 'DIN Pro';
	margin: 75px 0 0;
}

.hero__button
{
	margin: 45px 0 0;
	overflow: hidden;
	font-size: 0;
}

.hero__button a.button
{
	font: 400 15px/20px 'DIN Pro';
	width: 300px;
	height: 80px;
	padding: 18px 14px 22px;
	border-radius: 25px;
}

a.hero__presentation
{
	font: 300 18.5px/58px 'DIN Pro';
	color: #0f0044;
	display: inline-block;
	margin: 0 0 0 35px;
	padding: 0 0 0 45px;
	background: url(../images/icon_pdf.svg) left no-repeat;
	background-size: 30px 36px;
}

.hero__disl
{
	font: 300 15px/20px 'DIN Pro';
	display: inline-block;
	width: 220px;
	margin: 0 0 0 35px;
}

@media (max-width: 767px) {

	.hero
	{
		height: auto;
		padding: 100px 0 60px;
	}

	.hero::before
	{
		width: 300px;
		height: 300px;
		right: calc(50% - 150px);
		top: -150px;
	}

	.hero::after
	{
		width: 150px;
		height: 150px;
		right: calc(50% - 75px);
		top: -75px;
	}
	
	.hero .container {overflow: hidden;}
	.hero__square {display: none;}
	.hero__desc {display: block;}

	.hero__header
	{
		font: 500 24px/36px 'DIN Pro';
		text-align: center;
	}

	.hero__addit
	{
		font: 300 18px/23px 'DIN Pro';
		margin: 20px 0 0;
		text-align: center;
	}

	.hero__subheader
	{
		font: 400 24px/32px 'DIN Pro';
		margin: 60px 0 0;
		text-align: center;
	}

	.hero__button
	{
		margin: 20px 0 0;
		text-align: center;
	}
	a.hero__presentation {display: none;}

	.hero__disl
	{
		text-align: center;
		margin: 15px 0 0;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.hero
	{
		height: auto;
		padding: 150px 0 80px;
	}

	.hero::before
	{
		top: -300px;
		right: calc(50% - 300px);
	}

	.hero::after
	{
		top: -150px;
		right: calc(50% - 150px);
	}

	.hero .container {overflow: hidden;}
	.hero__square,
	.hero__image {display: none;}
	.hero__header {font: 500 40px/55px 'DIN Pro';}

	.hero__addit
	{
		font: 300 22px/28px 'DIN Pro';
		margin: 34px 0 0;
	}

	.hero__subheader
	{
		font: 400 35px/50px 'DIN Pro';
		margin: 50px 0 0;
	}

}

/* ===SCHEME=== */

.scheme
{
	width: 100%;
	height: auto;
	padding: 100px 0;
}

.scheme__header
{
	font: 400 45px/60px 'DIN Pro';
	text-transform: uppercase;
	text-align: center;
}

.scheme__header span {font: 300 75px/60px 'DIN Pro';}

.scheme__container
{
	overflow: hidden;
	margin: 30px 0 0;
}

.scheme__step
{
	float: left;
	width: 370px;
	padding: 60px 0;
	text-align: center;
	position: relative;
}

.scheme__step+.scheme__step {margin: 0 0 0 30px;}

.scheme__step+.scheme__step::before
{
	content: '';
	display: block;
	position: absolute;
	left: -32px; top: calc(50% - 10px);
	border: solid #0f0044;
	border-width: 0 1px 1px 0;
	padding: 10px;
	transform: rotate(-45deg);
}

.scheme__num
{
	font: 600 360px/265px 'DIN Pro';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	text-align: center;
	color: #f7fafd;
}

.scheme__icon
{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

.scheme__icon--request
{
	background: url(../images/icon_request.svg) center no-repeat;
	background-size: 90px 60px;
}

.scheme__icon--education
{
	background: url(../images/icon_education.svg) center no-repeat;
	background-size: 96px 72px;
}

.scheme__icon--reward
{
	background: url(../images/icon_reward.svg) center no-repeat;
	background-size: 100px 67px;
}

.scheme__text
{
	font: 300 20px/25px 'DIN Pro';
	position: relative;
	margin: 10px 0 0;
}

@media (max-width: 1219px) {

	.scheme__icon--request {background-size: 70px 47px;}
	.scheme__icon--education {background-size: 76px 57px;}
	.scheme__icon--reward {background-size: 80px 53px;}

	.scheme__text
	{
		font: 300 18px/23px 'DIN Pro';
		margin: 0;
	}

}

@media (max-width: 767px) {

	.scheme {padding: 60px 0;}

	.scheme__header
	{
		font: 400 24px/32px 'DIN Pro';
		text-transform: none;
	}

	.scheme__header span {font: 400 34px/32px 'DIN Pro';}
	.scheme__container {margin: 10px 0 0;}

	.scheme__step
	{
		width: 100%;
		padding: 40px 0;
	}

	.scheme__step+.scheme__step {margin: 30px 0 0;}

	.scheme__step+.scheme__step::before
	{
		left: calc(50% - 10px); top: -17px;
		border-width: 0 0 1px 1px;
	}

	.scheme__num {font: 600 250px/230px 'DIN Pro';}

}

@media (min-width:768px) and (max-width: 1219px) {

	.scheme {padding: 80px 0;}
	.scheme__header {font: 400 35px/50px 'DIN Pro';}
	.scheme__header span {font: 300 65px/50px 'DIN Pro';}
	.scheme__container {margin: 20px 0 0;}

	.scheme__step
	{
		width: 210px;
		padding: 40px 0;
	}

	.scheme__num {font: 600 320px/240px 'DIN Pro';}

}

/* ===ADVANTAGES=== */

.advantages
{
	width: 100%;
	height: 800px;
	box-sizing: border-box;
	padding: 100px 0;
	position: relative;
	background: #f7fafd;
}

.advantages::before
{
	content: '';
	display: block;
	width: 600px;
	height: 600px;
	position: absolute;
	left: calc(38.8% - 300px);
	top: calc(50% - 300px);
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #f4f6fa;
}

.advantages::after
{
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	left: calc(38.8% - 150px);
	top: calc(50% - 150px);
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #f4f6fa;
}

.advantages__square
{
	width: 38.8%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	background: #f7fafd;
	overflow: hidden;
	z-index: 1;
}

.advantages__background
{
	width: 100%;
	height: 100%;
	animation: zoom 20s linear infinite alternate;
}

.advantages__background img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.advantages__content
{
	overflow: hidden;
	padding: 0 0 0 470px;
	position: relative;
	z-index: 1;
}

.advantages__header {font: 400 40px/55px 'DIN Pro';}

.advantages__container
{
	width: 700px;
	margin: 22px 0 0;
	overflow: hidden;
}

.advantages__item
{
	width: 335px;
	float: left;
	margin: 0 0 30px;
}

.advantages__item:nth-child(2n+2) {margin-left: 30px;}

.advantages__icon
{
	height: 100px;
	position: relative;
}

.advantages__icon--profit
{
	width: 80px;
	background: url(../images/icon_profit.svg) center no-repeat;
	background-size: 80px 74px;
}

.advantages__icon--russia
{
	width: 100px;
	background: url(../images/icon_russia.svg) center no-repeat;
	background-size: 100px 64px;
}

.advantages__icon--benefit
{
	width: 75px;
	background: url(../images/icon_benefit.svg) center no-repeat;
	background-size: 74px 74px;
}

.advantages__icon--diploma
{
	width: 85px;
	background: url(../images/icon_diploma.svg) center no-repeat;
	background-size: 85px 68px;
}

.advantages__name
{
	font: 400 20px/25px 'DIN Pro';
	margin: 10px 0 0;
}

.advantages__text
{
	font: 300 17px/22px 'DIN Pro';
	margin: 10px 0 0;
}

.advantages__button {margin: 25px 0 0;}

@media (max-width: 1219px) {

	.advantages__icon--profit
	{
		width: 65px;
		background-size: 65px 60px;
	}

	.advantages__icon--russia
	{
		width: 80px;
		background-size: 80px 51px;
	}

	.advantages__icon--benefit
	{
		width: 60px;
		background-size: 60px 60px;
	}

	.advantages__icon--diploma
	{
		width: 70px;
		background-size: 70px 56px;
	}

	.advantages__name
	{
		font: 400 18px/23px 'DIN Pro';
		margin: 0;
	}

	.advantages__text {font: 300 16px/20px 'DIN Pro';}

}

@media (max-width: 767px) {

	.advantages
	{
		height: auto;
		padding: 60px 0;
	}

	.advantages::before
	{
		width: 300px;
		height: 300px;
		left: calc(50% - 150px);
		top: calc(50% - 150px);
	}

	.advantages::after
	{
		width: 150px;
		height: 150px;
		left: calc(50% - 75px);
		top: calc(50% - 75px);
	}

	.advantages__square {display: none;}
	.advantages__content {padding: 0;}

	.advantages__header
	{
		font: 400 24px/32px 'DIN Pro';
		text-align: center;
	}

	.advantages__container {width: 100%;}
	.advantages__icon {margin: 0 auto;}

	.advantages__item
	{
		width: 100%;
		text-align: center;
	}

	.advantages__item:nth-child(2n+2) {margin-left: 0;}

}

@media (min-width:768px) and (max-width: 1219px) {

	.advantages
	{
		height: auto;
		padding: 80px 0;
	}

	.advantages::before {left: calc(50% - 300px);}
	.advantages::after {left: calc(50% - 150px);}
	.advantages__square {display: none;}
	.advantages__content {padding: 0;}
	.advantages__header {font: 400 35px/50px 'DIN Pro';}
	.advantages__container {width: 100%;}
	.advantages__item {width: 330px;}

}

/* ===SERVICES=== */

.services
{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: #fff url(../images/bg_services.jpg) center no-repeat;
}

.services__header {font: 400 40px/55px 'DIN Pro';}

.services__container
{
	font: 300 20px/25px 'DIN Pro';
	overflow: hidden;
	margin: 30px 0 0;
}

.services__list
{
	width: 460px;
	float: left;
}

.services__list li
{
	background: url(../images/icon_list.svg) 0 5px no-repeat;
	background-size: 18px 18px;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}

@media (max-width: 767px) {

	.services
	{
		padding: 60px 0;
		background: #fff;
	}

	.services__header
	{
		font: 400 24px/32px 'DIN Pro';
		text-align: center;
	}
	
	.services__container {font: 300 18px/23px 'DIN Pro';}

	.services__list
	{
		width: 100%;
		float: none;
	}

	.services__list li
	{
		background: url(../images/icon_list.svg) 0 5px no-repeat;
		background-size: 18px 18px;
		margin: 0 0 15px;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.services
	{
		padding: 80px 0;
		background: #fff;
	}

	.services__header {font: 400 35px/50px 'DIN Pro';}
	.services__container {font: 300 16px/20px 'DIN Pro';}
	.services__list:first-child {width: 390px;}
	.services__list:last-child {width: 300px;}

	.services__list li
	{
		background: url(../images/icon_list.svg) 0 4px no-repeat;
		background-size: 16px 16px;
		margin: 0 0 15px;
	}

}

/* ===ABOUT=== */

.about
{
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0 60px;
	position: relative;
	background: #f7fafd;
	overflow: hidden;
}

.about::before
{
	content: '';
	display: block;
	width: 600px;
	height: 600px;
	position: absolute;
	left: calc(50% - 650px);
	bottom: -300px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #f4f6fa;
}

.about::after
{
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	left: calc(50% - 500px);
	bottom: -150px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #f4f6fa;
}

.about__content
{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.about__license
{
	width: 470px;
	float: left;
	box-sizing: border-box;
	padding: 0 100px 40px;
	position: relative;
	z-index: 2;
}

.about__license a
{
	display: block;
	width: 270px;
	height: 380px;
	position: relative;
	box-sizing: border-box;
	border: 15px solid #fff;
	box-shadow: 0 15px 30px rgba(0,50,100,.15);
	z-index: 1;
}

.about__license a::before
{
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	border-left: 240px solid transparent;
	border-bottom: 350px solid rgba(255,255,255,.25);
}

.about__license a::after
{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	box-shadow: 5px 5px 15px rgba(0,50,100,.25) inset;
}

.about__license a img
{
	width: 100%;
	height: 100%;
}

.about__content
{
	overflow: hidden;
	position: relative;
	float: left;
}

.about__header {font: 400 40px/55px 'DIN Pro';}

.about__advantages
{
	width: 700px;
	margin: 22px 0 0;
	overflow: hidden;
}

.about__item
{
	width: 335px;
	float: left;
	margin: 0 0 30px;
}

.about__item:nth-child(2n+2) {margin-left: 30px;}

.about__icon
{
	height: 100px;
	position: relative;
}

.about__icon--reliable
{
	width: 65px;
	background: url(../images/icon_reliable.svg) center no-repeat;
	background-size: 65px 80px;
}

.about__icon--portal
{
	width: 80px;
	background: url(../images/icon_portal.svg) center no-repeat;
	background-size: 80px 80px;
}

.about__name
{
	font: 400 20px/25px 'DIN Pro';
	margin: 10px 0 0;
}

.about__text
{
	font: 300 17px/22px 'DIN Pro';
	margin: 10px 0 0;
}

.about__button
{
	margin: 24px 0 0;
	overflow: hidden;
	font-size: 0;
}

a.about__link
{
	font: 300 18.5px/58px 'DIN Pro';
	color: #0f0044;
	display: inline-block;
	margin: 0 0 0 35px;
	padding: 0 0 0 45px;
	background: url(../images/icon_link.svg) left no-repeat;
	background-size: 30px 30px;
}

@media (max-width: 1219px) {

	.about__icon--reliable
	{
		width: 50px;
		background-size: 50px 61px;
	}

	.about__icon--portal
	{
		width: 60px;
		background-size: 60px 60px;
	}

}

@media (max-width: 767px) {

	.about {padding: 60px 0;}

	.about::before
	{
		width: 300px;
		height: 300px;
		left: calc(50% - 150px);
		top: 290px;
	}

	.about::after
	{
		width: 150px;
		height: 150px;
		left: calc(50% - 75px);
		top: 365px;
	}

	.about__license
	{
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 0 50px;
	}

	.about__license a {margin: 0 auto;}
	.about__content {float: none;}
	
	.about__header
	{
		font: 400 24px/32px 'DIN Pro';
		text-align: center;
	}

	.about__advantages {width: 100%;}

	.about__item
	{
		width: 100%;
		float: none;
		text-align: center;
	}

	.about__item:nth-child(2n+2) {margin-left: 0;}
	.about__icon {margin: 0 auto;}

	.about__name
	{
		font: 400 18px/23px 'DIN Pro';
		margin: 0;
	}

	.about__text {font: 300 16px/20px 'DIN Pro';}
	.about__button {text-align: center;}
	a.about__link {margin: 15px 0 0;}

}

@media (min-width:768px) and (max-width: 1219px) {

	.about {padding: 80px 0;}
	.about::before {left: calc(50% - 300px);}
	.about::after {left: calc(50% - 150px);}

	.about__license
	{
		width: 295px;
		padding: 75px 0 0 15px;
		float: none;
		position: absolute;
		left: 0; top: 0;
	}

	.about__license a {box-shadow: 5px 15px 20px rgba(0,50,100,.15);}
	.about__content {float: none;}

	.about__header
	{
		font: 400 35px/50px 'DIN Pro';
	}

	.about__advantages
	{
		width: 330px;
		padding: 0 0 0 360px;
	}

	.about__item {width: 330px;}
	.about__item:nth-child(2n+2) {margin-left: 0;}

	.about__name
	{
		font: 400 18px/23px 'DIN Pro';
		margin: 0;
	}

	.about__text {font: 300 16px/20px 'DIN Pro';}

}

/* ===CONTACT=== */

.contact
{
	width: 100%;
	height: 580px;
	position: relative;
}

.contact__container
{
	width: 370px;
	height: 380px;
	background: #fff;
	margin: 100px 0;
	box-shadow: 0 15px 15px rgba(0,50,100,.15);
	box-sizing: border-box;
	padding: 40px 50px;
	position: relative;
	z-index: 1;
}

.contact__header {font: 400 40px/55px 'DIN Pro';}
.contact__address {margin: 10px 0 0;}

a.contact__phone
{
	font: 400 30px/30px 'DIN Pro';
	display: inline-block;
	text-decoration: none;
	color: #0f0044;
	margin: 30px 0 0;
}

.contact__schedule
{
	font: 300 17px/22px 'DIN Pro';
	margin: 10px 0 0;
}

.contact__link
{
	font: 300 18.5px/20px 'DIN Pro';
	display: inline-block;
	margin: 30px 0 0;
}

.contact__map
{
	width: 100%;
	height: 580px;
	position: absolute;
	top: 0; left: 0;
}

@media (max-width: 767px) {

	.contact {height: auto;}

	.contact__container
	{
		width: 100%;
		height: auto;
		margin: 0;
		box-shadow: none;
		padding: 60px 0 50px;
		text-align: center;
	}

	.contact__header {font: 400 24px/32px 'DIN Pro';}

	.contact__map
	{
		width: 100%;
		height: 300px;
		position: relative;
	}

}

@media (min-width:768px) and (max-width: 1219px) {

	.contact__container
	{
		width: 330px;
		height: 340px;
		margin: 120px 0;
		padding: 40px 40px;
	}

	.contact__header {font: 400 35px/50px 'DIN Pro';}
	.contact__address {margin: 10px 0 0;}

	a.contact__phone
	{
		font: 400 25px/25px 'DIN Pro';
		margin: 25px 0 0;
	}

	.contact__schedule
	{
		font: 300 16px/20px 'DIN Pro';
	}

	.contact__link
	{
		font: 300 18.5px/20px 'DIN Pro';
		margin: 20px 0 0;
	}

}

/* ===FOOTER=== */

.footer
{
	font: 300 17px/30px 'DIN Pro';
	width: 100%;
	padding: 15px 0;
}

.footer__copy {float: left;}
.footer__privacy {float: right;}

@media (max-width: 1219px) {

	.footer {text-align: center;}
	.footer__copy {float: none;}
	.footer__privacy {float: none;}

}

@media (max-width: 767px) {

	.footer {font: 300 16px/25px 'DIN Pro';}

}

/* ===PAGE=== */

.page
{
	font: 300 18px/22px 'DIN Pro';
	width: 100%;
	padding: 150px 0 20px;
}

.page h1
{
	font: 40px / 44px "DIN Pro";
	margin: 0 0 30px;
}

.page h3
{
	font: 26px / 30px "DIN Pro";
	margin: 20px 0;
}

.page ul {margin: 15px 0;}

.page ul li
{
	position: relative;
	padding: 0 0 0 20px;
}

.page ul li+li {margin: 6px 0 0;}

.page ul li::before
{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #663399;
	border-radius: 50%;
}

.page p+p {margin: 15px 0 0;}

@media (max-width: 767px) {

	.page {padding: 100px 0 20px;}
	.page h1 {font: 26px / 30px "DIN Pro";}

}

@media (min-width:768px) and (max-width: 1219px) {

	.page {padding: 120px 0 20px;}
	.page h1 {font: 30px / 34px "DIN Pro";}

}

/* ===COOKIE=== */

.cookie
{
	display: none;
	font: 300 16px/22px 'DIN Pro';
	width: 280px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 999;
	background: rgba(255,255,255,.9);
	box-shadow: 0 5px 10px rgba(0,50,100,.1);
	box-sizing: border-box;
	padding: 20px;
	border-radius: 15px;
}

.cookie__action {margin: 15px 0 0;}

.cookie__action div.button
{
	font: 400 15px/38px 'DIN Pro';
	width: 100%;
	height: 40px;
	border-radius: 20px;
	padding: 0 19px;
}

/* ===POPUP=== */

.popup
{
	display: none;
	width: 500px;
	box-sizing: border-box;
    padding: 50px 60px;
}

.popup__header
{
	font: 400 27px/36px 'DIN Pro';
	text-align: left;
}

.popup__button
{
	margin: 30px 0 0;
	text-align: left;
}

.popup__disclaimer
{
	font: 300 15px/19px 'DIN Pro';
	box-sizing: border-box;
	margin: 20px 0 0;
	position: relative;
	text-align: left;
}

.popup__result {display: none;}

.popup__text
{
	text-align: left;
	margin: 20px 0 0;
}

.popup__radio
{
	text-align: left;
	margin: 30px 0 0;
	overflow: hidden;
}

.popup__label
{
	color: #737882;
	width: 100%;
	float: left;
}

.popup__radio div
{
	margin: 20px 0 0;
	width: 50%;
	float: left;
}

@media (max-width: 767px) {

	.popup
	{
		width: 100%;
		max-width: 358px;
		padding: 30px;
	}

	.popup__header {font: 400 24px/32px 'DIN Pro';}
	.popup__disclaimer {font: 300 14px/18px 'DIN Pro';}

}

@media (min-width:768px) and (max-width: 1219px) {

	.popup__header {font: 400 35px/50px 'DIN Pro';}

}

/* ===FANCYBOX=== */

body.compensate-for-scrollbar {overflow: hidden;}
.fancybox-active {height: auto;}

.fancybox-is-hidden
{
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container
{
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {box-sizing: border-box;}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer
{
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg
{
	background: #000;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg
{
	opacity: .65;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar
{
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar
{
	right: 0;
	top: 0;
}

.fancybox-stage
{
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {overflow: hidden;}

.fancybox-slide
{
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before
{
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
	display: block;
}

.fancybox-slide--image
{
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {display: none;}
.fancybox-slide--html {padding: 6px;}

.fancybox-content
{
	background: #fff;
	display: inline-block;
	margin: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content
{
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {cursor: zoom-out;}
.fancybox-can-zoomIn .fancybox-content {cursor: zoom-in;}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content
{
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content
{
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {cursor: text;}

.fancybox-image,
.fancybox-spaceball
{
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {z-index: 1;}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content
{
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {background: #000;}
.fancybox-slide--map .fancybox-content {background: #e5e3df;}
.fancybox-slide--iframe .fancybox-content {background: #fff;}

.fancybox-video,
.fancybox-iframe
{
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe
{
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error
{
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p
{
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button
{
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link
{
	color: #ccc;
}

.fancybox-button:hover {color: #fff;}
.fancybox-button:focus {outline: none;}
.fancybox-button.fancybox-focus {outline: 1px dotted;}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover
{
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {height: 100%;}

.fancybox-button svg
{
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path
{
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2)
{
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1)
{
	display: none;
}

.fancybox-progress
{
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small
{
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
	transition: .2s all ease;
}

.fancybox-close-small:hover
{
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small
{
	color: currentColor;
	padding: 10px;
	right: 10px;
	top: 10px;
}

@media (max-width: 767px) {

	.fancybox-slide--html .fancybox-close-small
	{
		right: 4px;
		top: 4px;
	}

}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {overflow: hidden;}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small
{
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button
{
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {padding: 7px;}

.fancybox-navigation .fancybox-button--arrow_left
{
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right
{
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption
{
	background: linear-gradient(
	to top,
	rgba(0, 0, 0, .85) 0%,
	rgba(0, 0, 0, .3) 50%,
	rgba(0, 0, 0, .15) 65%,
	rgba(0, 0, 0, .075) 75.5%,
	rgba(0, 0, 0, .037) 82.85%,
	rgba(0, 0, 0, .019) 88%,
	rgba(0, 0, 0, 0) 100%
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {.fancybox-caption {padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));}}
.fancybox-caption--separate {margin-top: -50px;}

.fancybox-caption__body
{
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited
{
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading
{
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {100% {transform: rotate(360deg);}}

/* Transition effects */

.fancybox-animated {transition-timing-function: cubic-bezier(0, 0, .25, 1);}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous
{
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next
{
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current
{
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {opacity: 1;}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous
{
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next
{
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current
{
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous
{
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next
{
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current
{
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);}
.fancybox-fx-tube.fancybox-slide--next {transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);}
.fancybox-fx-tube.fancybox-slide--current {transform: translate3d(0, 0, 0) scale(1);}

@media all and (max-height: 576px)
{
	
	.fancybox-slide
	{
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {padding: 6px 0;}
	.fancybox-close-small {right: -6px;}

	.fancybox-slide--image .fancybox-close-small
	{
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption
	{
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {.fancybox-caption {padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right));}}
}


/* Thumbs */

.fancybox-thumbs
{
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x
{
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {display: block;}
.fancybox-show-thumbs .fancybox-inner {right: 212px;}

.fancybox-thumbs__list
{
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {overflow: hidden;}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {width: 7px;}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track
{
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before
{
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 9999;
}

.fancybox-thumbs__list a:focus::before {opacity: .5;}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {opacity: 1;}

@media all and (max-width: 576px) {

	.fancybox-thumbs {width: 110px;}
	.fancybox-show-thumbs .fancybox-inner {right: 110px;}
	.fancybox-thumbs__list a {max-width: calc(100% - 10px);}

}

.schema-org, .hidden, .field--subject {display: none !important;}
@keyframes zoom{from{transform:scale(1) rotate(0deg)}to{transform:scale(1.2) rotate(.02deg)}}