@charset "UTF-8";


html,
body,
div,
span,
applet,
object,
iframe,

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;
}
#all .page-title .back-box {
	margin-bottom: 30px;
}

#all .page-title .animate-title {
	margin-top: 50px;
}

.contacts .text-col {
	display: flex;
	align-items: center;
}

.color {
	color: rgba(247,147,30,1.00);
}










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: "Barlow", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 2.357142857142857em;
	color: rgba(56,57,56,1.00);
	min-width: 320px;
	background-color: rgba(56,57,56,1.00);    /*overflow-x: hidden;*/
}

.preload-fix * {
    transition: none !important;
}

/*Common styles*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #383938;
    max-width: 852px;
}

h1,
.h1 {
	font-size: clamp(4rem, 6vw, 7rem);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 37px; */
	font-family: "Barlow Condensed", sans-serif;
	line-height: 0.90rem;
}

h2,
.h2 {
    font-size: 50px;
    line-height: 1.4em;
    margin: 56px 0 37px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
}

h3,
.h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.4em;
    margin: 55px 0 33px;
    max-width: 800px;
}

h4,
.h4 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.538461538461538em;
	margin: 63px 0 30px;
	text-transform: lowercase;
}

h5,
.h5 {
	font-size: 24px;
	/* [disabled]line-height: 1.583333333333333em; */
	margin: 56px 0 30px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
}

h6,
.h6 {
	font-size: 25px;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
}

ol,
ul {
	font-size: 14px;
	list-style: none;
	margin: 21px 0;
}

ul li,
ol li {
    position: relative;
    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: #383938;
}

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: #383938;
}

table td {
    padding: 22px 30px 28px;
    background: #DDD9D3;
}

table th:first-child,
table td:first-child {
    text-align: center;
    color: #383938;
    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: #383938;
	text-decoration: none;
	outline: none !important;
}

.no-touchevents a:not([href^=tel]):hover {
    color: #F7931E;
}

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,
.back-link {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	line-height: 18px;
	color: #383938 !important;
	text-transform: uppercase;
	font-weight: 500;
	/* [disabled]font-family: "Barlow Condensed", sans-serif; */
}

.arrow-link span,
.back-link span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 0;
}

.back-link span {
    margin: 0 16px 0 0;
}

.arrow-link span:before,
.back-link span:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -42px;
	z-index: -1;
	width: 80px;
	height: 20px;
	background-color: #22B573;
}

.back-link span:before {
    left: -10px;
}

.no-touchevents .arrow-link:hover span svg {
    transform: translate3d(22px, 0, 0);
}

.no-touchevents .back-link:hover span svg {
    transform: translate3d(-22px, 0, 0);
}

p {
	/* [disabled]max-width: 650px; */
	margin: 21px 0;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
}
#about-kontakt-popup .container p {
	display: flex;
	align-items: center;
	padding-bottom: 19px;
}

#all .page-title p {
	width: 450px;
	margin-top: 70px;
}


.important-text {
    position: relative;
    font-size: 16px;
    line-height: 2.3125em;
    color: #383938;
    max-width: 700px;
    margin: 35px 0;
    padding-left: 41px;
}

.important-text:before {
    content: '';
    position: absolute;
    left: -4px;
    width: 4px;
    top: 5px;
    bottom: 6px;
    background: #383938;
}

.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: 41px 0 41px -4px;
	max-width: 800px;
}
.logom {
	width: 150px;
	position: absolute;
}


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: 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: #383938;
    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: #F7931E;
}

.form .required .field-name:after {
    content: '*';
}

.form-control {
    position: relative;
    z-index: 2;
    display: block;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #383938;
    line-height: 42px;
    letter-spacing: 0;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 4px;
    border: 0;
    border-bottom: 1px solid #383938;
    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: #F7931E;
}

.form-control:focus,
.error-field .form-control:focus {
    border-color: #383938;
}

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: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #383938;
    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: #383938;
}

.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: #F7931E;
    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: #383938;
    margin: 42px 0 0;
}

.form-message+.form-message {
    margin-top: 24px;
}

.form-message.error {
    color: #F7931E;
}

