/*-----------------------------------------------------------------------------------
	Спецпошив
	About: Спецпошив. Пошив одягу на замовлення.
	Author: Спецпошив
	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 */


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


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

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* 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-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-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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




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


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


/* 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;
}
/* = 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: 15px;
	right: 15px;
	bottom: 5px;
}
.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;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Rubik";
	font-weight:300;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:200px;
}
.link-style{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
}
.link-padding{
	width:100%;
}
.link-котнакты-style{
	width:100%;
}
.bloc-divider-t-fill{
	fill:#72FCD5;
}
.h2-брендинг-style{
	font-size:52px;
}
.divider-bloc-11-padding{
	padding-top:22px;
	padding-bottom:22px;
}
.divider-bloc-13-padding{
	padding-top:18px;
	padding-bottom:18px;
}
.divider-bloc-12-padding{
	padding-top:14px;
	padding-bottom:14px;
}
.h2-дизайн-style{
	font-size:52px;
}
.h3-дизайн-style{
	font-size:20px;
}
.btn-style{
	width:28.82%;
	padding-top:6px;
	padding-bottom:6px;
	border-radius:0px 0px 0px 0px;
}
.h3-bloc-17-style{
	font-size:28px;
}
.h1-2-style{
	font-size:5px;
}
.h4-3-style{
	font-size:18px;
}
.h1-bloc-12-style{
	font-size:33px;
}
.h1-bloc-11-style{
	font-size:35px;
}
.h4-bloc-17-style{
	font-size:18px;
}
.text-span-bloc-9-color{
	color:#000000;
}
.h5-style{
	font-size:28px;
	width:100%;
	font-family:Helvetica;
	font-weight:300;
	padding-top:1px;
	letter-spacing:px;
	margin-bottom:11px;
	padding-right:122px;
	padding-left:125px;
}
.list-style{
	width:70%;
}
.h5-bloc-9-style{
	width:100%;
	font-size:20px;
}
.h6-style{
	font-size:15px;
}
.h3-3-style{
	font-size:22px;
}
.h3-style{
	font-size:30px;
	font-family:Helvetica;
	font-weight:300;
	padding-left:2px;
	padding-top:52px;
}
.btn-subscribe-style{
	width:36.96%;
	padding-top:14px;
	padding-bottom:14px;
}
.h3- отзывы-style{
	font-size:32px;
}
.img-2020-05-style{
	width:62px;
}
.link-цены-style{
	width:100%;
}
.link-bloc-1-style{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
}
.link- - главная-  -style{
	width:100%;
}
.h5-bloc-2-style{
	font-size:18px;
}
.btn-1-style{
	width:83.85%;
	padding-top:6px;
	padding-bottom:6px;
}
.divider-bloc-5-padding{
	padding-top:8px;
	padding-bottom:8px;
	width:100%;
}
.p-2-style{
	font-size:25px;
}
.img-bloc-14-style{
	width:200px;
}
.h1-1-style{
	font-family:Lato;
	font-weight:100;
	font-size:18px;
	width:37.43%;
}
.h3-bloc-1-style{
	font-size:35px;
	font-family:Lato;
	font-weight:100;
	width:56%;
}
.field-style{
	width:67.61%;
	height:37px;
}
.field-bloc-1-style{
	width:34%;
}
.btn-submit-style{
	width:40.04%;
}
.q01{
	content:"";
	background-size:auto auto;
}
.w01{
	font-size:16px;
	font-family:"Rubik";
	font-weight:300;
}
.t01{
	padding-bottom:35px;
}
.t02{
	padding-left:25px;
	padding-right:25px;
	font-size:14px;
	font-family:"Rubik";
	font-weight:300;
}
.t03{
	padding-top:70px;
	padding-left:0px;
	font-family:"Rubik";
	font-weight:300;
}
.p-4-style{
	font-size:40px;
	font-family:"Rubik";
	font-weight:300;
}
.b01{
	padding-bottom:200px;
}
.p-bloc-136-style{
	font-size:20px;
	font-family:"Rubik";
	font-weight:300;
}
.btn-вся-команда-style{
	width:82.97%;
}
.b03{
	padding-bottom:50px;
}
.t04{
	padding-bottom:25px;
}
.t05{
	padding-left:0px;
}
.p-6-style{
	font-size:28px;
	font-family:"Rubik";
	font-weight:300;
	padding-top:0px;
	margin-bottom:0px;
}
.img-efficio-01-style{
	width:300px;
}
.t06{
	font-size:14px;
	padding-left:25px;
	font-family:"Rubik";
	font-weight:300;
	text-align:right;
}
.i01{
	padding-right:7px;
}
.i02{
	padding-right:15px;
	padding-left:15px;
}
.i03{
	padding-left:20px;
}
.t07{
	background-color:rgba(0,0,0,0.50);
	padding-left:20px;
}
.p-bloc-1-style{
	font-size:17px;
	font-family:Rubik;
	font-weight:300;
}
.t09{
	padding-left:35px;
}
.t11{
	padding-left:88px;
}
.img-1-style{
	width:200px;
}
.p-bloc-147-style{
	width:24.5%;
}
.p-bloc-148-style{
	font-size:18px;
	font-family:"Rubik";
	font-weight:300;
}
.p-8-style{
	font-size:18px;
	font-family:"Rubik";
	font-weight:300;
}
.p-10-style{
	font-size:18px;
	font-family:"Rubik";
	font-weight:300;
}
.p-11-style{
	font-size:18px;
	font-family:"Rubik";
	font-weight:300;
}
.h5-33-style{
	font-family:"Rubik";
	font-weight:300;
	font-size:36px;
}
.form-style{
	width:47.33%;
}
.t12{
	font-size:14px;
	font-family:"Lato";
	font-weight:300;
	color:#000000!important;
	background-size:length;
}
.p-5-style{
	font-family:Rubik;
	font-weight:300;
	font-size:25px;
}
.field-bloc-150-style{
	width:67.81%;
}
.text-area-style{
	width:67.61%;
}
.h3-28-style{
	font-family:Lato;
	font-weight:300;
	font-size:36px;
}
.h1-bloc-145-style{
	font-family:Rubik;
	font-weight:300;
	font-size:40px;
}
.t13{
	font-family:"Rubik";
	font-weight:300;
	color:#000000!important;
	font-size:18px;
}
.t14{
	padding-bottom:35px;
}
.t15{
	padding-bottom:35px;
}
.t16{
	padding-top:35px;
	background-color:transparent;
	box-shadow:0px 2px 2px #000000;
}
.t17{
	fill:transparent;
	padding-top:35px;
}
.p-bloc-149-style{
	font-size:36px;
	font-family:Lato;
	font-weight:300;
}
.t18{
	color:#FFFFFF!important;
}
.btn-28-style{
	width:51.96%;
	font-family:"Rubik";
	font-weight:300;
	font-size:16px;
}
.b04{
	padding-top:55px;
}
.btn-29-style{
	width:44.31%;
}
.t20{
	padding-top:55px;
}
.f01{
	padding-top:50px;
}
.btn-bloc-148-style{
	width:39.8%;
}
.t21{
	padding-bottom:35px;
}
.h2-6-style{
	font-size:36px;
	font-family:Lato;
	font-weight:300;
}
.i04{
	background-size:auto auto;
}
.i05{
	background-color:#FFFFFF;
}
.p-27-style{
	font-family:"Rubik";
	font-weight:300;
	font-size:20px;
}
.p-bloc-155-style{
	font-family:Helvetica;
	font-weight:300;
	font-size:18px;
	padding-top:33px;
}
.btn-31-style{
	width:18.29%;
}
.btn-30-style{
	width:16.57%;
}
.v01{
	background-color:#EAEAEA;
	border-color:#FFFFFF!important;
}
.l01{
	color:#797979!important;
	font-family:"Lato";
	font-weight:100;
	font-size:18px;
	bottom:10px;
}
.p-bloc-152-style{
	font-size:18px;
	font-family:Lato;
	font-weight:300;
}
.link-options-1-style{
	width:100%;
}
.h3-bloc-148-style{
	font-family:"Rubik";
	font-weight:300;
	font-size:24px;
}
.p-22-style{
	font-family:"Rubik";
	font-weight:300;
}
.t19{
	font-size:14px;
	font-family:"Rubik";
	font-weight:300;
	color:#424242!important;
}
.b10{
	padding-bottom:30px;
}
.r01{
	padding-bottom:10px;
}
.r02{
	padding-bottom:70px;
}
.p-1-style{
	font-family:Rubik;
	font-weight:300;
	font-size:17px;
	letter-spacing:0px;
}
.h1-style{
	font-size:28px;
	font-family:Rubik;
	font-weight:300;
	width:100%;
}
.btn-42-style{
	width:23.43%;
}
.img-efficio-27-style{
	width:150px;
}
.t30{
	padding-top:50px;
}
.p-52-style{
	font-family:"Rubik";
	font-weight:300;
}
.t31{
	padding-top:20px;
	padding-bottom:20px;
	font-family:"Rubik";
	font-weight:300;
	color:#FEFFFF!important;
}
.p-bloc-165-style{
	font-family:"Rubik";
	font-weight:300;
}
.in01{
	padding-top:35px;
	padding-bottom:35px;
}
.soc01{
	padding-left:10px;
	padding-right:10px;
}
.soc02{
	padding-top:35px;
	padding-bottom:35px;
}
.b11{
	font-family:"Rubik";
	font-weight:300;
	font-size:16px;
}
.b12{
	padding-bottom:10px;
}
.b13{
	padding-top:55px;
}
.t35{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	color:#000000!important;
	text-decoration:none;
}
.t36{
	color:#000000!important;
	font-family:"Rubik";
	font-weight:300;
	font-size:18px;
}
.h5-bloc-11-style{
	font-family:Lato;
	font-weight:300;
	font-size:18px;
}
.linkedin01{
	padding-bottom:88px;
}
.b35{
	padding-bottom:35px;
}
.portfolio{
	text-decoration:underline!important;
	font-family:"Lato";
	font-weight:300;
	color:#000000!important;
	font-size:12px;
}
.pf{
	font-family:"Rubik";
	font-weight:300;
	text-decoration:none;
	background-color:#FF9300;
}
.usl{
	background-color:#FF9300;
}
.otz{
	background-color:#FF9300;
}
.kom{
	background-color:#FF9300;
}
.cont{
	background-color:#FF9300;
}
.h3-контакты-style{
	font-family:"Rubik";
	font-weight:300;
	font-size:40px;
}
.h5-3-style{
	font-family:"Rubik";
	font-weight:300;
	font-size:18px;
}
.viber{
	padding-right:15px;
}
.b36{
	padding-top:20px;
	padding-bottom:35px;
}
.b37{
	padding-bottom:35px;
}
.b38{
	padding-top:10px;
}
.b39{
	padding-top:20px;
	font-family:"Rubik";
	font-weight:300;
}
.p-21714-style{
	font-family:Lato;
	font-weight:300;
	font-size:18px;
}
.p-31650-style{
	font-family:"Rubik";
	font-weight:300;
	font-size:18px;
}
.contact{
	font-size:18px;
	font-family:"Rubik";
	font-weight:300;
	color:#000000!important;
}
.rubik{
	font-family:"Rubik";
	font-weight:300;
	text-align:right;
}
.img-2022-sale-style{
	width:350px;
}
.p-181-style{
	font-size:18px;
}
.t55{
	padding-top:25px;
	padding-bottom:25px;
}
.h3-с-новым-годом--style{
	font-size:38px;
}
.h3-bloc-113-style{
	font-size:24px;
}
.bl01{
	padding-bottom:55px;
}
.p-64-style{
	font-size:16px;
}
.pr01{
	font-size:16px;
	font-family:"Rubik";
	font-weight:300;
}
.h4-style{
	font-size:40px;
	font-family:Rubik;
	font-weight:300;
}
.t50{
	font-size:16px;
	font-family:"Rubik";
	font-weight:300;
	color:#000000!important;
}
.container-div-margin-top{
	margin-top:70px;
}
.h4-1-style{
	font-size:40px;
	font-family:Rubik;
	font-weight:300;
}
.bloc-style{
	height:31px;
	width:14.67%;
}
.p-bloc-18-style{
	width:100%;
	margin-top:113px;
	padding-top:0px;
}
.container-div-bloc-18-style{
	width:94.93%;
}
.p-margin-top{
	margin-top:64px;
}
.t51{
	font-family:"Rubik";
	font-weight:300;
	font-size:25px;
	color:#000000!important;
}
.p-bloc-18-margin-top{
	margin-top:73px;
}
.p-18632-style{
	font-size:35px;
	font-family:"Open Sans";
	font-weight:800;
}
.p-13670-style{
	font-family:"Open Sans";
	font-size:53px;
	font-weight:800;
	margin-bottom:0px;
	padding-bottom:1px;
	margin-top:-12px;
}
.p-bloc-2-style{
	font-size:18px;
	font-family:Helvetica;
	font-weight:400;
	margin-bottom:3px;
	padding-left:172px;
	padding-right:173px;
}
.text01{
	font-size:35px;
	font-family:"Open Sans";
	font-weight:800;
}
.p-4-bloc-2-style{
	font-size:30px;
}
.p-bloc-118-style{
	font-size:18px;
}
.t111{
	padding-top:35px;
}
.p-197-style{
	font-size:18px;
}
.p-bloc-121-style{
	font-size:14px;
	font-family:"Rubik";
	font-weight:300;
}
.p-bloc-17-style{
	font-size:14px;
}
.h3-сайты-style{
	font-size:44px;
}
.p-184-style{
	font-family:Rubik;
	font-weight:300;
	font-size:23px;
}
.h2-style{
	font-size:23px;
}
.h5-11-style{
	font-size:28px;
	width:100%;
	margin-bottom:1px;
	letter-spacing:3px;
	line-height:48px;
	margin-top:0px;
	font-family:Helvetica;
}
.h1-5-style{
	font-size:60px;
}
.ua{
	font-family:"Helvetica";
	background-color:var(--swatch-var-Unnamed-Swatch);
	font-size:14px;
	font-weight:bold;
	border-width:0px 0px 0px 0px;
}
.btn-bloc-0-style{
	width:5.51%;
	padding-top:0px;
	padding-bottom:3px;
	border-width:0px 0px 0px 0px;
}
.img-padding-top{
	margin-bottom:16px;
	width:900px;
	padding:9px 73px 0px 79px;
}
.t333{
	color:var(--swatch-var-Unnamed-Swatch)!important;
}
.p-padding-left{
	padding-left:204px;
	padding-right:204px;
	font-size:18px;
	padding-top:3px;
	line-height:35px;
	font-family:Helvetica;
	margin-bottom:77px;
}
.btn-margin-left{
	margin-left:28px;
	width:22.67%;
	margin-top:31px;
	margin-right:36px;
}
.bloc-padding-right{
	padding-right:21px;
}
.p-bloc-6-style{
	font-size:18px;
	padding-right:43px;
	padding-left:48px;
	margin-bottom:45px;
	font-family:Helvetica;
}
.img-style{
	width:60px;
	padding-bottom:8px;
}
.p-padding-top{
	padding-top:38px;
	font-size:18px;
	width:80.67%;
	font-family:Helvetica;
}
.img-spec-13-style{
	width:100px;
}
.img-spec-14-style{
	width:100px;
	background-size:auto auto;
}
.img-spec-15-style{
	width:100px;
}
.img-spec-16-style{
	width:100px;
}
.img-spec-17-style{
	width:100px;
}
.p-bloc-5-style{
	letter-spacing:5px;
	font-size:40px;
	margin-bottom:28px;
	font-family:Helvetica;
}
.img-spec-20-style{
	width:100px;
	padding-right:11px;
}
.h3-padding-top{
	padding-top:54px;
}
.img-padding-bottom{
	padding-bottom:1px;
}
.icon-padding-bottom{
	padding-bottom:48px;
}
.container-div-padding-left{
	padding-left:0px;
}
.container-div-bloc-7-padding-left{
	padding-left:0px;
}
.icon-bloc-7-padding-bottom{
	padding-bottom:40px;
}
.container-div-margin-bottom{
	margin-bottom:28px;
}
.container-div-padding-top{
	padding-top:4px;
}
.divider-bloc-7-style{
	height:2px;
	background-color:var(--swatch-var-Unnamed-Swatch);
	padding-left:46px;
	padding-right:17px;
	width:48.35%;
	margin-left:auto;
	margin-right:auto;
}
.divider-margin-left{
	margin-left:auto;
	margin-right:auto;
	width:32.48%;
	background-color:var(--swatch-var-Unnamed-Swatch);
	height:2px;
}
.text111{
	font-size:13px;
}
.btn-як-замовити-style{
	width:100%;
}
.link-padding-left{
	padding-left:8px;
	text-decoration:none;
	margin-bottom:13px;
}
.img-spec-33-style{
	width:439px;
}
.img-spec-34-style{
	width:439px;
}
.img-spec-10-style{
	width:473px;
	border-radius:237px 237px 237px 237px;
}
.img-spec-09-style{
	width:473px;
	border-radius:237px 237px 237px 237px;
}
.divider-style{
	width:42.48%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-Unnamed-Swatch-copy-3);
}
.h3-з-2019-style{
	font-family:Helvetica;
	font-size:26px;
}
.p-13-style{
	font-family:Helvetica;
	font-size:20px;
	line-height:35px;
}
.h3-7-style{
	font-size:16px;
	margin-bottom:24px;
	padding-top:11px;
}
.img-19-style{
	width:80px;
}
.bloc-padding-top{
	padding-top:9px;
}
.bloc-bloc-14-padding-top{
	padding-top:11px;
}
.p-bloc-11-style{
	font-family:Helvetica;
	font-size:18px;
	margin-bottom:11px;
}
.divider-background-color{
	background-color:var(--swatch-var-Unnamed-Swatch);
}
.btn-instargam-margin-left{
	margin-left:18px;
	width:23.73%;
}
.btn-16-margin-left{
	margin-left:25px;
	width:24.31%;
}
.btn-instargam-style{
	width:25.69%;
}
.link-bloc-21-style{
	text-decoration:none;
	width:100%;
}
.h3-тканина-style{
	font-size:25px;
}
.icon-bloc-11-padding-bottom{
	padding-bottom:20px;
}
.p-9-style{
	font-size:18px;
	padding-right:70px;
	padding-left:77px;
}
.p-bloc-7-style{
	font-size:18px;
	padding-right:86px;
	padding-left:78px;
}
.p-16-padding-left{
	padding:27px 202px 28px 202px;
	font-family:Helvetica;
	font-size:23px;
}
.divider-bloc-14-style{
	width:47.62%;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-Unnamed-Swatch);
	height:2px;
}
.p-42-style{
	font-family:"Rubik";
	font-size:25px;
}
.n001{
	color:var(--swatch-var-Unnamed-Swatch)!important;
	background-color:var(--swatch-var-Unnamed-Swatch);
}
.next{
	stroke:var(--swatch-var-Unnamed-Swatch);
	background-color:var(--swatch-var-Unnamed-Swatch-copy-2);
	caret-color:var(--swatch-var-Unnamed-Swatch);
	cursor:auto;
	background-size:length;
	content:"";
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 97%);
	width:30px;
	top:200px;
	bottom:250px;
}
.p-46-padding-top{
	padding-top:16px;
}
.container-div-bloc-37-padding-top{
	padding-top:56px;
}
.bloc-bloc-28-padding-top{
	padding-top:61px;
}
.next2{
	background-color:var(--swatch-var-Unnamed-Swatch);
	background-size:auto auto;
	width:35px;
	margin-top:250px;
	margin-bottom:300px;
}
.carousel-padding-bottom{
	padding-bottom:50px;
}
.next3{
	background-color:var(--swatch-var-Unnamed-Swatch);
	width:35px;
	top:50px;
	bottom:50px;
}
.container-div-bloc-8-padding-top{
	padding-top:33px;
}
.btn-padding-left{
	width:12.48%;
}
.btn-спецодяг-style{
	margin-right:33px;
	width:24.08%;
}
.btn-8-style{
	margin-right:37px;
	width:26.21%;
}
.btn-bloc-7-margin-left{
	width:28.74%;
}
.btn-bloc-6-margin-left{
	width:30.1%;
}
.btn-5-style{
	margin-right:31px;
	width:10.1%;
}
.btn-bloc-12-padding-left{
	margin-left:27px;
}
.btn-bloc-10-margin-left{
	margin-left:24px;
}
.btn-спецодяг-margin-right{
	margin-right:22px;
}
.btn-100-margin-right{
	margin-right:20px;
}
.btn-bloc-28-margin-right{
	margin-right:17px;
}
.btn-79-margin-right{
	margin-right:18px;
}
.btn-86-margin-right{
	margin-right:19px;
}
.btn-93-margin-right{
	margin-right:16px;
}
.btn-107-margin-right{
	margin-right:14px;
}
.btn-114-margin-right{
	margin-right:21px;
}
.btn-121-margin-right{
	margin-right:21px;
}
.btn-галерея-margin-right{
	margin-right:23px;
}
.btn-46-margin-right{
	margin-right:23px;
}
.btn-48-margin-right{
	margin-right:24px;
}
.btn-61-margin-right{
	margin-right:15px;
}
.btn-65-margin-right{
	margin-right:20px;
}
.btn-67-margin-right{
	margin-right:16px;
}
.img-bloc-11-style{
	border-radius:28px 28px 28px 28px;
}
.p-3-bloc-7-style{
	font-size:18px;
}
.btn-margin-top{
	margin-top:42px;
	width:33.14%;
}
.row-margin-left{
	padding-left:13px;
	padding-right:14px;
}
.p-style{
	font-size:22px;
}
.p-bloc-9-style{
	font-size:22px;
}
.button{
	font-size:14px;
	border-color:var(--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-4)!important;
	border-width:0px 0px 0px 0px;
}
.link{
	font-size:14px;
}
.row-padding-bottom{
	padding-bottom:94px;
}
.btn-марка-style{
	width:100%;
	border-width:1px 1px 1px 1px;
}
.b111{
	background-color:var(--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-4);
	color:var(--swatch-var-Unnamed-Swatch-copy-3)!important;
	padding:10px 10px 10px 10px;
	font-size:16px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-Unnamed-Swatch:rgba(0,0,0,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-1:rgba(255,232,0,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-2:rgba(94,94,94,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-3:rgba(255,255,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-4:rgba(33,33,33,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-5:rgba(255,255,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-6:rgba(0,150,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-7:rgba(0,0,0,0.80);
	
	--swatch-var-Unnamed-Swatch-copy-8:rgba(255,255,255,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-9:rgba(255,38,0,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-10:#005478;
	
	--swatch-var-Unnamed-Swatch-copy-11:#004D6A;
	
	--swatch-var-Unnamed-Swatch-copy-12:rgba(0,97,121,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-13:#004C66;
	
	--swatch-var-Unnamed-Swatch-copy-14:rgba(0,76,117,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-15:rgba(0,143,0,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-16:#EAEAEA;
	
	--swatch-var-Unnamed-Swatch-copy-17:rgba(192,192,192,1.00);
	
	--swatch-var-Unnamed-Swatch-copy-18:#929292;
	
	--swatch-var-Unnamed-Swatch-copy-19:#919191;
	
	--swatch-var-Unnamed-Swatch-copy-20:#797979;
	
	--swatch-var-Unnamed-Swatch-Copy:#FEFFFE;
	
	--swatch-var-4551:rgba(255,255,255,1.00);
	
	--swatch-var-6081:rgba(3,96,121,1.00);
	
	--swatch-var-2248:#015377;
	
	--swatch-var-140:#024061;
	
	--swatch-var-5010:rgba(255,255,255,1.0);
	
	--swatch-var-1517:rgba(255,255,255,1.0);
	
	--swatch-var-202:#11516A;
	
	--swatch-var-7171:#15698F;
	
	--swatch-var-647:#257EA5;
	
	--swatch-var-6769:#257EA5;
	
	--swatch-var-7977:#797979;
	
	--swatch-var-822:rgba(255,255,255,1.0);
	
	--swatch-var-1102:#FEFFFF;
	
	--swatch-var-5995:#FFFFFF;
	
	--swatch-var-1483:#FFFFFF;
	
	--swatch-var-5079:#000000;
	
	--swatch-var-7654:#75D5FF;
	
	--swatch-var-263:#0095AD;
	
	--swatch-var-Unnamed-Swatch-Copy-copy-1:#000000;
	
	--swatch-var-380:rgba(121,121,121,1.00);
	
	--swatch-var-Unnamed-Swatch-Copy-copy-2:#000000;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy:#000000;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy:#212121;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-copy-1:#000000;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-copy-1:#212121;
	
	--swatch-var-7366:#3B5898;
	
	--swatch-var-7757:#797979;
	
	--swatch-var-7358:#EAEAEA;
	
	--swatch-var-2444:#D5D5D5;
	
	--swatch-var-2268:#FEFFFF;
	
	--swatch-var-6662:#521B92;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy:#FFFFFF;
	
	--swatch-var-2329:#FEFFFF;
	
	--swatch-var-2597:#FEFFFF;
	
	--swatch-var-7043:rgba(235,235,235,0.37);
	
	--swatch-var-5853:#FEFFFF;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy:#212121;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy:#212121;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-Copy:#FEFFFF;
	
	--swatch-var-Unnamed-Swatch-Copy-copy-3:#0432FF;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-copy-2:#0432FF;
	
	--swatch-var-128:#FEFFFF;
	
	--swatch-var-6136:#000000;
	
	--swatch-var-1734:#005982;
	
	--swatch-var-1221:#EAEAEA;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-copy-1:#2E373B;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-1:#FEFFFF;
	
	--swatch-var-7627:#CAF1FF;
	
	--swatch-var-6780:#FEFFFF;
	
	--swatch-var-700:#000000;
	
	--swatch-var-4148:#EAEAEA;
	
	--swatch-var-424:#FF4395;
	
	--swatch-var-1606:#0094AC;
	
	--swatch-var-926:#EAEAEA;
	
	--swatch-var-1101:#D5D5D5;
	
	--swatch-var-6355:#005392;
	
	--swatch-var-7009:#DC0081;
	
	--swatch-var-Unnamed-Swatch-Copy-copy-4:#005392;
	
	--swatch-var-220:#0094AB;
	
	--swatch-var-5833:#FEFFFF;
	
	--swatch-var-Unnamed-Swatch-copy-21:rgba(255,255,255,1.00);
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-2:#1B3958;
	
	--swatch-var-3891:#84373B;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-3:#91333B;
	
	--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-4:rgba(15,29,55,1.00);
	
	--swatch-var-6466:#840000;
	
}


/* Background colour styles */

