@charset "UTF-8";
@font-face{
	font-family: 'Prata';
	src: url("../fonts/prata-regular.eot");
	src: url("../fonts/prata-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/prata-regular.woff2") format("woff2"), url("../fonts/prata-regular.woff") format("woff"), url("../fonts/prata-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'PT Serif';
	src: url("../fonts/ptserif-regular.eot");
	src: url("../fonts/ptserif-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ptserif-regular.woff2") format("woff2"), url("../fonts/ptserif-regular.woff") format("woff"), url("../fonts/ptserif-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'PT Serif';
	src: url("../fonts/ptserif-italic.eot");
	src: url("../fonts/ptserif-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ptserif-italic.woff2") format("woff2"), url("../fonts/ptserif-italic.woff") format("woff"), url("../fonts/ptserif-italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}
@font-face{
	font-family: 'PT Serif';
	src: url("../fonts/ptserif-bold.eot");
	src: url("../fonts/ptserif-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ptserif-bold.woff2") format("woff2"), url("../fonts/ptserif-bold.woff") format("woff"), url("../fonts/ptserif-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'PT Serif';
	src: url("../fonts/ptserif-bold-italic.eot");
	src: url("../fonts/ptserif-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ptserif-bold-italic.woff2") format("woff2"), url("../fonts/ptserif-bold-italic.woff") format("woff"), url("../fonts/ptserif-bold-italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	}
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
strong, b{
	font-weight: 700;
	}
em, i{
	font-style: italic;
	}
sup, sub{
	position: relative;
	top: -0.6em;
	font-size: 75% !important;
	line-height: 1em !important;
	}
sub{
	top: auto;
	bottom: -0.3em;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main{
	display: block;
	}
/*_____________________________________________*/
html{
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}
body{
	height: 100%;
	font-family: 'PT Serif';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	color: #554E3F;
	min-width: 320px;
	}
.hide-scroll{
	overflow: hidden !important;
	}
/*Common styles*/
*, *:before, *:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: 'Prata';
	line-height: 1.4em;
	color: #554E3F;
	letter-spacing: .9px;
	max-width: 900px;
	margin: 130px auto 45px;
	}
h1, .h1{
	font-size: 66px;
	line-height: 1.2em;
	letter-spacing: .9px;
	color: #EBDAB9;
	margin: 0;
	max-width: none;
	}
h2, .h2{
	font-size: 50px;
	}
h3, .h3{
	font-size: 45px;
	}
h4, .h4{
	font-size: 40px;
	}
h5, .h5{
	font-size: 32px;
	}
h6, .h6{
	font-size: 28px;
	}
h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after{
	content: '';
	display: block;
	margin: 40px 0 0;
	height: 1px;
	width: 150px;
	background: #554E3F;
	}
ol, ul{
	list-style: none;
	margin: 14px auto;
	max-width: 900px;
	}
ul li, ol li{
	position: relative;
	padding: 0 0 0 76px;
	margin: 14px 0;
	background: url("../i/list-bullet.svg") no-repeat 30px 3px/26px auto;
	}
ol{
	counter-reset: list1;
	list-style: none;
	}
ul ul, ol ol{
	margin: 14px 0;
	}
ul li li, ol li li{
	padding-left: 46px;
	background-position-x: 0;
	}
ol > li{
	background: none;
	}
ol > li:before{
	counter-increment: list1;
	content: counter(list1) ".";
	position: absolute;
	left: 26px;
	top: 0;
	text-align: right;
	color: #554E3F;
	min-width: 28px;
	opacity: .4;
	}
ol ol{
	counter-reset: list2;
	}
ol ol li:before{
	counter-increment: list2;
	content: counter(list1) "." counter(list2) ". ";
	left:0;
	}
ul li p, ol li p{
	margin-bottom: 0;
	}
/*_______________________________*/
/*Table*/
.scroll-tbl{
	position: relative;
	width: 100%;
	margin: 45px auto;
	overflow-x: auto;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #EBDAB9
	}
.scroll-tbl table{
	margin: 0 auto;
	min-width: 860px;
	background: none;
	border: none;
	}
table{
	table-layout: fixed;
	font-size: 14px;
	line-height: 1.3em;
	width: 100%;
	margin: 45px auto;
	border-collapse: collapse;
	background: #fff;
	border-spacing: 0;
	border: 1px solid #EBDAB9;
	}
.scroll-tbl table thead tr{
	
	}
table th, table td{
	color: #554E3F;
	vertical-align: top;
	text-align: left;
	padding: 15px 20px 40px;
	border-right: 1px solid #EBDAB9;
	}
table th{
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.6em;
	color: #EBDAB9;
	padding: 22px 20px;
	background: #523F38;
	}
table tr:first-child th{
	border-top: 0;
	}
table th:first-child, table td:first-child{
	border-left: 0;
	}
table th:last-child, table td:last-child{
	border-right: 0;
	}
table tr:last-child td{
	border-bottom: 0;
	}
table td > *{
	margin: 8px 0;
	}
table td > *:first-child{
	margin-top: 0 !important;
	}
table td > *:last-child{
	margin-bottom: 0 !important;
	}
a{
	color: #554E3F;
	text-decoration: underline;
	outline: none !important;
	}
.no-touchevents a:hover{
	color: #9E9E9E;
	text-decoration: none;
	}
a[href^=tel], a[href^=fax]{
	color: #393A42;
	white-space: nowrap;
	text-decoration: none;
	}
.no-touchevents a[href^=tel]:hover, .no-touchevents a[href^=fax]:hover{
	}
p{
	max-width: 900px;
	margin: 14px auto;
	}
blockquote{
	position: relative;
	display: block;
	font-family: 'Prata';
	font-size: 17px;
	line-height: 1.7em;
	text-align: center;
	color: #EBDAB9;
	margin: 45px auto;
	padding: 83px 54px 60px;
	max-width: 900px;
	background: #523F38;
	overflow: hidden;
	}
blockquote:before{
	content: '';
	position: absolute;
	top:50%;
	left:50%;
	width:244px;
	height: 244px;
	margin: -127px 0 0 -122px;
	background: #55443D;
	border-radius: 110%;
	}
blockquote .text{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	}
blockquote .text > p:first-child{
	margin-top: 0;
	}
blockquote .text > p:last-of-type{
	margin-bottom: 0;
	}
blockquote .text .quotes-left, blockquote .text .quotes-right{
	position: absolute;
	left: -36px;
	top: -26px;
	}
blockquote .text .quotes-right{
	left: auto;
	top: auto;
	right: -36px;
	bottom: -26px;
	}
blockquote .author{
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
	max-width: 650px;
	margin: 40px auto 0;
	padding: 30px 0 0;
	}
blockquote .author:before, blockquote .author:after{
	content: '';
	position: absolute;
	left:50%;
	top:0;
	height: 1px;
	width: 170px;
	margin: 0 0 0 -85px;
	background: #EBDAB9;
	}
blockquote .author:after{
	top: -1px;
	height: 3px;
	width: 100px;
	margin-left: -50px;
	}
img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 60px auto;
	}
a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
img.left{
	margin: 24px 40px 27px 0;
	max-width: 50%;
	}
img.right{
	margin: 24px 0 27px 40px;
	max-width: 50%;
	}
img.left + p, img.right + p{
	margin-top: 28px;
	}
p img.left, p img.right{
	margin-top: 20px;
	margin-bottom: 14px;
	}
small{
	font-size: 0.8em;
	}
/*___________________________*/
/*Form styles*/
.form .fields-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.form .field{
	position: relative;
	text-align: left;
	width: calc(50% - 25px);
	margin: 0 0 10px;
	}
.form .full-width .field{
	width: 100%;
	}
.field-name{
	display: block;
	font-size: 16px;
	line-height: 1.3em;
	color: #EBDAB9;
	margin: 0;
	}
.field-name span{
	display: block;
	transform: translateY(30px);
	transition: all .2s ease;
	}
.filled .field-name span{
	font-size: 12px;
	transform: translateY(8px);
	}
.required .field-name:after{
	content: '*';
	margin: -2px 0 0 4px;
	}
.form p{
	margin: 0 0 12px;
	}
.form .form-prompt{
	font-size: 14px;
	line-height: 1em;
	letter-spacing: .02em;
	color: #A0A0A0;
	margin: 9px 0 0;
	}
.form-control{
	position: relative;
	z-index: 2;
	display: block;
	font-family: 'PT Serif';
	font-weight: 400;
	font-size: 16px;
	line-height: 47px;
	color: #fff;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #EBDAB9;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	text-overflow: ellipsis;
	transition: border .2s ease, color .2s ease;
	}
textarea.form-control{
	line-height: 1.6em;
	min-height: 48px;
	max-width: 100%;
	min-width: 100%;
	padding: 11px 0 6px;
	resize: none;
	overflow: hidden !important;
	}
.error-field .form-control{
	color: #FF2346;
	border-color: #FF2346;
	}
.error-field .form-control:focus{
	color: #fff;
	border-color: #fff;
	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #A0A0A0;
	opacity: 1;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #A0A0A0;
	opacity: 1;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #A0A0A0;
	opacity: 1;
	}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
	}
input[type="number"]{
	-moz-appearance: textfield;
	}
/*Btn*/
button{
	border: none;
	cursor: pointer;
	}
.btn{
	position: relative;
	z-index: 4;
	display: table;
	font-family: 'Prata';
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: .1px;
	color: #EBDAB9;
	text-align: center;
	padding: 0;
	max-width: 100%;
	margin: 32px auto;
	border: none;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: none;
	outline: none !important;
	cursor: pointer;
	overflow: visible;
	}
.arrow-btn{
	padding-right: 50px;
	}
.btn.full-width{
	width: 100%;
	}
.form .btn{
	margin: 48px auto 0;
	}
.btn::-moz-focus-inner{
	border: 0;
	}
.no-touchevents .btn:not(:disabled):active{
	color: #95c25b;
	background: #fff;
	border-color: #95c25b;
	box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.2);
	}
.btn:disabled{
	border-color: transparent;
	background: #dfedcd;
	cursor: default;
	}
.arrow-btn .arrow{
	position: absolute;
	right:0;
	top: 12px;
	height: auto;
	}
.arrow-btn span{
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid transparent;
	transition: border .2s ease;
	}
.no-touchevents .btn:not(:disabled):hover span{
	border-color: #EBDAB9;
	}
/*Errors*/
.form .field-error{
	font-size: 12px;
	line-height: 1.3em;
	color: #FF2346;
	margin: 5px 0 -3px;
	}
/*Appearance*/
.left{
	float: left;
	}
.right{
	float: right;
	}
.center{
	text-align: center;
	}
.uppercase{
	text-transform: uppercase;
	}
.no-indent{
	margin-bottom: 0 !important;
	}
.no-wrap{
	white-space: nowrap;
	}
/*Independent*/
.container{
	position: relative;
	z-index: 2;
	max-width: 1420px;
	padding: 0 60px;
	margin: 0 auto;
	}
/*==========================================================================
								STRUCTURE
============================================================================*/
#all{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	width: 100%;
	}
/*================================HEADER====================================*/
#header{
	position: fixed;
	z-index: 999;
	left:0;
	top:0;
	width:100%;
	transition: background .2s ease, box-shadow .2s ease;
	}
.event-page #header{
	background: #523F38;
	}
.sticky-header #header, .event-page #header{
	background: #523F38;
	}
