/*-----------------------------------------------------------------------------------
	Дачный плотник
	About: Профессиональное строительство и ремонт: кровельные работы, каркасные дома, фасадные работы, ремонт деревянных полов, монтаж веранд, пристроек и террас под ключ. Гарантия до 5 лет, опытные бригады, доступные цены. Консультация онлайн!
	Author: Дмитрий
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-6728);
    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;
	position:relative;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


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


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* 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;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}
.bg-tr-edge{
	background-position: top right!important;
	background-repeat: no-repeat;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


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

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


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

/* 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}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	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;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	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;
}
/* = 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%;
}
}
/* = 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;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.carousel-indicators li::marker{
	font-size:0;
}


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

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
/* = 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;
}

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

/* 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:"Open Sans";
}
.container{
	max-width:1140px;
}
.hero-heading{
	background-image:url("img/f9bd9f0cbfdfe74d10009c0bf1506caa.jpg");
	background-image: -webkit-image-set(url("img/f9bd9f0cbfdfe74d10009c0bf1506caa.webp") 1x,
url("img/f9bd9f0cbfdfe74d10009c0bf1506caa.webp") 2x);background-image: image-set(url("img/f9bd9f0cbfdfe74d10009c0bf1506caa.jpg") 1x,
url("img/f9bd9f0cbfdfe74d10009c0bf1506caa.jpg") 2x,url("img/f9bd9f0cbfdfe74d10009c0bf1506caa.webp") 1x,
url("img/f9bd9f0cbfdfe74d10009c0bf1506caa.webp") 2x);
	background-size:contain;
	text-align:left;
	text-decoration:none;
}
.sub-header{
	font-size:20px;
}
.logo-style{
	font-size:18px;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:800;
	text-decoration:none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
	padding-left:66px;
	background-image:url("img/house-roof.png");
	background-image: -webkit-image-set(url("img/house-roof.webp") 1x,
url("img/house-roof.webp") 2x);background-image: image-set(url("img/house-roof.png") 1x,
url("img/house-roof.png") 2x,url("img/house-roof.webp") 1x,
url("img/house-roof.webp") 2x);
}
.page-heading{
	font-size:60px;
}
.read-more-link{
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	border-style:double;
	border-width:0px 0px 0px 10px;
	padding-left:10px;
}
.bloc-border{
	border-color:var(--swatch-var-6728)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.section-heading{
	font-weight:800;
	font-size:40px;
}
.field-style{
	border-radius:0px 0px 0px 0px;
}
.uppercase-text{
	text-transform:uppercase;
}
.event-grid-style{
	grid-template-columns:1fr;
	row-gap:0px;
}
.grid-event-item{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:100px;
	justify-items:center;
	align-items:center;
	color:var(--swatch-var-7376)!important;
	column-gap:0px;
}
.black-bg{
	background-color:var(--swatch-var-6691);
	color:var(--swatch-var-6728)!important;
}
.outline-container{
	padding:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-3709)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-7343);
	margin-bottom:20px;
	border-radius:12px 12px 12px 12px;
}
.gradient-text{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.hero-lower-section{
	margin-bottom:100px;
}
.overlap-grid{
	grid-template-rows:1fr;
	grid-template-columns:2fr 1fr;
	padding:20px 20px 20px 20px;
}
.overlap-col{
	position:absolute;
	top:-70px;
}
.secondary-top{
	border-color:var(--swatch-var-3191)!important;
	border-style:solid;
	border-width:15px 0px 0px 0px;
}
.box-card{
	padding:30px 20px 20px 20px;
}
.primary-top{
	border-width:15px 0px 0px 0px;
	border-color:var(--swatch-var-3409)!important;
	border-style:solid;
}
.price-card{
	padding:40px 40px 40px 40px;
	box-shadow:0.00px 0.00px 25px rgba(0,0,0,0.15);
}
.black-top{
	border-style:solid;
	border-color:var(--swatch-var-7376)!important;
	border-width:15px 0px 0px 0px;
}
.price-text{
	font-size:40px;
}
.price-header{
	font-size:40px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Open Sans";
	font-weight:800;
}
.overlay-title{
	position:absolute;
	left:0px;
	z-index:1;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-3409);
	bottom:0px;
}
.gallery-item{
	position:relative;
}
.bold-text{
	font-weight:800;
}
.overlay-text{
	font-size:26px;
	font-weight:800;
}
.hero-mask-svg-fill{
	fill:var(--swatch-var-7343);
}
.btn{
	font-weight:600;
	text-transform:uppercase;
}
.glass-bg{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	background-color:rgba(0,0,0,0.30);
}
.h1-style{
	font-size:150px;
	font-family:Helvetica;
	background-color:var(--swatch-var-7343);
}
.h3-style{
	opacity:0.8;
}
.p-style{
	font-size:20px;
	line-height:22px;
	text-indent:px;
}
.blocs-card-width{
	width:25%;
	background-size:2000px 900px;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-blend-mode:multiply;
	background-attachment:initial;
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
}
.h3-типу-style{
	font-size:60px;
}
.p-14-style{
	font-size:22px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-t-highlights-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-t-bloc-6-fill{
	fill:var(--swatch-var-3709);
}
.bloc-divider-t-events-fill{
	fill:var(--swatch-var-6728);
}
.feat-card-icon{
	width:50px;
	background:linear-gradient(0deg, var(--swatch-var-4448) 0%, var(--swatch-var-4448) 100%);
	border-radius:10px 10px 10px 10px;
	padding:5px 5px 5px 5px;
}
.feat-card-icon-pos{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feat-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.img-style{
	width:50px;
	height:50px;
}
.p-55-style{
	font-size:122px;
	font-weight:100;
	color:var(--swatch-var-4593)!important;
	top:55px;
	z-index:0;
	line-height:11px;
	padding-top:33px;
	text-shadow:0.00px -0.00px 26px #2D272F;
}
.text-span-style{
	font-weight:900;
	color:var(--swatch-var-7376)!important;
	font-family:"Helvetica";
}
.illustration-section-title{
	font-size:44px;
	line-height:44px;
}
.bloc-divider-t-bloc-21-fill{
	fill:var(--swatch-var-7376);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-3709);
}
.bloc-divider-b-events-fill{
	fill:var(--swatch-var-6728);
}
.p-41-style{
	font-size:20px;
}
.input_45{
	background-repeat:no-repeat;
	background-size:33px 33px;
	padding-top:11px;
	padding-right:11px;
	padding-bottom:11px;
	position:relative;
}
.bloc-divider-b-bloc-14-fill{
	fill:var(--swatch-var-3409);
}
.bloc-divider-b-bloc-21-fill{
	fill:var(--swatch-var-6728);
}
.p-bloc-23-style{
	font-size:20px;
}
.bloc-shadow{
	box-shadow:0.00px -0.00px 19px #000000;
	border-style:solid;
	border-color:var(--swatch-var-3709)!important;
	border-radius:22px 22px 22px 22px;
	border-width:1px 1px 1px 1px;
	background-image:url("img/6262a07b1fcf637a97218179-5-main-shadow.png");
	background-image: -webkit-image-set(url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 1x,
url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 2x);background-image: image-set(url("img/6262a07b1fcf637a97218179-5-main-shadow.png") 1x,
url("img/6262a07b1fcf637a97218179-5-main-shadow.png") 2x,url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 1x,
url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 2x);
	background-color:var(--swatch-var-7343);
}
.p-37-style{
	font-size:22px;
}
.portfolio-img{
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	border-width:1px 1px 1px 1px;
	border-radius:10px 10px 10px 10px;
	box-shadow:0.00px -0.00px 9px rgba(0,0,0,0.61);
}
.p-hero-style{
	font-size:33px;
}
.bloc-divider-b-hero-fill{
	fill:#FEFFFF;
	height:150px;
}
.bloc-divider-b-bloc-11-fill{
	fill:var(--swatch-var-6728);
}
.title-uslugi{
	position:relative;
	display:block;
	height:65px;
	padding-right:9px;
	padding-left:9px;
	color:var(--swatch-var-7376)!important;
	text-align:center;
	background-color:var(--swatch-var-6728);
	padding-top:8px;
	margin-bottom:0px;
}
.bloc-divider-t-bloc-4-fill{
	fill:var(--swatch-var-6728);
}
.btn-style{
	width:100%;
}
.tel{
	font-weight:900;
	color:var(--swatch-var-6728)!important;
	font-family:"Lato";
	text-align:center;
}
.whats-app{
	color:var(--swatch-var-6728)!important;
	font-weight:900;
	text-align:center;
	font-family:"Helvetica";
	position:relative;
}
.image-text{
	text-shadow:0.00px -0.00px 5px #000000;
	border-color:var(--swatch-var-6728)!important;
}
.btn-consult{
	margin-right:20px;
}
.img-29-style{
	width:145px;
	height:145px;
}
.p-8-style{
	font-size:19px;
	text-align:center;
	margin-top:15px;
	font-family:"Helvetica";
	font-weight:500;
	line-height:19px;
}
.img-bloc-4-style{
	width:145px;
	height:145px;
}
.img-17-style{
	width:145px;
	height:145px;
}
.p-bloc-4-style{
	font-size:22px;
	line-height:30px;
}
.img-21-style{
	width:145px;
	height:145px;
}
.bloc-fill{
	fill:transparent;
}
.p-1-style{
	font-size:20px;
	line-height:20px;
}
.p-footer-style{
	opacity:0.2;
	line-height:1px;
}
.p-52-style{
	font-family:"Open Sans";
	font-weight:700;
	line-height:1px;
	font-size:20px;
}
.divider-background-color{
	background-color:var(--swatch-var-4448);
}
.feat-sub-header{
	font-size:20px;
}
.feat-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.feat-header{
	font-weight:bold;
}
.purple-gradient-bg{
	background:linear-gradient(274deg, var(--swatch-var-4448) 0%, var(--swatch-var-3409) 100%);
}
.outline-container-otz{
	max-width:400px;
	min-width:400px;
	width:400px;
	background-color:var(--swatch-var-7376);
	padding:20px 20px 20px 20px;
	margin:10px 10px 10px 10px;
	border-radius:12px 12px 12px 12px;
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	border-width:1px 1px 1px 1px;
}
.p-73-style{
	font-size:22px;
}
.h3-отзывы-о-нас-style{
	font-size:60px;
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-7376);
}
.p-otziv-style{
	font-size:22px;
}
.p-realisovano-style{
	font-size:20px;
}
.p-26-style{
	font-size:20px;
}
.h5-style{
	font-size:22px;
}
.p-18-style{
	font-size:20px;
}
.p-20-style{
	font-size:20px;
}
.p-19-style{
	font-size:20px;
}
.p-21-style{
	font-size:20px;
}
.p-22-style{
	font-size:20px;
}
.p-23-style{
	font-size:20px;
}
.p-bloc-15-style{
	font-size:99px;
	line-height:99px;
	overflow:visible;
}
.stars{
	position:relative;
}
.div-otz{
	background-color:var(--swatch-var-3202);
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7343)!important;
	border-radius:15px 15px 15px 15px;
	padding:15px 15px 15px 15px;
}
.h-scroll-button{
	background-color:var(--swatch-var-4448);
}
.h-scroll-icon{
	stroke:var(--swatch-var-6728);
}
.zakaz-online{
	position:sticky;
	float:left;
	color:var(--swatch-var-6728)!important;
	background-color:var(--swatch-var-4448);
}
.zakaz-online:visited{
	background-color:var(--swatch-var-4448);
	color:var(--swatch-var-6728)!important;
}
.p-bloc-31-style{
	font-size:20px;
}
.bloc-bloc-31-fill{
	fill:var(--swatch-var-3709);
}
.p-70-style{
	font-size:22px;
	align-items:stretch;
	justify-content:space-between;
	font-family:"Open Sans";
	font-weight:300;
}
.h5-bloc-31-style{
	font-family:Helvetica;
}
.p-o-nas-style{
	font-size:22px;
}
.bloc-divider-b-otziv-fill{
	fill:var(--swatch-var-7376);
}
.h5-7-style{
	font-size:22px;
}
.p-17-style{
	font-size:20px;
}
.h4-style{
	font-size:22px;
}
.h4-bloc-17-style{
	font-size:22px;
}
.header-title{
	border-style:solid;
	border-width:0px 0px 0px 5px;
	padding-left:7px;
	border-color:var(--swatch-var-7376)!important;
}
.form-bottom-fon{
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	background-color:var(--swatch-var-6918);
	background-image:url("img/ipoteka4.png");
	background-image: -webkit-image-set(url("img/ipoteka4.webp") 1x,
url("img/ipoteka4.webp") 2x);background-image: image-set(url("img/ipoteka4.png") 1x,
url("img/ipoteka4.png") 2x,url("img/ipoteka4.webp") 1x,
url("img/ipoteka4.webp") 2x);
}
.img-realisovano-style{
	height:184px;
	width:243px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(45,39,47,1.00);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(255,147,0,1.00);
	
	--swatch-var-6691:rgba(45,39,47,1.00);
	
	--swatch-var-3191:rgba(69,174,241,1.00);
	
	--swatch-var-4494:rgba(255,255,255,0.50);
	
	--swatch-var-4593:rgba(255,255,255,0.50);
	
	--swatch-var-6918:rgba(0,0,0,0.08);
	
	--swatch-var-3709:rgba(214,214,214,1.00);
	
	--swatch-var-4395:rgba(255,255,255,0.50);
	
	--swatch-var-3202:rgba(0,0,0,0.03);
	
	--swatch-var-3654:rgba(166,45,195,0.11);
	
	--swatch-var-5276:#569EF9;
	
	--swatch-var-2752:rgba(24,58,86,1.00);
	
	--swatch-var-4448:rgba(71,212,66,1.00);
	
	--swatch-var-7343:rgba(0,0,0,0.61);
	
	--swatch-var-458:rgba(0,0,0,1.00);
	
	--swatch-var-426:rgba(255,255,255,0.80);
	
	--swatch-var-4295:#577592;
	
	--swatch-var-2708:rgba(214,214,214,0.51);
	
	--swatch-var-4546:rgba(177,173,173,1.00);
	
	--swatch-var-3188:rgba(109,108,108,1.00);
	
	--swatch-var-4577:rgba(255,255,255,0.5);
	
	--swatch-var-219:#28CD41;
	
}


/* Background colour styles */

