/*-----------------------------------------------------------------------------------
	STÆR Development
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = 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;
}


/* Sizes */

.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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* 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;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* 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);
}
.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);
}
.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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-semi-rounded-a{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 20px 0;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-semi-rounded-b{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 0 20px;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

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


/* = Cards
-------------------------------------------------------------- */
.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;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-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;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:300;
}
.container{
	max-width:1080px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
	font-family:"Lato";
	font-weight:300;
}
.primary-divider{
	width:150px;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin:10px auto 40px auto;
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
	color:var(--swatch-var-6728)!important;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:30px;
	font-weight:bold;
}
.feature-icon{
	text-align:center;
}
.primary-icon{
	fill:var(--swatch-var-3409);
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
}
.navbar-brand img{
	width:50px;
}
.bt_main_lm_cl{
	padding:10px 10px 10px 10px;
	border-style:solid;
	border-color:#FEFFFF!important;
}
.bt_main_lm{
	height:35px;
	justify-content:center;
	align-items:center;
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	text-decoration:none;
	align-self:center;
	text-transform:capitalize;
	width:150px;
	padding-bottom:35px;
	color:#F8F4F4!important;
	font-family:"Lato";
	font-weight:300;
}
.bt_main_lm:hover{
	background-color:#FFFFFF;
	color:#000000!important;
}
.text_main{
	color:var(--swatch-var-2941)!important;
	padding:10px 10px 10px 10px;
	width:100px;
	height:50px;
	text-transform:uppercase;
	text-shadow:0.00px 2.00px 0px #FFFFFF;
	background-color:var(--swatch-var-1839);
}
.services_column{
	background-color:var(--swatch-var-1839);
	color:var(--swatch-var-2941)!important;
	margin:5px 5px 5px 5px;
}
.img-style{
	height:75px;
	width:75px;
}
.img-range-style{
	height:235px;
}
.img-2-style{
	height:235px;
	width:350px;
}
.menu_nav_list{
	text-transform:uppercase!important;
	column-gap:30px!important;
	row-gap:15px!important;
	font-family:"Lato";
	font-weight:900;
	font-size:20px!important;
	white-space:normal!important;
	text-overflow:clip!important;
	background-size:cover!important;
}
.menu_nav_item{
	font-size:20px;
	font-family:"Lato";
	font-weight:900;
	background-size:length;
	text-transform:none;
	text-align:center;
}
.menu_nav_item:hover{
	font-weight:bold!important;
	background-color:var(--swatch-var-4516)!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-origin:inherit;
	background-size:cover!important;
	background-blend-mode:lighten!important;
}
.menu_nav_item_list_4{
	text-transform:capitalize;
	font-size:20px;
	width:500px;
	background-color:var(--swatch-var-3340);
	color:var(--swatch-var-2941)!important;
	text-decoration:none;
	height:200px;
}
.menu_nav_item:visited{
	height:50px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.logo{
	color:#FFFFFF!important;
}
.menu_item_list_hover{
	text-transform:uppercase;
	font-family:"Lato";
	background-clip:border-box;
	-webkit-background-clip:border-box;
	background-color:var(--swatch-var-6728);
	font-weight:900!important;
}
.menu_item_list_hover:hover{
	background-size:cover;
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-4516)!important;
	text-transform:uppercase;
}
.img-un-lo-style{
	height:50px;
	width:80px;
}
.img-goog-style{
	width:136px;
}
.scroll-qoute-container{
	width:100%;
}
.quote-thumb{
	max-width:100px;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.img-menu-style{
	height:350px;
}
.h1-style{
	font-size:30px;
	font-family:"Lato";
	font-weight:900;
}
.img-90-style{
	width:75px;
	height:75px;
}
.img-91-style{
	width:75px;
	height:75px;
}
.p-hot-beverages-style{
	font-size:18px;
}
.p-95-style{
	font-size:18px;
}
.h1-our-team-style{
	font-size:65px;
}
.p-menu-style{
	width:100%;
}
.blocs-card-width{
	width:25%;
}
.img-face--style{
	width:105px;
	height:105px;
}
.h1-farid-mansour-style{
	width:42.26%;
	font-size:30px;
}
.img-placeholder-us-style{
	width:105px;
	height:105px;
}
.img-188-style{
	width:105px;
	height:105px;
}
.img-189-style{
	width:105px;
	height:105px;
}
.img-190-style{
	width:105px;
	height:105px;
}
.img-5-style{
	width:75px;
	height:75px;
}
.form-style{
	width:100%;
}
.bloc-divider-b-fill{
	fill:#035B03;
}
.link-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-cold-beverages-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.h1-internal-audit-style{
	font-size:65px;
}
.h1-forensics-style{
	font-size:65px;
}
.h1-compliance-style{
	font-size:65px;
}
.carousel-style{
	height:300px;
}
.img-17-style{
	width:75px;
	height:75px;
}
.img-12-style{
	width:75px;
	height:75px;
}
.link-hot-beverages-style{
	font-weight:bold;
}
.link-0-hot-beverages-style{
	font-weight:bold;
}
.link-25876-style{
	font-weight:bold;
}
.container-div-style{
	width:100%;
}
.link-1814-style{
	font-weight:bold;
}
.link-43598-style{
	font-weight:bold;
}
.link-9673-style{
	font-weight:bold;
}
.link-26532-style{
	font-weight:bold;
}
.link-876-style{
	font-weight:bold;
}
.link-35467-style{
	font-weight:bold;
}
.link-15800-style{
	font-weight:bold;
}
.link-19501-style{
	font-weight:bold;
}
.link-16539-style{
	font-weight:bold;
}
.link-33377-style{
	font-weight:bold;
}
.h3-style{
	width:100%;
	font-family:"Lato";
	font-weight:900;
	font-size:40px;
}
.img-19-style{
	width:75px;
	height:75px;
}
.img-hot-beverages-style{
	border-radius:112px 112px 112px 112px;
	width:470px;
}
.img-31-style{
	width:75px;
	height:75px;
}
.img-21-style{
	width:75px;
	height:75px;
}
.img-23-style{
	width:75px;
	height:75px;
}
.img-39-style{
	width:75px;
	height:75px;
}
.bloc-divider-t-style{
	width:100%;
	height:62px;
	fill:rgba(0,16,35,0.80);
}
.img-bloc-43-style{
	width:542px;
	border-radius:0px 0px 0px 0px;
}
.p-80-style{
	width:100%;
}
.p-81-style{
	width:100%;
}
.p-82-style{
	width:100%;
}
.p-83-style{
	width:100%;
}
.p-84-style{
	width:100%;
}
.p-85-style{
	width:100%;
}
.link-public-sector--style{
	font-weight:bold;
}
.link-infrastructure-style{
	font-weight:bold;
}
.link-energy-style{
	font-weight:bold;
}
.img-30-style{
	width:75px;
	height:75px;
}
.bloc-divider-b-0-fill{
	fill:#FFFFFF;
	height:72px;
}
.img-35-style{
	height:220px;
	width:330px;
	border-radius:111px 111px 111px 111px;
}
.img-37-style{
	height:220px;
	width:330px;
	border-radius:111px 111px 111px 111px;
}
.img-36-style{
	border-radius:0px 0px 0px 0px;
	width:361px;
	height:241px;
}
.img-38-style{
	width:75px;
	height:75px;
}
.img-31-hot-beverages-style{
	border-radius:81px 81px 81px 81px;
}
.img-32-style{
	border-radius:81px 81px 81px 81px;
}
.img-33-style{
	border-radius:81px 81px 81px 81px;
}
.img-34-style{
	border-radius:0px 0px 0px 0px;
	height:241px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-6276);
	height:250px;
}
.bloc-divider-b-16334-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-b-48088-fill{
	fill:var(--swatch-var-3409);
}
.link-2894-style{
	font-weight:bold;
}
.link-contractos-style{
	font-weight:bold;
}
.link-undergraduate-style{
	font-weight:bold;
}
.bloc-divider-b-bloc-41-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-b-bloc-5-fill{
	fill:var(--swatch-var-6728);
	height:41px;
}
.bloc-divider-b-style{
	height:275px;
	width:100%;
}
.h1-hero-style{
	font-size:30px;
	font-family:"Lato";
	font-weight:900;
}
.p-hero-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:300;
}
.btn-style{
	width:35.69%;
	margin-bottom:4px;
}
.h1-2-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-от-8-5-млн-руб-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:100;
}
.img-3-style{
	width:318px;
	height:360px;
}
.h3- до-content-style{
	font-family:"Lato";
	font-weight:700;
	width:91.5%;
}
.highlighting{
	color:#6BD045!important;
	text-transform:none;
}
.h1-3-style{
	font-family:"Lato";
	font-weight:900;
	font-size:40px;
}
.h3-bloc-4-style{
	font-family:"Lato";
	font-weight:700;
}
.h1-4-style{
	font-family:"Lato";
	font-weight:700;
	font-size:30px;
}
.row-style{
	width:102.76%;
}
.p-bloc-3-style{
	font-family:"Lato";
	font-weight:300;
	width:100%;
}
.p-bloc-4-style{
	font-family:"Lato";
	font-weight:300;
	width:100%;
}
.btn-личный-кабинет-style{
	width:100%;
	border-radius:23px 23px 23px 23px;
	padding-top:40px;
	padding-bottom:57px;
	text-transform:capitalize;
	font-family:"Lato";
	font-weight:300;
	color:#F9F5F5!important;
}
.hero-header-text{
	font-size:150px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #61E1A3, #2F7DFF);
	color:transparent!important;
}
.h5-style{
	font-family:"Lato";
	font-weight:900;
	width:100%;
}
.h2-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-style{
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-5-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-bloc-5-style{
	font-family:"Lato";
	font-weight:700;
}
.p-7-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-2-style{
	font-family:"Lato";
	font-weight:700;
}
.p-5-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-стоматолог-style{
	font-family:"Lato";
	font-weight:700;
}
.p-8-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-3-style{
	font-family:"Lato";
	font-weight:700;
}
.p-6-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-6-style{
	font-family:"Lato";
	font-weight:700;
}
.p-9-style{
	font-family:"Lato";
	font-weight:300;
}
.p-style{
	font-family:"Lato";
	font-weight:300;
}
.btn-узнать-больше-style{
	width:20.35%;
	border-radius:25px 25px 25px 25px;
}
.h3-новорижское-style{
	font-family:"Lato";
	font-weight:normal;
}
.h3-148k-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-1289-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-128k-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-7-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-999k-style{
	font-family:"Lato";
	font-weight:300;
}
.h4-домов-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-таунхаусов-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-торговых-точек-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-цены-от-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-до-мкад-будни--style{
	font-family:"Lato";
	font-weight:700;
}
.h4-cups-of-tea-style{
	font-family:"Lato";
	font-weight:700;
}
.img-footer-style{
	width:50px;
	height:43px;
}
.h5-footer-style{
	font-size:24px;
}
.img-56-style{
	width:50px;
	height:43px;
}
.h5-stær-style{
	font-size:24px;
}
.menu_nav_list:hover{
	background-color:var(--swatch-var-4516);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-origin:border-box;
	color:var(--swatch-var-4516)!important;
	font-weight:900;
}
.divider-background-color{
	background-color:var(--swatch-var-2869);
}
.h5-bloc-4-style{
	font-family:"Lato";
	font-weight:900;
}
.bloc-divider-t-0-style{
	height:300px;
	fill:var(--swatch-var-3340);
}
.p-bloc-2-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:300;
}
.btn-6-style{
	width:93.92%;
	border-radius:20px 20px 20px 20px;
	padding-top:36px;
	padding-bottom:36px;
	font-weight:bold;
}
.h2-2-style{
	font-family:"Lato";
	font-weight:700;
}
.row-footer-style{
	width:100%;
}
.img-10-style{
	width:75px;
	height:75px;
}
.img-hero-style{
	width:200px;
	height:190px;
}
.btn-submit-style{
	border-radius:25px 25px 25px 25px;
	font-family:"Lato";
	font-weight:300;
	color:#FEFFFF!important;
}
.p-bloc-16-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
}
.p-21-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.label-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
}
.label-email-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	width:100%;
}
.label-message-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
}
.bloc-divider-t-bloc-15-fill{
	fill:var(--swatch-var-3340);
	height:100px;
}
.h4-bloc-16-style{
	font-family:"Lato";
	font-weight:700;
}
.p-22-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.p-25-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.p-24-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.p-23-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.p-27-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.p-26-style{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.img-8-style{
	height:84px;
	width:220px;
}
.img-vtb-logo-20-style{
	width:291px;
	height:84px;
}
.img-6-style{
	height:84px;
	width:220px;
}
.img-альфа-ба-style{
	width:291px;
}
.bloc-style{
	opacity:0.2;
}
.h3-11-style{
	font-size:20px;
}
.h3-12-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.h3-16-style{
	font-size:20px;
}
.h3-17-style{
	font-size:20px;
}
.h3-18-style{
	font-size:20px;
}
.h3-19-style{
	font-size:20px;
}
.h4-bloc-29-style{
	font-size:20px;
}
.h4-23-style{
	font-size:20px;
}
.h4-24-style{
	font-size:20px;
}
.h4-25-style{
	font-size:20px;
}
.h3-партнёрство-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.h3-bloc-28-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.h3-14-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.h3-15-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.img-bloc-7-style{
	height:84px;
}
.img-logo-86bde4d6-style{
	width:235px;
	height:84px;
}
.p-28-style{
	font-size:30px;
}
.h3-о-проекте-style{
	font-size:40px;
	font-family:"Lato";
	font-weight:900;
}
.btn-bloc-33-style{
	width:45.52%;
	font-weight:bold;
	padding-top:14px;
	padding-bottom:41px;
}
.h1-mayert-style{
	font-size:80px;
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-35-style{
	font-size:22px;
}
.h3-bloc-36-style{
	font-size:22px;
	width:100%;
}
.h3-89-style{
	font-size:22px;
}
.h3-90-style{
	font-size:22px;
}
.bloc-divider-t-hero-fill{
	fill:var(--swatch-var-3340);
}
.img-776-origin-style{
	height:241px;
	width:360px;
}
.img-4-кух-style{
	height:239px;
	width:358px;
}
.img-bloc-46-style{
	height:240px;
	width:361px;
}
.img-49-style{
	height:240px;
}
.img-parston-style{
	height:538px;
}
.img-bloc-37-style{
	height:538px;
}
.img-bloc-91-style{
	height:222px;
}
.p-28-bloc-2-style{
	font-size:20px;
}
.p-29-style{
	font-size:20px;
}
.p-30-style{
	font-size:20px;
}
.p-31-style{
	font-size:20px;
}
.p-32-style{
	font-size:20px;
}
.p-33-style{
	font-size:20px;
}
.p-34-style{
	font-size:20px;
}
.p-35-style{
	font-size:20px;
}
.p-36-style{
	font-size:20px;
}
.bloc-divider-t-bloc-21-fill{
	fill:#000000;
}
.h3-bloc-2-style{
	font-size:40px;
	font-family:"Lato";
	font-weight:900;
}
.option-select-style{
	width:100%;
}
.checkbox-style{
	width:3.38%;
	color:var(--swatch-var-6728)!important;
}
.optin{
	color:var(--swatch-var-6728)!important;
}
.container-div-bloc-2-style{
	width:100%;
}
.h2-bloc-24-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-7-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-bloc-26-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-9-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-bloc-22-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-5-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-bloc-28-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-11-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-bloc-30-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-13-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-bloc-32-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-15-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-bloc-29-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-18-style{
	font-family:"Lato";
	font-weight:900;
}
.p-bloc-30-style{
	font-family:"Lato";
	font-weight:300;
}
.h2-немного-цифр-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-bloc-35-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-bloc-36-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-bloc-37-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-30-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-31-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-bloc-38-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-33-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-34-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-первый-этаж-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-цокольный-этаж-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-участок-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-26-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-43-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-44-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-45-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-bloc-47-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-47-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-48-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-29-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-второй-этаж-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-31-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-32-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-33-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-газовые-камины-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-60-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-61-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-bloc-58-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-63-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-64-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-38-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-39-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-40-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-41-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-42-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-69-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-77-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-78-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-48-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-49-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-50-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-51-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-60-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-91-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-105-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-106-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-68-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-69-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-70-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-71-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-52-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-77-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-89-bloc-77-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-90-bloc-77-style{
	font-family:"Lato";
	font-weight:700;
}
.h2-56-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-57-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-58-style{
	font-family:"Lato";
	font-weight:900;
}
.h2-59-style{
	font-family:"Lato";
	font-weight:900;
}
.p-29-bloc-2-style{
	font-family:"Lato";
	font-weight:300;
}
.bkg_navbar{
	background-color:var(--swatch-var-2520);
	text-transform:uppercase;
	color:var(--swatch-var-6728)!important;
	font-weight:900;
	font-family:"Lato";
	padding:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
}
.menu_item_hover:hover{
	background-color:var(--swatch-var-4516);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-weight:bold;
	background-origin:border-box;
	background-blend-mode:normal;
	color:var(--swatch-var-4516)!important;
}
.menu_item_hover:active{
	background-color:var(--swatch-var-4516);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-blend-mode:multiply;
}
.test{
	font-family:"Lato";
	font-weight:900;
	text-transform:uppercase;
	color:var(--swatch-var-6728)!important;
}
.test:active{
	color:var(--swatch-var-7687)!important;
}
.test:focus{
	color:var(--swatch-var-1601)!important;
}
.test:visited{
	color:var(--swatch-var-4516)!important;
}
.btn-button-style{
	width:54.65%;
	font-weight:bold;
	background-color:var(--swatch-var-6728);
	color:var(--swatch-var-2520)!important;
	border-color:var(--swatch-var-2520)!important;
}
.btn-button-style:hover{
	border-color:var(--swatch-var-4516)!important;
	color:var(--swatch-var-6728)!important;
	background-color:var(--swatch-var-2520);
}
.bloc-divider-t-bloc-16-fill{
	fill:var(--swatch-var-2941);
}
.bloc-divider-b-bloc-15-fill{
	fill:var(--swatch-var-2941);
	width:100%;
}
.bloc-divider-t-bloc-17-fill{
	fill:#5F4119;
}
.p-bloc-17-style{
	font-family:"Lato";
	font-weight:300;
	color:var(--swatch-var-493)!important;
}
.bloc-divider-b-bloc-14-fill{
	fill:var(--swatch-var-2941);
}
.img-bloc-16-style{
	height:464px;
	width:697px;
}
.img-restaura-style{
	width:697px;
	height:464px;
}
.img-domcli-style{
	width:291px;
}
.img-logo-1-scal-style{
	width:291px;
	height:235px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:rgba(200,200,200,1.00);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(255,255,255,1.00);
	
	--swatch-var-1839:rgba(255,255,255,1.00);
	
	--swatch-var-6154:rgba(255,255,255,0.00);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-1601:rgba(0,0,255,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.50);
	
	--swatch-var-7687:rgba(180,0,0,1.00);
	
	--swatch-var-1869:rgba(0,0,0,0.70);
	
	--swatch-var-6276:rgba(0,16,35,0.80);
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-4516:rgba(107,208,69,1.00);
	
	--swatch-var-2520:rgba(0,16,35,1.00);
	
	--swatch-var-3340:rgba(0,16,35,0.90);
	
	--swatch-var-493:rgba(0,0,0,1.00);
	
}


/* Background colour styles */

.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-3340{
	background-color:var(--swatch-var-3340);
}
.bgc-6276{
	background-color:var(--swatch-var-6276);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.bgc-6154{
	background-color:var(--swatch-var-6154);
}
.bgc-2520{
	background-color:var(--swatch-var-2520);
}

/* Text colour styles */

.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-4516{
	color:var(--swatch-var-4516)!important;
}
.tc-2520{
	color:var(--swatch-var-2520)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}

/* Button colour styles */

.btn-c-3340{
	background:var(--swatch-var-3340);
	color:#FFFFFF!important;
}
.btn-c-3340:hover{
	background:rgba(0,0,0,0.90)!important;
	color:#FFFFFF!important;
}
.btn-c-2520{
	background:var(--swatch-var-2520);
	color:#FFFFFF!important;
}
.btn-c-2520:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.wire-btn-c-6276{
	color:var(--swatch-var-6276)!important;
	border-color:var(--swatch-var-6276)!important;
}

/* Link colour styles */

.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}
.ltc-3409{
	color:var(--swatch-var-3409)!important;
}
.ltc-3409:hover{
	color:#CCCCCC!important;
}
.ltc-1601{
	color:var(--swatch-var-1601)!important;
}
.ltc-1601:hover{
	color:#0000CC!important;
}

/* Icon colour styles */

.icon-4516{
	color:var(--swatch-var-4516)!important;
	border-color:var(--swatch-var-4516)!important;
}
.icon-1839{
	color:var(--swatch-var-1839)!important;
	border-color:var(--swatch-var-1839)!important;
}
.icon-6728{
	color:var(--swatch-var-6728)!important;
	border-color:var(--swatch-var-6728)!important;
}

/* Bloc image backgrounds */

.bg-charlesdeluvio-Lks7vei-eAg-unsplash{
	background-image:url("img/charlesdeluvio-Lks7vei-eAg-unsplash.jpg");
	background-image: -webkit-image-set(url("img/charlesdeluvio-Lks7vei-eAg-unsplash.webp") 1x,
url("img/charlesdeluvio-Lks7vei-eAg-unsplash.webp") 2x);background-image: image-set(url("img/charlesdeluvio-Lks7vei-eAg-unsplash.jpg") 1x,
url("img/charlesdeluvio-Lks7vei-eAg-unsplash.jpg") 2x,url("img/charlesdeluvio-Lks7vei-eAg-unsplash.webp") 1x,
url("img/charlesdeluvio-Lks7vei-eAg-unsplash.webp") 2x);
}
.bg-pexels-raulling-30597983{
	background-image:url("img/pexels-raulling-30597983.jpg");
	background-image: -webkit-image-set(url("img/pexels-raulling-30597983.webp") 1x,
url("img/pexels-raulling-30597983.webp") 2x);background-image: image-set(url("img/pexels-raulling-30597983.jpg") 1x,
url("img/pexels-raulling-30597983.jpg") 2x,url("img/pexels-raulling-30597983.webp") 1x,
url("img/pexels-raulling-30597983.webp") 2x);
}
.bg-markus-winkler-UQQ2zCp98K4-unsplash{
	background-image:url("img/markus-winkler-UQQ2zCp98K4-unsplash.jpg");
	background-image: -webkit-image-set(url("img/markus-winkler-UQQ2zCp98K4-unsplash.webp") 1x,
url("img/markus-winkler-UQQ2zCp98K4-unsplash.webp") 2x);background-image: image-set(url("img/markus-winkler-UQQ2zCp98K4-unsplash.jpg") 1x,
url("img/markus-winkler-UQQ2zCp98K4-unsplash.jpg") 2x,url("img/markus-winkler-UQQ2zCp98K4-unsplash.webp") 1x,
url("img/markus-winkler-UQQ2zCp98K4-unsplash.webp") 2x);
}
.bg-jose-losada-s6HuFe3qqtA-unsplash{
	background-image:url("img/jose-losada-s6HuFe3qqtA-unsplash.jpg");
	background-image: -webkit-image-set(url("img/jose-losada-s6HuFe3qqtA-unsplash.webp") 1x,
url("img/jose-losada-s6HuFe3qqtA-unsplash.webp") 2x);background-image: image-set(url("img/jose-losada-s6HuFe3qqtA-unsplash.jpg") 1x,
url("img/jose-losada-s6HuFe3qqtA-unsplash.jpg") 2x,url("img/jose-losada-s6HuFe3qqtA-unsplash.webp") 1x,
url("img/jose-losada-s6HuFe3qqtA-unsplash.webp") 2x);
}
.bg-michael-tuszynski-4nuCGapo4Zs-unsplash{
	background-image:url("img/michael-tuszynski-4nuCGapo4Zs-unsplash.jpg");
	background-image: -webkit-image-set(url("img/michael-tuszynski-4nuCGapo4Zs-unsplash.webp") 1x,
url("img/michael-tuszynski-4nuCGapo4Zs-unsplash.webp") 2x);background-image: image-set(url("img/michael-tuszynski-4nuCGapo4Zs-unsplash.jpg") 1x,
url("img/michael-tuszynski-4nuCGapo4Zs-unsplash.jpg") 2x,url("img/michael-tuszynski-4nuCGapo4Zs-unsplash.webp") 1x,
url("img/michael-tuszynski-4nuCGapo4Zs-unsplash.webp") 2x);
}
.bg-kelly-sikkema-lFtttcsx5Vk-unsplash{
	background-image:url("img/kelly-sikkema-lFtttcsx5Vk-unsplash.jpg");
	background-image: -webkit-image-set(url("img/kelly-sikkema-lFtttcsx5Vk-unsplash.webp") 1x,
url("img/kelly-sikkema-lFtttcsx5Vk-unsplash.webp") 2x);background-image: image-set(url("img/kelly-sikkema-lFtttcsx5Vk-unsplash.jpg") 1x,
url("img/kelly-sikkema-lFtttcsx5Vk-unsplash.jpg") 2x,url("img/kelly-sikkema-lFtttcsx5Vk-unsplash.webp") 1x,
url("img/kelly-sikkema-lFtttcsx5Vk-unsplash.webp") 2x);
}
.bg-markus-spiske-iar-afB0QQw-unsplash{
	background-image:url("img/markus-spiske-iar-afB0QQw-unsplash.jpg");
	background-image: -webkit-image-set(url("img/markus-spiske-iar-afB0QQw-unsplash.webp") 1x,
url("img/markus-spiske-iar-afB0QQw-unsplash.webp") 2x);background-image: image-set(url("img/markus-spiske-iar-afB0QQw-unsplash.jpg") 1x,
url("img/markus-spiske-iar-afB0QQw-unsplash.jpg") 2x,url("img/markus-spiske-iar-afB0QQw-unsplash.webp") 1x,
url("img/markus-spiske-iar-afB0QQw-unsplash.webp") 2x);
}
.bg-pexels-introspectivedsgn-9381803{
	background-image:url("img/pexels-introspectivedsgn-9381803.jpg");
	background-image: -webkit-image-set(url("img/pexels-introspectivedsgn-9381803.webp") 1x,
url("img/pexels-introspectivedsgn-9381803.webp") 2x);background-image: image-set(url("img/pexels-introspectivedsgn-9381803.jpg") 1x,
url("img/pexels-introspectivedsgn-9381803.jpg") 2x,url("img/pexels-introspectivedsgn-9381803.webp") 1x,
url("img/pexels-introspectivedsgn-9381803.webp") 2x);
}
.bg-1-Фасад{
	background-image:url("img/1_%D0%A4%D0%B0%D1%81%D0%B0%D0%B4.png");
}
.bg-1-1-Спереди{
	background-image:url("img/Parston_1.png");
	background-image: -webkit-image-set(url("img/Parston_1.webp") 1x,
url("img/Parston_1.webp") 2x);background-image: image-set(url("img/Parston_1.png") 1x,
url("img/Parston_1.png") 2x,url("img/Parston_1.webp") 1x,
url("img/Parston_1.webp") 2x);
}
.bg-1-2-Фасад{
	background-image:url("img/1.2_%D0%A4%D0%B0%D1%81%D0%B0%D0%B4.png");
}
.bg-1-Фасад{
	background-image:url("img/1_%D0%A4%D0%B0%D1%81%D0%B0%D0%B4.png");
}
.bg-1-3-Фасад{
	background-image:url("img/1.3_%D0%A4%D0%B0%D1%81%D0%B0%D0%B4.png");
}
.bg-Mayert-1{
	background-image:url("img/Mayert_1.png");
	background-image: -webkit-image-set(url("img/Mayert_1.webp") 1x,
url("img/Mayert_1.webp") 2x);background-image: image-set(url("img/Mayert_1.png") 1x,
url("img/Mayert_1.png") 2x,url("img/Mayert_1.webp") 1x,
url("img/Mayert_1.webp") 2x);
}
.bg-1-Kwok{
	background-image:url("img/1_Kwok.png");
	background-image: -webkit-image-set(url("img/1_Kwok.webp") 1x,
url("img/1_Kwok.webp") 2x);background-image: image-set(url("img/1_Kwok.png") 1x,
url("img/1_Kwok.png") 2x,url("img/1_Kwok.webp") 1x,
url("img/1_Kwok.webp") 2x);
}
.bg-bonnie-kittle-OP2YXOUspjQ-unsplash{
	background-image:url("img/bonnie-kittle-OP2YXOUspjQ-unsplash.jpg");
	background-image: -webkit-image-set(url("img/bonnie-kittle-OP2YXOUspjQ-unsplash.webp") 1x,
url("img/bonnie-kittle-OP2YXOUspjQ-unsplash.webp") 2x);background-image: image-set(url("img/bonnie-kittle-OP2YXOUspjQ-unsplash.jpg") 1x,
url("img/bonnie-kittle-OP2YXOUspjQ-unsplash.jpg") 2x,url("img/bonnie-kittle-OP2YXOUspjQ-unsplash.webp") 1x,
url("img/bonnie-kittle-OP2YXOUspjQ-unsplash.webp") 2x);
}
.bg-will-porada-uy5ZEqUOscs-unsplash{
	background-image:url("img/will-porada-uy5ZEqUOscs-unsplash.jpg");
	background-image: -webkit-image-set(url("img/will-porada-uy5ZEqUOscs-unsplash.webp") 1x,
url("img/will-porada-uy5ZEqUOscs-unsplash.webp") 2x);background-image: image-set(url("img/will-porada-uy5ZEqUOscs-unsplash.jpg") 1x,
url("img/will-porada-uy5ZEqUOscs-unsplash.jpg") 2x,url("img/will-porada-uy5ZEqUOscs-unsplash.webp") 1x,
url("img/will-porada-uy5ZEqUOscs-unsplash.webp") 2x);
}
.bg-albert-stoynov-1qzcq5MNw2o-unsplash{
	background-image:url("img/albert-stoynov-1qzcq5MNw2o-unsplash.jpg");
	background-image: -webkit-image-set(url("img/albert-stoynov-1qzcq5MNw2o-unsplash.webp") 1x,
url("img/albert-stoynov-1qzcq5MNw2o-unsplash.webp") 2x);background-image: image-set(url("img/albert-stoynov-1qzcq5MNw2o-unsplash.jpg") 1x,
url("img/albert-stoynov-1qzcq5MNw2o-unsplash.jpg") 2x,url("img/albert-stoynov-1qzcq5MNw2o-unsplash.webp") 1x,
url("img/albert-stoynov-1qzcq5MNw2o-unsplash.webp") 2x);
}
.bg-pablo-heimplatz-EAvS-4KnGrk-unsplash{
	background-image:url("img/pablo-heimplatz-EAvS-4KnGrk-unsplash.jpg");
	background-image: -webkit-image-set(url("img/pablo-heimplatz-EAvS-4KnGrk-unsplash.webp") 1x,
url("img/pablo-heimplatz-EAvS-4KnGrk-unsplash.webp") 2x);background-image: image-set(url("img/pablo-heimplatz-EAvS-4KnGrk-unsplash.jpg") 1x,
url("img/pablo-heimplatz-EAvS-4KnGrk-unsplash.jpg") 2x,url("img/pablo-heimplatz-EAvS-4KnGrk-unsplash.webp") 1x,
url("img/pablo-heimplatz-EAvS-4KnGrk-unsplash.webp") 2x);
}
.bg-pexels-liza-summer-6348095{
	background-image:url("img/pexels-liza-summer-6348095.jpg");
	background-image: -webkit-image-set(url("img/pexels-liza-summer-6348095.webp") 1x,
url("img/pexels-liza-summer-6348095.webp") 2x);background-image: image-set(url("img/pexels-liza-summer-6348095.jpg") 1x,
url("img/pexels-liza-summer-6348095.jpg") 2x,url("img/pexels-liza-summer-6348095.webp") 1x,
url("img/pexels-liza-summer-6348095.webp") 2x);
}
.bg-pablo-arroyo--SEbdtH4ZLM-unsplash{
	background-image:url("img/pablo-arroyo-_SEbdtH4ZLM-unsplash.jpg");
	background-image: -webkit-image-set(url("img/pablo-arroyo-_SEbdtH4ZLM-unsplash.webp") 1x,
url("img/pablo-arroyo-_SEbdtH4ZLM-unsplash.webp") 2x);background-image: image-set(url("img/pablo-arroyo-_SEbdtH4ZLM-unsplash.jpg") 1x,
url("img/pablo-arroyo-_SEbdtH4ZLM-unsplash.jpg") 2x,url("img/pablo-arroyo-_SEbdtH4ZLM-unsplash.webp") 1x,
url("img/pablo-arroyo-_SEbdtH4ZLM-unsplash.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}
/* = Snap Scroll Pagination-------------------------------------------------------------- */.snap-scroll-pagination {
		font-size:1.1em;
		list-style: none;
		padding:0 5px;
		position:fixed;
		left:20px;
		top: 50%;
	  	transform: translateY(-50%);
		z-index: 10;
}
.right-align.snap-scroll-pagination{
		right:20px;
		left: initial;
}
.snap-scroll-paginate-bg.snap-scroll-pagination{
		background: rgba(255,255,255,0.3);
		border-radius: 6px;
}
.snap-scroll-pagination a {
		display:block;
		color:rgba(0,0,0,.8);
		height:20px;
		width: 20px;
		margin:5px 0;
		position:relative;
}
.snap-scroll-paginate-dashes a{
		height:30px;
		width:8px;
}
.snap-scroll-pagination a .hover-text {
		color: rgba(0,0,0,0.5);
		position:absolute;
		display: none;
		left:35px;
		top:-5px;
		opacity:0;
		width:300px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text{
		top:2px;
}
.right-align.snap-scroll-pagination a .hover-text {
		text-align:right;
		right:35px;
		left:initial;
}
.snap-scroll-pagination a:hover .hover-text {
		opacity: 1;
		display: inline-block;
}
.snap-scroll-pagination a:after {
		content:"";
		-webkit-transition:box-shadow 0.5s ease;
		transition:box-shadow 0.5s ease;
		width:10px;
		height:10px;
		display: block;
		border:1px solid;
		border-radius:50%;
		position: absolute;
		margin:auto;
		top:0;
		left:5px;
		bottom:0;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a:after{
		background-color: transparent;
		width: 4px;
		height:20px;
		border-radius:0;
		left:2px;
		opacity: 0.5;
}
.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
		box-shadow:inset 0 0 0 5px;
}
.snap-scroll-pagination a.active:after{
		opacity: 1;
}
.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text{
		color:#FFF;
}
.light-snap-scroll-theme.snap-scroll-paginate-bg{
		background: rgba(0,0,0,0.3);
}
@media (max-width: 767px){
		.snap-scroll-pagination{
			left:5px;
	}
	.right-align.snap-scroll-pagination{
			right:5px;
			left: initial;
	}
}

/* = 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;}
}
@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;}
}
@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;}
}


/* = 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){
	.hero-fill-mask{
		fill:rgba(0,0,0,0.70);
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.blocs-card-width{
		width:50%;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.menu-icon-hero-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.menu_nav_list{
	}
	.menu-icon-0-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.menu-icon-0-hero-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.link-hero-style{
		font-size:30px;
		font-weight:bold;
	}
	.btn-узнать-больше-style{
		width:27.16%;
	}
	.img-bloc-7-style{
		height:60px;
	}
	.img-vtb-logo-20-style{
		height:60px;
	}
	.btn-6-style{
		width:100%;
	}
	.btn-bloc-33-style{
		width:59.47%;
	}
	.h1-bloc-33-style{
		font-size:38px;
	}
	.h3-101 м²-style{
		font-size:40px;
	}
	.h3-3-2-м²-style{
		font-size:40px;
		line-height:48px;
	}
	.bkg_navbar{
		background-color:var(--swatch-var-3340);
		text-align:left;
		white-space:normal;
	}
	.btn-button-style{
		width:85.65%;
	}
	
}

@media (max-width: 767px){
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	.quote-text{
		font-size:22px;
	}
	.blocs-card-width{
		width:50%;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.link-stær-style{
		font-size:22px;
	}
	.menu-icon-0-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.mobile-navbar-fixed{
	}
	.img-bloc-7-style{
		height:40px;
	}
	.img-vtb-logo-20-style{
		height:40px;
	}
	.link-hero-style{
		font-weight:bold;
	}
	.btn-button-style{
		width:100%;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:rgba(0,0,0,0.80);
	}
	.navbar-logo{
		font-size:18px;
	}
	.quote-text{
		font-size:18px;
	}
	.blocs-card-width{
		width:100%;
	}
	.btn-style{
		width:75.56%;
	}
	.hero-header-text{
		font-size:50px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.btn-узнать-больше-style{
		width:100%;
	}
	.img-6-style{
		height:40px;
	}
	.img-vtb-logo-20-style{
		height:40px;
	}
	.img-8-style{
		height:50px;
	}
	.menu-icon-hero-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.mobile-navbar-fixed{
	}
	.h1-mayert-style{
		font-size:60px;
	}
	.btn-bloc-33-style{
		width:84.29%;
	}
	.h2-bloc-35-style{
		font-size:28px;
	}
	.h3-bloc-35-style{
		font-size:20px;
	}
	.h2-bloc-36-style{
		font-size:28px;
	}
	.h3-bloc-36-style{
		font-size:20px;
	}
	.h1-bloc-33-style{
		font-size:30px;
	}
	.bkg_navbar{
	}
	.link-hero-style{
		font-weight:bold;
	}
	.bloc-divider-t-fill{
		height:50px;
	}
	.label-email-style{
		font-size:10px;
	}
	.label-style{
		font-size:10px;
	}
	.h1-style{
		font-size:15px;
	}
	.label-message-style{
		font-size:10px;
	}
	
}