/*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: #DDD9D3;
    border: 1px solid #383938;
}

.checkbox-item input[type="checkbox"]:checked+label:before {
    background: #DDD9D3 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: center;
}

.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: 1396px;
	padding-top: 0;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 0;
	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: auto !important;
	height: 100%;
	padding-top: 250px;
	overflow: hidden;
	background-color: rgba(221,217,211,1.00);
}

.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;
}

.orangline {
	width: 15px;
	height: 400px;
	position: fixed;
	bottom: 300px;
	left: 0px;
	background-color: #F7931E;
	z-index: 1;
}
.blackline {
	width: 15px;
	height: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #383938;
}

.down{
	width: 75%;
	height: 70px;
	background-color: rgba(34,181,115,1.00);
	position: absolute;
	bottom: 0px;
	right: 0px;
	
}


/*================================HEADER===================================*/

#header {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 80%;
	height: 70px;
	/* [disabled]background-color: rgba(247,147,30,0.85); */
}

#header:after {
    z-index: 120;
}

#header .container {
	position: absolute;
	display: flex;
	justify-content: space-between;
	/* [disabled]max-width: 1850px; */
	height: 70px;
	background-color: #383938;
	width: 70%;
	left: 0pt;
}

#header .container:after {
    display: none;
}

#logo {
	position: relative;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 185px;
}

#logo svg {
    position: absolute;
    display: block;
    top: -16px;
    left: -9px;
    line-height: 0;
}

.ie #logo svg {
    top: -15px;
}



/*Site cursor*/

#cursor {
    position: fixed;
    z-index: 100000;
    width: 20px;
    height: 20px;
    pointer-events: none;
    mix-blend-mode: difference;
    background: #DDD9D3;
    border: 1px solid #DDD9D3;
    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 {
    width: 50px;
    height: 50px;
    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;
}


.on-hover-magnetic #cursor {
    width: 100px;
    height: 100px;
  
    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 #383938;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
}

.no-touchevents #js-open-nav:hover {
    border-color: #F7931E;
}

#js-open-nav:before,
#js-open-nav:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #383938;
}

#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: #F7931E;
}

.no-touchevents #js-open-nav:hover:before {
    transform: translate3d(10px, 0, 0);
}

/*Nav*/

#nav {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	color: #DDD9D3;
	font-family: "Barlow Condensed", sans-serif;
	z-index: 90;
}

.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: 100%;
    margin: 0 -1px 0 0;
	font-family: "Barlow Condensed", sans-serif;
	
}

#nav ul {
	display: inline-block;
	vertical-align: middle;
	list-style: none !important;
	margin: 0;
	padding: 0 0 0 1px;
	font-family: "Barlow Condensed", sans-serif;
	width: 100%;
	color: #DDD9D3;
}

#nav li {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	/* [disabled]padding: 0; */
	background: none;
	color: #DDD9D3;
}

#nav>ul {
	/* [disabled]width: 800px; */
	font-family: "Barlow Condensed", sans-serif;
	color: #DDD9D3;
}

#nav>ul>li {
	position: inherit;
	font-size: clamp(2.2rem, 4vw, 6rem);
	margin-top: 53px;
	margin-bottom: 53px;
	list-style: none;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
}

#nav>ul>li>span {
	position: relative;
	display: block;
}

#nav>ul>li>span>a {
	position: relative;
	z-index: 1;
	color: #DDD9D3;
}

#nav>ul>li.active>span>a {
	color: rgba(221,217,211,1.00);
}

.no-touchevents #nav>ul>li>span>a:hover {
	color: #22B573;
}

#nav .dropdown li {
    line-height: 1.7em;
    margin: 15px 0;
}

#nav .dropdown a,
.no-touchevents #nav .dropdown li.active a:hover {
    color: rgba(35, 39, 60, .6);
}

.no-touchevents #nav .dropdown a:hover,
#nav .dropdown li.active a {
	color: #DDD9D3;
}

#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: #F7931E;
}

/*========================END OF HEADER========================*/

/*Main slider*/

#main-slider {
	position: relative;
	z-index: 1;
	margin-top: 0px;
	margin-left: 40%;
	margin-bottom: 0;
	height: calc(100vh - 0px);
	background-color: #383938;
	border-left: thin solid #383938;
	/* [disabled]border-right-color: #383938; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-width: thin; */
}

#main-slider .swiper-container {
	position: relative;
	height: 100%;
	/* [disabled]margin-right: 50px; */
}