#header .container{
	display: flex;
	justify-content:space-between;
	padding-top: 21px;
	padding-bottom: 21px;
	}
#nav-box{
	width: 50%;
	}
#nav{
	font-size: 18px;
	line-height: 1em;
	}
#nav ul{
	display: flex;
	margin: 0;
	}
#nav li{
	padding: 0;
	margin: 0 12.30769230769231% 0 0;
	background: none;
	}
#nav .active{
	opacity: .7;
	}
#nav a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	}
.index-page:not(.sticky-header) #nav a, .error-page:not(.sticky-header) #nav a{
	color: #554E3F;
	}
.no-touchevents #nav a:hover{
	text-decoration: none;
	}
#nav a:before{
	content: '';
	position: absolute;
	bottom: -4px;
	left:50%;
	height:1px;
	width:0;
	background: #fff;
	transform: translateX(-50%);
	transition: width .2s ease;
	}
.index-page #nav a:before, .error-page #nav a:before{
	background: #554E3F;
	}
.no-touchevents #nav a:hover:before{
	width:100%;
	}

/*Open nav*/
.js-open-nav{
	display: none;
	position: relative;
	z-index: 1000;
	margin: 4px 0 0;
	height: 14px;
	width: 40px;
	cursor: pointer;
	}
.js-open-nav .start-state{
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 40px;
	}
.js-open-nav .start-state span{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 0 4px;
	background: #fff;
	border-radius: 1px;
	transition: all .25s ease-in-out, background .2s ease;
	}
.index-page:not(.sticky-header) .js-open-nav .start-state span, .error-page:not(.sticky-header) .js-open-nav .start-state span{
	background: #554E3F;
	}
.js-open-nav .start-state span:nth-child(1){
	transition: all .25s ease-in-out .375s, background .2s ease;
	}
.js-open-nav .start-state span:nth-child(2){
	width: 26px;
	transition: all .25s ease-in-out .45s, background .2s ease;
	}
.index-page:not(.sticky-header) .js-open-nav .start-state span, .error-page:not(.sticky-header) .js-open-nav .start-state span{
	color: #554E3F;
	}
.no-touchevents:not(.opened-nav) .js-open-nav:not(.animate) span:nth-child(2){
	transition-delay: 0s;
	}
.no-touchevents:not(.opened-nav) .js-open-nav:not(.animate):hover .start-state span:nth-child(2){
	width: 100%;
	}
.js-open-nav .start-state span:nth-child(3){
	transition: all .25s ease-in-out .525s, background .2s ease;
	}
.opened-nav .js-open-nav .start-state span{
	width: 0;
	}
.opened-nav .js-open-nav .start-state span:nth-child(1){
	transition-delay: 0s;
	}
.opened-nav .js-open-nav .start-state span:nth-child(2){
	transition-delay: .075s;
	}
.opened-nav .js-open-nav .start-state span:nth-child(3){
	transition-delay: .15s;
	}
.js-open-nav .final-state{
	position: absolute;
	top: -6px;
	left: 8px;
	height: 14px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.js-open-nav .final-state span{
	position: absolute;
	display: block;
	background: #554E3F;
	border-radius: 1px;
	transition: width .25s ease-in-out, height .25s ease-in-out;
	}
.js-open-nav .final-state span:nth-child(1){
	left: 17px;
	top: 0;
	height: 0;
	width: 2px;
	transition-delay: 0s;
	}
.js-open-nav .final-state span:nth-child(2){
	left: 0;
	top: 17px;
	height: 2px;
	width: 0;
	transition-delay: .15s;
	}
.opened-nav .js-open-nav .final-state span:nth-child(1){
	height: 36px;
	transition-delay: .425s;
	}
.opened-nav .js-open-nav .final-state span:nth-child(2){
	transition-delay: .275s;
	width: 36px;
	}

#header .js-open-popup{
	position: relative;
	z-index: 1000;
	display: table;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	margin: 0 0 0 auto;
	padding-bottom: 2px;
	border-bottom: 1px dashed transparent;
	cursor: pointer;
	transition: border .2s ease, color .2s ease;
	}
.index-page:not(.sticky-header) #header .js-open-popup, .error-page:not(.sticky-header) #header .js-open-popup{
	color: #554E3F;
	}