.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.bgc-4448{
	background-color:var(--swatch-var-4448);
}
.bgc-3709{
	background-color:var(--swatch-var-3709);
}
.bgc-2708{
	background-color:var(--swatch-var-2708);
}
.bgc-3188{
	background-color:var(--swatch-var-3188);
}
.bgc-4546{
	background-color:var(--swatch-var-4546);
}
.bgc-3202{
	background-color:var(--swatch-var-3202);
}
.bgc-4395{
	background-color:var(--swatch-var-4395);
}
.bgc-6691{
	background-color:var(--swatch-var-6691);
}

/* Text colour styles */

.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-4448{
	color:var(--swatch-var-4448)!important;
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.tc-6691{
	color:var(--swatch-var-6691)!important;
}
.tc-4494{
	color:var(--swatch-var-4494)!important;
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.tc-458{
	color:var(--swatch-var-458)!important;
}
.tc-4577{
	color:var(--swatch-var-4577)!important;
}

/* Button colour styles */

.btn-c-4448{
	background:var(--swatch-var-4448);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4448:hover{
	background:#14A10F!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-219{
	background:var(--swatch-var-219);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-219:hover{
	background:#009A0E!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}
.ltc-7376{
	color:var(--swatch-var-7376)!important;
}
.ltc-7376:hover{
	color:#000000!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-megadis-roof-house-roof-ar-169-v-61-24b0c86d-4a3f-4898-88ad-9f2a2af7d4b8{
	background-image:url("img/megadis_roof_house_roof_ar_169_v_61_24b0c86d-4a3f-4898-88ad-9f2a2af7d4b8.png");
}
.bg-6262a07b1fcf637a97218179-5-main-shadow{
	background-image:url("img/6262a07b1fcf637a97218179-5-main-shadow.png");
	background-image: -webkit-image-set(url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 1x,
url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 2x);background-image: image-set(url("img/6262a07b1fcf637a97218179-5-main-shadow.png") 1x,
url("img/6262a07b1fcf637a97218179-5-main-shadow.png") 2x,url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 1x,
url("img/6262a07b1fcf637a97218179-5-main-shadow.webp") 2x);
}
.bg-bg-stroyka{
	background-image:url("img/bg-stroyka.jpg");
}
.bg-9c4040757445f44cfd3c1ace62fb5e64{
	background-image:url("img/9c4040757445f44cfd3c1ace62fb5e64.jpg");
}
.bg-WhatsApp-20Image-202025-03-25-20at-2021-37-32{
	background-image:url("img/WhatsApp%20Image%202025-03-25%20at%2021.37.32.jpeg");
}
.bg-WhatsApp-20Image-202025-03-25-20at-2021-58-50{
	background-image:url("img/WhatsApp%20Image%202025-03-25%20at%2021.58.50.jpeg");
}
.bg-WhatsApp-20Image-202025-03-25-20at-2021-53-41{
	background-image:url("img/WhatsApp%20Image%202025-03-25%20at%2021.53.41.jpeg");
}
.bg-WhatsApp-20Image-202025-03-29-20at-2022-46-30{
	background-image:url("img/WhatsApp%20Image%202025-03-29%20at%2022.46.30.jpeg");
}

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

#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	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;
	}
}.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
.rating,.rating-empty{
		position: relative;
		display:inline-block;
}
.rating-score{
		position: absolute;
		overflow: hidden;
		left: 0;
		top:0;
		z-index:1;
}
.samehtwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}

/* = 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){
	.grid-event-item{
		grid-template-rows:100px;
	}
	.hero-heading{
		font-size:70px;
	}
	.overlap-grid{
	}
	.hero-mask-svg-fill{
	}
	.btn{
	}
	.blocs-card-width{
		width:50%;
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	
}

@media (max-width: 767px){
	.logo-style{
		font-size:17px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:50px;
	}
	.grid-event-item{
		grid-template-rows:80px;
	}
	.overlay-text{
		font-size:22px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.hero-lower-section{
		margin-bottom:80px;
	}
	.hero-mask-svg-fill{
	}
	.glass-bg{
	}
	.blocs-card-width{
		width:50%;
	}
	.feat-card{
		margin-bottom:60px;
	}
	.feature-details-col{
		text-align:center;
	}
	.h1-style{
		font-size:66px;
	}
	.p-hero-style{
		font-size:25px;
	}
	
}

@media (max-width: 575px){
	.page-heading{
		font-size:40px;
	}
	.logo-style{
		font-size:16px;
	}
	.grid-event-item{
		grid-template-columns:1fr 1fr;
		grid-template-rows:50px 50px;
	}
	.sub-header{
		font-size:18px;
	}
	.hero-mask-svg-fill{
		fill:rgba(0,0,0,0.70);
	}
	.overlay-text{
		font-size:14px;
	}
	.overlap-col{
		top:-75px;
	}
	.price-card{
		padding:20px 20px 20px 20px;
	}
	.overlap-grid{
		grid-template-columns:1fr;
	}
	.blocs-card-width{
		width:100%;
	}
	.p-style{
		font-size:19px;
	}
	.h3-типу-style{
		font-size:34px;
		line-height:34px;
	}
	.footer-link{
		text-align:center;
	}
	.h1-style{
		font-size:47px;
		line-height:47px;
	}
	.col145{
	}
	.img-17-style{
		width:99px;
		height:99px;
	}
	.img-bloc-4-style{
		opacity:0.9;
		height:99px;
		width:99px;
	}
	.img-21-style{
		width:99px;
		height:99px;
	}
	.btn-consult{
		margin-left:20px;
		margin-bottom:20px;
		margin-top:20px;
	}
	.illustration-section-title{
		font-size:34px;
		line-height:34px;
	}
	.h3-otziv-style{
		font-size:34px;
		line-height:34px;
	}
	.h3-выполнено-нами-style{
		font-size:34px;
		line-height:34px;
	}
	.section-heading{
		font-size:34px;
		line-height:34px;
	}
	.h2-style{
		font-size:24px;
		line-height:30px;
	}
	.p-1-style{
		font-size:14px;
		line-height:14px;
	}
	
}

