﻿@charset 'UTF-8';

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, footer, header, nav, section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption, figure, main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

/* =========== cookie =============== */
.cookie_modal {
	width: 90%;
	height: 250px;
	padding: 50px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 20px 3px #000000d1;
	font-family: inherit;
	
	color: #fff;

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;

	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;

	background-color: #682020;
}
.cookie_remove {
	display: none;
}
.cookie_modal p {
    font-size: 25px;
	margin-bottom: 30px;
}
.cookie_btns {
	width: 100%;

	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.cookie_btns button {
	width: 200px;
	height: 35px;
	margin: 5px 20px;
	border: none;
	outline: none;
	background-color: #fff;
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
}
.cookie_btns button:hover {
	background-color: #dddddd;
}
@media screen and (max-width: 800px) {
    .cookie_modal {
        height: 300px;
    }
}
@media screen and (max-width: 355px) {
    .cookie_modal {
        height: 380px;
    }
    .cookie_btns {
    	flex-flow: row wrap;
    }
}
@media screen and (max-width: 320px) {
    .cookie_modal {
        padding: 30px;
    }
}
/* =========== cookie =============== */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0 6px
}

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px 0;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: -webkit-calc(100% - 44px);
	height: calc(100% - 44px);
	margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	vertical-align: top
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: 0;
	padding: 10px;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
	color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	-webkit-transition: opacity .25s, visibility 0s, color .25s;
	transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
	content: '';
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	-webkit-transition: stroke .1s;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: 0
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
	background: 0 0;
	color: #fff
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px 25px 44px;
	right: 0
}

.fancybox-caption::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption::after {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	content: '';
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: 0 0;
	border: 6px solid rgba(100, 100, 100, .5);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 33px;
	font-weight: 700;
	margin: 0 0 20px 0
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: -webkit-calc(100% - 8px);
	max-height: calc(100% - 8px);
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1
}

.icon-s-baletro, .indexItem .contentItem .gen.balet.en, .indexItem .contentItem .gen.balet.ro, .indexItem .contentItem .gen.balet.ru {
	background-image: url(../img/sprite.png);
	background-position: -134px 0;
	width: 41px;
	height: 115px
}

.icon-s-logoFooter, footer .container .colFirst .logoFooter {
	background-image: url(../img/sprite.png);
	background-position: -55px 0;
	width: 74px;
	height: 86px
}

.icon-s-operaro, .indexItem .contentItem .gen.opera.en, .indexItem .contentItem .gen.opera.ro, .indexItem .contentItem .gen.opera.ru {
	background-image: url(../img/sprite.png);
	background-position: 0 0;
	width: 50px;
	height: 136px
}