.no-touchevents #header .js-open-popup:hover{
	border-color: #fff;
	}
.no-touchevents.index-page:not(.sticky-header) #header .js-open-popup:hover, .no-touchevents.error-page:not(.sticky-header) #header .js-open-popup:hover{
	border-color: #554E3F;
	}
#header .js-open-popup .arrow{
	position: absolute;
	right: calc(100% + 20px);
	top: 6px;
	}
.index-page:not(.sticky-header) #header .js-open-popup .arrow *, .error-page:not(.sticky-header) #header .js-open-popup .arrow *{
	stroke: #554E3F;
	}
#header .js-open-popup:before{
	content: '';
	position: absolute;
	left:-20px;
	top:0;
	bottom: 0;
	width:20px;
	}
/*Main screen*/
.main-screen{
	position: relative;
	background: url("../i/main-screen-pattern.png") repeat 100% 100%;
	}
.main-screen:before{
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #ebdab9;
	}
.main-screen .bg-text{
	position: absolute;
	z-index: 1;
	top: 0;
	left:50%;
	width: 1682px;
	max-width: 100%;
	height: 100%;
	transform: translateX(-50%);
	opacity: .7;
	}
.main-screen .bg-text .text{
	font-size: 330px;
	line-height: 1em;
	}
.main-screen .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100vh;
	padding-top: 140px;
	padding-bottom: 140px;
	}
.main-screen .img-box{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 54px;
	display: flex;
	align-items: center;
	height: calc(100vh - 108px);
	min-height: 570px;
	width: auto;
	transform: translate3d(-50%, 0, 0);
	}
.main-screen .img-box img{
	margin: 0 auto;
	min-height: 570px;
	max-height: calc(100vh - 108px);
	}
.main-screen .text-grid{
	width: 100%;
	}
.main-screen .title-box{
	position: relative;
	z-index: 2;
	width: 50%;
	padding-right: 28px;
	}
.main-screen h1{
	font-family: 'Prata';
	font-weight: 400;
	font-size: 112px;
	line-height: 1.2em;
	letter-spacing: .9px;
	color: #fff;
	}
.main-screen .text-box{
	position: absolute;
	z-index: 3;
	top: 0;
	left: calc(100% + 60px);
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	color: #9e9e9e;
	height: 100%;
	}
.main-screen .text-box p{
	margin: 0;
	}
.main-screen .name{
	font-family: 'Prata';
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: .1px;
	color: #554e3f;
	white-space: nowrap;
	}
.main-screen .date{
	display: block;
	line-height: 1em;
	color: #b48983;
	margin: 14px 0 0;
	}
.main-screen .hr{
	position: relative;
	display: block;
	height: 3px;
	margin: 18px 0 10px;
	background: #DAC1BD;
	}
.main-screen .hr span{
	position: absolute;
	top:1px;
	right: 100%;
	width:78px;
	height: 1px;
	background: #DAC1BD;
	}
.main-screen .hr span:before, .main-screen .hr span:after{
	content: '';
	position: absolute;
	left: -3px;
	top:-3px;
	width: 7px;
	height: 7px;
	background: #DAC1BD;
	border-radius: 110%;
	}
.main-screen .hr span:after{
	left: -31px;
	top:-31px;
	width: 62px;
	height: 62px;
	opacity: .4;
	}

.main-screen:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: -126px;
	bottom: -295px;
	width: 540px;
	height: 540px;
	background: #DAC1BD;
	border-radius: 110%;
	pointer-events: none;
	}
/*Page title box*/
.page-title-box{
	padding: 120px 0 86px;
	margin: 0 0 80px;
	min-height: 290px;
	background: #523F38;
	overflow: hidden;
	}
.page-title-box h1, .page-title-box .h1, .page-title-box .h4{
	position: relative;
	color: #EBDAB9;
	max-width: none;
	padding-left: 170px;
	margin: 0;
	}
.page-title-box h1:before, .page-title-box .h1:before{
	content: '';
	position: absolute;
	left:0;
	top:50%;
	height: 1px;
	width: 120px;
	background: #DAC1BD;
	}
.page-title-box h1.h4:before{
	top:26px;
	}
.page-title-box h1:after, .page-title-box .h1:after{
	content: attr(data-bg-text);
	position: absolute;
	z-index: -1;
	top: 34%;
	left: -28.5%;
	font-size: 3.787878787878788em;
	line-height: 1.2em;
	letter-spacing: .008em;
	color: transparent;
	white-space: nowrap;
	-webkit-text-stroke: 2px #55443D;
	transform: translateY(-50%);
	}
.page-title-box h1.h4:after{
	font-size: 6.25em;
	height: auto;
	width:auto;
	margin: 0;
	background: none;
	}
.page-title-box .time{
	display: block;
	line-height: 1em;
	margin: 14px 0 0 170px;
	color: rgba(255, 255, 255, .7);
	}


.event-page-title-box{
	position: relative;
	display: flex;
	margin: 62px 0 80px;
	min-height: 560px;
	background: #EBDAB9;
	overflow: hidden;
	}
.event-page-title-box:before{
	content: attr(data-bg-text);
	position: absolute;
	z-index: 0;
	top: -30px;
	left: -30px;
	font-size: 250px;
	line-height: 1.2em;
	letter-spacing: .008em;
	color: transparent;
	-webkit-text-stroke: 2px #EEDFBF;
	}
.event-page-title-box .container{
	align-self: center;
	padding-top: 64px;
	padding-bottom: 64px;
	width: 100%;
	}
.event-page-title-box .date{
	display: block;
	margin: 0 0 25px;
	}
.event-page-title-box .max-w{
	max-width: calc(50% - 64px);
	}
.event-page-title-box .h4{
	margin: 0;
	}
.event-page-title-box .location{
	margin: 45px 0 0;
	}
.event-page-title-box .location a{
	color: #917570;
	}
.no-touchevents .event-page-title-box .location a:hover{
	color: #917570;
	text-decoration: underline;
	}


.event-page-title-box .img-box{
	position: absolute;
	left: 50%;
	top:0;
	bottom:0;
	order: 2;
	width:50%;
	margin: 0;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
/*============================MAIN============================*/
#main{
	margin: 0 0 200px;
	}
#main > .container > *:first-child{
	margin-top: 0;
	}
#main > .container > *:last-child{
	margin-bottom: 0;
	}
/*Text media box*/
.text-media-box{
	position: relative;
	display: flex;
	padding: 80px 0;
	margin: 140px 0;
	}
.text-media-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left:-2500px;
	top:0;
	right:-2500px;
	bottom: 0;
	background: #EBDAB9;
	}
.text-media-box .media-box{
	order: 2;
	width: 50%;
	margin-left: auto;
	}
.text-media-box .text-box{
	order: 1;
	max-width: 550px;
	width:calc(50% - 48px);
	}
.text-media-box .text-box > *:first-child, .text-media-box .media-box > *:first-child{
	margin-top: 0;
	}
.text-media-box .text-box > *:last-child, .text-media-box .media-box > *:last-child{
	margin-bottom: 0;
	}
/*Video*/
.video-box{
	position: relative;
	margin: 60px auto;
	cursor: pointer;
	overflow: hidden;
	background: #000;
	}
.video-box .sub-box{
	position: relative;
	padding-bottom: 56.25%;
	}
.video-box iframe, .video-box .video{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
	}
