@charset "UTF-8";


/*-----TABS------*/


.tab > input,
.tab section > div {
  display: none;

}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
	color: #F4B251;
	text-transform: uppercase;
}
label {
	cursor: pointer;
}















/*Fontello icons*/

[class*="font-icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #dadee8;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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;
}


.container .social-links .col {
	margin-bottom: 20px;
}

.colorblue {
	color: rgba(54,74,96,1.00);
	text-transform: uppercase;
}

#main-artwork .container-small .profil {
	width: 100%;
	display: flex;
	flex-direction: row;
}
#main-artwork-en .container-small .profil {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.container .page-title span {
	position: absolute;
	display: block;
	line-height: 12px;
	color: #f4b251;
	font-size: 35px;
	font-weight: 400;
	text-transform: lowercase;
	font-family: "Bona Nova SC", serif;
	/* [disabled]margin-right: 45px; */
	padding-left: 40px;
	margin-top: 85px;
}
#about-contact-popup .container .page-title span {
	margin-left: 20px;

}
#about-artist-popup .container .page-title span {
	margin-left: 20px;

}

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: "El Messiri", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(35, 39, 60, .6);
	min-width: 320px;
	background-color: #FFFFFF;
    /*overflow-x: hidden;*/
}

.preload-fix * {
    transition: none !important;
}

/*Common styles*/

*,
*:before,
*:after {
	box-sizing: border-box;
	/* [disabled]-webkit-box-sizing: border-box; */
	/* [disabled]-webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	/* [disabled]outline: none !important; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	position: relative;
	font-family: "Bona Nova SC", serif;
	font-weight: 400;
	color: #494C60;
	max-width: 852px;
}

h1,
.h1 {
    font-size: 80px;
    line-height: 1.33em;
    margin: 0 auto 37px;
    max-width: 1348px;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 1.4em;
	margin: 56px 0 37px;
	text-transform: lowercase;
}

h3,
.h3 {
   font-family: "Bona Nova SC", serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.4em;
    margin: 55px 0 33px;
    max-width: 800px;
}

h4,
.h4 {
	font-family: "Bona Nova SC", serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1em;
	text-transform: lowercase;
	margin: 63px 0 30px;
}

h5,
.h5 {
	font-size: 20px;
	line-height: 1.583333333333333em;
	margin: 56px 0 30px;
	text-transform: lowercase;
	text-align: left;
}
ul .tab2 h5 {
	margin: 0;
}


h6,
.h6 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 15px 0 15px;
	text-transform: lowercase;
	text-align: left;
}




ol,
ul {
	font-size: 14px;
	list-style: none;
	margin: 21px 0;
	max-width: 650px;
}

ul li,
ol li {
	position: relative;
	/* [disabled]padding-left: 33px; */
	margin-bottom: 4px;
	background: url("../i/list-bullet.gif") no-repeat 0 16px/12px 3px;
}

ol {
    counter-reset: list1;
    list-style: none;
}

ul ul,
ol ol {
    margin: 0 0 6px 0;
    max-width: none;
}

ol>li {
    background: none;
}

ol>li:before {
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 1em;
    color: #33353D;
}

ol ol {
    counter-reset: list2;
}

ol ol li {
    padding-left: 40px;
    background: none;
}

ol ol li:before {
    left: 6px;
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

ul li p:first-child,
ol li p:first-child {
    margin-top: 0 !important;
}

ul li p:last-child,
ol li p:last-child {
    margin-bottom: 0 !important;
}

/*_______________________________*/

.scroll-tbl {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 38px 0 40px -4px;
    overflow-x: auto;
}

.scroll-tbl table {
    margin: 0;
    min-width: 580px;
}

table {
    table-layout: fixed;
    width: 100%;
    max-width: 800px;
    margin: 38px 0 40px -4px;
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    text-align: left;
    padding: 13px 30px 14px;
    vertical-align: top;
    border: 1px solid #61647A;
    background: #f8f8f8;
}

table th {
    font-weight: 500;
    color: #33353D;
}

table td {
    padding: 22px 30px 28px;
    background: #fff;
}

table th:first-child,
table td:first-child {
    text-align: center;
    color: #33353D;
    padding-left: 4px;
    padding-right: 4px;
}

table td>* {
    margin: 20px 0;
}

table td>*:first-child {
    margin-top: 0 !important;
}

table td>*:last-child {
    margin-bottom: 0 !important;
}

a {
	color: #494C60;
	text-decoration: none;
	outline: none !important;
}


.no-touchevents a:not([href^=tel]):hover {
    color: #f4b251;
}

a[href^=tel] {
    white-space: nowrap;
}

a[href^=tel] {
    text-decoration: none;
    color: rgba(35, 39, 60, .6);
}

.no-touchevents a[href^=tel]:hover {
    color: #000;
}

.arrow-link {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #364A60 !important;
	margin-left: 0px;
}

.back-link {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #364A60 !important;
	margin-top: 50px;
}
.arrow-link span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0;
}

.back-link span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: -18px;
	margin-right: 0;
	margin-left: -21px;
	margin-bottom: 0;
}


.arrow-link span:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -18px;
	z-index: -1;
	width: 35px;
	height: 35px;
	background: #f4b251;
	border-radius: 46px;
}

.back-link span:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -5px;
	z-index: -1;
	width: 35px;
	height: 35px;
	background: #f4b251;
	border-radius: 48px;
}


.no-touchevents .arrow-link:hover span svg {
    transform: translate3d(28px, 0, 0);
}

.no-touchevents .back-link:hover span svg {
    transform: translate3d(-28px, 0, 0);
}


p {
	/* [disabled]max-width: 900px; */
	margin-top: 16px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 16px;
}

.important-text {
    position: relative;
    font-size: 16px;
    line-height: 2.3125em;
    color: #33353D;
    max-width: 700px;
    margin: 35px 0;
    padding-left: 41px;
}

.important-text:before {
    content: '';
    position: absolute;
    left: -4px;
    width: 4px;
    top: 5px;
    bottom: 6px;
    background: #33353D;
}

.important-text>*:first-child {
    margin-top: 0;
}

.important-text>*:last-child {
    margin-bottom: 0;
}

.important-text p {
    margin: 21px 0;
}

blockquote {}

img {
	height: auto;
	display: block;
	margin-top: 41px;
	margin-right: 0;
	margin-left: -4px;
	margin-bottom: 41px;
	max-width: 800px;
}

a img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

img.left {
	margin: 24px 20px 24px -4px;
	max-width: 50%;
}

img.right {
    margin: 24px -46px 24px 20px;
    max-width: 50%;
}

p img.left,
p img.right {
	margin-top: 12px;
	margin-bottom: 18px;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom: 0;
	border-top-width: 0;
}

.video-box {
    position: relative;
    max-width: 800px;
    margin: 70px 0 70px -4px;
    padding-bottom: 56.20253164556962%;
}

.video-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    border: none !important;
}

/*___________________________*/

/*Form styles*/

.form-box {
    max-width: 451px;
    margin: 0 auto;
}

.form-box .h5 {
    margin: 0 0 20px;
}

.form {
    position: relative;
    margin: 40px auto;
}

.form-box .form {
    margin: 0;
}

.form .field {
    position: relative;
    margin: 0 0 15px;
    line-height: 0;
}

.form .field-name {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 18px;
    line-height: 1.25em;
    min-height: 23px;
    color: #33353D;
    margin: 0;
    padding: 0 0 0 4px;
    -webkit-transform: translate3d(0, 32px, 0);
    transform: translate3d(0, 32px, 0);
}

.form .on-focus .field-name,
.form .error-field .field-name {
    font-size: 14px;
    color: rgba(35, 39, 60, 0.6);
    -webkit-transform: translate3d(0, 11px, 0);
    transform: translate3d(0, 11px, 0);
}

.form .error-field .field-name {
    color: #f4b251;
}

.form .required .field-name:after {
    content: '*';
}

.form-control {
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #33353D;
    line-height: 42px;
    letter-spacing: 0;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 4px;
    border: 0;
    border-bottom: 1px solid #33353D;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    outline: none !important;
    text-overflow: ellipsis;
}

textarea.form-control {
    line-height: 26px;
    height: 95px;
    min-height: 95px;
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
    padding: 8px 4px 6px;
}

.error-field .form-control {
    border-color: #f4b251;
}

.form-control:focus,
.error-field .form-control:focus {
    border-color: #33353D;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #494949;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #494949;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #494949;
}

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;
}

/*Btn*/

button {
    border: none;
    cursor: pointer;
    outline: none !important;
}

.btn {
    position: relative;
    z-index: 4;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #33353D;
    text-align: center;
    text-decoration: none;
    padding: 10px 16px 25px;
    max-width: 100%;
    margin: 32px auto 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}

.btn.full-width {
    width: 100%;
}

.btn svg {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 24px;
}

.btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 10px;
    background: #33353D;
}

.btn::-moz-focus-inner {
    border: 0;
}

.no-touchevents .btn:not(:disabled):hover svg {
    transform: translate3d(30px, 0, 0);
}

.no-touchevents .btn:not(:disabled):active:after {
    transform: translate3d(0, -5px, 0);
}

.btn:disabled,
.btn.disabled {
    opacity: .7;
    cursor: default;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*Form messages*/

.field-error {
    font-size: 11px;
    line-height: 15px;
    color: #f4b251;
    margin: 3px 0 -18px 4px;
}

.form textarea+.field-error {
    margin-bottom: 0 !important;
}

.form-message {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.75em;
    text-align: center;
    color: #33353D;
    margin: 42px 0 0;
}

.form-message+.form-message {
    margin-top: 24px;
}

.form-message.error {
    color: #f4b251;
}

/*Checkboxes*/

.checkbox-item {
    position: relative;
    margin: 25px 0;
    min-height: 23px;
}

.error-field+.checkbox-item {
    margin-top: 40px;
}

.checkbox-item input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.checkbox-item input[type="checkbox"]+label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: rgba(35, 39, 60, 0.6);
    padding: 1px 0 0 46px;
    cursor: pointer;
}