#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: 11;
	width: 100%;
	max-width: calc(100% - 0px);
	font-family: 'Playfair Display', serif;
	background-color: rgba(247,147,30,0.80);
	height: 70px;
	top: 0px;
	left: 0px;
	
}

#main-slider-description .sub-box {
		position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	padding: 0 60px;
	background-color: #22B573;
	bottom: 0px;
	width: 70%;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main-slider-description .picture-size {
	font-size: 20px;
	line-height: 15px;
	/* [disabled]color: rgba(255, 255, 255, .6); */
	width: 90px;
	padding-top: 4px;
	text-align: right;
	font-weight: 400;
}

#main-slider-description .picture-name {
	font-size: 25px;
	line-height: 24px;
	/* [disabled]color: #DDD9D3; */
	text-align: center;
	width: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	font-weight: 600;
	/* [disabled]right: 0px; */
	/* [disabled]position: absolute; */
}

#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: #DDD9D3;
    -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: #F7931E;
}

/* Menu popup*/
#js-open-menu-popup {
	position: absolute;
	z-index: 6;
	font-size: 15px;
	color: #383938;
	height: 140px;
	width: 70px;
	background-color: rgba(34,181,115,0.85);
	cursor: pointer;
	display: flex;
	align-items: center;
	text-transform: lowercase;
	justify-content: flex-end;
	bottom: 50px;
	right: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
	border-top: thin solid rgba(56,57,56,1.00);
	padding-right: 10px;
}



#js-open-menu-popup .h5 {
	margin: 0;
	font-weight: 600;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: flex;
	justify-content: flex-start;
}

#js-open-menu-popup span {
	position: absolute;
	display: flex;
	line-height: 20px;
	/* [disabled]-webkit-transform: rotate(-90deg); */
	/* [disabled]transform: rotate(-90deg); */
	width: 90px;
	height: 30px;
	z-index: -1;
	justify-content: flex-start;
	font-weight: 300;
	align-items: center;
	margin-left: -30px;
}

.no-touchevents #js-open-menu-popup:hover span {
    color:  #F7931E;
}

#js-open-menu-popup span svg {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 40px;
	margin-top: 3px;
	margin-right: -370px;
}

.no-touchevents #js-open-menu-popup:hover span svg * {
    fill: #F7931E;
}

/*About menu popup*/

#about-menu-popup {
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 20%;
	max-width: 100%;
	/* [disabled]box-shadow: -3px 0 20px rgba(56,57,56,0.25); */
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(0, 105%, 0);
	overflow: hidden;
	overflow-y: auto;
	right: 0px;
	background-color: rgba(221,217,211,0.85);
	/* [disabled]margin-top: 80px; */
	/* [disabled]-webkit-box-shadow: -3px 0 20px rgba(56,57,56,0.25); */
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
	border-left: thin solid rgba(56,57,56,1.00);
	border-top: thin solid rgba(56,57,56,1.00);
	-webkit-backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding-left: 20px;
}

.opened-menu-popup #about-menu-popup {
    transform: translate3d(0, 0, 0);
}

#about-menu-popup .container {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	
}

#about-menu-popup .h2 {
	margin: 0 0 64px;
	color: rgba(56,57,56,1.00);
	font-size: 40px;
}



#about-menu-popup .arrow-link {
    margin-top: 50px;
}

#js-close-menu-popup {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 50px;
	top: 50px;
	line-height: 0;
	color: #383938;
}

.no-touchevents #js-close-menu-popup:hover svg * {
    fill: #F7931E;
}

/* Artist popup*/

#js-open-artist-popup {
	position: absolute;
	z-index: 5;
	font-size: 20px;
	color: #DDD9D3;
	height: 70px;
	width: 60%;
	padding-top: 20px;
	padding-right: 31px;
	padding-left: 50px;
	padding-bottom: 0;
	background-color: rgba(56,57,56,1.00);
	cursor: pointer;
	border-top: thin solid rgba(56,57,56,1.00);
	border-right: thin solid rgba(56,57,56,1.00);
	text-align: left;
	display: flex;
	text-transform: lowercase;
	right: 0px;
	bottom: 0px;
}

#js-open-artist-popup .h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(221,217,211,1.00);
	font-size: 30px;
}