.video-box .video-placeholder{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
.video-box .play-icon{
	position: absolute;
	z-index: 3;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 110%;
	cursor: pointer;
	transition: transform .2s ease;
	}
.no-touchevents .video-box:hover .play-icon{
	transform: scale(1.1);
	}
.video-box .play-icon svg{
	height: auto;
	margin-left: 2px;
	}
/*Photo gallery*/
.photo-gallery{
	position: relative;
	padding: 80px 0;
	margin: 80px 0;
	}
.photo-gallery:before{
	content: '';
	position: absolute;
	z-index: -1;
	left:-2500px;
	top:0;
	right:-2500px;
	bottom: 0;
	background: #EBDAB9;
	}
.photo-gallery .swiper-container{
	overflow: visible;
	}
.photo-gallery .swiper-slide{
	width: 450px;
	max-width: 80%;
	}
.photo-gallery a{
	position: relative;
	display: block;
	line-height: 0;
	}
.photo-gallery img{
	margin: 0;
	max-width: 100%;
	}
.photo-gallery a:before{
	content: '';
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	transition: opacity .3s ease;
	opacity: 0;
	}
.photo-gallery a:after{
	content: '';
	position: absolute;
	z-index: 2;
	left:50%;
	top:50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: rgba(255, 255, 255, .4) url("../i/zoom-icon.svg") no-repeat 50% 50%/30px auto;
	border-radius: 110%;
	transition: opacity .3s ease, transform .3s ease;
	transform: scale(.7);
	opacity: 0;
	}
.no-touchevents .photo-gallery a:hover:before, .no-touchevents .photo-gallery a:hover:after{
	opacity: 1;
	transform: none;
	}
/*Section*/
.section{
	position: relative;
	padding: 100px 0;
	}
.page-title-box + .section{
	margin-top: -80px;
	}
#all .section:last-of-type{
	padding-bottom: 200px;
	}
#main > .container > .section:last-child{
	padding-bottom: 0;
	}
.section + .section{
	margin-top: 40px;
	}
#main + .section{
	margin-top: -60px;
	}
.section .section-title{
	max-width: none;
	margin: 0 0 50px;
	}
.bg-section:before{
	content: '';
	position: absolute;
	z-index: -1;
	left:-2500px;
	top:0;
	right:-2500px;
	bottom: 0;
	background: #EBDAB9;
	}
/*Articles in brief*/
.lazy-load-box .hidden{
	opacity: 0;
	}
.js-load-more{
	position: relative;
	display: table;
	font-size: 18px;
	line-height: 1em;
	text-decoration: none;
	color: #917570;
	padding-left: 24px;
	margin: 80px auto 0;
	}
.no-touchevents .js-load-more:hover{
	color: #917570;
	}
.js-load-more span{
	border-bottom: 1px dashed #917570;
	transition: border .2s ease;
	}
.no-touchevents .js-load-more:hover span{
	border-color: transparent;
	}
.js-load-more svg{
	position: absolute;
	left:0;
	top: 2px;
	}
.js-load-more:before{
	content: '';
	position: absolute;
	left:50%;
	top:50%;
	width: 64px;
	height: 64px;
	background: url("../i/loader.svg") no-repeat 0 0/100% auto;
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	}
.js-load-more.loading *{
	opacity: 0;
	pointer-events: none;
	}
.js-load-more.loading:before{
	opacity: 1;
	}

.articles-in-brief{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin: 0 0 -30px;
	}
.article-in-brief{
	position: relative;
	padding: 20px 25px 96px;
	background: #EBDAB9;
	transition: background .2s ease, color .2s ease;
	}
.articles-in-brief-slider .swiper-container{
	overflow: visible;
	}
.articles-in-brief-slider .swiper-slide{
	height: auto;
	max-width: 500px;
	width:calc(50% - 15px);
	}
.bg-view .article-in-brief{
	color: #fff;
	background: #523F38;
	}
.articles-in-brief .article-in-brief{
	width:calc(50% - 15px);
	margin: 0 0 30px;
	}
.articles-in-brief-slider .article-in-brief{
	height: 100%;
	}
.no-touchevents .article-in-brief:hover{
	color: #fff;
	background: #554E3F;
	}

.article-in-brief img{
	max-width: 100%;
	margin: 0 0 20px;
	}
.article-in-brief .h6{
	margin: 0 0 12px;
	padding: 0;
	transition: color .2s ease;
	}
.articles-section .article-in-brief .h6{
	margin-bottom: 0;
	}
.no-touchevents .article-in-brief:hover .h6, .bg-view .article-in-brief .h6{
	color: #fff;
	}
.article-in-brief .h6:after{
	display: none;
	}
.location{
	font-size: 17px;
	line-height: 1.4em;
	padding-left: 20px;
	margin: 0;
	}
.location a{
	position: relative;
	color: #917570;
	text-decoration: none;
	}
.no-touchevents .article-in-brief:hover .location a, .bg-view .article-in-brief .location a{
	color: #fff;
	}
.no-touchevents .article-in-brief .location a:hover{
	text-decoration: underline;
	}
.location a svg{
	position: absolute;
	left:-20px;
	top: 5px;
	}
.no-touchevents .article-in-brief .location a svg *{
	transition: stroke .2s ease;
	}
.no-touchevents .article-in-brief:hover .location a svg *, .bg-view .article-in-brief .location a svg *{
	stroke: #fff;
	}

.article-in-brief .date-box{
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 40px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content:space-between;
	line-height: 1em;
	}
.read-more{
	position: relative;
	display: table;
	text-decoration: none;
	padding-right: 47px;
	}
.no-touchevents .read-more:hover{
	text-decoration: underline;
	}
.read-more svg{
	position: absolute;
	right:0;
	top: 6px;
	}
.no-touchevents .read-more svg *{
	transition: stroke .2s ease;
	}
.article-in-brief .read-more{
	color: #554E3F;
	}
.no-touchevents .article-in-brief:hover .read-more, .bg-view .article-in-brief .read-more{
	color: #fff;
	}
.no-touchevents .article-in-brief:hover .read-more svg *, .bg-view .article-in-brief .read-more svg *{
	stroke: #fff;
	}
/*404*/
.error-page-box{
	position: relative;
	background: #EBDAB9;
	}
.error-page-box:before, .error-page-box:after{
	content: '';
	position: absolute;
	z-index: 3;
	left: -126px;
	bottom: -295px;
	width: 540px;
	height: 540px;
	background: #E7D6B5;
	border-radius: 110%;
	pointer-events: none;
	}
.error-page-box:after{
	left: auto;
	right: -126px;
	bottom: auto;
	top:-296px;
	}
.error-page-box .container{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	padding-top: 140px;
	padding-bottom: 100px;
	}
.error-page-box .sub-box{
	position: relative;
	}
.error-page-box .sub-box:after{
	content: attr(data-bg-text);
	position: absolute;
	z-index: -2;
	top: 50%;
	left: 50%;
	font-size: 330px;
	line-height: 1em;
	letter-spacing: .008em;
	color: transparent;
	-webkit-text-stroke: 2px #EEDFBF;
	transform: translate3d(-50%, -50%, 0);
	}
.error-page-box .sub-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left:50%;
	top: -160px;
	bottom: -160px;
	width:55.07246376811594%;
	max-width: 70vw;
	border-radius: 212px;
	background: #E7D6B5;
	transform: translateX(-50%);
	}

.error-page-box .figure{
	position: absolute;
	top: -60px;
	left: -360px;
	}
.error-page-box .figure.right{
	top: 50%;
	left: auto;
	right: -430px;
	}

.error-page-box .num{
	position: relative;
	z-index: 4;
	display: block;
	font-family: 'Prata';
	font-size: 370px;
	line-height: 1em;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 48px;
	}
.error-page-box .num:before, .error-page-box .num:after{
	content: '';
	position: absolute;
	left:50%;
	bottom:0;
	height: 1px;
	width: 170px;
	margin: 0 0 0 -85px;
	background: #fff;
	}
.error-page-box .num:after{
	bottom: -1px;
	height: 3px;
	width: 100px;
	margin-left: -50px;
	}
.error-page-box a{
	color: #917570;
	text-decoration: none;
	}
/*===========================FOOTER============================*/
#footer{
	position: relative;
	z-index: 4;
	font-size: 16px;
	line-height: 1.8em;
	color: #EBDAB9;
	background: #523F38;
	overflow: hidden;
	}