.checkbox-item input[type="checkbox"]:disabled+label {
    cursor: default;
}

.checkbox-item input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #33353D;
}

.checkbox-item input[type="checkbox"]:checked+label:before {
    background: #fff url("../i/checked-icon.svg") no-repeat 50% 50%/14px auto;
}

.checkbox-item input[type="checkbox"]:disabled+label:before {
    opacity: .4;
}

/*Appearance*/

.left {
    float: left;
}

.right {
    float: right;
}

.center {
	text-align: left;
	position: relative;
	display: flex;
	margin-right: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.no-indent {
    margin-bottom: 0 !important;
}

.align-m,
.align-b {
    display: table-cell;
    vertical-align: middle;
}

.align-b {
    vertical-align: bottom;
}

.no-wrap {
    white-space: nowrap;
}

/*Independent*/

.container,
.container-full-width,
.container-small {
	position: relative;
	z-index: 2;
	max-width: 2000px;
	padding: 0 24px;
	margin: 0 auto;
}

.container-small {
    max-width: 940px;
}

.container-full-width {
    max-width: none;
}

.container:after,
.container-full-width:after,
.container-small:after {
    content: '';
    display: table;
    width: 0;
    height: 0;
    clear: both;
}

/*Share links*/

.share-links-box {
    margin: 40px 0;
}

.share-links-box p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.share-links {
    margin: 20px 0 0;
}

.share-links p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 13px;
}

.share-links p:last-child {
    margin-bottom: 0;
}

/*=========================================================================
								STRUCTURE
==========================================================================*/

#all {
	position: relative;
	z-index: 1;
	min-height: 100%;
	height: 100vh !important;
	height: 100%;
	padding-top: 0px;
	background-repeat: repeat;
	/* [disabled]background-image: url("../i/page-lines-bg.gif"); */
	background-color: #fff;
	background-position: 50% 0;
	overflow: hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* [disabled]border-left: 50px solid #33353D; */
	margin: 0;
	/* [disabled]border-top: 50px solid #33353D; */
}



.tabs-container {
	width: 100%;
	/* [disabled]max-width: 700px; */
	height: 100%; /* Make the height flexible */
	/* [disabled]background-color: white; */
	border-radius: 20px;
	/* [disabled]box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
	overflow: hidden;
	position: relative;
	/* [disabled]-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
}

.tabs {
	/* [disabled]padding: 10px 20px 15px 20px; */ /* Increased padding */
}

.tab-links {
	display: flex;
	justify-content: flex-start;
	/* [disabled]border-bottom: 1px solid #f0f0f0; */
}

.tab-link {
	background: none;
	border: none;
	font-size: 16px;
	font-weight: 500;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px; /* Increased padding for spacing */
	color: #ccc;
	cursor: pointer;
	position: relative;
	transition: color 0.3s ease;
	text-transform: uppercase;
}

.tab-link.active,
.tab-link:hover {
	color: #364A60; /* Gradient purple */
}

.tab-link i {
  margin-right: 10px;
}

.tab-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 50%;
  
  transition: all 0.4s ease;
}

.tab-link.active::after {
  width: 100%;
  left: 0;
}

.tab-content {
	display: none;
	animation: fadeInUp 0.5s ease;
	padding: 5px 10px 15px 10px;
}

.tab-content.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons */
.cta-btn {
	display: inline-block;
	padding: 12px 25px; /* More padding */
	/* [disabled]background: linear-gradient(45deg, #b84de5, #7d41ff); */ /* Purple gradient */
	color: white;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: background 0.4s ease;
	font-weight: 500;
	margin-top: 20px;
}

.cta-btn:hover {
	/* [disabled]background: linear-gradient(45deg, #9c3bce, #6b3ee8); */ /* Darker gradient on hover */
}

/* Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px; /* Increased padding for inputs */
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #b84de5;
  outline: none;
}

/* FAQ List */
.faq-list {
  padding: 0;
  list-style: none;
}

.faq-list li {
  margin-bottom: 10px;
}

.faq-list li strong {
  font-weight: 600;
}
.img-col {
	border: 20px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}


/* Responsive Design */
@media screen and (max-width: 600px) {
  .tab-links {
	flex-direction: row;
	align-items: center;
  }

  .tab-link {
	text-align: center;
	/* [disabled]width: 100%; */
	padding: 15px 0;
	margin-right: 25px;
  }
}







.lines-right {
	height: 90vh;
	width: 1px;
	position: absolute;
	right: 37px;
	background-color: rgba(51,53,61,0.30);
	z-index: 1000;
	bottom: 5vh;
	display: none;

}
.lines-up {
	height: 100px;
	width: 750px;
	position: absolute;
	top: 0px;
	background-color: #494C60;
	/* [disabled]display: none; */
	right: 0px;

}
.lines-down {
	height: 100px;
	width: 600px;
	position: absolute;
	bottom: 0px;
	background-color: #494C60;
	z-index: 0;
	left: 0px;

}



.index-page #all {
    padding: 0;
}

#all:after,
#header:after {
    content: '';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    visibility: hidden;
    transition: all .75s cubic-bezier(.775, 0, .211, 1);
}

.opened-nav #all:after,
.opened-nav #header:after {
    opacity: 1;
    visibility: visible;
}

#indent {
    clear: both;
}

/*================================HEADER===================================*/

#header {
	position: absolute;
	z-index: 998;
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	background-color: #494C60;
	right: 0px;
	bottom: 0px;
}

#header:after {
    z-index: 8;
}

#header .container {
	position: absolute;
	display: flex;
	justify-content: center;
	/* [disabled]max-width: 1850px; */
	width: 100px;
	align-items: center;
	height: 100%;
	flex-direction: column;
	align-self: center;
	background-color: #FFFFFF;
	right: 0px;
	/* [disabled]padding-top: 100px; */
	/* [disabled]padding-bottom: 150px; */
	bottom: 0px;
	margin-bottom: 100px;
	padding-right: 35px;
}

#header .container:after {
    display: none;
}

#logo {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	
}

#logo svg {
    position: absolute;
    display: block;
    width: 160px;
    line-height: 0;
	
	
}







/*Site cursor*/

#cursor {
    position: fixed;
    z-index: 100000;
    width: 16px;
    height: 16px;
    pointer-events: none;
    mix-blend-mode: difference;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate3d(-7px, -7px, 0);
    transform-origin: 50% 50%;
    -webkit-transition: width .4s ease, height .4s ease, transform .4s ease, background .4s ease .2s;
    transition: width .4s ease, height .4s ease, transform .4s ease, background .4s ease .2s;
}

.on-hover-link #cursor,
.on-hover-magnetic #cursor {
    width: 40px;
    height: 40px;
    background: transparent;
    transform: translate3d(-20px, -20px, 0);
    -webkit-transition: width .2s ease, height .2s ease, transform .2s ease, background .2s ease;
    transition: width .2s ease, height .2s ease, transform .2s ease, background .2s ease;
}

.ie #cursor,
.edge #cursor {
    border-color: #000;
    background: #000;
}

.ie.on-hover-link #cursor,
.ie.on-hover-magnetic #cursor,
.edge.on-hover-link #cursor,
.edge.on-hover-magnetic #cursor {
    background: transparent;
}

.on-hover-slider #cursor,
.mcustom-dragger-scrolling #cursor,
.iframe-on-hover #cursor,
.lg-on #cursor {
    opacity: 0;
}

#langs {
    position: absolute;
    top: 54px;
    left: 50%;
    display: flex;
    font-size: 14px;
    line-height: 1em;
    color: rgba(35, 39, 60, 0.5);
    text-transform: uppercase;
    margin: 0 0 0 -46px;
}

#langs * {
    margin: 0 14px;
}

#js-open-nav {
    position: relative;
    z-index: 11;
    width: 40px;
    height: 22px;
    margin: 47px 1px 0 0;
    cursor: pointer;
    border-top: 2px solid #33353D;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
}

.no-touchevents #js-open-nav:hover {
    border-color: #f4b251;
}

#js-open-nav:before,
#js-open-nav:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #33353D;
}

#js-open-nav:before,
#js-open-nav:after {
    position: absolute;
    top: 8px;
    left: 0;
    margin: 0;
}

#js-open-nav:after {
    top: auto;
    bottom: 0;
}

.no-touchevents #js-open-nav:hover:before,
.no-touchevents #js-open-nav:hover:after {
    background: #f4b251;
}

.no-touchevents #js-open-nav:hover:before {
    transform: translate3d(10px, 0, 0);
}

/*Nav*/

#nav {
	display: block;
	position: relative;
	z-index: 999;
	top: 0;
	/* [disabled]font-size: 0; */
	width: 400px;
	/* [disabled]min-width: 940px; */
	/* [disabled]height: 300px; */
	padding-top: 0;
	padding-right: 0;
	/* [disabled]padding-left: 122px; */
	padding-bottom: 0;
	/* [disabled]box-shadow: 5px 5px 20px rgba(61, 94, 144, .1); */
	overflow: hidden;
	/* [disabled]overflow-y: auto; */
	/* [disabled]transform: translate3d(105%, 0, 0); */
	/* [disabled]transition: transform .75s cubic-bezier(.775, 0, .211, 1); */
	left: 0px;
	/* [disabled]-webkit-box-shadow: 5px 5px 20px rgba(61, 94, 144, .1); */
	/* [disabled]background-color: #F2EBE5; */
	cursor: pointer;
}

.document-ready #nav {
    display: block;
}

.opened-nav #nav {
    transform: translate3d(0, 0, 0);
}

#nav:before {
    content: '';
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin: 0 -1px 0 0;
	
}

#nav ul {
	display: inline-block;
	/* [disabled]vertical-align: middle; */
	list-style: none !important;
	margin: 0;
	padding: 0 0 0 1px;
}