#js-open-artist-popup span {
	position: absolute;
	display: flex;
	line-height: 25px;
	/* [disabled]-webkit-transform: rotate(90deg); */
	/* [disabled]transform: rotate(90deg); */
	width: 75px;
	height: 20px;
	background-color: #F7931E;
	z-index: -1;
	justify-content: flex-start;
	font-weight: 600;
	top: 7px;
	left: -30px;
	align-items: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.no-touchevents #js-open-artist-popup:hover span {
    color:  #F7931E;
}

#js-open-artist-popup span svg {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 40px;
	margin-top: 3px;
	margin-right: -370px;
}

.no-touchevents #js-open-artist-popup:hover span svg * {
    fill: #F7931E;
}

/*About artist popup*/

#about-artist-popup {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 60%;
	max-width: 100%;
	box-shadow: -5px 0 20px rgba(0,0,0,0.30);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(0, 105%, 0);
	overflow: hidden;
	overflow-y: auto;
	right: 0px;
	background-color: #383938;
	height: 100%;
	/* [disabled]margin-top: 50px; */
	-webkit-box-shadow: -5px 0 20px rgba(0,0,0,0.30);
	color: #DDD9D3;
}

.opened-artist-popup #about-artist-popup {
    transform: translate3d(0, 0, 0);
}

#about-artist-popup .container {
	padding-top: 120px;
	padding-bottom: 20px;
	
}

#about-artist-popup .h2 {
    margin: 0 0 64px;
}

#about-artist-popup .arrow-link {
    margin-top: 50px;
}

#js-close-artist-popup {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 50px;
	top: 80px;
	line-height: 0;
	color: #383938;
}

.no-touchevents #js-close-artist-popup:hover svg * {
    fill: #22B573;
}

/* kontakt popup*/

#js-open-kontakt-popup {
	position: absolute;
	z-index: 5;
	color: #383938;
	height: 70px;
	width: 40%;
	padding-top: 20px;
	padding-right: 31px;
	padding-left: 50px;
	padding-bottom: 0;
	background-color: rgba(34,181,115,0.85);
	cursor: pointer;
	border-top: thin solid rgba(56,57,56,1.00);
	border-right: thin solid rgba(56,57,56,1.00);
	text-align: right;
	display: flex;
	text-transform: lowercase;
	align-items: center;
	bottom: 70px;
	right: 0px;
}

#js-open-kontakt-popup .h5 {
	margin: 0;
	color: rgba(56,57,56,1.00);
}



#js-open-kontakt-popup span {
	position: absolute;
	display: flex;
	line-height: 20px;
	/* [disabled]-webkit-transform: rotate(90deg); */
	/* [disabled]transform: rotate(90deg); */
	width: 80px;
	height: 20px;
	background-color: #F7931E;
	z-index: -1;
	justify-content: flex-start;
	font-weight: 300;
	top: 7px;
	left: -30px;
	align-items: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.no-touchevents #js-open-kontakt-popup:hover span {
    color:  #F7931E;
}

#js-open-kontakt-popup span svg {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 40px;
	margin-top: 3px;
	margin-right: -370px;
}

.no-touchevents #js-open-kontakt-popup:hover span svg * {
    fill: #F7931E;
}




/*About kontakt popup*/

#about-kontakt-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 40%;
	margin-top: 70px;
	max-width: 100%;
	background: #DDD9D3;
	/* [disabled]box-shadow: 5px 5px 20px rgba(0,0,0,0.30); */
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(0, 105%, 0);
	overflow: hidden;
	overflow-y: auto;
	height: calc(100vh - 70px);
	/* [disabled]-webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.30); */
}

.opened-kontakt-popup #about-kontakt-popup {
    transform: translate3d(0, 0, 0);
}

#about-kontakt-popup .container {
	padding-top: 80px;
	padding-bottom: 121px;
	max-width: 888px;
}

#about-kontakt-popup .h2 {
    margin: 0 0 64px;
}

#about-kontakt-popup .arrow-link {
    margin-top: 50px;
}

#js-close-kontakt-popup {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 50px;
	top: 80px;
	line-height: 0;
}

.no-touchevents #js-close-kontakt-popup:hover svg * {
    fill: #22B573;
}


/* mismo popup*/