@font-face {
	font-family: FlorentiaLight;
	src: url(../fonts/Florentia-Light.woff2) format("woff2"), url(../fonts/Florentia-Light.woff) format("woff"), url(../fonts/Florentia-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: FlorentiaRegular;
	src: url(../fonts/Florentia-Regular.woff2) format("woff2"), url(../fonts/Florentia-Regular.woff) format("woff"), url(../fonts/Florentia-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: FlorentiaBold;
	src: url(../fonts/Florentia-Bold.woff2) format("woff2"), url(../fonts/Florentia-Bold.woff) format("woff"), url(../fonts/Florentia-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

*, body, html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: FlorentiaLight;
	font-size: 17px
}

body, html {
	height: 100%
}

:focus {
	outline: 0
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.hidden {
	display: none !important
}

.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	position: relative
}

a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

p {
	line-height: 1.5;
	margin: 0
}

img {
	max-width: 100%;
	vertical-align: middle
}

.image {
	position: relative;
	overflow: hidden
}

.image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 5000px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.footerBottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.wrapper .content {
	min-height: 500px;
	background: url(../img/bgLeft.png) left 0 top 0 no-repeat;
	position: relative
}

.wrapper .content .maria {
	position: fixed;
	right: 0
}

.footer {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.leftText {
	position: absolute;
	right: -webkit-calc(100% + 140px);
	right: calc(100% + 140px)
}

.leftText.balet {
	height: 410px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50px
}

.leftText.balet.ro {
	background-image: url(../img/baletRedro.png)
}

.leftText.balet.ru {
	background-image: url(../img/baletRedro.png)
}

.leftText.balet.en {
	background-image: url(../img/baletRedro.png)
}

.leftText.opera {
	height: 490px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50px
}

.leftText.opera.ro {
	background-image: url(../img/operaRedro.png)
}

.leftText.opera.ru {
	background-image: url(../img/operaRedro.png)
}

.leftText.opera.en {
	background-image: url(../img/operaRedro.png)
}

.leftText.concert {
	height: 470px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50px
}

.leftText.concert.ro {
	background-image: url(../img/concertRedro.png)
}

.leftText.concert.ru {
	background-image: url(../img/concertRedro.png)
}

.leftText.concert.en {
	background-image: url(../img/concertRedro.png)
}

.leftText.gala {
	height: 470px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50px
}

.leftText.gala.ro {
	background-image: url(../img/galaRedro.png)
}

.leftText.gala.ru {
	background-image: url(../img/galaRedro.png)
}

.leftText.gala.en {
	background-image: url(../img/galaRedro.png)
}

.leftText.trupaBalet {
	height: 460px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: -50px
}

.leftText.trupaBalet.ro {
	background-image: url(../img/trupaBaletro.png)
}

.leftText.trupaBalet.ru {
	background-image: url(../img/trupaBaletro.png)
}

.leftText.trupaBalet.en {
	background-image: url(../img/trupaBaletro.png)
}

.leftText.trupaOpera {
	height: 460px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: -50px
}

.leftText.trupaOpera.ro {
	background-image: url(../img/trupaOperaro.png)
}

.leftText.trupaOpera.ru {
	background-image: url(../img/trupaOperaro.png)
}

.leftText.trupaOpera.en {
	background-image: url(../img/trupaOperaro.png)
}

.title, h1 {
	font-size: 21px;
	color: #682020;
	font-family: FlorentiaRegular;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0
}

.alicgCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.titleWithLine {
	font-size: 30px;
	color: #682020;
	position: relative;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.titleWithLine:after {
	content: '';
	width: 70%;
	height: 1px;
	background: #682020;
	position: absolute;
	top: 100%;
	left: -webkit-calc(50% - 35%);
	left: calc(50% - 35%)
}

.logo {
	display: block;
	margin: 10px auto;
	text-align: center
}

header {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#f7f1f8), color-stop(#f3e2ed), color-stop(#f3d3dc), to(#f1c4c6));
	background-image: -webkit-linear-gradient(bottom, #fff, #f7f1f8, #f3e2ed, #f3d3dc, #f1c4c6);
	background-image: linear-gradient(to top, #fff, #f7f1f8, #f3e2ed, #f3d3dc, #f1c4c6);
	border-top: 2px solid #682020;
	margin-bottom: 40px
}

header .container .menuMob {
	display: none
}

header .container .menuMob .text {
	font-size: 23px;
	color: #682020;
	margin-left: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

header .container .headerContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

header .container .headerContent .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

header .container .headerContent .menu>li {
	margin-right: 30px;
	padding: 15px 0 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative
}

header .container .headerContent .menu>li>a {
	font-size: 23px;
	color: #682020;
	text-transform: uppercase
}

header .container .headerContent .menu>li .arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	width: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

header .container .headerContent .menu>li .arrow svg {
	width: 10px;
	height: 10px;
	fill: #682020;
	-webkit-transition: .3s;
	transition: .3s
}

header .container .headerContent .menu>li .subMenu {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	background: #fff;
	z-index: 15;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	min-width: 100%;
	visibility: hidden
}

header .container .headerContent .menu>li .subMenu li {
	padding: 0 5px;
	-webkit-transition: .3s;
	transition: .3s
}

header .container .headerContent .menu>li .subMenu li a {
	font-size: 17px;
	color: #682020;
	white-space: nowrap
}

header .container .headerContent .menu>li .subMenu li a:hover {
	color: #aeaeae;
	text-decoration: underline
}

header .container .headerContent .lang {
	position: relative;
	padding: 15px 0 10px 0
}

header .container .headerContent .lang span {
	font-size: 23px;
	color: #682020
}

header .container .headerContent .lang svg {
	width: 15px;
	height: 15px;
	fill: #682020;
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

header .container .headerContent .lang ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 5
}

header .container .headerContent .lang ul li {
	padding: 0;
	-webkit-transition: .3s;
	transition: .3s
}

header .container .headerContent .lang ul li a {
	font-size: 23px;
	color: #682020
}

header .container .headerContent .lang ul li a:hover {
	color: #aeaeae
}

.menu-trigger {
	width: 40px;
	height: 25px;
	position: relative;
	cursor: pointer;
	display: none;
	vertical-align: top
}

.menu-trigger .line {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #682020
}

.menu-trigger.first .line {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #682020;
	-webkit-transition: .3s;
	transition: .3s
}

.menu-trigger.first .line.line-1 {
	-webkit-transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s, -webkit-transform .3s 0s
}

.menu-trigger.first .line.line-2 {
	top: 50%;
	margin-top: -1px;
	left: 0;
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s
}

.menu-trigger.first .line.line-3 {
	bottom: 0;
	top: auto;
	left: 0;
	-webkit-transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, -webkit-transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s;
	transition: all .3s .3s, transform .3s 0s, -webkit-transform .3s 0s
}

.menu-trigger.first.active .line-1 {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, transform .3s .3s;
	transition: all .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.menu-trigger.first.active .line-2 {
	opacity: 0;
	-webkit-transition: all .3s, opacity .3s 0s;
	transition: all .3s, opacity .3s 0s
}

.menu-trigger.first.active .line-3 {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, -webkit-transform .3s .3s;
	transition: all .3s, transform .3s .3s;
	transition: all .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.bottomCalendar {
	margin: 20px 0;
	padding: 0 55px
}

.bottomCalendar .slick-prev {
	left: 33px
}

.bottomCalendar .slick-prev:before {
	border: 17px solid transparent;
	border-right: 17px solid #682020;
	content: '';
	position: absolute;
	opacity: 1;
	top: -webkit-calc(50% - 17px);
	top: calc(50% - 17px);
	left: -15px
}

.bottomCalendar .slick-next {
	right: 40px
}

.bottomCalendar .slick-next:before {
	border: 17px solid transparent;
	border-left: 17px solid #682020;
	content: '';
	position: absolute;
	opacity: 1;
	top: -webkit-calc(50% - 17px);
	top: calc(50% - 17px)
}

.bottomCalendar .month {
	width: auto;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	min-width: 35px;
	word-break: break-all;
	font-size: 15px
}

.bottomCalendar .day {
	width: auto;
	margin: 0 2px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px;
	background: #aeaeae;
	color: #fff;
	font-size: 15px;
	position: relative
}

.bottomCalendar .day .linkSpectacol {
	background: #682020;
	text-align: center;
	padding: 3px 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .1s;
	transition: .1s
}

.bottomCalendar .day .linkSpectacol.active {
	opacity: 1;
	visibility: visible
}

.bottomCalendar .day .linkSpectacol a {
	white-space: nowrap;
	color: #fff;
	font-size: 15px
}

.bottomCalendar .day.active {
	background: #682020;
	cursor: pointer
}

.teatru {
	padding: 10px 0;
	border-top: 1px solid #682020
}

.teatru .container {
	text-align: center
}

.teatru .container strong {
	font-size: 16px;
	color: #682020
}

footer {
	background: #682020;
	padding: 10px 0;
	z-index: 10
}

footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

footer .container .titleCol {
	font-size: 16px;
	font-family: FlorentiaBold;
	color: #fff;
	margin-bottom: 20px
}

footer .container .colFirst {
	width: 250px;
	padding-right: 20px
}

footer .container .colFirst .logoFooter {
	display: block;
	margin-bottom: 20px
}

footer .container .colFirst span {
	font-size: 16px;
	color: #fff
}

footer .container .colFirst span a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline
}

footer .container .colFirst span a:hover {
	color: #aeaeae
}

footer .container .colFirst .socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px
}

footer .container .colFirst .socials a {
	display: block;
	margin: 5px 5px 5px 0
}

footer .container .colFirst .socials a:hover svg {
	fill: #c4302b
}

footer .container .colFirst .socials a svg {
	width: 25px;
	height: 25px;
	fill: #aeaeae;
	-webkit-transition: .3s;
	transition: .3s
}

footer .container .colContact {
	width: 330px;
	padding-right: 20px
}

footer .container .colContact p {
	margin: 0;
	color: #fff;
	font-family: FlorentiaLight;
	font-size: 15px
}

footer .container .colContact p a {
	font-size: 14px;
	color: #fff;
	font-family: FlorentiaRegular
}

footer .container .colContact p a:hover {
	color: #aeaeae
}

footer .container .colContact img {
	margin-top: 10px
}

footer .container .colContact .colContact_payment_img {
	width: 150px;
	margin-left: 30px;
	margin-top: 30px;
	cursor: pointer;
}
footer .container .colContact .colContact_payment_img img {
	width: 100%;
	height: auto;
}

footer .container .colInfo {
	width: -webkit-calc(100% - 580px);
	width: calc(100% - 580px)
}

footer .container .colInfo p {
	color: #fff;
	font-size: 14px;
	margin: 0 0 5px 0
}

.copyright .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 7px 0
}

.copyright .container .copy {
	font-size: 14px;
	color: #682020
}

.copyright .container a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #682020
}

.copyright .container a:hover .logoWebIT {
	background: url(../img/webIt.png) no-repeat -10px -45px;
	width: 58px;
	height: 15px
}

.copyright .container a .logoWebIT {
	margin-left: 10px;
	background: url(../img/webIt.png) no-repeat -10px -10px;
	width: 58px;
	height: 15px;
	-webkit-transition: .3s;
	transition: .3s
}

#firstModal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 8
}

#firstModal .conainer {
	width: 100%;
	max-width: 900px;
	background: rgba(64, 12, 13, .8);
	padding: 50px;
	position: relative
}

#firstModal .conainer p {
	font-size: 25px;
	text-align: center;
	color: #fff
}

#firstModal .conainer .closeFirst {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer
}

#firstModal .conainer .closeFirst svg {
	width: 20px;
	height: 20px;
	fill: #fff
}

.indexItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px
}