#nav li {
	
	font-weight: 400;
	padding: 0;
	background: none;
}

#nav>ul {
	/* [disabled]width: 280px; */
}

#nav>ul>li {
	/* [disabled]position: inherit; */
	font-size: 18px;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	list-style: none;
	color: #494C60;
	cursor: pointer;
}


#nav>ul>li>span {
    position: relative;
    display: block;
}

#nav>ul>li>span>a {
    position: relative;
    z-index: 1;
}

#nav>ul>li.active>span>a {
    color: #F4B251;
}

.no-touchevents #nav>ul>li>span>a:hover {
    color: #f4b251;
}

#nav .dropdown li {
    line-height: 1.7em;
    margin: 15px 0;
}

#nav .dropdown a,
.no-touchevents #nav .dropdown li.active a:hover {
    color: #F4B251;
}

.no-touchevents #nav .dropdown a:hover,
#nav .dropdown li.active a {
    color: #F4B251;
}

#nav .social-links {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

#js-close-nav {
    cursor: pointer;
    position: absolute;
    z-index: 200;
    right: 84px;
    top: 38px;
    line-height: 0;
}

.no-touchevents #js-close-nav:hover svg * {
    fill: #f4b251;
}

/*========================END OF HEADER========================*/

/*Main slider*/

#main-slider {
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-right: 300px;
	margin-bottom: 0;
	height: calc(100vh - 120px);
	margin-left: 150px;
	border: 20px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	
}

#main-slider .swiper-container {
	position: relative;
	height: 100%;
	border: thin solid rgba(73,76,96,1.00);
}

#main-slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: url("../i/drag.png"), auto;
}

#main-slider.dragging .swiper-slide {
    cursor: url("../i/drag-active.png"), auto;
}

#main-slider-description {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 840px;
	max-width: calc(100% - 120px);
	right: 0px;
}

#main-slider-description .sub-box {
	position: relative;
	z-index: 1;
	display: none;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	padding: 0 60px;
	background-color: #33353D;
	color: #FFFFFF;
}

#main-slider-description .picture-size {
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, .6);
    width: 90px;
    padding-top: 4px;
}

#main-slider-description .picture-name {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    width: 360px;
    padding: 0 16px;
}

#main-slider-description .slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 450px);
    margin-top: -1px;
}

#main-slider .swiper-pagination {
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#main-slider .swiper-pagination .swiper-pagination-current {
    font-size: 20px;
    line-height: 1em;
    margin-right: 4px;
}

#main-slider .swiper-pagination-current:not(.no-zero):before {
    content: '0';
}

#main-slider .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#main-slider .swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.no-touchevents #main-slider .swiper-button:hover svg * {
    fill: #f4b251;
}






/*Open artwork popup*/
#js-open-artwork-popup {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	color: #33353D;
	height: 100px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: left;
	width: 500px;
	background-color: #FFFFFF;
	/* [disabled]top: 0px; */
	bottom: 0px;
	right: 0px;
}

#js-open-artwork-popup .h5 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 23px;
	align-self: center;
	display: flex;
	
}

#js-open-artwork-popup span {
	position: absolute;
	display: block;
	line-height: 12px;
	color: rgba(244,178,81,1.00);
	font-size: 23px;
	font-weight: 400;
	text-transform: lowercase;
	font-family: "Bona Nova SC", serif;
	/* [disabled]padding-left: 80px; */
	margin-right: 80px;
	text-align: left;
	padding-top: 40px;

}

.no-touchevents #js-open-artwork-popup:hover span {
    color: #f4b251;
}

#js-open-artwork-popup span svg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 3px 17px 0 0;
}

.no-touchevents #js-open-artwork-popup:hover span svg * {
    fill: #f4b251;
}

/*About artwork popup*/

#about-artwork-popup{
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: calc(100% - 100px);
	max-height: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(61, 94, 144, .1);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(-105%, 0, 0);
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
	}
#about-artwork-popup::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.opened-artwork-popup #about-artwork-popup{
	transform: translate3d(0, 0, 0);
	}
#about-artwork-popup .container{
	padding-top: 60px;
	padding-bottom: 80px;
	max-width: 1600px;
	}
#about-artwork-popup .h2{
	/* [disabled]margin: 0 0 64px; */
	z-index: 1;
	text-transform: uppercase;
	}
#about-artwork-popup .arrow-link{
	margin-top: 50px;
	}
#js-close-artwork-popup{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 40px;
	line-height: 0;
	top: 0px;
	}
.no-touchevents #js-close-artwork-popup:hover svg *{
	fill: #364A60;
	}




/*Open artist popup*/
#js-open-artist-popup {
	position: relative;
	z-index: 0;
	font-size: 12px;
	color: #33353D;
	/* [disabled]height: 250px; */
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	text-align: left;
	/* [disabled]width: 120px; */
	margin-bottom: 150px;
	margin-top: 100px;
}

#js-open-artist-popup .h5 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	
}

#js-open-artist-popup span {
	position: absolute;
	display: block;
	line-height: 12px;
	color: rgba(244,178,81,1.00);
	font-size: 20px;
	font-weight: 400;
	text-transform: lowercase;
	font-family: "Bona Nova SC", serif;
	margin-top: 40px;
	/* [disabled]padding-left: 80px; */
	margin-right: 80px;
	text-align: left;

}

.no-touchevents #js-open-artist-popup:hover span {
    color: #f4b251;
}

#js-open-artist-popup span svg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 3px 17px 0 0;
}

.no-touchevents #js-open-artist-popup:hover span svg * {
    fill: #f4b251;
}

/*About artist popup*/

#about-artist-popup{
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	/* [disabled]width: calc(100% - 100px); */
	max-height: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(61, 94, 144, .1);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(-105%, 0, 0);
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
	}
#about-artist-popup::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.opened-artist-popup #about-artist-popup{
	transform: translate3d(0, 0, 0);
	}
#about-artist-popup .container{
	padding-top: 60px;
	padding-bottom: 80px;
	max-width: 1600px;
	}
#about-artist-popup .h2{
	/* [disabled]margin: 0 0 64px; */
	z-index: 1;
	text-transform: uppercase;
	}
#about-artist-popup .arrow-link{
	margin-top: 50px;
	}
#js-close-artist-popup{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 40px;
	line-height: 0;
	top: 0px;
	}
.no-touchevents #js-close-artist-popup:hover svg *{
	fill: #364A60;
	}



/*Open exhibitions popup*/
#js-open-exhibitions-popup {
	position: relative;
	z-index: 0;
	font-size: 12px;
	color: #33353D;
	/* [disabled]height: 250px; */
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	text-align: left;
	/* [disabled]width: 120px; */
	margin-bottom: 150px;
}

#js-open-exhibitions-popup .h5 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	
}

#js-open-exhibitions-popup span {
	position: absolute;
	display: block;
	line-height: 12px;
	color: rgba(244,178,81,1.00);
	font-size: 20px;
	font-weight: 400;
	text-transform: lowercase;
	font-family: "Bona Nova SC", serif;
	margin-top: 40px;
	/* [disabled]padding-left: 80px; */
	margin-right: 80px;
	text-align: left;

}

.no-touchevents #js-open-exhibitions-popup:hover span {
    color: #f4b251;
}

#js-open-exhibitions-popup span svg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 3px 17px 0 0;
}

.no-touchevents #js-open-exhibitions-popup:hover span svg * {
    fill: #f4b251;
}

/*About exhibitions popup*/

#about-exhibitions-popup{
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: calc(100% - 100px);
	max-height: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(61, 94, 144, .1);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(-105%, 0, 0);
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
	}
#about-exhibitions-popup::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.opened-exhibitions-popup #about-exhibitions-popup{
	transform: translate3d(0, 0, 0);
	}
#about-exhibitions-popup .container{
	padding-top: 60px;
	padding-bottom: 80px;
	max-width: 1400px;
	}
#about-exhibitions-popup .h2{
	/* [disabled]margin: 0 0 64px; */
	z-index: 1;
	text-transform: uppercase;
	}
#about-exhibitions-popup .arrow-link{
	margin-top: 50px;
	}
#js-close-exhibitions-popup{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 40px;
	line-height: 0;
	top: 0px;
	}
.no-touchevents #js-close-exhibitions-popup:hover svg *{
	fill: #364A60;
	}


/*Open contact popup*/
#js-open-contact-popup {
	position: relative;
	z-index: 0;
	font-size: 12px;
	color: #33353D;
	/* [disabled]height: 100px; */
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	/* [disabled]width: 120px; */
}

#js-open-contact-popup .h5 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

#js-open-contact-popup span {
	position: absolute;
	display: block;
	line-height: 12px;
	color: rgba(244,178,81,1.00);
	font-size: 20px;
	font-weight: 400;
	text-transform: lowercase;
	font-family: "Bona Nova SC", serif;
	margin-top: 40px;
	/* [disabled]padding-left: 80px; */
	margin-right: 80px;
	text-align: left;
}

.no-touchevents #js-open-contact-popup:hover span {
    color: #f4b251;
}

#js-open-contact-popup span svg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 3px 17px 0 0;
}

.no-touchevents #js-open-contact-popup:hover span svg * {
    fill: #f4b251;
}

/*About contact popup*/

#about-contact-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 500px;
	max-height: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(61, 94, 144, .1);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(-105%, 0, 0);
	overflow: hidden;
	overflow-y: auto;
}

.opened-contact-popup #about-contact-popup {
    transform: translate3d(0, 0, 0);
}

#about-contact-popup .container {
	padding-top: 60px;
	padding-bottom: 60px;
	/* [disabled]max-width: 888px; */
	padding-left: 50px;
	padding-right: 50px;
}

#about-contact-popup .h2 {
	/* [disabled]margin: 0 0 64px; */
}

#about-contact-popup .arrow-link {
	/* [disabled]margin-top: 50px; */
}