#js-open-mismo-popup {
	position: absolute;
	z-index: 2;
	font-size: 15px;
	color: #383938;
	height: 70px;
	width: 60%;
	padding-top: 20px;
	padding-right: 31px;
	padding-left: 50px;
	padding-bottom: 0;
	cursor: pointer;
	border-top: thin solid rgba(56,57,56,1.00);
	border-right: thin solid rgba(56,57,56,1.00);
	text-align: left;
	display: flex;
	text-transform: lowercase;
	/* [disabled]margin-right: 50px; */
	border-left-color: #383938;
	border-left-style: solid;
	/* [disabled]border-left-width: thin; */
	left: 0px;
	bottom: 70px;
	background-color: rgba(221,217,211,0.85);
}

#js-open-mismo-popup .h5 {
    margin: 0;
}



#js-open-mismo-popup span {
	position: absolute;
	display: flex;
	line-height: 20px;
	/* [disabled]-webkit-transform: rotate(90deg); */
	/* [disabled]transform: rotate(90deg); */
	width: 80px;
	height: 20px;
	background-color: #22B573;
	z-index: -1;
	justify-content: flex-start;
	font-weight: 300;
	top: 7px;
	left: -30px;
	align-items: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.no-touchevents #js-open-mismo-popup:hover span {
    color:  #F7931E;
}

#js-open-mismo-popup span svg {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 40px;
	margin-top: 3px;
	margin-right: -370px;
}

.no-touchevents #js-open-mismo-popup:hover span svg * {
    fill: #F7931E;
}




/*About mismo popup*/

#about-mismo-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 40%;
	max-width: 100%;
	background: #DDD9D3;
	/* [disabled]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;
	height: calc(100vh - 70px);
	margin-top: 70px;
	/* [disabled]-webkit-box-shadow: 5px 5px 20px rgba(61, 94, 144, .1); */
}

.opened-mismo-popup #about-mismo-popup {
    transform: translate3d(0, 0, 0);
}

#about-mismo-popup .container {
	padding-top: 80px;
	padding-bottom: 121px;
	max-width: 888px;
}

#about-mismo-popup .h2 {
    margin: 0 0 64px;
}

#about-mismo-popup .arrow-link {
    margin-top: 50px;
}

#js-close-mismo-popup {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 50px;
	top: 80px;
	line-height: 0;
}

.no-touchevents #js-close-mismo-popup:hover svg * {
    fill: #22B573;
}

/* usluge popup*/

#js-open-usluge-popup {
	position: absolute;
	z-index: 5;
	font-size: 15px;
	color: #383938;
	height: 70px;
	width: 40%;
	padding-top: 20px;
	padding-right: 31px;
	padding-left: 50px;
	padding-bottom: 0;
	background-color: rgba(247,147,30,0.85);
	cursor: pointer;
	border-top: thin solid rgba(56,57,56,1.00);
	border-right: thin solid rgba(56,57,56,1.00);
	text-align: left;
	display: flex;
	text-transform: lowercase;
	border-left-color: #383938;
	border-left-style: solid;
	/* [disabled]border-left-width: thin; */
	left: 0px;
	bottom: 0px;
}

#js-open-usluge-popup .h5 {
    margin: 0;
}



#js-open-usluge-popup span {
	position: absolute;
	display: flex;
	line-height: 20px;
	/* [disabled]-webkit-transform: rotate(90deg); */
	/* [disabled]transform: rotate(90deg); */
	width: 80px;
	height: 20px;
	background-color: #22B573;
	z-index: -1;
	justify-content: flex-start;
	font-weight: 300;
	top: 7px;
	left: -30px;
	align-items: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.no-touchevents #js-open-usluge-popup:hover span {
    color:  #F7931E;
}

#js-open-usluge-popup span svg {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 40px;
	margin-top: 3px;
	margin-right: -370px;
}

.no-touchevents #js-open-usluge-popup:hover span svg * {
    fill: #F7931E;
}





/*About usluge popup*/

#about-usluge-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	margin-top: 70px;
	width: 40%;
	max-width: 100%;
	background: #DDD9D3;
	/* [disabled]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;
	height: calc(100vh - 70px);
	/* [disabled]-webkit-box-shadow: 5px 5px 20px rgba(61, 94, 144, .1); */
}