#footer:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -126px;
	top: -248px;
	width: 540px;
	height: 540px;
	background: #55443D;
	border-radius: 110%;
	pointer-events: none;
	}
#footer .container{
	padding-top: 90px;
	padding-bottom: 60px;
	overflow: hidden;
	}
#footer .container:before{
	content: '';
	position: absolute;
	left:50%;
	top:50%;
	width:450px;
	height: 450px;
	background: #55443D;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 110%;
	}
#footer p{
	margin: 0;
	}
#footer .large-s{
	font-family: 'Prata';
	font-size: 17px;
	line-height: 1.7em;
	}
#footer a{
	color: #fff;
	text-decoration: none;
	}
.no-touchevents #footer a:hover{
	text-decoration: underline;
	}
.no-touchevents #footer a[href^=tel]:hover, .no-touchevents #footer a[href^=fax]:hover{
	text-decoration: none;
	opacity: .7;
	}
.ftr-top{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	}
.ftr-in-brief{
	max-width: 260px;
	}
.ftr-address{
	position: absolute;
	left:50%;
	top:0;
	text-align: center;
	width: 320px;
	margin: 0 0 0 -160px;
	}
.ftr-contacts{
	text-align: right;
	}
.ftr-bottom{
	display: flex;
	justify-content:space-between;
	margin: 84px 0 0;
	}
.copy{
	font-size: 14px;
	line-height: 1.8em;
	color: rgba(255, 255, 255, .4);
	}
#footer #iquad{
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .4);
	text-decoration: none;
	margin: 0 0 0 auto;
	border: none;
	}
.no-touchevents #footer #iquad:hover{
	text-decoration: none;
	}
#iquad span{
	position: relative;
	line-height:0;
	margin: 0 0 0 6px;
	}
#iquad span:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -2px;
	bottom: -6px;
	right: -2px;
	height: 4px;
	background: #63c3ce;
	background: linear-gradient(90deg, #C1DB25 0%, #2C9FD1 100%);
	-webkit-background-size: 200% 100%;
	background-size: 200% 100%;
	background-position: 0 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
	}
.no-touchevents #iquad:hover span:before{
	opacity: 1;
	}
#iquad svg{
	position: relative;
	z-index: 2;
	}
/*Popup*/
.opened-popup body{
	overflow-y: hidden;
	}
.no-touchevents.opened-popup #all{
	padding-right: 17px;
	}
.no-touchevents.opened-popup #header{
	padding-right: 17px;
	}
#popup-box{
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, .5);
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease;
	min-width: 320px;
	}
.opened-popup #popup-box{
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;
	}
#popup-box .container{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	}
.popup{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
.contacts-popup{
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	color: #fff;
	padding: 100px 32px;
	max-width: 1250px;
	background: #523F38;
	}
.contacts-popup .max-w{
	position: relative;
	z-index: 3;
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	}
.form-title{
	font-family: 'Prata';
	font-size: 96px;
	line-height: 1.2em;
	letter-spacing: .9px;
	color: #EBDAB9;
	margin: 0 0 38px;
	}
.form-title:after{
	content: '';
	display: block;
	height:1px;
	width:170px;
	margin: 24px auto 0;
	background: #EBDAB9;
	}
.contacts-popup .form{
	margin: 34px 0 0;
	}
.contacts-popup .bg-text{
	position: absolute;
	z-index: 1;
	top: 0;
	left:50%;
	width: 1682px;
	max-width: 100%;
	height: 100%;
	transform: translateX(-50%);
	opacity: .7;
	pointer-events: none;
	}
.contacts-popup .bg-text .text{
	font-size: 240px;
	line-height: 1em;
	}
.contacts-popup .bg-text .text:not(:first-child){
	text-anchor: middle;
	}
.contacts-popup .bg-text .text:first-child{
	transform: translateX(30px);
	}

.js-close-popup{
	position: absolute;
	right: 32px;
	top: 32px;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1em;
	cursor: pointer;
	}
.js-close-popup span{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	border-bottom: 1px dashed transparent;
	transition: border .2s ease;
	}
.no-touchevents .js-close-popup:hover span{
	border-color: #fff;
	}
.js-close-popup svg{
	margin: -2px 0 0 25px;
	}
/*=========================TRANSITIONS=========================*/
.no-touchevents a, .no-touchevents button, .no-touchevents .btn{
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}
/*Resolutions*/
@media screen and (max-width: 1920px){
	/*Page title box*/
	.page-title-box h1:after, .page-title-box .h1:after{
		left: calc(((100vw - 100%)/2 + 59px) * -1);
		}
	}
@media screen and (max-width: 1680px){
	/*Main screen*/
	.main-screen .bg-text .text{
		font-size: 19vw;
		}
	}
@media screen and (max-width: 1440px){
	/*Main screen*/
	.main-screen h1{
		font-size: 7.7778vw;
		}
	}
@media screen and (max-width: 1340px){
	/*Main screen*/
	.main-screen:after, .error-page-box:before{
		left: -326px;
		}
	.error-page-box:after{
		right: -326px;
		}
	/*404*/
	.error-page-box .num{
		font-size: 27vw;
		padding-bottom: .7vw;
		margin-bottom: 3.8vw;
		}
	.error-page-box .sub-box:after{
		font-size: 25vw;
		}
	/*Footer*/
	#footer:before{
		left: -326px;
		}
	}
@media screen and (max-width: 1300px){
	/*Page title box*/
	.page-title-box h1, .page-title-box .h1, .page-title-box .h4{
		padding-left: 13.08vw;
		}
	.page-title-box h1:before, .page-title-box .h1:before{
		width: 9.23vw;
		}
	.page-title-box .time{
		margin: 14px 0 0 13.08vw;
		}
	/*Popup*/
	.form-title{
		font-size: 7.385vw;
		margin: 0 0 2.926vw;
		}
	.contacts-popup .bg-text .text{
		font-size: 18.477vw;
		}
	}
@media screen and (max-width: 1180px){
	/*Text media box*/
	.text-media-box .media-box{
		width: 45%;
		}
	.text-media-box .text-box{
		width: calc(55% - 48px);
		}
	}
@media screen and (max-width: 1140px){
	/*Independent*/
	.container{
		padding: 0 40px;
		}
	/*Main screen*/
	.main-screen .img-box{
		max-width: 320px;
		min-height: 490px;
		}
	.main-screen .img-box img{
		min-height: 490px;
		}
	.main-screen .text-box{
		left: calc(100% + 32px);
		}
	.main-screen .name{
		font-size: 24px;
		}
	.main-screen .hr span{
		width: 64px;
		}
	.main-screen .hr span:after{
		left: -26px;
		top:-26px;
		width: 52px;
		height: 52px;
		}
    /*Page title box*/
	.event-page-title-box{
		min-height: 0;
		}
	}
@media screen and (max-width: 1080px){
	/*Footer*/
	#footer .container{
		padding-top: 64px;
		padding-bottom: 60px;
		}
	#footer .container:before{
		display: none;
		}
	.ftr-top{
		display: block;
		text-align: center;
		}
	#footer .ftr-in-brief{
		max-width: 360px;
		margin: 0 auto;
		}
	.ftr-address, .ftr-contacts{
		position: relative;
		left: auto;
		text-align: center;
		width: auto;
		margin: 32px auto 0;
		max-width: 360px;
		}
    .ftr-bottom{
	    margin: 40px 0 0;
	    }
	}