.indexItem.right .contentItem {
	padding: 10px 75px 10px 10px;
	background-image: url(../img/bgContent2.png)
}

.indexItem.right .contentItem .payTicket {
	text-align: left
}

.indexItem.right .contentItem .gen {
	left: auto;
	right: 10px
}

.indexItem .photoBlock {
	width: 420px;
	height: 270px;
	position: relative
}

.indexItem .photoBlock .photo {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.indexItem .photoBlock .date {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	background: rgba(0, 0, 0, .4);
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase
}

.indexItem .photoBlock .date span {
	font-family: FlorentiaLight;
	font-size: 20px;
	font-weight: 100
}

.indexItem .photoBlock .date strong {
	font-family: FlorentiaRegular;
	font-size: 20px
}

.indexItem .contentItem {
	width: -webkit-calc(100% - 420px);
	width: calc(100% - 420px);
	background-image: url(../img/bgContent1.png);
	background-size: cover;
	height: 270px;
	overflow: hidden;
	padding: 10px 10px 10px 75px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.indexItem .contentItem .about {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden
}

.indexItem .contentItem .about .titleTeatre {
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	display: block
}

.indexItem .contentItem .about p {
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.4
}

.indexItem .contentItem .about p a {
	font-size: 14px;
	color: #fff;
	font-style: italic
}

.indexItem .contentItem .about p a:hover {
	color: #aeaeae
}

.indexItem .contentItem .payTicket {
	text-align: right;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-top: 15px
}

.indexItem .contentItem .payTicket a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 5px 5px 5px;
	background: #fff;
	color: #682020;
	font-size: 13px;
	text-transform: uppercase;
	font-family: FlorentiaBold
}

.indexItem .contentItem .payTicket a:hover {
	background: #682020;
	color: #fff
}

.indexItem .contentItem .gen {
	position: absolute;
	left: 10px;
	top: -webkit-calc(50% - 70px);
	top: calc(50% - 70px)
}

.noSpectacol {
	position: relative
}

.noSpectacol .textNoSpectacol {
	color: #682020;
	font-size: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: rgba(204, 203, 209, .7);
	text-align: center
}

.repertuarBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.repertuarBlock .oneRepertuar {
	display: block;
	position: relative;
	overflow: hidden;
	width: -webkit-calc(33.33% - 7px);
	width: calc(33.33% - 7px);
	margin-right: 10px;
	margin-bottom: 10px
}

.repertuarBlock .oneRepertuar:hover .red {
	background: rgba(60, 11, 11, 0)
}

.repertuarBlock .oneRepertuar:before {
	display: block;
	content: '';
	padding-bottom: 62%
}

.repertuarBlock .oneRepertuar .photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.repertuarBlock .oneRepertuar .red {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: rgba(60, 11, 11, .6);
	-webkit-transition: .5s;
	transition: .5s
}

.repertuarBlock .oneRepertuar:nth-of-type(3n) {
	margin-right: 0
}

.contacts {
	width: 100%;
	margin: 25px auto
}

.contacts svg {
	width: 20px;
	height: 20px;
	fill: #682020;
	position: absolute;
	top: 2px;
	left: 0
}

.contacts p {
	margin: 0;
	font-size: 19px;
	color: #682020;
	line-height: 1.2;
	text-transform: uppercase
}

.contacts a {
	font-size: 19px;
	color: #682020
}

.contacts a:hover {
	color: #aeaeae
}

.contacts .address, .contacts .email, .contacts .phone {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px
}

.contacts .email p {
	font-size: 17px
}

.contactMap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contactMap iframe {
	width: 100%;
	max-width: 600px;
	height: 500px
}

.actorBlock {
	width: 100%;
	max-width: 740px;
	margin: 20px auto 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.actorBlock .oneActor {
	width: -webkit-calc(25% - 15px);
	width: calc(25% - 15px);
	border-bottom: 1px solid #682020;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px
}

.actorBlock .oneActor:hover .photoBlock .cover {
	background: rgba(60, 11, 11, .7)
}

.actorBlock .oneActor .photoBlock {
	width: 100%;
	position: relative
}

.actorBlock .oneActor .photoBlock:before {
	content: '';
	display: block;
	padding-bottom: 150%
}

.actorBlock .oneActor .photoBlock .photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat
}

.actorBlock .oneActor .photoBlock .cover {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(60, 11, 11, 0);
	-webkit-transition: .5s;
	transition: .5s
}

.actorBlock .oneActor .name {
	font-size: 17px;
	color: #682020;
	margin-top: 10px;
	text-align: center
}

.actorBlock .oneActor:nth-of-type(4n) {
	margin-right: 0
}

.aboutActorBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.aboutActorBlock .photoActor {
	width: 190px;
	padding-right: 20px
}

.aboutActorBlock .photoActor .photoBlock {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden
}

.aboutActorBlock .photoActor .photoBlock:before {
	content: '';
	display: block;
	padding-bottom: 150%
}

.aboutActorBlock .photoActor .photoBlock .photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.aboutActorBlock .aboutActor {
	width: -webkit-calc(100% - 190px);
	width: calc(100% - 190px);
	padding-left: 20px;
	border-left: 1px solid #682020
}

.aboutActorBlock .aboutActor .nameActor {
	font-size: 30px;
	color: #682020
}

.aboutActorBlock .aboutActor p {
	color: #682020
}

.sliderBlock {
	position: relative;
	padding: 0 40px
}

.sliderBlock .slider .slick-slide {
	margin: 0 5px
}

.sliderBlock .slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.sliderBlock .slider .slideItem {
	display: block;
	position: relative
}

.sliderBlock .slider .slideItem:hover .cover {
	background: rgba(62, 11, 11, .7)
}

.sliderBlock .slider .slideItem .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(62, 11, 11, 0);
	-webkit-transition: .5s;
	transition: .5s
}