#js-close-contact-popup {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 30px;
	line-height: 0;
	top: 0px;
	/* [disabled]-webkit-transform: rotate(270deg); */
	/* [disabled]transform: rotate(270deg); */
}

.no-touchevents #js-close-contact-popup:hover svg * {
    fill: #364A60;
}



/*Home page sublinks*/

#page-sub-links {
	position: absolute;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 60%;
	/* [disabled]width: 214px; */
	left: 0px;
	bottom: 0px;
}

#page-sub-links .sub-links {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 55px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 18px;
	padding: 0 50px 0 0;
}

#page-sub-links .sub-links p {
    text-align: center;
    margin: 4px 12px;
    white-space: nowrap;
}

#page-sub-links .sub-links .mark {
    position: absolute;
    top: 50%;
    right: 24px;
    margin: -13px 0 0;
}

#page-sub-links .sub-links.no-links .mark {
    margin: -26px 0 0;
}

/*============================MAIN=============================*/

#main {
    position: relative;
    z-index: 2;
    margin-bottom: 140px;
}

.ajax-upload-event.loading {
    background: url("../i/loader.svg") no-repeat 50% 100px/160px 20px;
}

.ajax-upload-event>.container.hidden,
.ajax-upload-event>.container-full-width.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.page-title {
	padding: 0 24px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-self: flex-start;
	margin-bottom: 50px;
	/* [disabled]margin-top: 25px; */
}

.page-title h1 .animate-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.page-title h1 .animate-title .title-text {
    opacity: 0;
    -webkit-transition: all .1s ease .35s;
    transition: all .1s ease .35s;
}

.document-ready .page-title h1 .animate-title .title-text {
    opacity: 1;
}

.page-title h1 .animate-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    bottom: 0;
    background: #33353D;
    opacity: 0;
}

.document-ready .page-title h1 .animate-title:before {
    -webkit-animation: animateTitlebg .7s linear;
    animation: animateTitlebg .7s linear;
}

@-webkit-keyframes animateTitlebg {
    0% {
        left: -110%;
        opacity: 1;
    }
    50% {
        left: 0;
    }
    100% {
        left: 115%;
        opacity: 1;
    }
}

@keyframes animateTitlebg {
    0% {
        left: -110%;
        opacity: 1;
    }
    50% {
        left: 0;
    }
    100% {
        left: 115%;
        opacity: 1;
    }
}

.ajax-upload-event .page-title .back-box {
    max-width: 1348px;
    margin: 0 auto;
}

.back-box .back-link {
    margin-left: 8px;
}

.error-page .page-title .back-box {
    margin: 133px auto 200px;
}

.error-page .back-box .back-link {
    margin-left: calc(50% + 10px);
}

/*Select links*/

#select-links-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 1350px;
    margin: -26px auto 100px;
}

.select-links {
    position: relative;
    display: block;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #33353D;
    padding: 0 0 9px 3px;
    width: 451px;
    max-width: 100%;
    border-bottom: 1px solid #33353D;
    cursor: pointer;
}

.select-links svg {
    position: absolute;
    right: 13px;
    top: 13px;
    line-height: 1em;
}

.opened-dropdown .select-links svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.select-links-dropdown {
    display: none;
    width: 100%;
    padding: 56px 0 0;
}

.select-links-dropdown .dropdown-grid {
    display: flex;
    flex-wrap: wrap;
}

.select-links-dropdown .col,
.select-links-dropdown .exhibitions-grid .col {
    width: 33.333333%;
    padding: 0 40px 0 3px;
}

.select-links-dropdown .col:nth-child(3) {
    padding-right: 0;
}

.select-links-dropdown .mobile-view {
    display: none;
    width: 50%;
    padding: 0 32px 0 3px;
}

.select-links-dropdown .mobile-view:nth-child(odd) {
    padding-right: 0;
}

.dropdown-grid ul {
    margin: 0;
}

.dropdown-grid ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 14px;
    padding: 0;
    background: none;
}

.dropdown-grid a {
    color: rgba(35, 39, 60, 0.6);
}

.no-touchevents .dropdown-grid a:hover,
.dropdown-grid .active a {
    color: #33353D;
}

.select-links-dropdown .active a:hover {
    cursor: default;
}

.exhibitions-links {
    display: none;
    flex-wrap: wrap;
    max-width: none;
    margin: 88px 0 0;
}

.exhibitions-links.visible {
    display: flex;
}

.exhibitions-links li {
    font-size: 14px;
    line-height: 33px;
    width: 16.66666666666667%;
    padding: 0 40px 0 3px;
    margin: 0 0 32px;
    background: none;
}

.exhibitions-links li a {
    padding-top: 12px;
    padding-bottom: 5px;
}

.exhibitions-links .active a {
    color: rgba(35, 39, 60, 0.6) !important;
    cursor: default;
}

/*Ajax content*/

.ajax-content-box.loading {
    background: url("../i/loader.svg") no-repeat 50% 0/160px 20px;
}

.ajax-content {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.ajax-content-box.loading .ajax-content {
    opacity: 0;
}

/*Main description box*/

.main-description-box {
	display: flex;
	justify-content: flex-start;
	max-width: 1350px;
	margin: 0 auto 75px;
	align-items: center;
}

.main-description {
    max-width: 100%;
    width: 900px;
    padding-left: 3px;
}

.main-description h3 {
    margin: 0 0 50px;
}

/*Text img grid*/

.text-img-grid {
    max-width: 1350px;
    margin: 75px auto 0;
}

.text-img-grid .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 100px;
}

.text-img-grid .img-col {
	width: 66.666666666%;
}
.about-artist-popup .text-img-grid .img-col {
    width: 33%;
}
.text-img-grid .row:nth-child(odd) .img-col {




}

.text-img-grid .row:nth-child(even) .img-col {
	order: 2;
	display: flex;
	justify-content: flex-end;
}

.text-img-grid .img {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    max-width: 100%;
}

.text-img-grid .row:nth-child(even) .img {
    display: flex;
    justify-content: flex-end;
}

.text-img-grid .img img {
    margin: 0;
    max-width: 900px;
}

.text-img-grid .row:nth-child(odd) .img-col img {
    max-width: 860px;
}

.no-touchevents .text-img-grid .img:hover img,
.no-touchevents .text-img-grid .on-hover .img img {
	/* [disabled]border-color: #33353D; */
}

.text-img-grid .text-col {
	width: 33.3333%;
	align-self: center;
	padding-left: 40px;
}

.about-artist-popup.text-img-grid .text-col {
	width: 67%;
	align-self: center;
	padding-left: 4px;
}

.text-img-grid .row:nth-child(even) .text-col {
	order: 1;
	padding-right: 40px;
}

.text-img-grid .text-col>*:first-child {
    margin-top: 0;
}

.text-img-grid .text-col>*:last-child {
	margin-bottom: 0;
}

.text-img-grid .h4 {
    margin: 0 0 12px;
}

.text-img-grid .h4 a {
    padding-top: 8px;
}

.no-touchevents .text-img-grid .on-hover .h4 a {
    color: #f4b251;
}

.text-img-grid .picture-size {
    font-size: 16px;
    line-height: 1em;
    margin: 0;
}

.text-img-grid .share-links-box {
    margin: 44px 0 0;
}

/*Prev next page*/

