/*-----------------------------------------------------------------------------------
	Evgeny1_V6_13-03--2026-04-03-1
	About: A shiny new website.
	Author: max maus
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-3731);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Lato-Light';
	src: url('./fonts/Lato-Light/Lato-Light.ttf');
	src: url('./fonts/Lato-Light/Lato-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato-Light";
	font-size:16px;
	color:var(--swatch-var-2)!important;
	line-height:100%;
}
.container{
	max-width:1440px;
	background-color:transparent;
	font-family:"Lato-Light";
}
.bottom-logo{
	border-radius:8% 8% 8% 8%;
	max-width:95%;
	padding:5% 5% 5% 5%;
	margin-left:20%;
	margin-right:20%;
}
.bottom-logo:hover{
	background-color:transparent;
	max-width:100%;
	max-height:100%;
	padding:0% 0% 0% 0%;
}
.layover{
	float:right;
	display:inline-block;
	overflow:inherit;
	background-size:0% 0px;
	background-repeat:no-repeat;
	padding-top:0px;
	background:px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-color:rgba(0,0,0,0.0);
	background-position:right top;
	background-color:transparent;
	font-family:"Lato-Light";
}
.fullscreen{
	background-color:transparent;
	font-family:"Lato-Light";
}
.text-sub{
	font-family:"Lato-Light";
	font-size:36px;
	color:#FFFFFF!important;
	text-shadow:0px 0px 5px #000000;
	background-color:transparent;
}
.hero-bloc-text-sub{
	font-size:25px;
	text-shadow:0px 0px 0px #000000;
	color:#7F7F7F!important;
	font-family:"Lato-Light";
}
.text1-h1{
	font-size:70px;
	color:#FFFFFF!important;
	text-shadow:0px 0px 5px #000000;
	font-family:"Lato-Light";
}
.blocs-blue-button{
	background-color:#4B96DE;
	font-family:"Lato-Light";
}
.blocs-blue-button:hover{
	background-color:#448BCE;
}
.bottom-logo-work{
	padding:5px 5px 5px 5px;
	font-family:"Lato-Light";
	font-weight:300;
	border-radius:22px 22px 22px 22px;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.bottom-logo2{
	padding:0% 26% 26% 15%;
	font-family:"Lato-Light";
}
.space{
	padding-top:100px;
	font-family:"Lato-Light";
}
.form{
	padding:11% 11% 11% 11%;
	font-family:"Lato-Light";
	font-weight:300;
	font-size:14pt;
	letter-spacing:1pt;
}
.blocs-lb-container ev{
	font-family:"Lato-Light";
}
.pict{
	border-style:none;
	font-family:"Lato-Light";
}
.pict:hover{
	overflow:hidden;
}
.bottom-text{
	font-weight:300;
	text-align:center;
	font-family:"Lato-Light";
	font-size:100%;
	letter-spacing:1pt;
}
.text-paragraf{
	color:#FFFFFF!important;
	font-family:"Lato-Light"!important;
	letter-spacing:1px!important;
	font-size:18px!important;
	line-height:150%;
}
.portrait{
	float:initial;
	overflow:initial;
	height:472px;
	font-family:"Lato-Light";
	margin:88px 88px 88px 88px;
}
.p{
	font-family:"Lato-Light";
}
.row-about{
	padding:70px 70px 70px 70px;
	float:initial;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	display:block;
	font-family:"Lato-Light";
}
.backround-mv{
	padding-right:0px;
	display:;
	float:right;
	font-family:"Lato-Light";
}
.text-st{
	font-family:"Lato-Light";
	font-weight:400;
	line-height:150%;
	font-size:20px;
	display:;
	overflow:visible;
	float:none;
	padding-top:0px;
	margin-right:px;
	margin-left:px;
	color:var(--swatch-var-2)!important;
	letter-spacing:1px;
}
.t{
	font-family:"Lato-Light";
}
.min{
	padding:15% 15% 15% 15%;
	font-family:"Lato-Light";
}
.min:hover{
	padding:10% 10% 10% 10%;
}
.evt{
	font-weight:600;
	letter-spacing:8pt;
	font-family:"Lato-Light";
	color:var(--swatch-var-2)!important;
	font-size:20px;
}
.video{
	float:initial;
	overflow:inherit;
	padding-left:25%;
	padding-right:25%;
	font-family:"Lato-Light";
}
.down{
	float:none;
	overflow:visible;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	display:block;
	font-family:"Lato-Light";
}
.up{
	display:;
	overflow:visible;
	float:initial;
	padding-top:5%;
	font-family:"Lato-Light";
}
.down2{
	font-family:"Lato-Light";
}
.bottom-links{
	text-shadow:px;
	font-size:14px;
	font-family:"Lato-Light";
	font-weight:300;
	text-align:center;
	letter-spacing:1px;
}
.impres{
	font-size:10pt;
	padding-top:3%;
	font-family:"Lato-Light";
}
.menue{
	letter-spacing:1pt;
	font-size:20pt;
	line-height:50px;
	height:0%;
	font-family:"Lato-Light";
	color:var(--swatch-var-2)!important;
}
.b_text{
	font-size:100%!important;
	font-family:"Lato-Light"!important;
	font-weight:600;
	letter-spacing:1px!important;
}
.text-prev{
	letter-spacing:1pt;
	font-size:120%;
	margin-right:20px;
	margin-top:16px;
	font-family:"Lato-Light";
}
.bloc-pev{
	font-family:"Lato-Light";
	font-weight:300;
	padding-left:100px;
	padding-right:100px;
}
.prveiew{
	padding-top:10%;
	font-family:"Lato-Light";
}
.kontakt{
	margin-top:56px;
	font-family:"Lato-Light";
}
.h1{
	font-size:1pt;
}
.h2{
	font-size:12pt;
}
.lightbox-caption_ev{
	font-family:"Lato-Light";
	text-align:left;
	font-weight:300;
	font-size:9pt;
	box-shadow:0.00px -2.00px 2px #000000;
}
.lightbox-ev{
	width:100%;
	height:100%;
	font-family:"Lato-Light";
}
.logo{
	width:80%;
	font-family:"Lato-Light";
}
.m{
	height:50%;
	float:none;
	font-family:"Lato-Light";
}
h1{
	font-size:18pt;
	font-family:"Lato-Light";
	line-height:120%;
}
.navbar-nav li a{
	font-family:"Lato-Light";
	font-size:20px;
	color:var(--swatch-var-2)!important;
}
h2{
	font-size:18pt;
	font-family:"Lato-Light";
}
h3{
	font-size:18pt;
	font-family:"Lato-Light";
	color:var(--swatch-var-2)!important;
}
.mountain-hero-text-sub{
	font-family:"Lato-Light";
	font-size:36px;
	color:#FFFFFF!important;
	text-shadow:0px 0px 4px #000000;
	line-height:120%;
}
.lightbox-caption{
	background-position:left center;
}
.doubleanimationfix{
	font-family:"Lato-Light";
}
.work{
	padding-top:119px;
}
.bloc-139-a{
	display: block;
	font-family: Lato-Light;
}
.bloc-139-h3{
	font-family: Lato-Light;
}
.coming tops h3{
	font-family: Lato-Light;
	font-size:26px;
	line-height: 30px;
}
.bloc-24-h1{
	line-height: 80px;
}
.bloc-39-h1{
	font-size: 24px;
	line-height: 25px;
}
.bloc-39-p{
	font-weight: 300;
	font-family: Lato-Light;
	font-size: 20px;
}
.bloc-40-a{
	display: block;
	font-family: Lato-Light;
}
.bloc-41-h1{
	font-size: 20px;
	line-height: 30px;
}
.bloc-42-h1{
	font-family: Lato-Light;
}
.bloc-69-h1{
	font-size: 24px;
	line-height: 25px;
}
.bloc-69-p{
	font-weight: 300;
	font-family: Lato-Light;
	font-size: 20px;
}
.bloc-134-h1{
	line-height: 120%;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-2)!important;
	fill:var(--swatch-var-2)!important;
}
.navbar-logo{
	font-size:20px;
	font-family:"Lato-Light";
}
.img-bloc-139-style{
	border-radius:12px 12px 12px 12px;
}
.bloc-rand{
	text-align:left;
	background-position:center center;
	padding-top:0%;
	padding-right:12%;
	padding-left:12%;
}
.evgeny-portrait{
	padding-left:5%;
	text-align:left;
	justify-content:flex-start;
	align-items:flex-start;
}
.line-v{
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-2)!important;
	padding:20px 20px 20px 20px;
}
.coming-text{
	font-family:"Lato-Light"!important;
	font-size:24px!important;
	letter-spacing:1px!important;
}
.text-coming{
	color:#FFFFFF!important;
	font-family:"Lato-Light";
	font-size:17px!important;
	letter-spacing:1pt!important;
	line-height:150%;
}
form{
	padding:30px 30px 30px 30px;
}
.bottom-logo-work:hover{
	background-color:transparent;
	max-width:100%;
	max-height:100%;
	padding:5px 5px 5px 5px;
}
.border-left{
	border-style:solid;
	border-color:var(--swatch-var-2)!important;
	border-width:0px 0px 0px 1px;
}
.coming-tops-h3{
	letter-spacing:2px!important;
	font-family:"Lato-Light"!important;
	font-weight:normal!important;
	color:var(--swatch-var-2)!important;
	font-size:20px!important;
}
.nav-text{
	font-family:"Lato-Light"!important;
	font-size:20px!important;
	letter-spacing:2px!important;
	font-weight:600;
	writing-mode:horizontal-tb;
	text-align:left;
	justify-content:flex-end;
}
.navbar-brand{
	font-family:"Lato-Light";
}
p{
	font-family:"Lato-Light";
}
label{
	font-family:"Lato-Light";
}
a{
	font-family:"Lato-Light";
}
h6{
	font-family:"Lato-Light";
}
h5{
	font-family:"Lato-Light";
}
h4{
	font-family:"Lato-Light";
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(71,69,75,1.00);
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-3731:rgba(0,0,0,1.00);
	
}


/* Background colour styles */