@media screen and (max-width: 1000px){
	h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
		margin: 13vw auto 4.5vw;
		}
	h1, .h1{
		font-size: 6.6vw;
		}
	h2, .h2{
		font-size: 5vw;
		}
	h3, .h3{
		font-size: 4.5vw;
		}
	h4, .h4{
		font-size: 4vw;
		}
	h5, .h5{
		font-size: 3.2vw;
		}
	h6, .h6{
		font-size: 2.8vw;
		}
	h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after{
		margin: 4vw 0 0;
		}
	/*Independent*/
	.container{
		padding: 0 30px;
		}
	/*Nav*/
	#nav-box{
		position: fixed;
		z-index: 998;
		left: 0;
		top: 0;
		display: flex;
		align-items: center;
		height: 100vh;
		width: 100%;
		margin: 0;
		padding: 80px 24px;
		overflow: hidden;
		overflow-y: auto;
		background: #EBDAB9;
		transition: opacity .5s ease, visibility .5s ease;
		}
	html:not(.opened-nav) #nav-box{
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		}
	#nav{
		font-size: 32px;
		text-align: center;
		margin: auto 0;
		width:100%;
		}
	#nav ul{
		display: block;
		}
	#nav li{
		margin: 0 0 10vh;
		}
	#nav li:last-child{
		margin-bottom: 0;
		}
	#nav a{
		color: #554E3F;
		}
	#nav a:before{
		background: #554E3F;
		}
	.opened-nav #header .js-open-popup{
		color: #554E3F;
		}
	.no-touchevents.opened-nav #header .js-open-popup:hover{
		border-color: #554E3F;
		}
	#header .js-open-popup .arrow *{
		transition: stroke .2s ease;
		}
	.opened-nav #header .js-open-popup .arrow *{
		stroke: #554E3F;
		}
	/*Open nav*/
	.js-open-nav{
		display: block;
		}
	/*Page title box*/
	.page-title-box{
		padding: 12vw 0 8.6vw;
		margin: 0 0 8vw;
		min-height: 29vw;
		}
	.page-title-box h1.h4:before{
		top: 2.7vw;
		}
	.event-page-title-box{
		margin: 62px 0 8vw;
		}
	.event-page-title-box .location{
		margin: 4vw 0 0;
		}
	
	.event-page-title-box:before{
		font-size: 25vw;
		}
	/*Main*/
	#main{
		margin: 0 0 20vw;
		}
	/*Text media box*/
	.text-media-box{
		padding: 8vw 0;
		margin: 14vw 0;
		}
	/*Photo gallery*/
	.photo-gallery{
		padding: 8vw 0;
		margin: 8vw 0;
		}
	/*Section*/
	.section{
		padding: 10vw 0;
		}
	#all .section:last-of-type{
		padding-bottom: 20vw;
		}
	#main + .section{
		margin-top: -6vw;
		}
	.page-title-box + .section{
		margin-top: -8vw;
		}
	.section + .section{
		margin-top: 4vw;
		}
    /*404*/
	.error-page-box .sub-box:before{
		top: -120px;
		bottom: -100px;
		}
	.error-page-box .figure{
		display: none;
		}
	}
@media screen and (max-width: 940px){
	/*Main screen*/
	.main-screen .img-box{
		max-width: 240px;
		min-height: 435px;
		}
	.main-screen .img-box img{
		min-height: 435px;
		}
	}
@media screen and (max-width: 880px) and (min-width: 640px){
	/*Articles in brief*/
	.article-in-brief .date-box{
		bottom: 25px;
		}
	.article-in-brief .date-box .date{
		width:100%;
		}
	.article-in-brief .read-more{
		margin: 20px 0 0 auto;
		}
	}
@media screen and (max-width: 780px) and (max-height: 680px) and (orientation: landscape) {
	.main-screen .container{
		min-height: 660px;
		}
	}
@media screen and (max-width: 780px){
	img{
		margin: 48px auto;
		}
	/*Form*/
	.form .field{
		width: calc(50% - 16px);
		}
	/*Independent*/
	.container{
		padding: 0 24px;
		}
	/*Main screen*/
	.main-screen .container{
		padding-top: 160px;
		padding-bottom: 48px;
		}
	.main-screen .img-box{
		top: 40px;
		height: calc(100% - 80px);
		min-height: 580px;
		max-width: 100%;
		width:100%;
		}
	.main-screen .img-box img{
		height: 100%;
		min-height: 0;
		max-height: none;
		}
	.main-screen .title-box{
		width: 100%;
		padding: 0;
		max-width: 216px;
		margin: 0 auto;
		}
	.main-screen h1{
		font-size: 42px;
		max-width: 216px;
		margin-left: auto;
		margin-right: auto;
		}
	.main-screen .text-box{
		position: relative;
		left: auto;
		display: block;
		color: #fff;
		height: auto;
		max-width: 216px;
		margin: 32px auto 0;
		}
	.main-screen .name{
		color: #fff;
		}
	.main-screen .date{
		color: #fff;
		}
	.main-screen .hr{
		height: 2px;
		background: #fff;
		}
	.main-screen .hr span{
		display: none;
		}
	.main-screen .bg-text{
		display: none;
		}
    .main-screen:after, .error-page-box:before{
	    width: 440px;
	    height: 440px;
	    left: -260px;
	    bottom: -260px;
	    }
	
	.error-page-box:after{
		width: 440px;
		height: 440px;
		top:-280px;
		right: -220px;
		}
	/*Page title box*/
	.page-title-box{
		min-height: 0;
		padding: 92px 0 8.6vw;
		}
	.page-title-box h1:after, .page-title-box .h1:after{
		left: -64px;
		}
	
	
	.event-page-title-box{
		display: block;
		}
	.event-page-title-box .container{
		padding-top: 7vw;
		padding-bottom: 8vw;
		}
	.event-page-title-box .max-w{
		max-width: 100%;
		}
	.event-page-title-box .img-box{
		position: relative;
		left: 0;
		top:0;
		bottom:0;
		width: 100%;
		height: 50vw;
		}
	.event-page-title-box:before{
		display: none;
		}
	/*Main*/
	#main{
		margin: 0 0 18vw;
		}
	/*Text media box*/
	.text-media-box{
		display: block;
		padding: 64px 0;
		margin: 14vw 0;
		}
	.text-media-box .media-box{
		width: 100%;
		}
	.text-media-box .text-box{
		width: 100%;
		margin: 48px 0 0;
		}
	/*Photo gallery*/
	.photo-gallery{
		padding: 64px 0;
		margin: 64px 0;
		}
	/*Video*/
	.video-box{
		margin: 48px auto;
		}
	/*Articles in brief*/
	.article-in-brief{
		padding: 20px 20px 96px;
		}
	.articles-in-brief .article-in-brief{
		width:calc(50% - 10px);
		margin: 0 0 20px;
		}
	.article-in-brief .date-box{
		bottom: 25px;
		}
	/*Sections*/
	#all .section:last-of-type{
		padding-bottom: 18vw;
		}
	/*404*/
	.error-page-box .num{
		padding-bottom: 1.7vw;
		margin-bottom: 4.8vw;
		}
    /*Footer*/
	#footer:before{
		left: -260px;
		top: -180px;
		width: 440px;
		height: 440px;
		}
    /*Popup*/
	#popup-box .container{
		padding-top: 24px;
		padding-bottom: 24px;
		}
	.contacts-popup{
		font-size: 18px;
		}
	.form-title{
		margin: 0 0 26px;
		}
	.form-title:after{
		margin: 26px auto 0;
		}
	.contacts-popup .bg-text{
		display: none;
		}
	}
@media screen and (max-width: 680px){
	/*Form*/
	.form .field{
		width: calc(50% - 12px);
		}
	.btn{
		font-size: 24px;
		}
	.form .btn{
		margin-top: 32px;
		}
	.btn.arrow-btn{
		padding-right: 46px;
		}
	.arrow-btn .arrow{
		top: 10px;
		width: 25px;
		}
	/*Popup*/
	.contacts-popup{
		padding: 84px 24px 54px;
		}
	.js-close-popup{
		right: 24px;
		top: 24px;
		}
	}