.opened-usluge-popup #about-usluge-popup {
    transform: translate3d(0, 0, 0);
}

#about-usluge-popup .container {
	padding-top: 80px;
	/* [disabled]padding-bottom: 121px; */
	max-width: 1000px;
}

#about-usluge-popup .h2 {
    margin: 0 0 64px;
}


#about-usluge-popup .arrow-link {
    margin-top: 50px;
}

#js-close-usluge-popup {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 50px;
	top: 80px;
	line-height: 0;
}

.no-touchevents #js-close-usluge-popup:hover svg * {
    fill: #22B573;
}


/*Home page sublinks*/

#page-sub-links {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* [disabled]height: 100%; */
	width: 150px;
	border-left: thin solid #383938;
	background-color: rgba(221,217,211,0.85);
}

#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: 12px;
    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-top: 0;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 0;
	position: absolute;
	top: 0px;
	margin-top: 180px;
	z-index: 15;
}

.page-title h1 .animate-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	line-height: normal;
	
}

.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: #383938;
    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;
	font-size: 22px;
	font-family: 'Playfair Display', serif;
	text-transform: lowercase;
	margin-bottom: 20px;
}

.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: #383938;
    padding: 0 0 9px 3px;
    width: 451px;
    max-width: 100%;
    border-bottom: 1px solid #383938;
    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: #383938;
}

.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-end;
    max-width: 1350px;
    margin: 0 auto 75px;
}

.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%;
}

.text-img-grid .row:nth-child(odd) .img-col {
    padding-right: 40px;
}

.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 {
    border-color: #383938;
}

.text-img-grid .text-col {
    width: 33.33333333%;
    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: #F7931E;
}

.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: #383938 !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: center;
}

.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 {
    border-color: #383938;
}

/*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: #383938;
    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: block;
	margin: 115px 0 155px;
}

.contacts .col {
	font-size: 16px;
	line-height: 1.8em;
	/* [disabled]width: 33.33333333%; */
	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: #383938 !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 {
    border-color: #383938;
}

.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: #383938;
}

.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 {
    border-color: #383938;
}

.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: #F7931E;
}

/*=========================END OF MAIN=========================*/

/*===========================FOOTER============================*/

#footer {
	position: relative;
	z-index: 2;
	font-size: 18px;
	line-height: 24px;
	color: rgba(255, 255, 255, .6);
	overflow: hidden;
	background: #383938;
	bottom: 0px;
	height: 35px;
}

#footer .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 67px;
}

#footer p {
    margin: 0 0 31px;
    max-width: none;
}

#footer .sub-text {
    font-family: 'Playfair Display', serif;
    color: #DDD9D3;
}

#footer #copy {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .3);
    margin-top: 34px;
}

#footer a {
    color: rgba(255, 255, 255, .6);
}

.no-touchevents #footer a:hover {
    color: #F7931E;
}

#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: 35px;
	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: #DDD9D3 !important;
}

#iquad svg {
    position: relative;
    z-index: 2;
    display: block;
    margin: 6px auto 0;
}

.no-touchevents #iquad:hover svg * {
    fill: #DDD9D3;
}

#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: #DDD9D3;
    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: #DDD9D3;
    text-decoration: underline;
}

.no-touchevents .cookie-box a:hover {
    color: #DDD9D3;
    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: #DDD9D3;
    text-decoration: none;
    width: 130px;
    height: 30px;
    padding: 7px 0 0;
    border: 2px solid #DDD9D3;
    cursor: pointer;
}

.no-touchevents .cookie-box .ok:hover {
    color: #383938;
    background: #DDD9D3;
}

.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: #383938;
}

/*=========================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 {
        margin: 40px 0;
    }
}

@media screen and (max-height: 570px) {
    /*Nav*/
    #nav>ul>li {
        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);
    }
}

@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: #DDD9D3;
        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%;
    }
}



@media screen and (max-width: 1220px) {
    /*Header*/
    #langs {
        top: 52px;
    }
    /*Main slider*/
    #main-slider {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
    }
    /*Home page sublinks*/
    #page-sub-links {
	/* [disabled]display: none; */
    }
	
	#header{
		width: 100%;
	}
	#header .container {
		width: 90%;
	}
	
/*About usluge popup*/