.prev-next-page {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 50%;
    padding: 0 32px;
    width: 100%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.prev-next-page.visible {
    opacity: 1;
    visibility: visible;
}

.prev-next-page .max-w {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

.prev-next-page a {
    position: absolute;
    top: -19px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #33353D !important;
    width: 80px;
    height: 38px;
    background: #F2F3F6;
}

.prev-next-page .next-page {
    left: auto;
    right: 0;
}

.prev-next-page a svg {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.no-touchevents .prev-next-page a:hover svg {
    transform: translate3d(-38px, 0, 0);
}

.no-touchevents .prev-next-page a.next-page:hover svg {
    transform: translate3d(38px, 0, 0);
}

.prev-next-page a .page-sub-title {
    position: absolute;
    left: 58px;
    width: 480px;
    transform: translate3d(30px, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.prev-next-page a.next-page .page-sub-title {
    left: auto;
    right: 58px;
    text-align: right;
    transform: translate3d(-30px, 0, 0);
}

.no-touchevents .prev-next-page a:hover .page-sub-title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease .2s;
    transition: all .2s ease .2s;
}

/*Photo gallery*/

.photo-gallery {
    position: relative;
    margin: 75px auto 60px;
    max-width: 1350px;
    overflow: hidden;
}

.photo-gallery .masonry-grid {
    margin: 0 -25px;
}

.photo-gallery .item {
	float: left;
	width: 33.333333333%;
	max-width: 450.5px;
	padding: 0 25px;
	margin: 0 0 50px;
	text-align: left;
}

.photo-gallery a {
    display: inline-block;
    vertical-align: top;
}

.photo-gallery img {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.no-touchevents .photo-gallery a:hover img {
	/* [disabled]border-color: #33353D; */
}

/*Events list*/

.events-list {
    margin-top: 64px;
}

.events-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 32px;
}

.collages .events-group {
    margin: 0;
}

.events-list .hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.events-list .year {
    display: block;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.4em;
    color: #33353D;
    width: 100%;
    margin: 0 0 30px;
}

.events-list .item {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.611111111111111em;
    width: 33.333333%;
    padding-right: 40px;
    margin: 0 0 40px;
}

.events-list .item p {
    max-width: 370px;
    margin: 0;
}

.events-list a {
    padding: 4px 0;
}

/*Lazy load box*/

.lazy-load-box {
    height: 0;
}

.lazy-load-box .loader {
    display: none;
    margin: 0 auto;
    border: none;
}

/*Contacts*/

.contacts {
	display: flex;
	align-items: center;
	height: 50px;
	justify-content: flex-start;
	width: 60%;
	align-self: center;
	position: relative;
}

.contacts .col {
	font-size: 16px;
	line-height: 1.8em;
	/* [disabled]width: 33.33333333%; */
	/* [disabled]padding-right: 48px; */
}

.contacts .col p {
	/* [disabled]max-width: 300px; */
}

.contacts+.form-box {
    margin-bottom: 80px;
}

/*Ajax page links*/

.ajax-page-links {
    display: flex;
    justify-content: space-between;
    max-width: 901px;
    margin: 72px auto 0;
}

.ajax-page-link {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #33353D !important;
    max-width: 45%;
}

.ajax-page-link.next {
    text-align: right;
    margin-left: auto;
}

.ajax-page-link .arrow {
    position: relative;
    z-index: -1;
    display: flex;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 20px;
    line-height: 0;
    padding: 0 9px;
    margin: 0 -20px 0 0;
    background: #f2f3f6;
}

.ajax-page-link.next .arrow {
    text-align: right;
    justify-content: flex-end;
    margin: 0 0 0 -20px;
}

.no-touchevents .ajax-page-link:hover .arrow svg {
    transform: translate3d(-22px, 0, 0);
}

.no-touchevents .ajax-page-link.next:hover .arrow svg {
    transform: translate3d(22px, 0, 0);
}

/*Publications*/

.publications-box {
    margin: 96px 0;
    overflow: hidden;
}

.publications-nav {
    display: flex;
    padding-left: 50%;
    margin: 0 0 145px;
    max-width: none;
}

.publications-nav li {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    width: 225px;
    padding: 0;
    margin: 0;
    background: none;
}

.publications-nav a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(35, 39, 60, .6);
}

.publications-nav .active a {
    color: rgba(35, 39, 60, .6) !important;
    cursor: default;
}

.no-touchevents .publications-nav a:hover,
.publications-nav .active a {
    border-color: transparent;
}

.publications-ajax-content {
    max-width: 1354px;
    margin: 0 auto;
}

.publications-ajax-content.loading {
    background: url("../i/loader.svg") no-repeat 50% 0/160px 20px;
}

.publications-masonry {
    position: relative;
    margin: 0 -25px;
}

.publications-masonry .item {
    float: left;
    width: 33.333333333%;
    max-width: 450.5px;
    padding: 0 25px;
    margin: 0 0 50px;
    text-align: center;
}

.publications-masonry a {
    display: inline-block;
    vertical-align: top;
}

.publications-masonry img {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.no-touchevents .publications-masonry a:hover img {
	/* [disabled]border-color: #33353D; */
}

.publications-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.publications-list .item {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.583333333333333em;
    width: 33.3333333%;
    margin: 0 0 75px;
    max-width: 450.5px;
    padding: 0 25px;
}

.publications-list a {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
}

.no-touchevents .publications-list a:hover {
    color: #33353D;
}

.no-touchevents .publications-masonry a,
.no-touchevents .publications-list a,
.no-touchevents .photo-gallery a {
    -webkit-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
}

.no-touchevents .publications-masonry .item:not(.visible) a,
.no-touchevents .publications-list .item:not(.visible) a,
.no-touchevents .photo-gallery .item:not(.visible) a {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.publications-list a img {
    margin: 0 0 19px;
    max-width: 100%;
}

.no-touchevents .publications-list a:hover img {
	/* [disabled]border-color: #33353D; */
}

.publications-ajax-content .item.hidden a {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.publications-list p {
    margin: 0;
}

.no-touchevents .publications-list a:hover p {
    color: #f4b251;
}

/*=========================END OF MAIN=========================*/

/*===========================FOOTER============================*/

#footer {
	position: absolute;
	font-size: 15px;
	line-height: 24px;
	color: #EFEFEF;
	overflow: hidden;
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	z-index: 5;
	bottom: 0px;
	background-color: #494C60;
}

#footer .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 67px;
}

#footer p {
	max-width: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer .sub-text {
    font-family: 'Playfair Display', serif;
    color: #fff;
}

#footer #copy {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    margin-top: 34px;
}

#footer a {
    color: rgba(255, 255, 255, 1);
}

.no-touchevents #footer a:hover {
    color: #f4b251;
}

#footer .copyright {
    width: 33.333333%;
}

.footer-links {
    display: flex;
    width: 66.6666666666%;
}

.footer-links .col {
    padding-right: 40px;
}

.footer-links .col:first-child {
    width: 50%;
}

.footer-links .col:nth-child(2) {
    width: 37.5%;
}

.footer-links .col:last-child {
    padding: 0;
}

#footer .dev {
    position: relative;
    text-align: center;
    width: 100%;
    height: 76px;
    margin: 42px 0 0;
    padding: 24px 0 0;
}

.dev:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1500px;
    right: -1500px;
    height: 1px;
    background: rgba(68, 71, 94, .4);
}

#iquad {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 7.5px;
    letter-spacing: .75px;
    text-align: center;
    line-height: 1em;
    color: #61647A !important;
    text-transform: uppercase;
    border: none;
}

.no-touchevents #iquad:hover {
    color: #fff !important;
}

#iquad svg {
    position: relative;
    z-index: 2;
    display: block;
    margin: 6px auto 0;
}

.no-touchevents #iquad:hover svg * {
    fill: #fff;
}

#iquad:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -15px;
    bottom: -2px;
    right: -15px;
    height: 10px;
    background: #1D2238;
}

/*========================END OF FOOTER========================*/

/*Cookies*/

.cookie-box {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 10px 16px;
    width: 100%;
    min-width: 320px;
    background: rgba(35, 39, 60, .85);
}

.cookie-box .max-w {
    position: relative;
    padding: 0 170px 0 0;
    max-width: 854px;
    margin: 0 auto;
}

.cookie-box p {
    margin: 0;
}

.cookie-box a {
    color: #fff;
    text-decoration: underline;
}

.no-touchevents .cookie-box a:hover {
    color: #fff;
    text-decoration: none;
}

.cookie-box .ok {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 130px;
    height: 30px;
    padding: 7px 0 0;
    border: 2px solid #fff;
    cursor: pointer;
}

.no-touchevents .cookie-box .ok:hover {
    color: #33353D;
    background: #fff;
}

.no-touchevents .cookie-box .ok:active {
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .25);
}

.cookie-controls {
    margin: 90px auto 40px;
    max-width: 900px;
}

.cookie-controls .item {
    margin: 0 0 70px;
}

.cookie-controls .item:last-child {
    margin: 0;
}

.cookie-controls .checkbox-item {
    margin: 0 0 16px;
}

.cookie-controls .item p {
    margin: 0 0 0 56px;
    max-width: 720px;
}

.cookie-controls .item .checkbox-item input[type="checkbox"]+label {
    font-weight: 500;
    color: #33353D;
}

/*=========================TRANSITIONS=========================*/

.no-touchevents a,
.no-touchevents .btn,
.no-touchevents #js-open-nav:before,
.no-touchevents #js-open-nav:after,
.no-touchevents #main-slider .swiper-button svg *,
.no-touchevents .arrow-link span svg,
.no-touchevents .back-link span svg,
.no-touchevents #js-close-artist-popup svg *,
.form .field-name,
.no-touchevents .btn svg,
.no-touchevents .btn:not(:disabled):after,
.no-touchevents .publications-list a img,
.no-touchevents .text-img-grid .img img,
.no-touchevents #iquad svg *,
.no-touchevents .publications-masonry a img,
.no-touchevents .photo-gallery a img,
.no-touchevents #js-close-nav svg *,
.no-touchevents .publications-list p,
.no-touchevents #js-open-artist-popup span,
.no-touchevents #js-open-artist-popup span svg *,
.no-touchevents .ajax-page-link span svg {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/*Resolutions*/

@media screen and (max-height: 680px) {
    /*Nav*/
    #nav>ul>li {
	/* [disabled]margin: 40px 0; */
    }
}

@media screen and (max-height: 570px) {
    /*Nav*/
    #nav>ul>li {
	/* [disabled]margin: 32px 0; */
    }
}

@media screen and (min-width: 951px) {
    /*Nav*/
    #nav>ul>li.opened-dropdown>span:before {
        content: '';
        position: absolute;
        z-index: 0;
        left: 90px;
        right: -10px;
        top: -40px;
        bottom: -40px;
    }
    #nav>ul>li>span:after {
        content: '';
        position: absolute;
        top: 3px;
        right: -21px;
        width: 25px;
        height: 25px;
        background: #F2F3F6;
        transform: rotate(-45deg);
        transition: all .7s cubic-bezier(.775, 0, .211, 1);
    }
    #nav>ul>li:not(.opened-dropdown)>span:after {
        right: -93px;
        opacity: 0;
        visibility: hidden;
    }
    #nav .dropdown {
        display: block !important;
        position: absolute;
        top: 0;
        left: 410px;
        font-size: 0;
        width: 360px;
        height: 100%;
        padding: 24px 20px 24px 69px;
        overflow: hidden;
        overflow-y: auto;
        background: #f2f3f6;
        transition: all .7s cubic-bezier(.775, 0, .211, 1);
    }
    #nav .has-child:not(.opened-dropdown) .dropdown {
        transform: translate3d(70px, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
    #nav .dropdown .mCustomScrollBox:before {
        content: '';
        position: relative;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 0;
        margin: 0 -1px 0 0;
    }
    #nav .dropdown .mCSB_container {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        padding-right: 20px;
    }
    #nav .dropdown ul {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1870px) {
    /*Nav*/
    #js-close-nav {
        right: 24px;
        top: 38px;
    }
}