@media screen and (max-width: 640px){
	/*Articles in brief*/
	.js-load-more{
		margin: 64px auto 0;
		}
	.article-in-brief{
		padding-bottom: 72px;
		}
	.articles-in-brief .article-in-brief{
		width: 100%;
		}
	
	.articles-in-brief-slider .swiper-slide{
		max-width: 94%;
		width: 490px;
		}
	/*404*/
	.error-page-box .container{
		padding-top: 100px;
		padding-bottom: 64px;
		}
	.error-page-box .num{
		padding-bottom: 3vw;
		margin-bottom: 5.8vw;
		}
	.error-page-box .sub-box:before{
		top: -100px;
		bottom: -70px;
		}
	}
@media screen and (max-width: 600px){
	h5, .h5{
		font-size: 19px;
		}
	h6, .h6{
		font-size: 17px;
		}
    /*Photo gallery*/
	.photo-gallery a:after{
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
		background-size: 24px auto;
		}
	}
@media screen and (max-width: 580px){
	img{
		margin: 48px -20px;
		max-width: calc(100% + 40px);
		}
	blockquote{
		margin: 45px -20px;
		padding: 72px 54px 48px;
		}
	blockquote .author{
		font-size: 22px;
		}
	
	ul li, ol li{
		padding: 0 0 0 42px;
		background-position-x: 0;
		}
	ol li:before{
		left:0;
		text-align: left;
		}
	/*Form*/
	.form .field{
		width: 100%;
		}
	/*Independent*/
	.container{
		padding: 0 20px;
		}
	/*Main screen*/
	.main-screen .img-box{
		min-height: 0;
		max-width: 300px;
		}
	.main-screen .img-box img{
		max-width: 100%;
		height: auto;
		}
	.main-screen h1{
		font-size: 36px;
		}
	.main-screen:after, .error-page-box:before{
		width: 380px;
		height: 380px;
		bottom: -220px;
		}
	
	.error-page-box:after{
		display: none;
		}
    /*Page title box*/
	.page-title-box .time{
		font-size: 16px;
		}
	.event-page-title-box .date{
		font-size: 16px;
		margin: 0 0 20px;
		}
	/*Text media box*/
	.text-media-box{
		padding: 0;
		}
	.text-media-box:before{
		display: none;
		}
	/*Video*/
	.video-box{
		margin: 48px -20px;
		}
	.video-box .play-icon{
		left: calc(50% - 45px);
		top: calc(50% - 45px);
		width: 90px;
		height: 90px;
		}
	.video-box .play-icon svg{
		width: 22px;
		}
	/*Footer*/
	#footer:before{
		top: -160px;
		width: 380px;
		height: 380px;
		}
	#footer .container{
		padding-bottom: 48px;
		}
	.ftr-bottom{
		display: block;
		text-align: center;
		margin: 40px 0 0;
		}
    #footer #iquad{
	    margin-top: 40px;
	    }
	/*Popup*/
	.contacts-popup{
		padding: 76px 16px 54px;
		}
	.form-title{
		font-size: 42px;
		margin: 0 0 26px;
		}
	.form-title:after{
		margin: 26px auto 0;
		}
	.js-close-popup{
		font-size: 16px;
		right: 16px;
		top: 20px;
		}
	.js-close-popup svg{
		margin: -4px 0 0 20px;
		}
	}
@media screen and (max-width: 480px){
	h1, .h1{
		font-size: 32px;
		}
	h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
		margin: 62px auto 22px;
		}
	h2, .h2{
		font-size: 24px;
		}
	h3, .h3{
		font-size: 22px;
		}
	h4, .h4{
		font-size: 20px;
		}
	h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after{
		margin: 22px 0 0;
		width: 100px;
		}
	img{
		margin: 40px -20px;
		}
	blockquote{
		margin: 40px -20px;
		padding: 80px 20px 48px;
		}
	blockquote:before{
		top: 72px;
		margin-top: 0;
		}
	blockquote .author{
		font-size: 20px;
		margin-top: 30px;
		}
	blockquote .text .quotes-left{
		left:50%;
		top: -48px;
		margin-left: -11px;
		}
	blockquote .text .quotes-right{
		display: none;
		}
	/*Table*/
	.scroll-tbl, table{
		margin: 40px auto;
		}
	/*Form*/
	.btn{
		font-size: 22px;
		}
	.form .btn{
		margin-top: 26px;
		}
	.btn.arrow-btn{
		padding-right: 42px;
		}
	.arrow-btn .arrow{
		top: 10px;
		width: 23px;
		}
	/*Page title box*/
	.page-title-box{
		min-height: 0;
		padding: 92px 0 42px;
		margin-bottom: 40px;
		}
	.page-title-box h1.h4:before{
		top: 14px;
		}
	.page-title-box h1.h4:after{
		font-size: 121px;
		}
	.event-page-title-box{
		margin-bottom: 40px;
		}
	.event-page-title-box .container{
		padding-top: 32px;
		padding-bottom: 36px;
		}
	.event-page-title-box .location{
		margin: 22px 0 0;
		}
	/*Main*/
	#main{
		margin: 0 0 80px;
		}
	/*Text media box*/
	.text-media-box{
		margin: 62px 0;
		}
	.text-media-box .text-box{
		margin: 40px 0 0;
		}
	/*Video*/
	.video-box{
		margin: 40px -20px;
		}
	.video-box .play-icon{
		left: calc(50% - 40px);
		top: calc(50% - 40px);
		width: 80px;
		height: 80px;
		}
	.video-box .play-icon svg{
		width: 20px;
		}
	/*Photo gallery*/
	.photo-gallery{
		padding: 54px 0;
		margin: 48px 0;
		}
	/*Section*/
	.section{
		padding: 48px 0;
		}
	.page-title-box + .section{
		margin-top: -40px;
		}
	#main + .section{
		margin-top: -24px;
		}
	/*Sections*/
	#all .section:last-of-type{
		padding-bottom: 80px;
		}
	.section .section-title{
	    margin-bottom: 40px;
	    }
	/*Articles in brief*/
	.js-load-more{
		margin: 48px auto 0;
		}
	.js-load-more:before{
		top: -6px;
		width: 54px;
		height: 54px;
		margin: 0 0 0 -24px;
		transform: none;
		}
	
	.article-in-brief{
		padding-bottom: 100px;
		}
	.article-in-brief .date-box{
		bottom: 25px;
		}
	.article-in-brief .date-box .date{
		width:100%;
		}
	.article-in-brief .read-more{
		margin: 20px 0 0 auto;
		}
	/*404*/
	.error-page-box .num{
		font-size: 130px;
		padding-bottom: 16px;
		margin-bottom: 24px;
		}
	.error-page-box .sub-box:after{
		font-size: 120px;
		line-height: 1.4em;
		}
    /*Popup*/
	.popup{
		min-height: 100vh;
		}
	#popup-box .container{
		padding: 0;
		}
	.contacts-popup{
		display: flex;
		align-items: center;
		padding: 70px 16px 54px;
		}
	.contacts-popup .form{
		margin: 20px 0 0;
		}
	}
/*Foreign plugins*/
/*Swiper*/
.swiper-container{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	}
.swiper-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	}
.swiper-wrapper.disabled{
	transform: translate3d(0px, 0, 0) !important;
	}
.swiper-slide{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	}
.grab-cursor-activate .swiper-slide{
	user-select: none;
	}
.swiper-container-vertical > .swiper-wrapper{
	flex-direction: column;
	}
.swiper-container-android .swiper-slide, .swiper-wrapper{
	transform: translate3d(0px, 0, 0);
	}
.swiper-container-free-mode > .swiper-wrapper{
	transition-timing-function: linear !important;
	}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
	transition-timing-function: ease-out;
	}
.swiper-container-fade .swiper-slide{
	pointer-events: none;
	transition-property: opacity;
	}