#about-usluge-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	margin-top: 70px;
	width: 100%;
	max-width: 100%;
	background: #DDD9D3;
	/* [disabled]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;
	height: calc(100vh - 70px);
	/* [disabled]-webkit-box-shadow: 5px 5px 20px rgba(61, 94, 144, .1); */
}
/*About mismo popup*/

#about-mismo-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	background: #DDD9D3;
	/* [disabled]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;
	height: calc(100vh - 70px);
	margin-top: 70px;
	/* [disabled]-webkit-box-shadow: 5px 5px 20px rgba(61, 94, 144, .1); */
}
/*About kontakt popup*/

#about-kontakt-popup {
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 70px;
	max-width: 100%;
	background: #DDD9D3;
	/* [disabled]box-shadow: 5px 5px 20px rgba(0,0,0,0.30); */
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(0, 105%, 0);
	overflow: hidden;
	overflow-y: auto;
	height: calc(100vh - 70px);
	/* [disabled]-webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.30); */
}
/*About artist popup*/

#about-artist-popup {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	box-shadow: -5px 0 20px rgba(0,0,0,0.30);
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(0, 105%, 0);
	overflow: hidden;
	overflow-y: auto;
	right: 0px;
	background-color: #383938;
	height: 100%;
	/* [disabled]margin-top: 50px; */
	-webkit-box-shadow: -5px 0 20px rgba(0,0,0,0.30);
	color: #DDD9D3;
}
/*About menu popup*/

#about-menu-popup {
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	/* [disabled]box-shadow: -3px 0 20px rgba(56,57,56,0.25); */
	transition: transform .7s cubic-bezier(.775, 0, .211, 1);
	transform: translate3d(0, 105%, 0);
	overflow: hidden;
	overflow-y: auto;
	right: 0px;
	background-color: rgba(221,217,211,0.80);
	/* [disabled]margin-top: 80px; */
	/* [disabled]-webkit-box-shadow: -3px 0 20px rgba(56,57,56,0.25); */
	height: auto;
	padding-top: 150px;
	padding-bottom: 80px;
	margin-top: 0px;
	border-left: thin solid rgba(56,57,56,1.00);
	border-top: thin solid rgba(56,57,56,1.00);
	-webkit-backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding-left: 65px;
}





}

@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: 0 0 0 60px;
    }
    #nav .dropdown {
        left: 348px;
    }
    #js-close-nav {
        top: 24px;
    }
    /*Main slider*/
    #main-slider {
        min-height: 320px;
    }
}

@media screen and (max-width: 950px) {
    
    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: center; */
	width: 100%;
	padding: 0 16px;
    }
    #nav>ul {
	text-align: left;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
    }
    #nav>ul>li {
	line-height: 1.2em;
    }
    #nav>ul>li span a {
	display: block;
	color: #DDD9D3;
    }
    #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: #383938;
    }
    #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 {
        margin: 100px 0 120px;
    }
    /*Footer*/
    #footer .copyright {
        width: 100%;
        text-align: center;
        margin: 0 0 40px;
    }
    .footer-links {
        width: 100%;
    }
h6, 
.h6 {
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
}
#all .page-title p {
	width: 450px;
	margin-top: 70px;
	display: none;
}


}

@media screen and (max-width: 950px) and (max-height: 500px) {
    /*Nav*/
    #nav>ul>li {
	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;
    }
h6, 
.h6 {
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
}

}

@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 {
        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;
    }
}

@media screen and (max-width: 860px) {
    img {
        max-width: 100%;
    }
    /*Main slider*/
    #main-slider-description {
	/* [disabled]max-width: calc(100% - 80px); */
    }
    #main-slider-description .sub-box {
	height: 70px;
	padding: 0 32px;
    }
   
    #js-open-artist-popup span {
	/* [disabled]right: -10px; */
    }
    /*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) {
   
    /*Contacts*/
    .contacts {
        justify-content: space-between;
    }
    .contacts .col {
        padding-right: 24px;
    }
    .contacts .col:last-child {
        padding-right: 0;
        width: auto;
    }
}