@media screen and (min-width: 1411px) {
    /*Text img grid*/
    .no-touchevents .text-img-grid .img .animate-img {
        width: 0;
        overflow: hidden;
        transition: all .7s cubic-bezier(.775, 0, .211, 1);
    }
    .no-touchevents .text-img-grid .visible .img .animate-img {
        width: 100%;
    }
    .no-touchevents .text-img-grid .row:nth-child(even) .img .animate-img img {
	float: right;
    }
    .no-touchevents .text-img-grid .text-col {
        opacity: 0;
        transform: translate3d(0, 70px, 0);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .no-touchevents .text-img-grid .visible .text-col {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
/*Open artwork popup*/
#js-open-artwork-popup {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	color: #33353D;
	height: 100px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: left;
	width: 450px;
	background-color: #FFFFFF;
	/* [disabled]top: 0px; */
	bottom: 0px;
	right: 0px;
}
/*========================END OF HEADER========================*/

/*Main slider*/

#main-slider {
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-right: 250px;
	margin-bottom: 0;
	height: calc(100vh - 120px);
	margin-left: 120px;
	border: 20px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	
}


}

@media screen and (max-width: 1410px) {
    /*Text img grid*/
    .text-img-grid .img img,
    .text-img-grid .row:nth-child(odd) .img-col img {
        max-width: 100%;
    }
    .text-img-grid .img .animate-img {
        position: relative;
    }
    .no-touchevents .text-img-grid .img .animate-img:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        transition: all .7s cubic-bezier(.775, 0, .211, 1);
    }
    .no-touchevents .text-img-grid .row:nth-child(even) .img .animate-img:after {
        left: 0;
    }
    .no-touchevents .text-img-grid .visible .img .animate-img:after {
        width: 0;
    }
    /*Prev next page*/
    .prev-next-page {
        padding: 0 24px;
    }
    .no-touchevents .prev-next-page a:hover svg {
        transform: translate3d(-32px, 0, 0);
    }
    .no-touchevents .prev-next-page a.next-page:hover svg {
        transform: translate3d(32px, 0, 0);
    }
    /*Select links*/
    .exhibitions-links li {
        width: 20%;
    }
#logo svg {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 140px;
}
/*Open artwork popup*/
#js-open-artwork-popup {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	color: #33353D;
	height: 100px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: left;
	width: 450px;
	background-color: #FFFFFF;
	/* [disabled]top: 0px; */
	bottom: 0px;
	right: 0px;
}
/*========================END OF HEADER========================*/

/*Main slider*/

#main-slider {
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-right: 200px;
	margin-bottom: 0;
	height: calc(100vh - 120px);
	margin-left: 100px;
	border: 20px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	
}



}

@media screen and (max-width: 1360px) {
    h1,
    .h1 {
        font-size: 72px;
    }
#logo svg {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 140px;
}
/*Open artwork popup*/
#js-open-artwork-popup {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	color: #33353D;
	height: 100px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: left;
	width: 400px;
	background-color: #FFFFFF;
	/* [disabled]top: 0px; */
	bottom: 0px;
	right: 0px;
}
/*========================END OF HEADER========================*/

/*Main slider*/

#main-slider {
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-right: 200px;
	margin-bottom: 0;
	height: calc(100vh - 120px);
	margin-left: 100px;
	border: 20px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	
}



}

@media screen and (max-width: 1220px) {
    /*Header*/
    #langs {
        top: 52px;
    }
    
    /*Home page sublinks*/
    #page-sub-links {

    }
/*========================END OF HEADER========================*/

/*Main slider*/

#main-slider {
	position: relative;
	z-index: 1;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
	height: calc(100vh - 40px);
	border-left: 0px solid rgba(255,255,255,1.00);
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top: 0px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	margin-top: 0px;
}
/*=========================================================================
								STRUCTURE
==========================================================================*/

#all {
	position: relative;
	z-index: 1;
	min-height: 100%;
	height: 100vh !important;
	height: 100%;
	background-repeat: repeat;
	/* [disabled]background-image: url("../i/page-lines-bg.gif"); */
	background-color: #fff;
	background-position: 50% 0;
	overflow: hidden;
	/* [disabled]border-top: 20px solid #33353D; */
	/* [disabled]border-bottom: 20px solid #33353D; */
	margin-left: 0px;
	margin-right: 0px;
}
#main-artwork .container-small .profil {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#main-artwork-en .container-small .profil {
	width: 100%;
	display: flex;
	flex-direction: column;
}
/*About artwork popup*/

#about-artwork-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: calc(100% - 0px);
	max-height: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(61, 94, 144, .1);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(-105%, 0, 0);
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
	}

#about-exhibitions-popup{
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: calc(100% - 0px);
	max-height: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(61, 94, 144, .1);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(-105%, 0, 0);
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
	}
/*================================HEADER===================================*/

#header {
	position: absolute;
	z-index: 998;
	width: 80px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	background-color: rgba(73,76,96,0.00);
	right: 0px;
	padding-right: 0px;
	bottom: 0px;
}
#header .container {
	position: absolute;
	display: flex;
	justify-content: center;
	/* [disabled]max-width: 1850px; */
	width: 80px;
	align-items: center;
	height: 100%;
	flex-direction: column;
	align-self: center;
	background-color: #FFFFFF;
	right: 0px;
	/* [disabled]padding-top: 100px; */
	/* [disabled]padding-bottom: 150px; */
	bottom: 0px;
	margin-bottom: 120px;
	padding-right: 25px;
}
/*Open artwork popup*/
#js-open-artwork-popup {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	color: #33353D;
	height: 80px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]top: 0px; */
	bottom: 0px;
	right: 0px;
	padding-bottom: 20px;
}
/*=========================END OF MAIN=========================*/

/*===========================FOOTER============================*/

#footer {
	position: absolute;
	font-size: 15px;
	line-height: 24px;
	color: #EFEFEF;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	z-index: 5;
	bottom: 0px;
	background-color: #494C60;
}
#logo svg {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 130px;
}
#about-contact-popup .container {
	padding-top: 60px;
	padding-bottom: 60px;
	/* [disabled]max-width: 888px; */
	padding-left: 15px;
	padding-right: 15px;
}






}

@media screen and (max-width: 1180px) {
    /*Select links*/
    #select-links-box {
        margin: 0 auto 100px;
    }
    .exhibitions-links li {
        width: 25%;
    }
    .exhibitions-links li:nth-child(4n) {
        padding-right: 0;
    }
    /*Publications*/
    .publications-box {
        margin: 96px 0 60px;
    }
    .publications-list {
        margin-bottom: -60px;
    }
    .publications-list .item {
        font-size: 22px;
    }
}

@media screen and (max-width: 1040px) {
    /*Publications*/
    .publications-list .item {
        font-size: 20px;
    }
}

@media screen and (min-width: 1001px) {
    #main-slider,
    #page-sub-links {
        min-height: 400px;
    }
}

@media screen and (max-width: 1000px) {
    /*Nav*/
    #nav {
	width: 900px;
	max-width: 100%;
	min-width: 0;
	padding-top: 0;
	padding-right: 0;
	/* [disabled]padding-left: 60px; */
	padding-bottom: 0;
    }
    #nav .dropdown {
        left: 348px;
    }
    #js-close-nav {
        top: 24px;
    }
    /*Main slider*/
    #main-slider {
	/* [disabled]min-height: 320px; */
		
    }
}

@media screen and (max-width: 950px) {
    h1,
    .h1 {
        font-size: 64px;
    }
    img {
        margin: 41px 0;
    }
    img.left {
	margin: 24px 20px 24px 0;
    }
    img.right {
	margin: 24px 0 24px 20px;
    }
    .scroll-tbl {
        margin: 38px 0 40px;
    }
    table {
        margin: 38px 0 40px;
    }
    .important-text:before {
        left: 0;
    }
    .video-box {
        margin: 70px 0;
    }
    /*Structure*/
    #all {
        padding-top: 200px;
    }
    /*Nav*/
    #nav {
	/* [disabled]text-align: left; */
	width: 100%;
	/* [disabled]padding: 0 16px; */
    }
    #nav>ul {
	text-align: left;
	/* [disabled]width: 306px; */
	max-width: 100%;
	/* [disabled]margin: 0 auto; */
    }
    #nav>ul>li {
	/* [disabled]line-height: 1.35em; */
    }
    #nav>ul>li span a {
        display: block;
    }
    #nav>ul>li.has-child>span>a:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        margin: 16px 0 0 20px;
        width: 18px;
        height: 8px;
        background: url("../i/has-child-arrow.svg") no-repeat 0 0/18px 8px;
    }
    #nav>ul>li.opened-dropdown>span>a:after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    #nav .dropdown {
        display: none;
        position: relative;
        left: 0;
        padding: 0 0 0 32px;
        margin: 32px 0 0 0;
    }
    #nav .dropdown:before {
        content: '';
        position: absolute;
        left: 6px;
        top: 6px;
        bottom: 6px;
        width: 1px;
        background: #33353D;
    }
    #nav .dropdown li {
        margin: 0 0 15px;
    }
    #nav .dropdown li:last-child {
        margin: 0;
    }
    #nav .social-links {
        display: none;
    }
    /*Main*/
    #main {
        margin-bottom: 100px;
    }
    /*Photo gallery*/
    .photo-gallery {
        margin-bottom: 40px;
    }
    .photo-gallery .masonry-grid {
        margin: 0 -14px;
    }
    .photo-gallery .item {
        padding: 0 14px;
        margin: 0 0 28px;
    }
    /*Publications*/
    .publications-nav {
        justify-content: flex-end;
        padding-left: 0;
        margin: 0 0 80px;
    }
    .publications-nav li {
        width: auto;
        margin-left: 10%;
    }
    .publications-masonry {
        margin: 0 -14px;
    }
    .publications-masonry .item {
        padding: 0 14px;
        margin: 0 0 28px;
    }
    .publications-list {
        margin: 0 -14px -60px;
    }
    .publications-list .item {
        padding: 0 14px;
    }
    /*Events list*/
    .events-group {
        margin: 0 0 24px;
    }
    .events-list .year {
        margin: 0 0 24px;
    }
    .events-list .item {
        width: 50%;
        margin: 0 0 32px;
    }
    /*Contacts*/
    .contacts {

    }
    /*Footer*/
    #footer .copyright {
        width: 100%;
        text-align: center;
        margin: 0 0 40px;
    }
    .footer-links {
        width: 100%;
    }
}