.swiper-container-fade .swiper-slide .swiper-slide{
	pointer-events: none;
	}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active{
	pointer-events: auto;
	}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
	height: auto;
	}
.swiper-container-autoheight .swiper-wrapper{
	align-items: flex-start;
	transition-property: transform, height;
	}
.swiper-container .swiper-notification{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
	}
.swiper-pagination.hidden{
	display: none;
	}
.swiper-pagination .swiper-pagination-bullet-active{
	cursor: default;
	}
.swiper-pagination-progressbar{
	position: relative;
	height: 1px;
	width: 100%;
	margin: 48px 0 0;
	background: rgba(255, 255, 255, .4);
	}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 3px;
	background: #fff;
	transform: scale(0);
	transform-origin: left top;
	}
.swiper-pagination-lock{
	display: none;
	}
/*LightGallery*/
@font-face{
	font-family: 'lg';
	src: url("../fonts/lg.eot?n1z373");
	src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
	font-weight: normal;
	font-style: normal;
	}
.lg-icon{
	font-family: 'lg';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.lg-actions .lg-next, .lg-actions .lg-prev{
	background: #523F38;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
	pointer-events: none;
	opacity: .5;
	}
.lg-actions .lg-next{
	right: 20px;
	}
.lg-actions .lg-next:before{
	content: "\e095";
	transition: all .2s ease;
	}
.lg-actions .lg-prev{
	left: 20px;
	}
.lg-actions .lg-prev:after{
	content: "\e094";
	transition: all .2s ease;
	}
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
	opacity: .5;
	}
@-webkit-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-ms-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-webkit-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@-ms-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
.lg-outer.lg-right-end .lg-object{
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
	}
.lg-outer.lg-left-end .lg-object{
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
	}
.lg-toolbar{
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #523F38;
	min-width: 320px;
	}
.lg-toolbar .lg-icon{
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	border: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-toolbar .lg-icon:hover{
	color: #fff !important;
	opacity: .5;
	}
.lg-toolbar .lg-close:after{
	content: "\e070";
	}
.lg-toolbar .lg-download:after{
	content: "\e0f2";
	background: none;
	}
.lg-sub-html{
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
	}
.lg-sub-html h4{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	}
.lg-sub-html p{
	font-size: 12px;
	margin: 5px 0 0;
	}
#lg-counter{
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-family: 'Prata';
	font-size: 15px;
	line-height: 1em;
	padding: 16px 0 0 20px;
	}
.lg-toolbar, .lg-prev, .lg-next{
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	}
.lg-hide-items .lg-prev{
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}
.lg-hide-items .lg-next{
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
.lg-hide-items .lg-toolbar{
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
	-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
	-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
	transition: transform 250ms ease 0s, opacity 250ms !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	}
.lg-outer .lg-thumb-outer{
	background: #523F38;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	padding: 0 10px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
	/*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
	}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	}
.lg-outer.lg-thumb-open .lg-thumb-outer{
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	}
.lg-outer .lg-thumb{
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	}
.lg-outer .lg-thumb-item{
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
	transition: border-color .2s ease;
	}
.lg-outer .lg-thumb-item.active{
	border-color: rgba(255, 255, 255, .3);
	}
.lg-outer .lg-thumb-item img{
	min-width: 96px;
	min-height: 76px;
	max-width: 120%;
	opacity: 1;
	border-radius: 0;
	}
.lg-outer.lg-has-thumb .lg-item{
	padding-bottom: 120px;
	}
.lg-outer.lg-can-toggle .lg-item{
	padding-bottom: 0;
	}
.lg-outer.lg-pull-caption-up .lg-sub-html{
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
	}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
	bottom: 100px;
	}
.lg-outer .lg-toogle-thumb{
	background: #523F38;
	border-radius: 2px 2px 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:after{
	content: "\e1ff";
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:hover:after{
	opacity: .5;
	}
.lg-outer .lg-video-cont{
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
	}
.lg-outer .lg-video{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	}
.lg-outer .lg-video .lg-object{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
.lg-outer .lg-video .lg-video-play{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	/*background: url("../i/play-icon.svg") no-repeat 0 0;*/
	cursor: pointer;
	}
.lg-outer .lg-video-object{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	}
.lg-outer .lg-has-video .lg-video-object{
	visibility: hidden;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
	display: none;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
	visibility: visible;
	}
.lg-progress-bar{
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
	}
.lg-progress-bar .lg-progress{
	background-color: #fff;
	height: 5px;
	width: 0;
	}
.lg-progress-bar.lg-start .lg-progress{
	width: 100%;
	}
.lg-show-autoplay .lg-progress-bar{
	opacity: 1;
	}
.lg-autoplay-button:after{
	content: "\e01d";
	}
.lg-show-autoplay .lg-autoplay-button:after{
	content: "\e01a";
	}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
	transition: transform 0.3s ease 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	}
#lg-zoom-in:after{
	content: "\e311";
	}
#lg-zoom-out{
	opacity: 0.5;
	pointer-events: none;
	}
#lg-zoom-out:after{
	content: "\e312";
	}
.lg-zoomed #lg-zoom-out{
	opacity: 1;
	pointer-events: auto;
	}
.lg-outer .lg-pager-outer{
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
	}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
	overflow: visible;
	}
.lg-outer .lg-pager-cont{
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
	}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
	box-shadow: 0 0 0 2px white inset;
	}
.lg-outer .lg-pager-thumb-cont{
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	}
.lg-outer .lg-pager-thumb-cont img{
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-pager{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
	}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
	box-shadow: 0 0 0 8px white inset;
	}
.lg-outer .lg-caret{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
	}
.lg-fullscreen:after{
	content: "\e20c";
	}
.lg-fullscreen-on .lg-fullscreen:after{
	content: "\e20d";
	}
.group{
	*zoom: 1;
	}
.group:before, .group:after{
	display: table;
	content: "";
	line-height: 0;
	}
.group:after{
	clear: both;
	}
.lg-outer{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.lg-outer.lg-visible{
	opacity: 1;
	}
.lg-outer img{
	margin: 0;
	}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
	}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
	}
.lg-outer.lg-grab img.lg-object{
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
	}
.lg-outer.lg-grabbing img.lg-object{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg{
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	}
.lg-outer .lg-inner{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	}
.lg-outer .lg-item{
	background: url("../i/gallery-loader.svg") no-repeat 50% 50%/64px auto;
	display: none !important;
	}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{
	display: inline-block !important;
	}
.lg-outer.lg-css .lg-current{
	display: inline-block !important;
	}
.lg-outer .lg-item, .lg-outer .lg-img-wrap{
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
	}
.lg-outer .lg-img-wrap{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 55px 5px 8px;
	}
.lg-outer.lg-thumb-open .lg-img-wrap{
	padding-bottom: 108px;
	}
.lg-outer .lg-item.lg-complete{
	background-image: none;
	}
.lg-outer .lg-item.lg-current{
	z-index: 1060;
	}
.lg-outer .lg-image{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
	opacity: 1;
	}
.lg-outer .lg-empty-html{
	display: none;
	}
.lg-backdrop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(235, 218, 185, .5);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-backdrop.in{
	opacity: 1;
	}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
	}
.lg-css3.lg-use-css3 .lg-item{
	will-change: transform, opacity;
	}
.lg-css3.lg-use-left .lg-item{
	will-change: left, opacity;
	}
.lg-css3.lg-fade .lg-item{
	opacity: 0;
	}
.lg-css3.lg-fade .lg-item.lg-current{
	opacity: 1;
	}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
	opacity: 0;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-left .lg-item{
	opacity: 0;
	position: absolute;
	left: 0;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
	left: -100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
	left: 100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	left: 0;
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}
@media screen and (max-width: 410px){
	/*LightGallery*/
	.lg-toolbar .lg-icon{
		width: 40px;
		}
	}