.bgc-3731{
	background-color:var(--swatch-var-3731);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}

/* Text colour styles */

.tc-2{
	color:var(--swatch-var-2)!important;
}

/* Button colour styles */

.bgc-1{
	background-color:var(--swatch-var-1);
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.btn-c-1,.btn-c-1:focus{
	background:var(--swatch-var-1);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-1:hover{
	background:#141218!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}

/* Link colour styles */

.ltc-2{
	color:var(--swatch-var-2)!important;
	fill:var(--swatch-var-2);
}
.ltc-2:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-2);
}

/* Bloc image backgrounds */

.bg-1-Elektra{
	background-image:url("img/1_Elektra_@3x.jpg");
	background-image: -webkit-image-set(url("img/1_Elektra_@3x.webp") 1x,
url("img/1_Elektra_@3x.webp") 2x);background-image: image-set(url("img/1_Elektra_@3x.jpg") 1x,
url("img/1_Elektra_@3x.jpg") 2x,url("img/1_Elektra_@3x.webp") 1x,
url("img/1_Elektra_@3x.webp") 2x);
}
.bg-1-Elektra{
	background-image:url("img/1_Elektra_@3x.jpg");
	background-image: -webkit-image-set(url("img/1_Elektra_@3x.webp") 1x,
url("img/1_Elektra_@3x.webp") 2x);background-image: image-set(url("img/1_Elektra_@3x.jpg") 1x,
url("img/1_Elektra_@3x.jpg") 2x,url("img/1_Elektra_@3x.webp") 1x,
url("img/1_Elektra_@3x.webp") 2x);
}
.bg-Heirat-07-3x{
	background-image:url("img/Heirat_07@3x.jpg");
	background-image: -webkit-image-set(url("img/Heirat_07@3x.webp") 1x,
url("img/Heirat_07@3x.webp") 2x);background-image: image-set(url("img/Heirat_07@3x.jpg") 1x,
url("img/Heirat_07@3x.jpg") 2x,url("img/Heirat_07@3x.webp") 1x,
url("img/Heirat_07@3x.webp") 2x);
}
.bg-Missverstaendnis-08-3x{
	background-image:url("img/Missverstaendnis_08@3x.jpg");
	background-image: -webkit-image-set(url("img/Missverstaendnis_08@3x.webp") 1x,
url("img/Missverstaendnis_08@3x.webp") 2x);background-image: image-set(url("img/Missverstaendnis_08@3x.jpg") 1x,
url("img/Missverstaendnis_08@3x.jpg") 2x,url("img/Missverstaendnis_08@3x.webp") 1x,
url("img/Missverstaendnis_08@3x.webp") 2x);
}
.bg-SchlangenNest-09-3x{
	background-image:url("img/SchlangenNest_09@3x.jpg");
	background-image: -webkit-image-set(url("img/SchlangenNest_09@3x.webp") 1x,
url("img/SchlangenNest_09@3x.webp") 2x);background-image: image-set(url("img/SchlangenNest_09@3x.jpg") 1x,
url("img/SchlangenNest_09@3x.jpg") 2x,url("img/SchlangenNest_09@3x.webp") 1x,
url("img/SchlangenNest_09@3x.webp") 2x);
}
.bg-Alba-02-3x{
	background-image:url("img/Alba_02@3x.jpg");
	background-image: -webkit-image-set(url("img/Alba_02@3x.webp") 1x,
url("img/Alba_02@3x.webp") 2x);background-image: image-set(url("img/Alba_02@3x.jpg") 1x,
url("img/Alba_02@3x.jpg") 2x,url("img/Alba_02@3x.webp") 1x,
url("img/Alba_02@3x.webp") 2x);
}
.bg-hexenjagd-SebastianHoppe-02-3x{
	background-image:url("img/hexenjagd_SebastianHoppe_02_@3x.jpg");
	background-image: -webkit-image-set(url("img/hexenjagd_SebastianHoppe_02_@3x.webp") 1x,
url("img/hexenjagd_SebastianHoppe_02_@3x.webp") 2x);background-image: image-set(url("img/hexenjagd_SebastianHoppe_02_@3x.jpg") 1x,
url("img/hexenjagd_SebastianHoppe_02_@3x.jpg") 2x,url("img/hexenjagd_SebastianHoppe_02_@3x.webp") 1x,
url("img/hexenjagd_SebastianHoppe_02_@3x.webp") 2x);
}
.bg-Mein-Herz-03-3x{
	background-image:url("img/Mein_Herz_03@3x.jpg");
	background-image: -webkit-image-set(url("img/Mein_Herz_03@3x.webp") 1x,
url("img/Mein_Herz_03@3x.webp") 2x);background-image: image-set(url("img/Mein_Herz_03@3x.jpg") 1x,
url("img/Mein_Herz_03@3x.jpg") 2x,url("img/Mein_Herz_03@3x.webp") 1x,
url("img/Mein_Herz_03@3x.webp") 2x);
}
.bg-Fruehlings-Erwachen-CHristianBrachwitz-21-3x{
	background-image:url("img/Fruehlings_Erwachen_CHristianBrachwitz_21@3x.jpg");
	background-image: -webkit-image-set(url("img/Fruehlings_Erwachen_CHristianBrachwitz_21@3x.webp") 1x,
url("img/Fruehlings_Erwachen_CHristianBrachwitz_21@3x.webp") 2x);background-image: image-set(url("img/Fruehlings_Erwachen_CHristianBrachwitz_21@3x.jpg") 1x,
url("img/Fruehlings_Erwachen_CHristianBrachwitz_21@3x.jpg") 2x,url("img/Fruehlings_Erwachen_CHristianBrachwitz_21@3x.webp") 1x,
url("img/Fruehlings_Erwachen_CHristianBrachwitz_21@3x.webp") 2x);
}
.bg-0-Lear-bat-Berlin-3x{
	background-image:url("img/0_Lear_bat_Berlin_@3x.jpg");
	background-image: -webkit-image-set(url("img/0_Lear_bat_Berlin_@3x.webp") 1x,
url("img/0_Lear_bat_Berlin_@3x.webp") 2x);background-image: image-set(url("img/0_Lear_bat_Berlin_@3x.jpg") 1x,
url("img/0_Lear_bat_Berlin_@3x.jpg") 2x,url("img/0_Lear_bat_Berlin_@3x.webp") 1x,
url("img/0_Lear_bat_Berlin_@3x.webp") 2x);
}
.bg-0-Assassins-20Ensemble-20©Reinhard-20Winkler-3x{
	background-image:url("img/0_Assassins,%20Ensemble,%20%C2%A9Reinhard%20Winkler_@3x.jpg");
}
.bg-Der-Kranke-0-M-Forster-3x{
	background-image:url("img/Der-Kranke_0_M-Forster_@3x.jpg");
	background-image: -webkit-image-set(url("img/Der-Kranke_0_M-Forster_@3x.webp") 1x,
url("img/Der-Kranke_0_M-Forster_@3x.webp") 2x);background-image: image-set(url("img/Der-Kranke_0_M-Forster_@3x.jpg") 1x,
url("img/Der-Kranke_0_M-Forster_@3x.jpg") 2x,url("img/Der-Kranke_0_M-Forster_@3x.webp") 1x,
url("img/Der-Kranke_0_M-Forster_@3x.webp") 2x);
}
.bg-0-Hundeherz-Rabsch-3x{
	background-image:url("img/0_Hundeherz_Rabsch_@3x.jpg");
	background-image: -webkit-image-set(url("img/0_Hundeherz_Rabsch_@3x.webp") 1x,
url("img/0_Hundeherz_Rabsch_@3x.webp") 2x);background-image: image-set(url("img/0_Hundeherz_Rabsch_@3x.jpg") 1x,
url("img/0_Hundeherz_Rabsch_@3x.jpg") 2x,url("img/0_Hundeherz_Rabsch_@3x.webp") 1x,
url("img/0_Hundeherz_Rabsch_@3x.webp") 2x);
}
.bg-15-Lady-Macbeth©Forster-03-3{
	background-image:url("img/15_Lady-Macbeth%C2%A9Forster_03@3.jpg");
}
.bg-13-0-20Sommergaeste-1-3{
	background-image:url("img/13_0%20Sommergaeste_1@3.jpg");
	background-image: -webkit-image-set(url("img/13_0%20Sommergaeste_1@3.webp") 1x,
url("img/13_0%20Sommergaeste_1@3.webp") 2x);background-image: image-set(url("img/13_0%20Sommergaeste_1@3.jpg") 1x,
url("img/13_0%20Sommergaeste_1@3.jpg") 2x,url("img/13_0%20Sommergaeste_1@3.webp") 1x,
url("img/13_0%20Sommergaeste_1@3.webp") 2x);
}
.bg-9273-Wassa-20Schelesnowa©Forster-20-20-28290-29-3{
	background-image:url("img/9273_Wassa%20Schelesnowa%C2%A9Forster%20%20%28290%29@3.jpg");
}
.bg-Oedipe-c-KOB-H-3{
	background-image:url("img/Oedipe_c_KOB_H@3.jpg");
	background-image: -webkit-image-set(url("img/Oedipe_c_KOB_H@3.webp") 1x,
url("img/Oedipe_c_KOB_H@3.webp") 2x);background-image: image-set(url("img/Oedipe_c_KOB_H@3.jpg") 1x,
url("img/Oedipe_c_KOB_H@3.jpg") 2x,url("img/Oedipe_c_KOB_H@3.webp") 1x,
url("img/Oedipe_c_KOB_H@3.webp") 2x);
}
.bg-Oedipe-c-KOB-H-3{
	background-image:url("img/Oedipe_c_KOB_H@3.jpg");
	background-image: -webkit-image-set(url("img/Oedipe_c_KOB_H@3.webp") 1x,
url("img/Oedipe_c_KOB_H@3.webp") 2x);background-image: image-set(url("img/Oedipe_c_KOB_H@3.jpg") 1x,
url("img/Oedipe_c_KOB_H@3.jpg") 2x,url("img/Oedipe_c_KOB_H@3.webp") 1x,
url("img/Oedipe_c_KOB_H@3.webp") 2x);
}
.bg-Poppea-c-Klara-Beck-ONR5-H-3x{
	background-image:url("img/Poppea_c_Klara-Beck-ONR5_H@3x.jpg");
	background-image: -webkit-image-set(url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 1x,
url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 2x);background-image: image-set(url("img/Poppea_c_Klara-Beck-ONR5_H@3x.jpg") 1x,
url("img/Poppea_c_Klara-Beck-ONR5_H@3x.jpg") 2x,url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 1x,
url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 2x);
}
.bg-LessonsHintergrund-3x{
	background-image:url("img/LessonsHintergrund@3x.jpg");
	background-image: -webkit-image-set(url("img/LessonsHintergrund@3x.webp") 1x,
url("img/LessonsHintergrund@3x.webp") 2x);background-image: image-set(url("img/LessonsHintergrund@3x.jpg") 1x,
url("img/LessonsHintergrund@3x.jpg") 2x,url("img/LessonsHintergrund@3x.webp") 1x,
url("img/LessonsHintergrund@3x.webp") 2x);
}
.bg-Richard-c-Feier-B-3x{
	background-image:url("img/Richard_c_Feier_B@3x.jpg");
	background-image: -webkit-image-set(url("img/Richard_c_Feier_B@3x.webp") 1x,
url("img/Richard_c_Feier_B@3x.webp") 2x);background-image: image-set(url("img/Richard_c_Feier_B@3x.jpg") 1x,
url("img/Richard_c_Feier_B@3x.jpg") 2x,url("img/Richard_c_Feier_B@3x.webp") 1x,
url("img/Richard_c_Feier_B@3x.webp") 2x);
}
.bg-21-Kirschgarten©florian-schaaf-H-3x{
	background-image:url("img/21_Kirschgarten%C2%A9florian-schaaf_H_@3x.jpg");
}
.bg-orfeo-c-Monika-Rittershaus-Hintergrund-204-3x{
	background-image:url("img/orfeo_c_Monika_Rittershaus_Hintergrund%204_@3x.jpg");
	background-image: -webkit-image-set(url("img/orfeo_c_Monika_Rittershaus_Hintergrund%204_@3x.webp") 1x,
url("img/orfeo_c_Monika_Rittershaus_Hintergrund%204_@3x.webp") 2x);background-image: image-set(url("img/orfeo_c_Monika_Rittershaus_Hintergrund%204_@3x.jpg") 1x,
url("img/orfeo_c_Monika_Rittershaus_Hintergrund%204_@3x.jpg") 2x,url("img/orfeo_c_Monika_Rittershaus_Hintergrund%204_@3x.webp") 1x,
url("img/orfeo_c_Monika_Rittershaus_Hintergrund%204_@3x.webp") 2x);
}
.bg-H-Macbeth-c-Rabsch-3{
	background-image:url("img/H_Macbeth_c_Rabsch@3.jpg");
	background-image: -webkit-image-set(url("img/H_Macbeth_c_Rabsch@3.webp") 1x,
url("img/H_Macbeth_c_Rabsch@3.webp") 2x);background-image: image-set(url("img/H_Macbeth_c_Rabsch@3.jpg") 1x,
url("img/H_Macbeth_c_Rabsch@3.jpg") 2x,url("img/H_Macbeth_c_Rabsch@3.webp") 1x,
url("img/H_Macbeth_c_Rabsch@3.webp") 2x);
}
.bg-H-Vater-c-Forster-3{
	background-image:url("img/H_Vater-c-Forster@3.jpg");
	background-image: -webkit-image-set(url("img/H_Vater-c-Forster@3.webp") 1x,
url("img/H_Vater-c-Forster@3.webp") 2x);background-image: image-set(url("img/H_Vater-c-Forster@3.jpg") 1x,
url("img/H_Vater-c-Forster@3.jpg") 2x,url("img/H_Vater-c-Forster@3.webp") 1x,
url("img/H_Vater-c-Forster@3.webp") 2x);
}
.bg-H-gier-c-Hupfeld-3{
	background-image:url("img/H_gier_c_Hupfeld@3.jpg");
	background-image: -webkit-image-set(url("img/H_gier_c_Hupfeld@3.webp") 1x,
url("img/H_gier_c_Hupfeld@3.webp") 2x);background-image: image-set(url("img/H_gier_c_Hupfeld@3.jpg") 1x,
url("img/H_gier_c_Hupfeld@3.jpg") 2x,url("img/H_gier_c_Hupfeld@3.webp") 1x,
url("img/H_gier_c_Hupfeld@3.webp") 2x);
}
.bg-Tannhauser-c-Werner-Kmetitsch-12-3x{
	background-image:url("img/Tannhauser_c_Werner_Kmetitsch_12@3x.jpg");
	background-image: -webkit-image-set(url("img/Tannhauser_c_Werner_Kmetitsch_12@3x.webp") 1x,
url("img/Tannhauser_c_Werner_Kmetitsch_12@3x.webp") 2x);background-image: image-set(url("img/Tannhauser_c_Werner_Kmetitsch_12@3x.jpg") 1x,
url("img/Tannhauser_c_Werner_Kmetitsch_12@3x.jpg") 2x,url("img/Tannhauser_c_Werner_Kmetitsch_12@3x.webp") 1x,
url("img/Tannhauser_c_Werner_Kmetitsch_12@3x.webp") 2x);
}
.bg-Drei-Orangen-c-David-Baltzer-24-3x{
	background-image:url("img/Drei_Orangen_c_David_Baltzer_24@3x.jpg");
	background-image: -webkit-image-set(url("img/Drei_Orangen_c_David_Baltzer_24@3x.webp") 1x,
url("img/Drei_Orangen_c_David_Baltzer_24@3x.webp") 2x);background-image: image-set(url("img/Drei_Orangen_c_David_Baltzer_24@3x.jpg") 1x,
url("img/Drei_Orangen_c_David_Baltzer_24@3x.jpg") 2x,url("img/Drei_Orangen_c_David_Baltzer_24@3x.webp") 1x,
url("img/Drei_Orangen_c_David_Baltzer_24@3x.webp") 2x);
}
.bg-King-Lear-c-Thomas-Rabsch-36-3x{
	background-image:url("img/King_Lear_c_Thomas_Rabsch_36@3x.jpg");
	background-image: -webkit-image-set(url("img/King_Lear_c_Thomas_Rabsch_36@3x.webp") 1x,
url("img/King_Lear_c_Thomas_Rabsch_36@3x.webp") 2x);background-image: image-set(url("img/King_Lear_c_Thomas_Rabsch_36@3x.jpg") 1x,
url("img/King_Lear_c_Thomas_Rabsch_36@3x.jpg") 2x,url("img/King_Lear_c_Thomas_Rabsch_36@3x.webp") 1x,
url("img/King_Lear_c_Thomas_Rabsch_36@3x.webp") 2x);
}
.bg-Iolanta-c-Michael-Poehn-25-3x{
	background-image:url("img/Iolanta_c_Michael_Poehn_25@3x.jpg");
	background-image: -webkit-image-set(url("img/Iolanta_c_Michael_Poehn_25@3x.webp") 1x,
url("img/Iolanta_c_Michael_Poehn_25@3x.webp") 2x);background-image: image-set(url("img/Iolanta_c_Michael_Poehn_25@3x.jpg") 1x,
url("img/Iolanta_c_Michael_Poehn_25@3x.jpg") 2x,url("img/Iolanta_c_Michael_Poehn_25@3x.webp") 1x,
url("img/Iolanta_c_Michael_Poehn_25@3x.webp") 2x);
}
.bg-Poppea-c-Klara-Beck-ONR5-H-3x{
	background-image:url("img/Poppea_c_Klara-Beck-ONR5_H@3x.jpg");
	background-image: -webkit-image-set(url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 1x,
url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 2x);background-image: image-set(url("img/Poppea_c_Klara-Beck-ONR5_H@3x.jpg") 1x,
url("img/Poppea_c_Klara-Beck-ONR5_H@3x.jpg") 2x,url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 1x,
url("img/Poppea_c_Klara-Beck-ONR5_H@3x.webp") 2x);
}
.bg-15-TRI-SESTRI-c-Monika-Rittershaus-3{
	background-image:url("img/15_TRI_SESTRI_c-Monika-Rittershaus@3.jpg");
	background-image: -webkit-image-set(url("img/15_TRI_SESTRI_c-Monika-Rittershaus@3.webp") 1x,
url("img/15_TRI_SESTRI_c-Monika-Rittershaus@3.webp") 2x);background-image: image-set(url("img/15_TRI_SESTRI_c-Monika-Rittershaus@3.jpg") 1x,
url("img/15_TRI_SESTRI_c-Monika-Rittershaus@3.jpg") 2x,url("img/15_TRI_SESTRI_c-Monika-Rittershaus@3.webp") 1x,
url("img/15_TRI_SESTRI_c-Monika-Rittershaus@3.webp") 2x);
}
.bg--KOB-Salome-c-Jan-Windszus-3{
	background-image:url("img/_KOB_Salome_c_Jan_Windszus@3.jpg");
	background-image: -webkit-image-set(url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 1x,
url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 2x);background-image: image-set(url("img/_KOB_Salome_c_Jan_Windszus@3.jpg") 1x,
url("img/_KOB_Salome_c_Jan_Windszus@3.jpg") 2x,url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 1x,
url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 2x);
	background-image: -webkit-image-set(url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 1x,
url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 2x);background-image: image-set(url("img/_KOB_Salome_c_Jan_Windszus@3.jpg") 1x,
url("img/_KOB_Salome_c_Jan_Windszus@3.jpg") 2x,url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 1x,
url("img/_KOB_Salome_c_Jan_Windszus@3.webp") 2x);
}
.bg--wozzeck-©Herwig-Prammer-3{
	background-image:url("img/_wozzeck_%C2%A9Herwig-Prammer@3.jpg");
}
.bg-Missverstaendnis-08-3x{
	background-image:url("img/Missverstaendnis_08@3x.jpg");
	background-image: -webkit-image-set(url("img/Missverstaendnis_08@3x.webp") 1x,
url("img/Missverstaendnis_08@3x.webp") 2x);background-image: image-set(url("img/Missverstaendnis_08@3x.jpg") 1x,
url("img/Missverstaendnis_08@3x.jpg") 2x,url("img/Missverstaendnis_08@3x.webp") 1x,
url("img/Missverstaendnis_08@3x.webp") 2x);
}
.bg-H-Macbeth-c-Rabsch-3{
	background-image:url("img/H_Macbeth_c_Rabsch@3.jpg");
	background-image: -webkit-image-set(url("img/H_Macbeth_c_Rabsch@3.webp") 1x,
url("img/H_Macbeth_c_Rabsch@3.webp") 2x);background-image: image-set(url("img/H_Macbeth_c_Rabsch@3.jpg") 1x,
url("img/H_Macbeth_c_Rabsch@3.jpg") 2x,url("img/H_Macbeth_c_Rabsch@3.webp") 1x,
url("img/H_Macbeth_c_Rabsch@3.webp") 2x);
}
.bg-21-Figaro-2023-GP-c-W-Hösl-20H-3x{
	background-image:url("img/21_Figaro_2023_GP_c_W_Ho%CC%88sl%20H@3x.jpg");
}


/* Accesibility Enhancements */
a:focus-visible,button:focus-visible{outline: 4px solid rgba(13, 110, 253, 0.60)!important;outline-offset: 2px;box-shadow:none!important;}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.tablet .fullscreen, .mobile .fullscreen{
		display:block;
		overflow:initial;
		float:initial;
	}
	.tablet .text-sub, .mobile .text-sub{
	}
	.tablet .pos01, .mobile .pos01{
		padding-top:50%;
	}
	.tablet .layover, .mobile .layover{
		background-color:transparent;
	}
	.tablet .text1-h1, .mobile .text1-h1{
		font-size:50px;
	}
	.tablet .bottom-logo:hover, .mobile .bottom-logo:hover{
	}
	.tablet .bottom-logo:active, .mobile .bottom-logo:active{
		background:linear-gradient(0deg, rgba(142,142,142,0.5), #FFFFFF);
	}
	.tablet .bottom-logo2, .mobile .bottom-logo2{
		width:px;
		height:px;
	}
	.tablet .space, .mobile .space{
		padding-top:100px;
	}
	.tablet .text-paragraf, .mobile .text-paragraf{
		font-size:24pt;
		float:left;
		padding-right:px;
		display:block;
		overflow:initial;
		letter-spacing:pt;
	}
	.tablet .portrait, .mobile .portrait{
		height:px;
		overflow:visible;
		float:none;
		text-align:left;
		padding:0px 0px 0px 0px;
		margin:50px 50px 50px 100px;
	}
	.tablet .text-st, .mobile .text-st{
		line-height:%;
		font-size:18pt;
		padding-left:0px;
		margin-right:px;
		padding-right:30px;
	}
	.tablet .min, .mobile .min{
		padding:15% 15% 15% 15%;
	}
	.tablet .min:hover, .mobile .min:hover{
		padding:10% 10% 10% 10%;
	}
	.tablet .video, .mobile .video{
		padding-left:10%;
		padding-right:10%;
	}
	.tablet .bottom-text, .mobile .bottom-text{
		font-size:70%;
	}
	.tablet .down, .mobile .down{
		font-size:40%;
	}
	.tablet .bottom-logo, .mobile .bottom-logo{
		background:linear-gradient(0deg, #000000, #000000);
		min-width:px;
		padding:20px 20px 20px 20px;
	}
	.tablet .bottom-links, .mobile .bottom-links{
		font-family:"Lato";
		font-weight:300;
		font-size:14px;
	}
	.tablet .row-about, .mobile .row-about{
		margin:px px px px;
		display:inline;
		padding:35px 35px 35px 35px;
	}
	.tablet .backround-mv, .mobile .backround-mv{
		float:initial;
		display:;
	}
	.tablet .text-prev, .mobile .text-prev{
		font-size:12pt;
	}
	.tablet .evt, .mobile .evt{
		font-size:22pt;
	}
	.tablet .pict, .mobile .pict{
		margin-bottom:3%;
	}
	.tablet .form, .mobile .form{
		font-size:12pt;
		font-family:"Lato";
		font-weight:300;
		letter-spacing:1pt;
	}
	.tablet .b_text, .mobile .b_text{
		font-size:10pt;
	}
	.tablet .p, .mobile .p{
	}
	.tablet .mountain-hero-text-sub, .mobile .mountain-hero-text-sub{
		text-shadow:0px 0px 3px #000000;
		font-size:30px;
	}
	.tablet .gallery, .mobile .gallery{
		height:%;
		padding-top:6%;
		display:block;
	}
	.tablet .l, .mobile .l{
	}
	.coming tops h3{
		font-size: 24px;
		line-height: 27px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato-Light";
		font-size:12px;
		line-height:130%;
		color:var(--swatch-var-2)!important;
	}
	.portrait{
	}
	.text1-h1{
		font-size:74px;
	}
	.bottom-logo{
		border-radius:15px!important 15px!important 15px!important 15px!important;
		padding:0px 0px 0px 0px;
		left:0px;
		right:0px;
	}
	.bottom-logo:hover{
	}
	.bottom-logo:active{
	}
	.bottom-logo:visited{
	}
	.evt{
		font-size:20px;
		letter-spacing:4pt;
		font-weight:300;
		line-height:24px;
	}
	.bottom-logo-work{
		border-radius:15px!important 15px!important 15px!important 15px!important;
		padding:0px 0px 0px 0px;
		left:0px;
		right:0px;
	}
	.bottom-logo-work:hover{
	}
	.bottom-logo-work:active{
	}
	.bottom-logo-work:visited{
	}
	.b_text{
		font-size:10pt;
	}
	.text-paragraf{
	}
	.text-prev{
		font-size:12pt;
	}
	.text-st{
		line-height:%;
		font-size:18pt;
		padding-left:0px;
		margin-right:px;
		padding-right:30px;
	}
	.container-div-0-bloc-2-min-height{
		min-height:78px;
	}
	.container-div-12448-min-height{
		min-height:79px;
	}
	.container-div-21326-min-height{
		min-height:78px;
	}
	.navbar-nav li a{
		font-family:"Lato-Light";
		font-size:16pt;
	}
	.navbar-brand{
		font-family:"Lato-Light";
	}
	label{
		font-family:"Lato-Light";
	}
	p{
		font-family:"Lato-Light";
	}
	h1{
		font-family:"Lato-Light";
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.mobile .bottom-logo{
		overflow:inherit;
		padding:12px 12px 12px 12px;
	}
	.mobile .bottom-logo:hover{
	}
	.mobile .layover{
		background-color:rgba(0,0,0,0.2);
	}
	.mobile .text-sub{
		font-size:18px;
	}
	.mobile .hero-bloc-text-sub{
		font-size:150%;
		text-shadow:0px 0px 0px #000000;
		color:#D4D4D4!important;
		text-align:left;
	}
	.mobile .text1-h1{
		line-height:150%;
		font-size:18pt;
	}
	.mobile .bottom-text{
		text-align:center;
		font-size:12pt;
	}
	.mobile .space{
		padding-top:30px;
	}
	.mobile .text-paragraf{
		font-size:9pt;
		display:;
		float:none;
	}
	.mobile .portrait{
		height:100%;
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	.mobile .row-about{
		padding:0px 0px 0px 0px;
		font-size:10pt;
		line-height:170%;
		float:initial;
	}
	.mobile .text-st{
		padding-top:0%;
		margin-top:7%;
		font-size:11pt;
	}
	.mobile .fullscreen{
	}
	.mobile .video{
		padding-left:0%;
		padding-right:0%;
	}
	.mobile .evt{
		letter-spacing:5pt;
		font-size:12pt;
	}
	.mobile .bottom-links{
		font-family:"Lato";
		font-weight:300;
		font-size:5px;
	}
	.mobile .prveiew{
		padding-top:%;
		float:none;
		overflow:visible;
		display:block;
		font-size:250%;
		line-height:150%;
		letter-spacing:1pt;
	}
	.mobile .text-prev{
		text-align:left;
		font-size:12pt;
		margin-left:29px;
		font-family:"Lato";
		font-weight:300;
		margin-top:0px;
		display:block;
		padding-top:0px;
	}
	.mobile .form{
		font-size:11pt;
	}
	.mobile .b_text{
		font-family:"Lato-Light";
		font-size:11pt;
	}
	.mobile .menue{
		width:100%;
	}
	.mobile .down{
		display:block;
	}
	.mobile h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:14pt;
	}
	.mobile .mountain-hero-text-sub{
		font-size:18px;
		background-color:transparent;
		text-shadow:0px 0px 3px #000000;
		color:#FFFFFF!important;
		font-family:"Lato-Light";
	}
	.mobile .v{
	}
	.mobile .doubleanimationfix{
		font-family:"Lato-Light";
	}
	.coming tops h3{
		font-size: 15pt;
		line-height: 150%;
	}
	.menue{
		color:var(--swatch-var-2)!important;
		line-height:100%;
		font-size:30pt;
		font-weight:300;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2)!important;
		fill:var(--swatch-var-2)!important;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato-Light";
		font-size:11px;
		line-height:120%;
		color:var(--swatch-var-2)!important;
	}
	.text1-h1{
		font-weight:400;
		font-size:84px;
	}
	.text-sub{
		font-size:28px;
	}
	.bottom-logo{
		border-radius:25px 25px 25px 25px;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		margin-right:30px;
		margin-left:30px;
		background-size:length;
		display:none;
		float:none;
		clear:none;
		margin-top:30px;
	}
	.evt{
		font-size:20px!important;
		font-weight:400!important;
	}
	.bottom-logo-work{
		border-radius:25px 25px 25px 25px;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		margin-right:30px;
		margin-left:30px;
		background-size:length;
		display:none;
		float:none;
		clear:none;
		margin-top:30px;
	}
	.bottom-logo:hover{
	}
	.b_text{
		font-family:"Lato-Light";
		font-size:11pt;
	}
	.text-paragraf{
		font-size:12pt;
		display:;
		float:none;
		padding-left:5%;
	}
	.text-prev{
		text-align:left;
		font-size:12pt;
		margin-left:29px;
		font-family:"Lato";
		font-weight:300;
		margin-top:0px;
		display:block;
		padding-top:0px;
	}
	.text-st{
		padding-top:0%;
		margin-top:7%;
		font-size:11pt;
	}
	.coming-tops-h3{
		font-weight:600;
	}
	p{
		font-family:"Lato-Light";
	}
	label{
		font-family:"Lato-Light";
	}
	h1{
		font-family:"Lato-Light";
	}
	.evgeny-portrait{
		max-height:50%;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
		.voffset-md-sm{
		margin-top:50px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:9px;
		font-family:"Lato-Light";
		color:var(--swatch-var-2)!important;
		line-height:120%;
	}
	.navbar-logo{
		font-size:18px;
	}
	.text1-h1{
		font-size:36px;
	}
	.bottom-logo{
	}
	.evt{
		font-size:16px;
		letter-spacing:5pt;
	}
	.bottom-logo-work{
	}
	.evgeny-portrait{
		padding-left:0px;
		padding-bottom:0px;
	}
	.text-paragraf{
		font-weight:300;
	}
	.coming-tops-h3{
		font-weight:500;
	}
	label{
		font-family:"Lato-Light";
	}
	p{
		font-family:"Lato-Light";
	}
	h1{
		font-family:"Lato-Light";
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
		.voffset-md-xs{
		margin-top:50px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