@media screen and (max-width: 950px) and (max-height: 500px) {
    /*Nav*/
    #nav>ul>li {
	font-size: 20px;
	/* [disabled]margin: 24px 0; */
    }
    #nav>ul>li.has-child>span>a:after {
        margin: 13px 0 0 16px;
        width: 14px;
        height: 6px;
        background: url("../i/has-child-arrow.svg") no-repeat 0 0/14px 6px;
    }
}

@media screen and (max-width: 900px) {
    /*Text img grid*/
    .text-img-grid .img-col {
        width: 63%;
    }
    .text-img-grid .row:nth-child(odd) .img-col {
	/* [disabled]padding-right: 24px; */
    }
    .text-img-grid .text-col {
        width: 37%;
    }
    .text-img-grid .row:nth-child(even) .text-col {
        padding-right: 24px;
    }
    /*Prev next page*/
    .prev-next-page {
        position: relative;
        top: 0;
        height: 38px;
        padding: 0 24px;
        margin: 0 0 32px;
        opacity: 1;
        visibility: visible;
    }
    .prev-next-page a {
        top: 0;
    }
/*Independent*/

.container, 
.container-full-width, 
.container-small {
	position: relative;
	z-index: 2;
	max-width: 2000px;
	padding: 0 24px;
	margin: 0 auto;
}

}

@media screen and (max-width: 860px) {
    img {
        max-width: 100%;
    }
    /*Main slider*/
    #main-slider-description {
        max-width: calc(100% - 80px);
    }
    #main-slider-description .sub-box {
        height: 120px;
        padding: 0 32px;
    }
    #js-open-artist-popup {

    }
    #js-open-artist-popup span {

    }
    /*Select links*/
    .exhibitions-links {
        margin: 48px 0 0;
    }
    .exhibitions-links li,
    .exhibitions-links li:nth-child(4n) {
        width: 33.33333333%;
        padding-right: 32px;
        margin-bottom: 24px;
    }
    .exhibitions-links li:nth-child(3n) {
        padding-right: 0;
    }
    /*Publications*/
    .publications-list .item {
        width: 50%;
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 820px) {
    h1,
    .h1 {
        font-size: 56px;
    }
    /*Contacts*/
    .contacts {

    }
    .contacts .col {
        padding-right: 24px;
    }
    .contacts .col:last-child {
	/* [disabled]padding-right: 0; */
	/* [disabled]width: auto; */
    }
}

@media screen and (max-width: 780px) {
    /*Independent*/
    .container,
    .container-full-width,
    .container-small,
    .page-title {
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
    }
    h2,
    .h2 {
	/* [disabled]font-size: 44px; */
    }
    h3,
    .h3 {
        font-size: 44px;
    }
    table th {
        padding: 13px 20px 14px;
    }
    table td {
        padding: 22px 20px 28px;
    }
    /*Structure*/
    #all {
        padding-top: 160px;
    }
    /*Nav*/
    #js-close-nav svg {
        width: 26px;
        height: 26px;
    }
    /*Main slider*/
    #main-slider-description {
        max-width: calc(100% - 60px);
    }
    #main-slider-description .sub-box {
        padding: 0 16px;
    }
    #js-open-artist-popup {

    }
    #js-open-artist-popup span {

    }
    /*Main*/
    #main {
        margin-bottom: 72px;
    }
    /*Page title*/
    .error-page .page-title .back-box {
        margin: 90px auto 130px;
    }
    /*Select links*/
    #select-links-box {
        margin: 0 auto 72px;
    }
    /*Main description box*/
    .main-description-box {
        margin: 0 auto 60px;
    }
    .main-description {
        padding-left: 0;
    }
    .main-description h3 {
        margin: 0 0 32px;
    }
    /*Photo-gallery*/
    .photo-gallery {
        margin-top: 60px;
    }
    /*Text img grid*/
    .text-img-grid {
        margin-top: 60px;
    }
    .text-img-grid .row:last-child {
        margin-bottom: 54px;
    }
    .text-img-grid .img-col {
        width: 57%;
    }
    .text-img-grid .text-col {
        width: 43%;
    }
    /*Events list*/
    .events-list {
        margin-top: 48px;
    }
    /*Lazy load box*/
    .lazy-load-box {
        margin-bottom: 32px;
    }
    /*Contacts*/
    .contacts {

    }
    .contacts .col {
        padding: 0 24px 0 0;
    }
    .contacts+.form-box {
        margin-bottom: 60px;
    }
    /*About artist popup*/
    #about-artist-popup .container {
	/* [disabled]padding-top: 48px; */
	/* [disabled]padding-bottom: 72px; */
    }
    #about-artist-popup .h2 {
        margin: 0 0 40px;
    }
    #about-artist-popup .arrow-link {
        margin-top: 32px;
    }
    #js-close-artist-popup {

    }
    /*Ajax page links*/
    .ajax-page-links {
        margin: 54px auto 20px;
    }
}

@media screen and (max-width: 720px) {
    /*Contacts*/
    .contacts {

    }
    .contacts .col {
        width: 100%;
        padding: 0;
    }
    .contacts .col p {
	/* [disabled]max-width: none; */
    }
}

@media screen and (max-width: 690px) {
    /*Main slider*/
    #main-slider-description .sub-box {
        height: 100px;
    }
    #main-slider-description .picture-size {
        display: none;
    }
    #main-slider-description .picture-name {
        flex: 1;
        width: auto;
    }
    #main-slider-description .slider-controls {
        width: 160px;
    }
    #js-open-artist-popup {

    }
}

@media screen and (min-width: 651px) {
    /*Text img grid*/
    .no-touchevents .text-img-grid .text-col {
        opacity: 0;
        transform: translate3d(0, 70px, 0);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .no-touchevents .text-img-grid .visible .text-col {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 650px) {
    /*Header*/
    #header .container {
	padding-right: 25px;

    }
    #langs {
        top: 18px;
    }
    /*Page title*/
    .error-page .page-title .back-box {
        display: flex;
        justify-content: flex-end;
        padding-right: 24px;
    }
    .error-page .page-title .back-box .back-link {
        margin: 0;
    }
    /*Select links*/
    .select-links-dropdown .col {
        display: none;
    }
    .select-links-dropdown .mobile-view,
    .select-links-dropdown .exhibitions-grid .col {
        display: block;
    }
    /*Main description box*/
    .main-description-box {
        margin: 0 auto 48px;
    }
    /*Photo-gallery*/
    .photo-gallery {
        margin-top: 54px;
    }
    /*Text img grid*/
    .text-img-grid {
        margin-top: 54px;
    }
    .text-img-grid .row {
        margin: 0 0 60px;
    }
    .text-img-grid .img-col {
        width: 100%;
        order: 1 !important;
        padding: 0 !important;
        margin: 0 0 32px;
    }
    .text-img-grid .text-col {
        width: 100%;
        order: 2 !important;
        padding: 0 !important;
    }
    /*Footer*/
    .footer-links {
        flex-wrap: wrap;
        width: 100%;
    }
    .footer-links .col {
        text-align: center;
        padding: 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 590px) {
    h1,
    .h1 {
        font-size: 48px;
    }
    .important-text {
        margin: 32px 0;
        padding-left: 24px;
    }
    .important-text:before {
        top: 6px;
        width: 3px;
    }
    table th {
        padding: 11px 16px;
    }
    table td {
        padding: 16px 16px;
    }
    /*Select links*/
    .exhibitions-links {
        margin: 32px 0 0;
    }
    .exhibitions-links li,
    .exhibitions-links li:nth-child(4n),
    .exhibitions-links li:nth-child(3n) {
        line-height: 26px;
        width: 50%;
        padding-right: 24px;
        margin-bottom: 16px;
    }
    .exhibitions-links li:nth-child(even) {
        padding-right: 0;
    }
    /*Photo gallery*/
    .photo-gallery {
        margin-bottom: 32px;
    }
    .photo-gallery .masonry-grid {
        margin: 0 -8px;
    }
    .photo-gallery .item {
	width: 100%;
	padding: 0 8px;
	margin: 0 0 16px;
    }
    /*Publications*/
    .publications-box {
        margin: 72px 0 40px;
    }
    .publications-nav {
        justify-content: flex-end;
        align-items: center;
        margin: 0 0 56px;
    }
    .publications-masonry {
        margin: 0 -8px;
    }
    .publications-masonry .item {
        width: 50%;
        padding: 0 8px;
        margin: 0 0 16px;
    }
    .publications-list {
        margin: 0 0 -60px;
    }
    .publications-list .item {
        width: 100%;
        max-width: 400px;
        padding: 0;
        margin: 0 auto 60px;
    }
    /*Events list*/
    .events-list .year {
        font-size: 42px;
    }
    .events-list .item {
        padding-right: 32px;
    }
    .events-list .item:nth-child(odd) {
        padding-right: 0;
    }
    /*Ajax page links*/
    .ajax-page-links {
        max-width: 200px;
    }
    .ajax-page-link .text {
        display: none;
    }
    .ajax-page-link .arrow {
        height: 32px;
    }
    .ajax-page-link svg {
        width: 62px;
        height: 16px;
    }
    /*Cookies*/
    .cookie-controls {
        margin: 60px auto 32px;
    }
    .cookie-controls .item {
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 520px) {
    h2,
    .h2 {
	/* [disabled]font-size: 38px; */
	margin: 40px 0 28px;
    }
    h3,
    .h3 {
        font-size: 34px;
        margin: 40px 0 28px;
    }
    h4,
    .h4 {
	margin: 48px 0 24px;
	font-size: 24px;
	line-height: normal;
    }
    h5,
    .h5 {
        margin: 48px 0 20px;
    }
    .important-text {
        margin: 28px 0;
    }
    /*Main slider*/
    #main-slider-description .sub-box {
        height: 60px;
    }
    #main-slider-description .picture-name {
        display: none;
    }
    #main-slider-description .slider-controls {
        width: 260px;
        margin: 0 auto;
    }
    #js-open-artist-popup {
	margin-top: 150px;

    }
    #js-open-artist-popup .h5 {
	/* [disabled]font-size: 24px; */
    }
    #js-open-artist-popup span {

    }
    #js-open-artist-popup span svg {
        margin: 3px 6px 0 0;
    }