.bgc-786{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-16);
}
.bgc-4233{
	background-color:var(--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-4);
}
.bgc-5682{
	background-color:var(--swatch-var-Unnamed-Swatch-Copy-copy-2);
}

/* Text colour styles */

.tc-6455{
	color:var(--swatch-var-Unnamed-Swatch)!important;
}
.tc-6136{
	color:var(--swatch-var-6136)!important;
}
.tc-3276{
	color:var(--swatch-var-Unnamed-Swatch-copy-8)!important;
}
.tc-4233{
	color:var(--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-4)!important;
}
.tc-6466{
	color:var(--swatch-var-6466)!important;
}

/* Button colour styles */

.btn-c-6455{
	background:var(--swatch-var-Unnamed-Swatch);
	color:#FFFFFF!important;
}
.btn-c-6455:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-c-4233{
	background:var(--swatch-var-Unnamed-Swatch-Copy-Copy-Copy-Copy-Copy-Copy-copy-4);
	color:#FFFFFF!important;
}
.btn-c-4233:hover{
	background:#000004!important;
	color:#FFFFFF!important;
}
.wire-btn-c-700{
	color:var(--swatch-var-700)!important;
	border-color:var(--swatch-var-700)!important;
}

/* Link colour styles */

.ltc-2292{
	color:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
}
.ltc-2292:hover{
	color:#2B2B2B!important;
}
.ltc-6136{
	color:var(--swatch-var-6136)!important;
}
.ltc-6136:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-6729{
	color:var(--swatch-var-Unnamed-Swatch-copy-15)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-15)!important;
}
.icon-3724{
	color:var(--swatch-var-Unnamed-Swatch-copy-7)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-7)!important;
}
.icon-2292{
	color:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
}