.sliderBlock .sliderBtn label {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -webkit-calc(50% - 25px);
	top: calc(50% - 25px);
	cursor: pointer
}

.sliderBlock .sliderBtn label:hover svg {
	fill: #aeaeae
}

.sliderBlock .sliderBtn label.prev {
	left: -10px
}

.sliderBlock .sliderBtn label.next {
	right: -10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sliderBlock .sliderBtn label svg {
	width: 100%;
	height: 100%;
	fill: #682020;
	-webkit-transition: .3s;
	transition: .3s
}

.aboutSpectacolBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.aboutSpectacolBlock .contentSpectacol {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	padding-right: 20px;
	border-right: 1px solid #682020
}

.aboutSpectacolBlock .contentSpectacol p {
	color: #682020
}

.aboutSpectacolBlock .contentSpectacol .modalsList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0
}

.aboutSpectacolBlock .contentSpectacol .modalsList a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-bottom: 1px solid #682020;
	color: #682020;
	font-size: 20px;
	margin-right: 20px
}

.aboutSpectacolBlock .contentSpectacol .modalsList a:hover {
	color: #aeaeae
}

.aboutSpectacolBlock .infoSpectacol {
	width: 300px;
	padding-left: 20px;
	text-align: center
}

.aboutSpectacolBlock .infoSpectacol p {
	color: #682020
}