.container .page-title span {
	position: absolute;
	display: block;
	line-height: 12px;
	color: #f4b251;
	font-size: 24px;
	font-weight: 400;
	text-transform: lowercase;
	font-family: "Bona Nova SC", serif;
	/* [disabled]margin-right: 45px; */
	padding-left: 40px;
	margin-top: 75px;
}
/*About contact popup*/

#about-contact-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(61, 94, 144, .1);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(0, 105%, 0);
	overflow: hidden;
	overflow-y: auto;
}
#logo svg {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 120px;
}
#js-open-artwork-popup .h5 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 21px;
	align-self: center;
	display: flex;
	
}




}

@media screen and (min-width: 481px) {
    /*Form styles*/
    .checkbox-item.large {
        min-height: 35px;
    }
    .checkbox-item.large input[type="checkbox"]+label {
        font-size: 26px;
        padding: 0 0 0 54px;
    }
    .checkbox-item.large input[type="checkbox"]+label:before {
        top: 2px;
        width: 33px;
        height: 33px;
    }
    .checkbox-item.large input[type="checkbox"]:checked+label:before {
        background-size: 19px auto;
    }
}

@media screen and (max-width: 480px) {
    h1,
    .h1 {
        font-size: 42px;
    }
    img {
        margin: 32px 0;
    }
    img.left,
    img.right,
    p img.left,
    p img.right {
        float: none;
        margin: 24px auto;
        max-width: 100%;
    }
    ol,
    ul {
        margin: 16px 0;
    }
    p {
	margin-top: 16px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 16px;
    }
    .important-text {
        font-size: 15px;
        padding-left: 16px;
    }
    .important-text:before {
        top: 8px;
        bottom: 8px;
        width: 2px;
    }
    .video-box {
        margin: 40px 0;
    }
    html .full-width-mobile {
        max-width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px;
    }
    /*Cookies*/
    .cookie-controls {
        margin: 48px auto 16px;
    }
    .cookie-controls .item {
        margin: 0 0 40px;
    }
    .cookie-controls .item p {
        margin: 0 0 0 38px;
    }
    /*Nav*/
    #nav>ul {
	/* [disabled]width: 280px; */
    }
    #nav>ul>li {
	font-size: 17px;
	/* [disabled]margin: 32px 0; */
    }
    #nav>ul>li.has-child>span>a:after {
        margin: 15px 0 0 16px;
        width: 14px;
        height: 6px;
        background: url("../i/has-child-arrow.svg") no-repeat 0 0/14px 6px;
    }
    #js-close-nav {
        top: 16px;
        right: 16px;
    }
    /*Page title*/
    .error-page .page-title .back-box {
        padding-right: 0;
        margin: 72px auto 100px;
    }
    /*Main*/
    #main {
        margin-bottom: 54px;
    }
    /*Main description*/
    .ajax-upload-event .main-description>*:first-child {
        margin-top: 0 !important;
    }
    .ajax-upload-event .main-description>*:last-child {
        margin-bottom: 0 !important;
    }
    /*Select links*/
    #select-links-box {
        margin: 0 auto 56px;
    }
    .select-links-dropdown {
        padding: 32px 0 0;
    }
    .select-links-dropdown .mobile-view {
        width: 100%;
    }
    /*Photo gallery*/
    .photo-gallery {
        margin-top: 40px;
    }
    /*Text img grid*/
    .text-img-grid {
        margin-top: 40px;
    }
    .text-img-grid .img-col {
        min-width: 100%;
        width: auto;
        margin: 0 -16px 24px;
    }
    .touchevents .text-img-grid .img-col {
        margin: 0 -18px 24px;
    }
    .text-img-grid .share-links-box {
        margin: 32px 0 0;
    }
    /*Publications*/
    .publications-box {
        margin: 60px 0 40px;
    }
    .publications-nav {
        margin: 0 -20px 48px;
    }
    .publications-nav li {
        margin: 0;
        padding: 0 20px;
        text-align: center;
    }
    /*Events list*/
    .events-list {
        margin-top: 48px;
    }
    .events-group {
        margin: 0 0 24px;
    }
    .events-list .year {
        font-size: 36px;
        margin: 0 0 20px;
    }
    .events-list .item {
        width: 100%;
        margin: 0 0 26px;
    }
    /*Ajax page links*/
    .ajax-page-links {
        margin: 40px auto 16px;
    }
    /*Contacts*/
    .contacts {

    }
    .contacts+.form-box {
        margin-bottom: 40px;
    }
    /*About artist popup*/
    #about-artist-popup .container {
	/* [disabled]padding-top: 54px; */
	/* [disabled]padding-bottom: 60px; */
    }
    #about-artist-popup .h2 {
        margin: 0 0 24px;
    }
    #about-artist-popup .arrow-link {
        margin-top: 16px;
    }
    #js-close-artist-popup {

    }
    #js-close-artist-popup svg {
	/* [disabled]width: 26px; */
	/* [disabled]height: 26px; */
    }
    /*Cookies*/
    .cookie-box {
        padding: 16px;
    }
    .cookie-box .max-w {
        padding: 0;
    }
    .cookie-box .ok {
        position: relative;
        top: 0;
        margin: 16px auto 0;
    }
}

@media screen and (max-width: 480px) and (max-height: 500px) {
    /*Nav*/
    #nav>ul>li {
	font-size: 17px;
	/* [disabled]margin: 24px 0; */
    }
    #nav>ul>li.has-child>span>a:after {
        margin: 13px 0 0 16px;
        width: 14px;
        height: 6px;
        background: url("../i/has-child-arrow.svg") no-repeat 0 0/14px 6px;
    }
}

@media screen and (max-width: 420px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
	/* [disabled]font-size: 34px; */
	margin: 36px 0 20px;
    }
    h3,
    .h3 {
        font-size: 30px;
        margin: 36px 0 20px;
    }
    h4,
    .h4 {
	font-size: 24px;
	margin: 44px 0 18px;
	text-transform: lowercase;
    }
.container-small .profil .h4 {
	position: relative;
}

    h5,
    .h5 {
	font-size: 20px;
	margin: 44px 0 18px
    }
    /*Form*/
    .checkbox-item input[type="checkbox"]+label {
        padding-left: 36px;
    }
    .btn {
        margin: 32px auto 0;
    }
    /*Structure*/
    #all {
        padding-top: 140px;
    }
    /*Main*/
    #main {
        margin-bottom: 48px;
    }
    /*Main description box*/
    .main-description-box h3 {
        margin: 0 auto 24px;
    }
    /*Select links*/
    .exhibitions-links {
        margin: 32px 0 0;
    }
    .exhibitions-links li {
        width: 100% !important;
        padding: 0 !important;
    }
    /*Publications*/
    .publications-nav {
        justify-content: center;
        margin: 0 -10px 48px;
    }
    .publications-nav li {
        font-size: 16px;
        padding: 0 10px;
    }
    .publications-list {
        margin-bottom: -48px;
    }
    .publications-list .item {
        font-size: 18px;
        margin: 0 auto 48px;
    }
    /*Footer*/
    #footer .copyright {
        margin: 0 0 24px;
    }
    #footer .dev {
        margin: 32px 0 0;
    }
}

@media screen and (max-width: 380px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    .error-page h1,
    .error-page .h1 {
        font-size: 42px;
    }
    /*Nav*/
    #nav>ul {
	/* [disabled]width: 260px; */
    }
    #nav>ul>li {
	font-size: 16px;
    }
    #nav>ul>li.has-child>span>a:after {
        margin: 13px 0 0 16px;
        width: 14px;
        height: 6px;
        background: url("../i/has-child-arrow.svg") no-repeat 0 0/14px 6px;
    }
    /*Events list*/
    .events-list .year {
        font-size: 32px;
    }
    /*Cookies*/
    .cookie-box .ok {
        width: 100%;
    }
}

/*Foreign plugins styles*/

/*Custom scroll*/

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

/*y-axis*/

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    z-index: 30;
    width: 4px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -10px;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    background: none;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 100px;
    /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    background: #33353D;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/*x-axis*/

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/*Transitions*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
/* auto-expanded scrollbar */

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*Swiper*/

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	/* [disabled]-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.10); */
	/* [disabled]box-shadow: 0px 0px 15px rgba(0,0,0,0.10); */
	display: flex;
	flex-direction: column;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	/* [disabled]-webkit-box-sizing: content-box; */
	box-sizing: content-box;
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-button-disabled {
    cursor: default;
}

/*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: #33353D;
    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:hover,
.lg-actions .lg-prev:hover {
    opacity: .5;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-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: #33353D;
    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 {
    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;
    font-size: 16px;
    padding: 9px 0 0 15px;
    vertical-align: middle;
}

.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: #33353D;
    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;
}

.lg-outer .lg-thumb-item.active {
    border-color: #f4b251;
}

.lg-outer .lg-thumb-item img {
    min-width: 96px;
    min-height: 76px;
    max-width: 120%;
    opacity: 1;
}

.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: #33353D;
    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";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #e6e8e9;
}

.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: 1050;
    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%;
    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: 0 5px;
}

.lg-outer:not(.lg-has-thumb) .lg-img-wrap {
    padding: 52px 5px 5px;
}

.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: 1040;
    background: rgba(0, 0, 0, .7);
    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;
}

#lg-actual-size,
#lg-share {
    display: none;
}

@media screen and (max-width: 410px) {
    .lg-toolbar .lg-icon {
        width: 40px;
    }
}

.special-field {
    display: none;
}