/* Bloc image backgrounds */


/* = 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;
}
/* WP Widget Styling */.widget-zone ul{
	list-style: none;
	padding: 0;
}
.stickyalert-bg {
	  display:block;
	  position:fixed;
	  width:100%;
	  height:100%;
	  top:0;
	  left:0;
	  background-color: rgba(0,0,0,0);
	  z-index: 9997}.stickyalertwrapper {
	  display:block;
	  position:relative;
	  width:100%;
	  padding: 1% 5% 1% 1%;
	  text-align: left;
	  background-color: #d8d8d8;
	  border-radius: 3px;
	  box-shadow: 0 0 5px #555555;
	  z-index:9998}  .stickyalertwrapper.top {
	  top:9%}  .stickyalertwrapper.bottom {
	  bottom:0%}      .stickyalertwrapper p.stickyalert-txt {
	  display:inline;
	  position:relative;
	  margin: 0;
	  padding: 0;
	  color: #515151;
	  font-size:1.25em;
	  line-height:140%}  .stickyalertwrapper p.stickyalert-policy, .stickyalertwrapper p.stickyalert-agree, .stickyalertwrapper p.stickyalert-leave {
	  display:inline-block;
	  position:relative;
	  margin: .25em 0 0 .5em;
	  padding: 0;
	  font-size:1.25em;
	  line-height:140%}  .stickyalertwrapper p.stickyalert-policy a, .stickyalertwrapper p.stickyalert-agree a, .stickyalertwrapper p.stickyalert-leave a, .stickyalertwrapper p.stickyalert-policy a:visited, .stickyalertwrapper p.stickyalert-agree a:visited, .stickyalertwrapper p.stickyalert-leave a:visited {
	  padding: .2em .35em .2em .35em;
	  border: 2px solid #bcbcbc;
	  border-radius: .5em;
	  color: #4c8dbb}  /* .stickyalertwrapper p.stickyalert-policy a:hover, .stickyalertwrapper p.stickyalert-leave a:hover {
	  border: 2px solid #ffffff;
	  color: #ffffff}   */  .stickyalertwrapper .icon-md {
	  display:block;
	  position:absolute;
	  top:10%;
	  right:1%;
	  color:#ff0000;
	  text-shadow: 1px 1px 2px #929292;
	  cursor:pointer}   .stickyalertwrapper .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}  @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (   min--moz-device-pixel-ratio: 2),only screen and (max-width: 768px) and (   -moz-min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (     -o-min-device-pixel-ratio: 2/1),only screen and (max-width: 768px) and (             min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (                min-resolution: 192dpi),only screen and (max-width: 768px) and (                min-resolution: 2dppx) {
	  .stickyalertwrapper p.stickyalert-txt {
	padding: 0!important}  .stickyalertwrapper p.stickyalert-policy, .stickyalertwrapper p.stickyalert-agree, .stickyalertwrapper p.stickyalert-leave {
	margin-left: 0em;
	 line-height: calc(140% * 1.33)!important}}  

/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.btn-subscribe-style{
		width:70.93%;
		border-radius:15px 15px 15px 15px;
	}
	.btn-style{
		width:37.47%;
	}
	.img-2020-05-style{
		width:77px;
	}
	.h5-bloc-11-style{
		font-size:18px;
	}
	.btn-1-style{
		width:62%;
	}
	.p-bloc-1-style{
		font-size:12px;
	}
	.w01{
		font-size:14px;
	}
	.t11{
		padding-left:25px;
	}
	.b02{
		padding-bottom:35px;
		padding-top:20px;
	}
	.h1-style{
		font-size:23px;
	}
	.p-1-style{
		font-size:14px;
	}
	.bl01{
		padding-bottom:35px;
	}
	.h3-с-новым-годом--style{
		font-size:32px;
	}
	.h5-11-style{
		font-size:35px;
	}
	.btn-bloc-0-style{
		width:11.45%;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h1-bloc-11-style{
		width:100%;
		font-size:25px;
	}
	.h1-bloc-12-style{
		font-size:25px;
	}
	.img-2020-05-style{
		width:76px;
	}
	.btn-style{
		width:58.17%;
	}
	.btn-subscribe-style{
		width:100%;
		border-radius:11px 11px 11px 11px;
	}
	.btn-1-style{
		width:100%;
	}
	.h3- отзывы-style{
		font-size:25px;
	}
	.h4-3-style{
		font-size:16px;
	}
	.p-bloc-1-style{
		font-size:10px;
	}
	.w01{
		font-size:14px;
	}
	.b02{
		padding-bottom:20px;
	}
	.h1-style{
		font-size:16px;
	}
	.p-1-style{
		font-size:10px;
	}
	.bl02{
		padding-bottom:55px;
	}
	.btn-30-style{
		width:33.65%;
	}
	.p-bloc-2-style{
		margin-bottom:73px;
	}
	.m11{
		padding-bottom:1px;
	}
	.t111{
		padding-top:55px;
	}
	.p-184-style{
		margin-bottom:77px;
	}
	.h4-1-style{
		margin-bottom:64px;
	}
	.h5-11-style{
		font-size:30px;
	}
	.btn-bloc-0-style{
		width:17.01%;
		margin-bottom:13px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.h2-брендинг-style{
		font-size:30px;
	}
	.h6-style{
		font-size:13px;
	}
	.h3-800--style{
		font-size:28px;
	}
	.p-bloc-1-style{
		font-size:17px;
		padding-top:20px;
	}
	.divider-0-padding{
		padding-top:14px;
		padding-bottom:14px;
	}
	.divider-bloc-11-padding{
		padding-top:16px;
		padding-bottom:16px;
	}
	.h6-bloc-12-style{
		font-size:13px;
	}
	.divider-bloc-12-padding{
		padding-top:8px;
		padding-bottom:8px;
	}
	.divider-0-bloc-12-padding{
		padding-top:22px;
		padding-bottom:22px;
		width:100%;
	}
	.h6-bloc-13-style{
		font-size:13px;
	}
	.divider-bloc-13-padding{
		padding-top:10px;
		padding-bottom:10px;
	}
	.h2-дизайн-style{
		font-size:30px;
	}
	.mt-1{
	}
	.h5-bloc-9-style{
		font-size:6px;
	}
	.h1-bloc-15-style{
		font-size:26px;
	}
	.h3-style{
		font-size:20px;
	}
	.h3-3-style{
		font-size:16px;
	}
	.h1--380667519039-style{
		font-size:28px;
	}
	.carousel-style{
		width:97.78%;
	}
	.img-2020-05-style{
		width:72px;
	}
	.btn-style{
		width:78.52%;
	}
	.h6-bloc-14-style{
		font-size:13px;
	}
	.h6-bloc-15-style{
		font-size:13px;
	}
	.h4-3-style{
		font-size:16px;
	}
	.h6-bloc-11-style{
		font-size:13px;
	}
	.btn-subscribe-style{
		width:91.11%;
		border-radius:15px 15px 15px 15px;
	}
	.btn-1-style{
		width:96.67%;
	}
	.b01{
	}
	.b02{
		padding-bottom:20px;
		padding-top:0px;
	}
	.form-style{
		width:100%;
	}
	.btn-submit-style{
		width:71.54%;
	}
	.t12{
		font-size:14px;
	}
	.p-6-style{
		font-size:32px;
	}
	.b06{
		padding-top:80px;
	}
	.w01{
		font-size:16px;
	}
	.btn-30-style{
		width:70.74%;
	}
	.h1-bloc-145-style{
		font-size:26px;
	}
	.p-5-style{
		font-size:17px;
	}
	.h5-33-style{
		font-size:35px;
	}
	.text-area-style{
		width:100%;
	}
	.field-bloc-150-style{
		width:100%;
	}
	.field-style{
		width:100%;
	}
	.p-27-style{
		font-size:20px;
	}
	.v02{
		padding-bottom:200px;
	}
	.t03{
		padding-top:80px;
	}
	.-t20{
	}
	.t22{
		padding-bottom:55px;
	}
	.b20{
		padding-bottom:35px;
	}
	.b21{
		padding-top:15px;
	}
	.v03{
		padding-bottom:35px;
	}
	.t32{
		padding-top:50px;
		padding-bottom:50px;
	}
	.b35{
		padding-bottom:20px;
	}
	.b39{
		padding-top:15px;
	}
	.img-efficio-27-style{
		width:118px;
	}
	.h3-контакты-style{
		font-size:30px;
	}
	.p-bloc-136-style{
		font-size:18px;
	}
	.p-4-style{
		font-size:35px;
	}
	.b11{
		font-size:16px;
		font-family:"Rubik";
		font-weight:300;
	}
	.p-bloc-17-style{
		width:100%;
	}
	.p-1-style{
		font-size:17px;
	}
	.h1-style{
		font-size:26px;
	}
	.b36{
		padding-bottom:35px;
	}
	.t13{
		font-size:16px;
	}
	.h3-с-новым-годом--style{
		font-size:25px;
	}
	.h3-bloc-113-style{
		font-size:18px;
	}
	.bl01{
		padding-bottom:88px;
	}
	.p-181-style{
		font-size:16px;
	}
	.h5-3-style{
		font-size:20px;
		line-height:48px;
		letter-spacing:px;
	}
	.img-2022-sale-22-p-style{
		width:180px;
	}
	.bl02{
		padding-bottom:20px;
	}
	.email{
		text-decoration:underline!important;
	}
	.p-18632-style{
		font-size:25px;
	}
	.p-13670-style{
		font-size:37px;
	}
	.p-bloc-11-margin-top{
		margin-top:35px;
	}
	.p-bloc-11-style{
		margin-top:24px;
	}
	.m11{
		padding-bottom:1px;
	}
	.p-184-style{
		font-size:18px;
	}
	.bloc-padding-bottom{
		padding-bottom:73px;
	}
	.h2-style{
		font-size:18px;
	}
	.h3-сайты-style{
		font-size:35px;
	}
	.h4-1-style{
		margin-bottom:76px;
		font-size:35px;
	}
	.h5-11-style{
		font-size:25px;
		padding-bottom:16px;
	}
	.ua2{
		font-weight:bold;
		color:#F6CF02!important;
		background-color:#0058B5;
		font-size:10px;
	}
	.img-efficio-01-style{
		width:150px;
	}
	.bloc-padding-right{
		padding-right:2px;
		padding-left:0px;
	}
	.icon-margin-right{
		padding-right:11px;
		padding-left:13px;
	}
	.btn-bloc-0-style{
		width:21.81%;
		margin-bottom:11px;
	}
	.qwe{
	}
	.qq{
		width:45px;
		margin-bottom:5px;
	}
	.qwer{
		margin-left:8px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-Unnamed-Swatch)!important;
		fill:var(--swatch-var-Unnamed-Swatch)!important;
	}
	.p-bloc-2-style{
		padding-right:2px;
		padding-left:0px;
		font-size:14px;
		margin-bottom:0px;
	}
	.btn-margin-left{
		width:49.63%;
		padding-top:0px;
		margin-top:15px;
		margin-right:17px;
		margin-left:9px;
	}
	.tqq{
		font-size:12px;
	}
	.divider-margin-left{
		width:72.59%;
		margin-top:2px;
	}
	.p-bloc-5-style{
		font-size:22px;
	}
	.p-padding-top{
		width:100%;
		padding-top:0px;
		margin-top:7px;
	}
	.p-14495-style{
		font-size:25px;
		letter-spacing:5px;
	}
	.bloc-0-padding-top{
		margin-top:56px;
		padding-top:58px;
	}
	.bloc-margin-top{
		margin-top:58px;
	}
	.bloc-0-margin-top{
		margin-top:52px;
	}
	.bloc-18254-margin-top{
		margin-top:46px;
	}
	.icon-padding-bottom{
		margin-top:61px;
		padding-bottom:21px;
	}
	.p-9-style{
		padding-left:4px;
		padding-right:7px;
	}
	.divider-bloc-7-style{
		width:91.85%;
	}
	.icon-bloc-7-padding-bottom{
		padding-bottom:15px;
	}
	.p-bloc-7-style{
		padding-right:3px;
		padding-left:1px;
	}
	.img-spec-09-style{
		margin-top:33px;
	}
	.btn-bloc-6-margin-left{
		margin-left:0px;
		padding-left:0px;
		width:45.71%;
	}
	.btn-спецодяг-style{
		width:35.71%;
		margin-right:23px;
	}
	.btn-bloc-7-margin-left{
		margin-left:-4px;
		width:48.57%;
	}
	.btn-8-style{
		width:39.29%;
		margin-right:17px;
	}
	.btn-всі-контакти-margin-left{
		margin-left:28px;
	}
	.img-padding-right{
		padding-right:54px;
		padding-left:66px;
		margin-bottom:49px;
	}
	.h3-наші-клієнти-style{
		font-size:23px;
	}
	.container-div-bloc-8-padding-top{
		padding-top:71px;
	}
	.h5-margin-top{
		margin-top:46px;
	}
	.bloc-bloc-14-margin-bottom{
		margin-bottom:21px;
	}
	.tew{
		font-size:13px;
		margin-top:5px;
	}
	.fre{
		font-size:16px;
		font-family:"Helvetica";
		text-align:center;
		text-transform:none;
	}
	.btn-padding-left{
		margin-left:-2px;
		width:40%;
	}
	.p-3-style{
		font-size:18px;
		margin-bottom:-6px;
	}
	.btn-5-style{
		width:36.3%;
	}
	.p-16-padding-left{
		padding-right:7px;
		padding-left:4px;
	}
	.img-padding-bottom{
		padding-bottom:40px;
	}
	.p-bloc-6-style{
		padding-left:4px;
		padding-right:5px;
	}
	.btn-bloc-11-padding-left{
		margin-left:5px;
	}
	.btn-margin-right{
		margin-right:21px;
	}
	.img-spec-36-2-p-padding-bottom{
		padding-bottom:37px;
	}
	.btn-bloc-12-padding-left{
		margin-left:25px;
	}
	.img-bloc-10-padding-top{
		padding-top:41px;
		padding-bottom:31px;
	}
	.img-spec-39-padding-top{
		padding-top:27px;
	}
	.btn-bloc-10-margin-left{
		margin-left:11px;
	}
	.btn-instargam-style{
		width:48.15%;
	}
	.btn-instargam-margin-left{
		width:43.33%;
	}
	.btn-16-margin-left{
		width:48.15%;
		margin-left:0px;
		margin-top:13px;
	}
	.img-bloc-19-padding-bottom{
		padding-bottom:47px;
	}
	.btn-як-замовити-margin-left{
		margin-left:26px;
	}
	.img-bloc-21-padding-top{
		padding-top:58px;
		padding-bottom:38px;
	}
	.btn-43-margin-left{
		margin-left:19px;
	}
	.img-bloc-22-padding-bottom{
		padding-bottom:46px;
	}
	.btn-45-margin-left{
		margin-left:20px;
	}
	.img-bloc-28-padding-top{
		padding-top:59px;
	}
	.img-51-padding-top{
		padding-top:58px;
	}
	.img-52-padding-top{
		padding-top:61px;
	}
	.img-4363-padding-bottom{
		padding-bottom:54px;
	}
	.btn-58-margin-left{
		margin-left:21px;
	}
	.btn-60-margin-left{
		margin-left:22px;
	}
	.img-3452-padding-top{
		padding-top:39px;
		padding-bottom:34px;
	}
	.img-bloc-30-padding-bottom{
		padding-bottom:48px;
	}
	.btn-62-margin-left{
		margin-left:19px;
	}
	.img-форма-зимняя-padding-top{
		padding-top:54px;
	}
	.img-демисезонн-padding-top{
		padding-top:58px;
	}
	.img-cнаряжен-padding-top{
		padding-top:61px;
	}
	.bloc-bloc-28-padding-top{
		padding-top:46px;
	}
	.btn-bloc-28-margin-right{
		margin-right:14px;
	}
	.img-88-padding-top{
		padding-top:57px;
	}
	.img-89-padding-top{
		padding-top:59px;
	}
	.next{
	}
	.next4{
		background-color:var(--swatch-var-Unnamed-Swatch);
		border-color:var(--swatch-var-Unnamed-Swatch)!important;
	}
	.btn-79-margin-right{
		margin-right:15px;
	}
	.img-106-padding-top{
		padding-top:63px;
	}
	.img-107-padding-top{
		padding-top:62px;
	}
	.bloc-0-bloc-28-padding-top{
		padding-top:37px;
	}
	.bloc-44360-padding-top{
		padding-top:42px;
	}
	.btn-86-margin-right{
		margin-right:12px;
	}
	.img-133-padding-top{
		padding-top:63px;
	}
	.img-134-padding-top{
		padding-top:70px;
	}
	.bloc-1062-padding-top{
		padding-top:47px;
	}
	.btn-94-margin-left{
		margin-left:17px;
	}
	.img-158-padding-top{
		padding-top:55px;
	}
	.img-159-padding-top{
		padding-top:52px;
	}
	.bloc-11540-padding-top{
		padding-top:55px;
	}
	.btn-100-margin-right{
		margin-right:17px;
	}
	.img-bloc-64-padding-top{
		padding-top:53px;
	}
	.img-181-padding-top{
		padding-top:57px;
	}
	.bloc-33111-padding-top{
		padding-top:57px;
	}
	.btn-107-margin-right{
		margin-right:17px;
	}
	.img-195-padding-top{
		padding-top:66px;
	}
	.img-196-padding-top{
		padding-top:68px;
	}
	.bloc-10428-padding-top{
		padding-top:50px;
	}
	.btn-114-margin-right{
		margin-right:13px;
	}
	.img-bloc-76-padding-top{
		padding-top:59px;
	}
	.bloc-bloc-76-padding-top{
		padding-top:53px;
	}
	.bloc-21692-padding-top{
		padding-top:61px;
	}
	.btn-121-margin-right{
		margin-right:13px;
	}
	.img-bloc-82-padding-top{
		padding-top:65px;
	}
	.img-229-padding-top{
		padding-top:60px;
	}
	.btn-галерея-margin-right{
		margin-right:-1px;
	}
	.btn-48-margin-right{
		margin-right:3px;
	}
	.btn-67-margin-right{
		margin-right:0px;
	}
	.btn-61-margin-right{
		margin-right:2px;
	}
	.textmenu{
		color:var(--swatch-var-Unnamed-Swatch-copy-2)!important;
		border-color:var(--swatch-var-Unnamed-Swatch-copy-3);
		stroke:var(--swatch-var-Unnamed-Swatch-copy-8);
		fill:var(--swatch-var-4551);
		caret-color:var(--swatch-var-Unnamed-Swatch-copy-17);
	}
	.t02{
		color:var(--swatch-var-Unnamed-Swatch)!important;
	}
	.btn-margin-top{
		width:55.56%;
	}
	.container-div-padding-bottom{
		padding-bottom:80px;
	}
	.bloc-bloc-10-padding-top{
		padding-top:84px;
	}
	.bloc-0-bloc-10-padding-top{
		padding-top:117px;
	}
	.p-bloc-9-style{
		width:78.33%;
	}
	.row-bloc-9-padding-bottom{
		padding-bottom:17px;
	}
	.btn-рубрики-style{
		width:38.15%;
	}
	.btn-марка-style{
		width:100%;
	}
	.bloc-style{
		width:38.89%;
	}
	.bloc-bloc-10-padding-bottom{
		padding-bottom:91px;
	}
	.bloc-0-padding-bottom{
		padding-bottom:97px;
	}
	.bloc-0-bloc-10-padding-bottom{
		padding-bottom:77px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}
/* styles.css */
body {
  font-family: Arial, sans-serif;
}

button {
  background-color: #6772e5;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 35px;
}

button:hover {
  background-color: #5469d4;
}

/* Модальне вікно */
.modal {
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