.aboutSpectacolBlock .infoSpectacol .titleInfo {
	font-size: 35px;
	color: #682020
}

.aboutSpectacolBlock .infoSpectacol .subtitle {
	font-size: 25px
}

.aboutSpectacolBlock .infoSpectacol .payTicketBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 5px 5px 5px;
	font-size: 25px;
	color: #fff;
	background: #682020;
	margin-top: 10px;
	text-transform: uppercase
}

.aboutSpectacolBlock .infoSpectacol .payTicketBtn:hover {
	background: #aeaeae
}

.modalBlock {
	max-width: 900px
}

.modalBlock .titleModal, .modalBlock h2 {
	font-size: 25px;
	margin: 10px 0
}

.modalBlock .actors {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px
}

.modalBlock .actors .oneActor {
	margin-right: 15px;
	margin-bottom: 15px
}

.modalBlock .actors .oneActor .photoBlock {
	width: 140px;
	position: relative;
	overflow: hidden
}

.modalBlock .actors .oneActor .photoBlock:before {
	padding-bottom: 150%;
	display: block;
	content: ''
}

.modalBlock .actors .oneActor .photoBlock .photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat
}

.modalBlock .actors .oneActor .name {
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #682020;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
	display: block
}

.modalBlock .actors .oneActor .nameSpectacol {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-style: italic
}

.fancybox-thumbs {
	width: 100% !important;
	bottom: 0 !important;
	top: auto !important
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0 !important
}

.calendarBlock {
	overflow: auto
}

.calendarBlock .calendarTitle {
	font-size: 21px;
	color: #682020;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase
}

.calendarBlock .oneMonth {
	width: 100%
}

.calendarBlock .oneMonth .days {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2px
}

.calendarBlock .oneMonth .days .oneDay {
	background: #682020;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 3px 2px 3px;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	border-right: 1px solid #fff
}

.calendarBlock .oneMonth .oneWeek {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.calendarBlock .oneMonth .oneWeek .oneDay {
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	border: 1px solid #682020;
	min-height: 180px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	background: 0 0
}

.calendarBlock .oneMonth .oneWeek .oneDay .date, .calendarBlock .oneMonth .oneWeek .oneDay .pay {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	background: #682020;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 5px
}

.calendarBlock .oneMonth .oneWeek .oneDay .date a, .calendarBlock .oneMonth .oneWeek .oneDay .date p, .calendarBlock .oneMonth .oneWeek .oneDay .date span, .calendarBlock .oneMonth .oneWeek .oneDay .pay a, .calendarBlock .oneMonth .oneWeek .oneDay .pay p, .calendarBlock .oneMonth .oneWeek .oneDay .pay span {
	color: #fff;
	font-size: 15px;
	line-height: 1
}

.calendarBlock .oneMonth .oneWeek .oneDay .date {
	position: relative
}

.calendarBlock .oneMonth .oneWeek .oneDay .date.inactive {
	background: #aeaeae
}

.calendarBlock .oneMonth .oneWeek .oneDay .date.inactive:before {
	border-top: 15px solid #aeaeae
}

.calendarBlock .oneMonth .oneWeek .oneDay .date:before {
	content: '';
	left: -15px;
	top: 100%;
	border: 15px solid transparent;
	border-top: 15px solid #682020;
	position: absolute
}

.calendarBlock .oneMonth .oneWeek .oneDay .date p {
	text-transform: uppercase;
	font-size: 16px
}

.calendarBlock .oneMonth .oneWeek .oneDay .date span {
	font-size: 12px
}

.calendarBlock .oneMonth .oneWeek .oneDay .pay.inactive {
	background: #aeaeae
}

.calendarBlock .oneMonth .oneWeek .oneDay .pay a, .calendarBlock .oneMonth .oneWeek .oneDay .pay span {
	text-transform: uppercase;
	display: block;
	padding: 5px 5px 1px 5px
}

.calendarBlock .oneMonth .oneWeek .oneDay .pay:hover {
	background: #aeaeae
}

.calendarBlock .oneMonth .oneWeek .oneDay .about {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 10px 5px 5px 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.calendarBlock .oneMonth .oneWeek .oneDay .about p {
	font-size: 13px;
	color: #682020;
	line-height: 1
}

.calendarBlock .oneMonth .oneWeek .oneDay .about p.big {
	text-transform: uppercase;
	font-size: 15px
}

.atention, .atentionStyle {
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #863434;
	background: #ecc3c5;
	padding: 5px 10px 0 10px
}

.atention>div, .atentionStyle>div {
	max-width: 100% !important;
	height: auto !important
}

.atention a, .atentionStyle a {
	text-transform: uppercase;
	color: #863434;
	background: #ecc3c5;
	padding: 5px 10px 0 10px
}

.atention strong, .atentionStyle strong {
	text-transform: uppercase;
	color: #863434
}

.oneNews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 60px;
	border-bottom: 1px solid #682020
}

.oneNews .photoNews {
	width: 390px;
	text-align: center
}

.oneNews .photoNews img {
	-webkit-box-shadow: -6px 7px 34px -6px rgba(0, 0, 0, .75);
	box-shadow: -6px 7px 34px -6px rgba(0, 0, 0, .75)
}

.oneNews .aboutNews {
	width: -webkit-calc(100% - 390px);
	width: calc(100% - 390px);
	padding-left: 20px
}

.oneNews .aboutNews .dateNews, .oneNews .aboutNews p {
	font-size: 19px;
	color: #682020;
	font-family: FlorentiaLight
}

.oneNews .aboutNews .titleNews {
	font-size: 24px;
	color: #682020;
	text-decoration: underline;
	font-family: FlorentiaBold;
	display: block;
	margin: 5px 0 20px 0
}

.textPage * {
	font-size: 19px;
	color: #682020;
	line-height: 1.3
}

.textPage ul {
	list-style: initial;
	padding-left: 20px
}

.textPage a, .textPage p {
	font-size: 19px;
	color: #682020
}

.textPage .titleOneNews, .textPage h2 {
	text-transform: uppercase;
	text-align: center;
	color: #682020;
	margin: 20px 0;
	font-size: 24px;
	font-family: FlorentiaBold
}

.textPage .left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px
}