@media screen and (max-width: 780px) {
    /*Independent*/
    .container,
    .container-full-width,
    .container-small,
    .page-title {
        padding: 0 16px;
    }
    h2,
    .h2 {
        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 {
	/* [disabled]max-width: calc(100% - 60px); */
	color: rgba(56,57,56,1.00);
    }
    #main-slider-description .sub-box {
        padding: 0 16px;
    }
   
    #js-open-artist-popup span {
	/* [disabled]right: -20px; */
    }
    /*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 {
        margin: 72px 0;
    }
    .contacts .col {
        padding: 0 24px 0 0;
    }
    .contacts+.form-box {
        margin-bottom: 60px;
    }
    /*About artist popup*/
    #about-artist-popup .container {
        padding-top: 48px;
        padding-bottom: 72px;
    }
    #about-artist-popup .h2 {
        margin: 0 0 40px;
    }
    #about-artist-popup .arrow-link {
        margin-top: 32px;
    }
    #js-close-artist-popup {
        right: 24px;
        top: 24px;
    }
    /*Ajax page links*/
    .ajax-page-links {
        margin: 54px auto 20px;
    }
}

@media screen and (max-width: 720px) {
    /*Contacts*/
    .contacts {
        display: block;
        max-width: 448px;
        margin: 72px auto;
    }
    .contacts .col {
        width: 100%;
        padding: 0;
    }
    .contacts .col p {
        max-width: none;
    }
}

@media screen and (max-width: 690px) {
    /*Main slider*/
    #main-slider-description .sub-box {
	height: 70px;
    }
    #main-slider-description .picture-size {
	display: none;
    }
    #main-slider-description .picture-name {
        flex: 1;
        width: auto;
    }
    #main-slider-description .slider-controls {
        width: 160px;
    }
   
}

@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 {
	/* [disabled]padding-top: 10px; */
    }
    #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;
    }
h6, 
.h6 {
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 20px;
}

}

@media screen and (max-width: 590px) {
  
    .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: 50%;
        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 {
        font-size: 38px;
        margin: 40px 0 28px;
    }
    h3,
    .h3 {
        font-size: 34px;
        margin: 40px 0 28px;
    }
    h4,
    .h4 {
        margin: 48px 0 24px;
    }
    h5,
    .h5 {
        margin: 48px 0 20px;
    }
    .important-text {
        margin: 28px 0;
    }
    /*Main slider*/
    #main-slider-description .sub-box {
	height: 70px;
	/* [disabled]width: 55%; */
    }
    #main-slider-description .picture-name {
	display: none;
    }
    #main-slider-description .slider-controls {
        width: 260px;
        margin: 0 auto;
    }
 
    #js-open-artist-popup .h5 {
        font-size: 24px;
    }
    #js-open-artist-popup span {
	/* [disabled]top: 56px; */
	/* [disabled]right: -14px; */
    }
    #js-open-artist-popup span svg {

    }
}

@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) {
   
    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: 16px 0;
    }
    .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 {
	width: 100%;
    }
    #nav>ul>li {
	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 {
        margin: 48px auto;
    }
    .contacts+.form-box {
        margin-bottom: 40px;
    }
    /*About artist popup*/
    #about-artist-popup .container {
        padding-top: 54px;
        padding-bottom: 60px;
    }
    #about-artist-popup .h2 {
        margin: 0 0 24px;
    }
    #about-artist-popup .arrow-link {
        margin-top: 16px;
    }
    #js-close-artist-popup {
        right: 16px;
        top: 16px;
    }
    #js-close-artist-popup svg {
        width: 26px;
        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 {
	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) {
   
    h2,
    .h2 {
        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
    }
    h5,
    .h5 {
        font-size: 22px;
        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) {
   


    .error-page h1,
    .error-page .h1 {
        font-size: 42px;
    }
    /*Nav*/
    #nav>ul {
	width: 100%;
    }
    #nav>ul>li {

    }
    #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: #383938;
    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;
}

.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;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	opacity: 1;
}

.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: #383938;
    border-radius: 2px;
    color: #DDD9D3;
    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: #383938;
    min-width: 320px;
}

.lg-toolbar .lg-icon {
    color: #DDD9D3;
    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: #DDD9D3;
    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: #383938;
    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 #DDD9D3;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
}

.lg-outer .lg-thumb-item.active {
    border-color: #F7931E;
}

.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: #383938;
    border-radius: 2px 2px 0 0;
    color: #DDD9D3;
    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: #DDD9D3;
    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: #DDD9D3;
    color: #DDD9D3;
    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;
}