.textPage .oneNews {
	border-bottom: none;
	display: block;
	padding: 20px 0
}

.textPage .oneNews .photoNews {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px
}

.textPage .oneNews .aboutNews {
	width: 100%;
	padding-left: 0
}

.navNews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	margin: 30px 0 15px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.navNews a {
	padding: 6px 60px 0 60px;
	background: #682020;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	width: -webkit-calc(33.33% - 20px);
	width: calc(33.33% - 20px);
	margin-right: 30px;
	font-family: FlorentiaLight
}

.navNews a.active, .navNews a:hover {
	background: #858585
}

.navNews a:nth-of-type(3n) {
	margin-right: 0
}

@media only screen and (min-width:970px) {
	header .container .headerContent .menu>li.active a {
		color: #3e3b3b
	}

	header .container .headerContent .menu>li:hover a {
		color: #3e3b3b
	}

	header .container .headerContent .menu>li:hover .arrow, header .container .headerContent .menu>li:hover .subMenu {
		opacity: 1;
		visibility: visible
	}

	header .container .headerContent .menu>li:hover .arrow li, header .container .headerContent .menu>li:hover .subMenu li {
		padding: 5px
	}

	header .container .headerContent .lang:hover ul {
		opacity: 1;
		visibility: visible
	}

	header .container .headerContent .lang:hover ul li {
		padding: 3px 0
	}

	header .container .headerContent .lang:hover svg {
		opacity: 1;
		visibility: visible
	}

	.bottomCalendar .day.active:hover .linkSpectacol {
		opacity: 1;
		visibility: visible
	}

}

@media only screen and (max-width:1170px) {
	.container {
		width: 100%;
		padding: 0 10px
	}

	.leftText {
		display: none
	}

	header .container .headerContent .menu>li {
		margin-right: 20px
	}

	header .container .headerContent .menu>li>a {
		font-size: 20px
	}

	header .container .headerContent .lang span {
		font-size: 20px
	}

	header .container .headerContent .lang ul li a {
		font-size: 20px
	}

	.copyright .container {
		padding: 10px 15px 7px 15px
	}

}

@media only screen and (max-width:970px) {
	.wrapper .content .maria {
		display: none
	}

	.wrapper .content {
		background: 0 0;
		min-height: 50px
	}

	header {
		margin-bottom: 20px
	}

	header .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		padding: 15px
	}

	header .container .menuMob {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}

	header .container .headerContent {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 8;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: none
	}

	header .container .headerContent .menu {
		display: block;
		width: 100%
	}

	header .container .headerContent .menu>li {
		margin: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px;
		-webkit-transition: .3s;
		transition: .3s
	}

	header .container .headerContent .menu>li.active {
		background: #cecece
	}

	header .container .headerContent .menu>li.active .arrow svg {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

	header .container .headerContent .menu>li>a {
		font-size: 17px;
		color: #682020;
		padding: 10px 0 5px 0
	}

	header .container .headerContent .menu>li .arrow {
		opacity: 1;
		visibility: visible;
		margin-left: 0
	}

	header .container .headerContent .menu>li .subMenu {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		opacity: 1;
		visibility: visible;
		-webkit-transition: 0s;
		transition: 0s;
		background: #cecece;
		padding: 0 20px;
		display: none
	}

	header .container .headerContent .menu>li .subMenu li {
		-webkit-transition: 0s;
		transition: 0s;
		padding: 5px 0
	}

	header .container .headerContent .lang {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 10px 10px 10px 15px;
		border-top: 1px solid #682020
	}

	header .container .headerContent .lang span {
		color: #682020;
		padding-right: 10px;
		font-size: 17px
	}

	header .container .headerContent .lang svg {
		display: none
	}

	header .container .headerContent .lang ul {
		visibility: visible;
		opacity: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		top: auto;
		left: auto
	}

	header .container .headerContent .lang ul li a {
		color: #682020;
		padding-right: 10px;
		font-size: 17px
	}

	.menu-trigger {
		display: block
	}

	footer .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	footer .container .colFirst {
		width: 50%;
		padding: 0 10px
	}

	footer .container .colContact {
		width: 50%;
		padding: 0 10px
	}

	footer .container .colInfo {
		width: 100%;
		margin-top: 15px
	}

	.indexItem {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.indexItem.right .contentItem {
		background-image: -webkit-gradient(linear, right top, left bottom, from(#cc2a40), color-stop(#ab263a), color-stop(#8a2333), color-stop(#6a1f2b), to(#4c1a22));
		background-image: -webkit-linear-gradient(right top, #cc2a40, #ab263a, #8a2333, #6a1f2b, #4c1a22);
		background-image: linear-gradient(to left bottom, #cc2a40, #ab263a, #8a2333, #6a1f2b, #4c1a22)
	}

	.indexItem .photoBlock {
		max-width: 420px;
		margin: 0 auto
	}

	.indexItem .photoBlock .photo {
		width: 100%;
		background-size: contain;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.indexItem .contentItem {
		background-image: -webkit-gradient(linear, left top, right bottom, from(#cc2a40), color-stop(#ab263a), color-stop(#8a2333), color-stop(#6a1f2b), to(#4c1a22));
		background-image: -webkit-linear-gradient(left top, #cc2a40, #ab263a, #8a2333, #6a1f2b, #4c1a22);
		background-image: linear-gradient(to right bottom, #cc2a40, #ab263a, #8a2333, #6a1f2b, #4c1a22)
	}

	.indexItem .contentItem {
		width: 100%;
		height: auto;
		margin-top: 10px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.noSpectacol .textNoSpectacol {
		position: relative;
		font-size: 19px
	}

	.repertuarBlock .oneRepertuar {
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px)
	}

	.repertuarBlock .oneRepertuar:nth-of-type(3n) {
		margin-right: 10px
	}

	.repertuarBlock .oneRepertuar:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.contactMap iframe {
		height: 400px
	}

	.aboutActorBlock {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.aboutActorBlock .photoActor {
		padding-right: 0;
		margin: 10px auto
	}

	.aboutActorBlock .aboutActor {
		width: 100%;
		padding-left: 0;
		border: none
	}

	.aboutSpectacolBlock {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.aboutSpectacolBlock .contentSpectacol {
		width: 100%;
		padding-right: 0;
		border: none
	}

	.aboutSpectacolBlock .infoSpectacol {
		width: 100%;
		padding-left: 0;
		margin: 15px 0
	}

	.oneNews {
		padding: 15px 0
	}

	.oneNews {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.oneNews .photoNews {
		width: 100%;
		margin-bottom: 20px
	}

	.oneNews .photoNews img {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.oneNews .aboutNews {
		width: 100%;
		padding-left: 0
	}

	.textPage .left {
		text-align: center;
		margin: 0;
		float: none
	}

	.navNews {
		margin: 15px 0;
		padding: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.navNews a {
		display: block;
		width: 100%;
		margin: 5px 0;
		padding: 6px 5px 0 6px;
		text-align: center
	}

}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: -webkit-calc(100% - 10px);
		max-width: calc(100% - 10px)
	}

}

@media only screen and (max-width:650px) {
	p {
		font-size: 17px !important
	}

	header .container .menuMob .text {
		font-size: 18px
	}

	header .container .headerContent .menu>li>a {
		display: block;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px)
	}

	.bottomCalendar {
		padding: 0 40px
	}

	.bottomCalendar .slick-prev {
		left: 18px
	}

	.bottomCalendar .slick-next {
		right: 26px
	}

	#firstModal .conainer {
		padding: 15px
	}

	#firstModal .conainer p {
		font-size: 18px
	}

	#firstModal .conainer .closeFirst {
		top: 10px;
		right: 10px
	}

}

@media only screen and (max-width:480px) {
	footer .container .titleCol {
		margin-bottom: 10px
	}

	footer .container .colFirst {
		width: 100%
	}

	footer .container .colFirst .logoFooter {
		margin: 0 auto 10px auto
	}

	footer .container .colFirst .socials {
		margin-top: 10px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	footer .container .colContact {
		width: 100%;
		margin-top: 10px
	}

	.copyright .container .copy {
		width: 100%;
		text-align: center;
		margin-bottom: 10px
	}

	.copyright .container a {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}


	.repertuarBlock .oneRepertuar {
		width: -webkit-calc(50% - 3px);
		width: calc(50% - 3px);
		margin-right: 6px;
		margin-bottom: 6px
	}

	.repertuarBlock .oneRepertuar:nth-of-type(3n) {
		margin-right: 6px
	}

	.contactMap iframe {
		height: 300px
	}

	.actorBlock .oneActor {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px)
	}

	.actorBlock .oneActor:nth-of-type(4n) {
		margin-right: 20px
	}

	.actorBlock .oneActor:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.sliderBlock {
		padding: 0 20px
	}

	.sliderBlock .sliderBtn label {
		width: 30px;
		height: 30px;
		top: -webkit-calc(50% - 15px);
		top: calc(50% - 15px)
	}

}

.calendarBlock .oneMonth .oneWeek .oneDay .pay a, .calendarBlock .oneMonth .oneWeek .oneDay .pay span {
	border-bottom: 2px solid #fff;
}

@media screen and (max-width:970px) {
	.calendarBlock .oneMonth .days .oneDay {
		font-size: 12px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .date p {
		font-size: 11px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .about p {
		font-size: 11px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .about p.big {
		font-size: 13px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .pay a, .calendarBlock .oneMonth .oneWeek .oneDay .pay span {
		font-size: 11px;
	}

}

@media screen and (max-width:650px) {
	.calendarBlock .oneMonth .days .oneDay {
		font-size: 11px !important;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .date p {
		font-size: 10px !important;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .about p {
		font-size: 10px !important;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .about p.big {
		font-size: 12px !important;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .pay a, .calendarBlock .oneMonth .oneWeek .oneDay .pay span {
		font-size: 10px !important;
	}

}

@media screen and (max-width:420px) {
	.aboutSpectacolBlock .contentSpectacol p {
		font-size: 17px !important;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .date p {
		font-size: 10px !important;
	}

	.calendarBlock .oneMonth .days .oneDay {
		font-size: 8px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .date p {
		font-size: 8px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .about p {
		font-size: 8px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .about p.big {
		font-size: 8px;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay .pay a, .calendarBlock .oneMonth .oneWeek .oneDay .pay span {
		font-size: 8px;
	}

}

@media screen and (max-width:550px) {
	.calendarBlock .oneMonth .oneWeek .oneDay .pay {
		display: none;
	}

	.clock {
		display: none;
	}

	.calendarBlock .oneMonth .oneWeek .oneDay {
		min-height: 100px !important;
	}
	.indexItem .photoBlock { 
		max-width: 90%;
		height: 190px;
	 }

	 .indexItem .photoBlock .date {
	 	max-width: 300px;
	 	width: 100%;
	 	margin: 0 auto;
	 }
	 .indexItem .contentItem .about p {
	 	font-size: 14px !important;
	 }

	 .indexItem .photoBlock .date span {
	 	font-size: 17px;
	 }

}

@media screen and (max-width:1170px) {
	.repertuarBlock .oneRepertuar .red {
		background: none;
	}

}
.array_cal_left, .array_cal_right{	
	color: #682020;
	font-size: 14px;
	text-transform: none;
	font-family: FlorentiaLight;
	position: relative;
	line-height: 1.8;
}
.array_cal_left{
	float: left;
	padding-left: 15px;
}
.array_cal_left:before {
	content:"";
	width: 10px;
	height: 10px;
	background: url('../img/left_arrow.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0;
}
.array_cal_right{
	float: right;
	padding-right: 15px;
}
.array_cal_right:after {
	content:"";
	width: 10px;
	height: 10px;
	background: url('../img/left_arrow.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 7px;
	right: 0;
	transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
	.array_cal_left, .array_cal_right {
		font-size: 11px;
		line-height: 2.7;
	}
	.array_cal_left:before {
		top: 8px;
	}
	.array_cal_right:after {
		top: 8px;
	}
}
#main_slider {
	margin-bottom: 100px;
}
.single_slide {
	display: flex !important;
	justify-content: space-between;
	height: 406px;
	position: relative;
}
.single_slide a {
	width: 65%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
.slider_image_container:hover {
	transform: scale(1.1);
}
.single_slide:hover .slide_information h5 {
	text-shadow: 1px 2px 20px rgba(255,255,255,.3);
}
.single_slide:hover .slide_information h4 {
	text-shadow: 1px 2px 20px rgba(255,255,255,.3);
}
.single_slide:hover .slide_information p {
	text-shadow: 1px 2px 20px rgba(255,255,255,.3);
}

.slide_information{
	width: 35%;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/bgContent1.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 406px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.slide_information h4 {
	font-family: FlorentiaLight;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	transition: .4s;
	width: 100%;
	align-self: flex-start;
}
.slide_information h5 {
	font-family: FlorentiaRegular;
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	box-sizing: border-box;
	margin: 0;
	transition: .4s;
	width: 100%;
}
.slide_information span, .slide_information h6 {
	font-family: FlorentiaLight;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	width: 100%;
	align-self: flex-end;
	text-transform: uppercase;
}
.slide_information p {
	font-family: FlorentiaRegular;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	transition: .4s;
	width: 100%;
	align-self: flex-end;
}
.slide_information .buy_ticket {
	width: 95%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	font-family: FlorentiaRegular;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 auto;
	color: #47141b;
	margin-top: 10px;
	transition: .4s;
	position: static !important;
	padding: 0 !important;
	align-self: flex-end;
}

.buy_ticket:hover {
	background: #682020;
	color: #fff;
}
.slider_image_container {
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	transition: .4s;

}
.slider_image_container img {
	width: 100%;
	transition: .4s;
}

#main_slider .slick-dots {
	width: 65%;
	bottom: -40px;
}
#main_slider .slick-dots li button:before {
	font-size: 75px;
	color: #791A1A;
	opacity: 1;
}
#main_slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #424242;
}

#main_slider .slick-slide {
margin-left:30px;
}

#main_slider .slick-list {
margin-left:-30px;
}

@media screen and (max-width: 1170px) {
	.single_slide {
		flex-wrap: wrap;
		justify-content: center;
		height: 350px;
	}
	.single_slide a {
		width: 60%;
		height: 350px;
	}
	.single_slide a .slider_image_container {
		background-size: cover !important;
	}
	.slide_information {
		width: 40%;
		height: 350px;
	}
	.slide_information h4 {
		font-size: 25px;
	}
	.slide_information h5 {
		font-size: 30px;
		margin-top: 0;
	}
	.slide_information p {
		font-size: 25px;
		margin-top: 15px;
	}
	.slide_information .buy_ticket {
		font-size: 20px;
		height: 50px;
	}
}

@media screen and (max-width: 768px) {
	.single_slide {
		height: 750px;
	}
	.single_slide a {
		width: 100%;
		height: 400px;
	}
	.slide_information {
		width: 100%;
		height: 350px;
		bottom: 0;
		top: unset;
	}
	#main_slider .slick-dots {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.single_slide {
		height: auto;
	}
	.single_slide a {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 62%;
		overflow: hidden;
	}
	.single_slide a .slider_image_container {
		background-size: contain !important;

	}
	.slide_information {
		width: 100%;
		height: auto;
		position: static;
		bottom: 0;
		top: unset;
		margin-top: -10px;
		padding-bottom: 15px;
	}
}