.action-container{}
.action-container > .row{
	margin-right:-15px;
	margin-left:-15px;
}
.action-container > .row > [class*="col-"]{
	padding-right:15px;
	padding-left:15px;
} 
div.item-action{
	margin-bottom:30px;
}
div.action-link{
	margin-bottom:30px;
}
div.action-link,
a.action-link{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	border-radius:20px;
	text-decoration:none;
	overflow:hidden;
	background: linear-gradient(233.09deg, #E82D79 0%, rgba(232, 45, 121, 0.7) 100%); 
}
.action-carousel .slick-slide:nth-child(odd) a.action-link,
.action-container > .row:nth-child(odd) > [class*="col-"]:nth-child(odd) div.action-link,
.action-container > .row:nth-child(odd) > [class*="col-"]:nth-child(odd) a.action-link{
	background: linear-gradient(233.63deg, #3B8CE8 0%, rgba(59, 140, 232, 0.7) 101.15%);
}
.action-container > .row:nth-child(even) > [class*="col-"]:nth-child(even) div.action-link,
.action-container > .row:nth-child(even) > [class*="col-"]:nth-child(even) a.action-link{
	background: linear-gradient(233.63deg, #3B8CE8 0%, rgba(59, 140, 232, 0.7) 101.15%);
}
div.action-link .a-info,
a.action-link .a-info{
	flex:0 0 40%;
	max-width:40%;
	margin-left:25px;
}
div.action-link .page-header,
a.action-link .page-header{
	color:#ffffff;
	font-size:30px;
	line-height:110%;
	margin-bottom:15px;
}
div.action-link .introtext,
a.action-link .introtext{
	color:#ffffff;
	line-height:130%;
}
div.action-link .introtext p:last-child,
a.action-link .introtext p:last-child{
	margin:0;
}
div.action-link img,
a.action-link img{
	height:100%;
	object-fit:cover;
	object-position:left;
}
div.action-link .a-time-field,
a.action-link .a-time-field{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:164px;
	height:170px;
	background:url("../images/action_time.svg") no-repeat center center;
	background-size:contain;
	color:#000000;
	font-size:18px;
}
div.action-link .a-time-field,
a.action-link .a-time-field{}
div.action-link .a-time-field b,
a.action-link .a-time-field b{
	font-size:24px;
}
div.action-link .a-time-field.a-time-list,
a.action-link .a-time-field.a-time-list{
	width:114px;
	height:118px;
}
div.action-link div.a-price-field,
a.action-link div.a-price-field{
	font-size: 30px;
	color:#ffffff;
	line-height:100%;
	margin-top:15px;
}
div.action-link .a-time-field mark,
a.action-link .a-time-field mark{
	padding:0;
	background-color:transparent;
	line-height:110%;
}
div.action-link .a-time-field mark span,
a.action-link .a-time-field mark span{
	display:block;
}
a.action-link:hover{
	box-shadow:0 0 15px rgba(0,0,0,0.5);
}
ul.main_menu{}
ul.main_menu li{}
ul.main_menu li + li{
	margin-left:15px;
}
ul.main_menu a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	flex: none;
	order: 0;
	flex-grow: 0;
	position:relative;
}
span.articles-count {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #ed0590;
	color: #ffffff;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.hdr-phone{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
}
div.hdr-phone [href*="tel:"]{
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
}
div.hdr-phone [href*="mailto:"]{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-decoration-line: underline;
	color: #2196F3;
	letter-spacing:0.3px;
}
div.hdr-phone-quick-order{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
div.hdr-phone-quick-order button.sf2-callBtn{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 50px;
	border: 1px solid rgba(33, 150, 243, 0.7);
	border-radius: 10px;
	margin-left:50px;
	background: transparent;
	color: #000000;
	font-weight: 500;
	position:relative;
	font-size: 16px;
	line-height: 50px;
	outline: none;
}
div.hdr-phone-quick-order button.sf2-callBtn:hover{
	background: rgba(33, 150, 243, 0.7);
	color: #ffffff;
}
ul.cat-menu{
	background: #2196F3;
	border-radius: 10px;
	justify-content:space-between;
	align-items:center;
	height:50px; 
}
.menu-toggler{
	display:block;
	width:35px;
	height:40px;
	cursor:pointer;
	position:relative;
	z-index:2;
	line-height:1;
	flex-shrink:0;
}
.menu-toggler:hover .menu-toggler__bar{
	background-color:#ac070c;
}
.menu-toggler__bar:first-child{
	margin-top:0;
	top:20%; 
}
.menu-toggler__bar:last-child{
	margin-top:0;
	top:auto;
	bottom:20%;
}
.sf2Win {
	min-width: 360px;
}
.active .menu-toggler__bar{}
.menu-toggler__bar{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background:#d21319;
	height:3px;
	margin-top:0;
	transition:all 0.3s ease;
	border-radius:5px;
}
.menu-toggler__bar.middle{
	transform: translateY(-50%);
}
.active .menu-toggler__bar:first-child{
	opacity:1;
	top:50%;
	transform:rotate(135deg);
}
.active .menu-toggler__bar:last-child{
	opacity:1;
	top:50%;
	transform:rotate(-135deg);
}
.active .menu-toggler__bar{
	opacity:0;
}
.menu-mobile{
	display:flex;
	flex-direction:column;
	position:fixed;
	top:60px;
	left:-150%;
	bottom:0;
	width:100%;
	background: #fff;
	z-index:99;
	padding-top:20px;
	overflow:auto;
	box-shadow:0 15px 15px rgb(0 0 0 / 30%);
	transition:all 0.5s ease;
}
.menu-mobile.active{
	left:0;
}
.icon-parent{
	margin-left:10px;
}
ul.cat-menu li.menu_item a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.hdr_bottom ul.menu > li > ul.sub_menu .sub_menu_box a{
	background:rgba(255,255,255,0.1);
	line-height: 150%;
}
.sub_menu_box{
	transition: all 0.3s ease;
}
.sub_menu_box > li.menu_item{
	position: relative;
	width: 100%;
	padding-right: 9px;
	padding-left: 9px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
} 
.sub_menu_box > li.menu_item > a{
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #ffffff;
	transition: all 0.3s ease;
}
ul.cat-menu > li.menu_item.current,
.cat-menu.menu_horz_multi > li:hover{
	background: #1087E6;
}
.cat-menu.menu_horz_multi > li {
	line-height: 50px;
	list-style-type: none;
	flex-basis: auto;
	flex-grow: 1;
	display:flex;
	text-align: center;
	justify-content:space-between;
	align-items:center;
	background: #2196F3;
	transition: all 0.3s ease; 
}
ul.cat-menu > li.menu_item{
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}
ul.cat-menu > li.menu_item + li.menu_item{}
ul.cat-menu > li.menu_item + li.menu_item:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.3);
}
.cat-menu.menu_horz_multi > li:first-child{
	border-radius: 10px 0 0 10px;
}
.cat-menu.menu_horz_multi > li:last-child{
	border-radius: 0 10px 10px 0;
}
.cat-menu ul.sub_menu_box{}
.hdr_bottom .cat-menu.menu_horz_multi > li > ul.sub_menu{
	padding-top:15px;
	background:transparent;
}

.cat-menu.menu_horz_multi > li > ul > .mod_jshopping_catprod{
	background: #2196f3;
	border-radius: 10px;
	padding: 10px 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mod_jshopping_catprod .product{
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%; 
}
.mod_jshopping_catprod .product:nth-child(odd){
	padding-left: 0;
}
.mod_jshopping_catprod .product:nth-child(even){
	padding-right: 0;
}
.mod_jshopping_catprod .list_category.row{
	margin-right:0;
	margin-left:0;
	padding-right:10px;
	padding-left:10px;
}
ul.cat-menu li.menu_item .product a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	text-align:left;
	color:#ffffff;
	/* background:rgba(0,0,0,0.15); */
	line-height:30px;
	font-weight: 400;
	font-size: 14px;
	padding:0 15px;
}
.item_category_main a.product_link{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	font-size: 24px;
	font-weight: 400;
}
.item_category_main,
.block_product [class*='productitem_']{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	background: linear-gradient(285.46deg, rgba(158, 33, 108, 0.08) -13.32%, rgba(33, 150, 243, 0.08) 100%), #ffffff;
	border-radius: 20px;
	padding:30px 25px 15px; 
}
.block_product div[class*="productitem_"] .mainblock {
	padding: 0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.block_product div[class*="productitem_"] .mainblock .name{
	width:100%;
	padding:0;
}
.block_product div[class*="productitem_"] .mainblock .title{
	margin:15px 0;
}
.block_product div[class*="productitem_"] .mainblock .title a{
	font-weight: 400;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2196f3;
	text-decoration:none;
}
.first-screen{
	min-height:450px;
	display: flex;
	align-items: center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.first-screen .text{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}
.first-screen .text .page-header{
	text-transform:uppercase;
	line-height: 120%;
	margin-bottom:30px;
}
.first-screen .text .page-header span{
	color:#ed0590;
}
.first-screen .text .description{
	margin-bottom:30px;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #000000;
}
.first-screen .text .description span{
	display:block;
}
.first-screen .text a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 35px;
	width: 250px;
	height: 60px;
	ilne-height: 60px;
	background: #2196f3;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	text-decoration:none;
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
}
.page-first-screen header{
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:3;
}
.faq_item .faq_item_answer{
	display:none;
}
.faq_item.active .faq_item_answer{
	display:block;
}
.slider-for{}
.slider-for a.lightbox{}
.slider-for a.lightbox img{
	object-fit:contain;
	width:100%;
	height:600px;
}
.list_category.row{}
.list_category.row{}
.list_category.row{}

.mod_jshopping_catprod{
	
}
.jshop_list_product .product .mainblock .description,
.mod_jshopping_catprod .product-content,
.mod_jshopping_catprod .prices,
.mod_jshopping_catprod .buttons{
	display:none;
}
#js-categories .mod_jshopping_catprod a{
	background: rgba(255,255,255,1);
	line-height: 150%;
	color: #000;
	border-radius: 4px;
}
#js-categories .mod_jshopping_catprod a:after {
	display:none;
}
#js-categories .mod_jshopping_catprod [class*="product"]{
	
}
#js-categories .mod_jshopping_catprod [class*="product"] .product_inner{
	
}
.deeper ul.sub_menu > li.menu_item{
	display:none;
}
.cat-menu.menu_horz_multi > li:last-child ul.sub_menu{
	left:auto;
	right:0;
}
.block_product div[class*="productitem_"] .mainblock .jshop_price{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}
.block_product div[class*="productitem_"] .mainblock .jshop_price span{
	padding-right:2.5px;
	padding-left:2.5px;
}
.js-top-hits-box{}
.js-top-hits-box .page-header{
	color: #2196F3;
}
.js-top-hits-box .page-header span{
	color: #000000;
	display:block;
}
.bussines-box .page-header span{
	color:#ED0590;
}
.bussines-box .mainblock{
	border-radius: 20px;
	padding:60px 25px 25px;
	color:#ffffff;
	position:relative;
	height: 100%;
}
.bussines-box .mainblock .title{
	color:#ffffff;
}
.bussines-box .mainblock.pink{
	background: linear-gradient(233.09deg, #E82D79 0%, rgba(232, 45, 121, 0.7) 100%);
}
.bussines-box .mainblock.blue{
	background: linear-gradient(233.63deg, #3B8CE8 0%, rgba(59, 140, 232, 0.7) 101.15%);
}
.bussines-box .mainblock.yellow{
	background: linear-gradient(53.6deg, #FCCA44 0%, rgba(252, 202, 68, 0.86) 101.09%);
}
.bussines-box .mainblock.violet{
	background: linear-gradient(53.6deg, #B66DED 0%, #9E48E1 101.09%);
}
.main_brand_custom_items {
	margin-right: -9px;
	margin-left: -9px;
}
.bussines-box .mainblock img{
	position:absolute;
	top:-15%;
	right:5%; 
	z-index:2;
}
.bussines-box .row{
	margin-right:-15px;
	margin-left:-15px;
}
.bussines-box .row [class*="col-"]{
	padding-right:15px;
	padding-left:15px;
}
.service-box.bussines-box .mainblock{
	background: linear-gradient(285.46deg, rgba(158, 33, 108, 0.08) -13.32%, rgba(33, 150, 243, 0.08) 100%);
	padding:25px;
} 
.service-box.bussines-box .mainblock .title{
	color:#2196F3;
	position:relative;
	z-index:3;
	text-shadow: 
		-0   -1px 0   #ffffff,
		 0   -1px 0   #ffffff,
		-0    1px 0   #ffffff,
		 0    1px 0   #ffffff,
		-1px -0   0   #ffffff,
		 1px -0   0   #ffffff,
		-1px  0   0   #ffffff,
		 1px  0   0   #ffffff,
		-1px -1px 0   #ffffff,
		 1px -1px 0   #ffffff,
		-1px  1px 0   #ffffff,
		 1px  1px 0   #ffffff,
		-1px -1px 0   #ffffff,
		 1px -1px 0   #ffffff,
		-1px  1px 0   #ffffff,
		 1px  1px 0   #ffffff;
}
.service-box.bussines-box .mainblock .title span{
	display:block;
}
.service-box.bussines-box .mainblock .desc{
	color:#000000;
}
.service-box.bussines-box .page-header span{
	color: #2196F3;
	display:block;
}
.service-box.bussines-box .row{
	margin-bottom:-70px;
}
.service-box.bussines-box .row [class*="col-"]{
	margin-bottom:70px;
}
.reviews-container .name-date .page-header {
	margin-bottom: 0;
	font-weight: 500;
	line-height: 100%;
	display: flex;
}
.reviews-container.items-row .vote{
	margin-top:10px;
}
.reviews-description-blog {
	color: #000000;
}
.reviews-modal-box{}
div[id*="hidden-content-"].reviews-modal-container {
	max-width: 480px;
	border-radius:20px;
}
div[id*="hidden-content-"].reviews-modal-container .page-header{
	font-size:22px;
	font-weight:600;
}
.reviews-container a.readmore {
	margin-top: 15px;
	color: #1270B7;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	max-width: 200px;
	height: 45px;
	line-height: 45px;
	background: #2196f3;
	border-radius: 8px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	text-decoration:none;
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
}
.reviews-container a.readmore:hover{
	box-shadow:inset 0 0 25px rgba(0,0,0,0.5);
}
.jshop h1 span{
	display:block;
	color:#2196F3;
}
.review-blog h1 span{
	color:#2196F3;
}
.jshop_list_product{
	margin-bottom:50px;
}
.boss-box{}
.boss-box [class*="col-"]{
	display:flex;
	align-items:center;
}
.boss-box .item-boss{
	position:relative;
	
}
.boss-box .boss-info{
	position:absolute;
	z-index:9;
}
.boss-box .page-header span{
	color:#ED0590;
}
.boss-box a.more_about{
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	border: 1px solid rgba(33, 150, 243, 0.7);
	border-radius: 10px;
	margin-top:30px;
	line-height:65px;
	color:#000000;
	font-weight: 300;
	font-size: 20px;
}  
.boss-box a.more_about:hover{
	background:#2196f3;
	border: 1px solid rgba(33, 150, 243, 1);
	color:#ffffff;
	text-decoration:none;
}
.boss-box .boss-info .name{
	font-weight:400;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
.boss-box .boss-info .name span{
	display:block;
}
.boss-box .dol{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #8C8484;
}
.main_brand_custom_items .custom_item{
	padding-right:7.5px;
	padding-left:7.5px; 
}
.main_brand_custom_items a.btn {
	display:flex;
	align-items:center;
	justify-content:center;
	border: 0;
	padding:0;
	line-height:100%;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.main_brand_custom_items img{
	background:#f3f9fd;
	border-radius:10px;
	overflow:hidden;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.blog-featured.first-screen .page-header span{
	color:#2196f3;
}
.blog-featured.first-screen{
	margin-bottom:50px;
	min-height:auto;
}
.blog-action h1{
	color:#2196f3;
}
.blog-action h1 span{
	color:#000000;
}
.reviews-form{}
.reviews-form button.sf2-callBtn{
	width:100%;
	max-width:230px;
	height:65px;
	background:#2196f3;
	border-radius:10px;
	font-weight:400;
	font-size:17px;
	margin:35px auto 70px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.reviews-main-box{}
.reviews-main-box .more-reviews{
	position:relative;
	background:url("../images/yellow-ball.png") no-repeat center center;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:264px;
}
.reviews-main-box .more-reviews:before{
	content:"";
	position:absolute;
	background:url("../images/blue-ball.png") no-repeat center center;
	width:251px;
	height:251px;
	top:50%;
	transform: translateY(-50%);
	left:-12%;
}
.reviews-main-box .more-reviews:after{
	content:"";
	position:absolute;
	background:url("../images/red-ball.png") no-repeat center center;
	width:214px;
	height:214px;
	top:50%;
	transform: translateY(-50%);
	right:-7%;
}
.reviews-main-box .more-reviews .more-reviews-item{
	position:relative;
	display:inline-block;
	padding:30px 35px;
	gap:10px;
	background:#ffffff;
	border-radius:20px;
	z-index:9;
	margin-right:7%;
	margin-left:7%; 
}
.reviews-main-box .reviews-row > .col-md-8{
	display:flex;
	align-items:center;
	justify-content:flex-start; 
}
.reviews-main-box .reviews-header-main .page-header{
	font-weight:600;
	font-size:32px;
	margin-left:50px;
}
.reviews-main-box .reviews-header .page-header span{
	color:#ed0590;
}
.action-box{}

.action-carousel .slick-list{
	margin-right:-15px;
	margin-left:-15px;
}
.action-carousel .item-action{
	padding:15px;
}
.action-box .slick-slide:nth-child(odd) div.action-link{
	
}
.action-box .slick-slide:nth-child(even) div.action-link{
	background: linear-gradient(233.63deg, #3B8CE8 0%, rgba(59, 140, 232, 0.7) 101.15%);
}
.action-page-header{
	font-weight:600;
	font-size:32px;
	margin-bottom:50px;
}
.action-page-header span{
	color:#2196f3;
}
.task-item.task-item-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.task-item.task-item-text .page-header{
	margin:0;
}
.task-item.task-item-text .page-header span{
	color:#ed0590;
}
.task-item.task-item-text .description{
	color:#000000;
	line-height: 160%;
}
.task-item-form{
	display: flex;
	align-items: center;
	justify-content:center;
	background:url("../images/task-bg.png") no-repeat center center;
	background-size:contain;
}
.task-item-form form{
	padding:60px 50px 70px;
	background:#FFFFFF;
	border-radius:20px;
	width:100%;
	max-width:450px; 
	box-shadow: 0 0 10px #ddd;
}
.sf2Win .sf2Win-footer {
	padding: 0;
	margin-bottom: 0;
	text-align: right;
	background-color: transparent;
	border-top: 0;
	border-radius:0;
	box-shadow: none;
}
.sf2Win .sf2Win-footer .sf2SendBtn{
	display:none;
}
.sf2Win{
	position:relative;
}
.sf2Win.sf2Style-default button.sf2CloseBtn {
	position:absolute;
	top:0;
	right:0;
	background: url("../images/plus.png") no-repeat center center;
	padding: 0;
	width:50px;
	height:50px;
	line-height: 1.42857143;
	white-space: normal;
	border: none;
	border-radius: 50px;
	box-shadow: none;
	text-indent:-9999999px;
	outline:none;
}
.sf2Win.sf2Style-default {
	padding: 30px;
	background: #FFFFFF;
	border-radius: 20px;
	width: 100%;
	max-width: 450px;
	box-shadow: 0 0 10px #ddd;
}
.sf2Win .sf2Style-default button.sf2-element[type="submit"], 
.sf2Win .sf2Style-default button.sf2-element.sf2SendBtn{
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	max-width: 350px;
	height: 60px;
	line-height: 60px;
	background: #ed0590 !important;
	box-shadow: none;
	border-radius: 10px;
}
.sf2Win-body .sf2Style-default .sf2-form-group input.sf2-element, 
.sf2Win-body .sf2Style-default .sf2-form-group select.sf2-element{
	max-width: 350px;
	background: #F7F7F7;
	border-radius: 10px;
	flex-grow: 0;
	border:0;
	outline:none;
	box-shadow:none;
	border:0;
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
}
.sf2Win-body .sf2Style-default .sf2-form-group textarea.sf2-element{
	max-width: 350px;
	background: #F7F7F7;
	border-radius: 10px;
	flex-grow: 0;
	border:0;
	outline:none;
	box-shadow:none;
	border:0;
	padding: 10px 15px;
	resize:none;
}
.task-item-form .sf2Style-default .sf2-form-group input.sf2-element,
.task-item-form .sf2Style-default .sf2-form-group textarea.sf2-element{
	max-width: 350px;
	background: #F7F7F7;
	border-radius: 10px;
	flex-grow: 0;
	border:0;
	outline:none;
	box-shadow:none;
}
.task-item-form .sf2Style-default .sf2-form-group input.sf2-element{
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
}
.task-item-form .sf2Style-default .sf2-form-group textarea.sf2-element{
	padding: 15px 20px;
	resize:none;
	min-height:120px; 
}
.task-item-form .sf2Style-default button.sf2-element{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0;
	width:100%;
	max-width: 350px;
	height: 60px;
	line-height: 60px;
	background: #ed0590 !important;
	box-shadow:none;
	border-radius: 10px;
}
.deldy a{
	color:#000000;
	line-height:20px;
}
.deldy a span{
	color:#2196f3;
}
.captcha{
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.diskmaker{
	font-size: 12px;
	line-height: 14px;
	color: #878787;
}
.politic-ftr a{
	margin-bottom:5px;
	display:block;
}
.page-actions.view-article .breadcrumb-default{
	display:none;
}
.item-inner-article{}
.item-inner-article h1{
	color:#ffffff;
}
.item-inner-article{}
.item-inner-article .navigation-box a,
.item-inner-article .navigation-box {
	color: rgba(255,255,255,0.5);
	text-decoration:none;
}
.item-inner-article .navigation-box a:hover{
	color: rgba(255,255,255,1);
}
.a-info h1 {
	font-weight: 500;
}
.page-trebovaniya-k-maketam h1 span{
	color:#2196f3; 
}
.page-trebovaniya-k-maketam{}
.sticky-items-container{
	border:1px solid #dddddd;
	border-radius:12px;
	padding:45px;
	margin-bottom:30px;
}
/* .sticky-items .sticky-el{
	display:none;
}
.requirements-left .sticky-items .sticky-el:first-child,
.requirements-right .sticky-items .sticky-el:last-child{
	display:block;
} */
.requirements_text{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.requirements_text.requirements_text_last{
	align-items:flex-start;
	justify-content:flex-start;
}
.requirements_text ul{
	padding: 0;
}
.requirements_img{
	position:relative;
}
.requirements_img:before{
	content:"";
	position:absolute;
}
.requirements_img_wrong:before{
    background: url("../images/wrong.apng") no-repeat 0 0;
    background-size: contain;

}
.requirements_img_right:before{
    background: url("../images/right.apng") no-repeat 0 0;
    background-size: contain;

}
.requirements_img_box{
	margin-top:80px;
}
div[id*="requirements"]{
	margin-bottom:100px;
}
ul.requirements-list{
	background:linear-gradient(285.46deg, rgba(158, 33, 108, 0.08) -13.32%, rgba(33, 150, 243, 0.08) 100%);
	border-radius:20px;
	margin:0;
	list-style:none;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
}
ul.requirements-list li + li{
	margin-top:10px;
} 
ul.requirements-list a{
	font-weight:400;
	line-height:21px;
	color:#000000;
}
aside.requirements-box .sticky{
  position: fixed;
  z-index: 101;
}
aside.requirements-box .stop{
  position:relative;
  z-index:101;
}
.requirements_img img{
	width:100%;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.page-absolute-hdr header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;

}
.contact-container{
    position: relative;
    z-index: 9;
    /* max-width: 400px; */
    margin-left: 0px;

}
.yandeks-karta .ymaps-glass-pane.ymaps-events-pane:before{
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/yandex-bg.svg") no-repeat center center;
    background-size: cover;

}
.ymaps-map.ymaps-i-ua_js_yes > ymaps:nth-child(3),
.ymaps-map.ymaps-i-ua_js_yes > ymaps:nth-child(4){
    display: none !important;
}
.ymaps-controls-lefttop {
    top: 50% !important;
    left: calc(50% + 600px) !important;

}
.contact-container h1{
	color:#2196f3;
}
.contact-phone,
.contact-mail a{
	font-weight: 500;
	font-size: 30px;
	line-height: 140%;
	color: #000000;
	margin-bottom:15px;
}
.contact-phone{}
.contact-mail a{
    text-decoration-line: underline;
    display: block;
    width: fit-content;

}
.contact-adress,
.grafik-raboty{
	margin-bottom:15px;
	color: #000000;
}
.contact-adress{}
.grafik-raboty{}
.contact-social{
	margin-top:30px;
	color: #9e9e9e;
}
.contact-social a{
	margin-right:15px;
}
.kak-proekhat-visual{
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 9;

}
.kak-proekhat{}
.kak-proekhat.visual{}
.kak-proekhat a{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 270px;
	line-height: 65px;
	background: #2196f3;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	margin-right:15px;
	margin-left:15px;
}
.kak-proekhat.visual a{
	background: #ed0590;
}
.kak-proekhat a:hover{
	box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
}
body.page-about-us{}
body.page-about-us header,
body.js-product-page header,
body.page-about-us .breadcrumb-default,
.about-box,
div.container.absolute-hdr-container
{
	background: #f5f0f6;
}
div.container.absolute-hdr-container {
    max-width: 100%;

}
.content-container {
    margin: auto;

}
body.page-about-us .navigation-box{
	margin:0;
}
body.page-about-us{}
.container.about-us-container{
    width: 100%;
    max-width: 100%;
    padding: 0;

}
.about-box{
	border-radius: 0 0 20px 20px;
	overflow:hidden;
}
.about-box.boss-box .page-header span {
	color: #2196f3;
}
.care .featured-row-box{}
.care .blog-featured.first-screen .page-header span{
	color:#ed0590;
}
.trust{}
.trust .page-header{}
.trust .page-header span{
	color:#2196f3;
}
.trust a.btn{
	background: #F3F9FD;
	border-radius: 10px;
	height: 230px;
	display: flex;
	align-items:center;
	justify-content:center;
	padding:0;
	transition: all 0.3s ease;
	
}
.trust a.btn:hover{
	position:relative;
	z-index:3;
	transform: scale(1.25);
	box-shadow:0 0 5px #dddddd;
}
.trust [class*="col-"]{
	margin-bottom:18px;
}
.equipment{}
.equipment .page-header{}
.equipment .page-header span{
	color:#ed0590;
}
.equipment{}
.photo-production{}
.photo-production .page-header{}
.photo-production .page-header span{
	color:#2196f3;
}
.photo-production ul.thumbnails{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -15px 0;
	padding:0;
	list-style:none;
}
.photo-production li.gall-item{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	margin-bottom:30px;
}
.photo-production a.thumbnail{
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 15px;
	overflow: hidden; 
}
.photo-production a.thumbnail img{
	object-fit:cover;
	width:100%;
	height: 260px;
}
.equipment-text{
	background:url("../images/equipment-text-bg.png") no-repeat center center;
	background-size:contain;
}
.eq-txt{
	background: #ffffff;
	border-radius: 20px;
	padding:40px 50px;
	max-width: 420px; 
	margin:70px 80px 60px; 
}
.eq-txt ul{
	margin:0;
	padding:0;
	list-style:none;
}
.eq-txt li{
	color:#7e7e7e;
}
.eq-txt li span{
	color:#2196f3;
}
.need-licenses{}
.need-licenses .container{}
.need-licenses .row{
	margin-bottom: 30px;
}
.need-licenses .row > *{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	margin-bottom: 30px;
	flex:0 0 50%;
	max-width:50%;
	
} 
.need-licenses .page-header{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
} 
.need-licenses .page-header span{
	color:#ed0590;
	display:block;
}
.vacancies .page-header{}
.vacancies .page-header span{
	color:#2196F3;
	display:block;
} 
.need-licenses .row,
.vacancies .row{
	margin-right:-15px;
	margin-left:-15px;
	margin-bottom:-30px;
}
.vacancies [class*="col-"],
.need-licenses .row > div{
	padding-right:15px;
	padding-left:15px;
	margin-bottom:30px;
}
.dol-voz-opit-item{
	background: linear-gradient(285.46deg, rgba(158, 33, 108, 0.08) -13.32%, rgba(33, 150, 243, 0.08) 100%), #ffffff;
	border-radius: 20px;
	padding:25px;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.dol-voz-opit{
	margin-bottom:30px;
}
.dol-voz-opit > div{
	flex:0 0 50%;
	max-eidth:50%;
}
.dol-voz-opit .dol{
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	color: #000000;
}
.dol-voz-opit .voz{
	font-weight:500;
	font-size:30px;
	line-height:39px;
	color:#000000;
}
.dol-voz-opit .voz span{
	font-size:24px;
	font-weight:400;
}
.dol-voz-opit .opit{
	font-size:18px;
	line-height:21px;
	color:#000000;
}
.dol-voz-opit .opit span{
	color:#7e7e7e;
}
.dol-voz-opit-item .treb{
	color:#000000;
}
.dol-voz-opit-item .treb span{
	color:#2196f3;
}
.voz-opit {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.dol-voz-opit-item .treb button.sf2-callBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	line-height: 70px;
	color:#ffffff;
	background: #2196F3;
	border-radius: 10px;
	font-size: 18px;
	margin-top:30px;
}
.dol-voz-opit-item .treb button.sf2-callBtn:hover{
	background: #ed0590
}
.task-box{
	width:100%;
}
.slider-for .slick-prev, 
.slider-for .slick-next{
	z-index:9;
	border:1px solid #000000;
}
.slider-for .slick-prev{
	left:0;
} 
.slider-for .slick-next{
	right:0;
}
body.js-product-page .breadcrumb-default{
	display:none;
}
.image_middle .navigation-box li{
	display:flex;
	align-items:center;
}
body.js-product-page{}
body.js-product-page .pp-cat-container{
	max-width:100%;
}
body.js-product-page .jshop-img-row-box{
	background: #f5f0f6;
	border-radius: 0 0 20px 20px;
	margin-bottom:50px;
	padding-bottom:50px;
}
.image_middle{
	position:relative;
}
.prdt_top{
	/* position:absolute;
	top:0;
	left:0; */
}
.jshop .prdt_top h1{
	margin:20px 0;
}
.prdt_top .navigation-box{
	margin:0;
}
.prdt_top .field_content{
	color:#000000;
	font-size:18px;
	font-weight: 400;
}
.prdt_top{}
.prdt_top{}
.jshop_img_description {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background:url("../images/price-bg.png") no-repeat center center;
	background-size:contain;
	padding: 0;
}
.jshop_img_description_inner{
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
}
.jshop_img_description_inner [class*="attributes_"]{
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;

}
.jshop_img_description_inner .check-box .attributes_title{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0;
    height: 36px;

}
.jshop_img_description_inner .attributes_title{
	display:none;
}
.jshop_img_description_inner .attributes_name{
	margin-bottom:0;
	color:#000000;
}
.jshop_img_description_inner [class*="attributes_"] label{
	color: #888888;
}
.jshop_img_description_inner [class*="attributes_"] select{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    min-width: 320px;
    height: 60px;
    line-height: 60px;
    background: url("../images/select.svg") no-repeat right center #f7f7f7;
    border-radius: 10px;
    border: 0;
    outline: none;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url("/uploads/media/default/0001/02/f7b4d3d2ba3fe1d8518e6e63d7740e1e73921abf.png") 96% / 15% no-repeat #eee; */

}
span.prod_attr_img {
	display: none; 
}
input.button_buy, .btn.btn-inverse  {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	height: 69px;
	background: #2196f3;
	border-radius: 10px;
	color:#ffffff;
	font-size: 18px;
	border: 0;
}
.prod_price{
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	color: #2196f3;
	margin-top: 0;
	margin-bottom: 0;
}
.prod_price #block_price{
	font-size: 30px;
}
.will_receive .page-header{}
.will_receive .page-header span{
	display: block;
	color: #ed0590; 
}
.will_receive{}
.will_receive{
	counter-reset: heading;
}
.will_receive .item{
	border-radius: 20px;
	padding:30px;
	color:#ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	height:100%;
}
.will_receive .item:before {
    counter-increment: heading;
    content: "0"counter(heading);
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	margin-bottom:25px;
	display:block;
}
.item-rose{ 
	background: linear-gradient(233.09deg, #E82D79 0%, rgba(232, 45, 121, 0.7) 100%);
}
.item-sky{
	background: linear-gradient(233.63deg, #3B8CE8 0%, rgba(59, 140, 232, 0.7) 101.15%);
}
.item-yellow{
	background: linear-gradient(53.6deg, #FCCA44 0%, rgba(252, 202, 68, 0.86) 101.09%);
}
.card_printing{}
.card_printing #tabs{}
.card_printing ul.tabs__caption{
	margin:0 0 50px;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
}
.card_printing ul.tabs__caption li + li{
	margin-left:10px;
}
.card_printing ul.tabs__caption li{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	line-height: 60px;
	border-radius: 10px;
	color: #000000;
	font-weight: 500;
	border: 1px solid #2196f3;
	display: flex;
}
.card_printing ul.tabs__caption li.active,
.card_printing ul.tabs__caption li:hover{
	background: #2196f3;
	color: #ffffff;
}
.card_printing .tabs__content .field_content > div:first-child{
	margin-bottom:25px;
}
.jshop .card_printing .custom_field {
	margin-bottom: 0;
}
.card_printing .tabs-item .page-header{
	margin:0;
}
.card_printing .tabs__content .table-bordered{
	text-align:center;
}
.card_printing .tabs__content .table-bordered{
	border-radius: 15px;
	overflow: hidden;
}
.card_printing .tabs__content .table-bordered tr:last-child td:last-child{
	border-radius: 0 0 15px 0; 
}
.card_printing .tabs__content .table-bordered th, 
.card_printing .tabs__content .table-bordered td.sky {
	background: #339CF0;
	color: #ffffff;
	border-color:#ffffff;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.our_works{}
.our_works .page-header span{
	color:#ed0590;
} 
.our_works .field_gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.our_works .field_gallery .field_gallery_item {
	float: none;
	margin: 0;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:30px;
}
.our_works .field_gallery .field_gallery_item a {
	border-radius:15px;
	overflow:hidden;
}
.products_current_category .row{
	display:block;
}
.faq_container{}
.faq_container .page-header{}
.faq_container .page-header span{
	display:block;
	color:#ed0590;
}
.faq_container .faq_item{
	background: linear-gradient(270deg, #4B85E1 0%, #75A2E7 100%);
	border-radius: 10px;
	color:#ffffff;
}
.faq_container .faq_item .faq_item_quest{
	font-weight: 500;
	font-size: 18px;
}
.faq_item_quest {
	background: transparent;
	border-radius: 0;
}
.faq_container .faq_item .faq_item_quest:after{
	content:"";
	background:url("../images/faq-close.png") no-repeat 0 0;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	transition: all 0.3s ease;
}
.faq_container .faq_item.active .faq_item_quest:after{
	transform: rotate(0);
}
.faq_container .faq_item .faq_item_answer{
	padding-bottom:30px;
}
.card_printing .page-header span,
.products_current_category .page-header span,
.zabota .page-header span{
	color:#2196f3;
}
.products_current_category .slick-list{
	margin-right:-15px;
	margin-left:-15px;
}
.task-item-prdt.task-item-form {
	background: url("../images/equipment-text-bg.png") no-repeat center center;
	background-size: contain;
}
.no-design-service .task-item-prdt.task-item-form{
	background:transparent;
}
.no-design-service .task-row .task-item-form form{
	background:transparent;
	padding:0;
	box-shadow:none;
}
.no-design-service .sf2-form-group + .sf2-form-group{
	margin-top:30px;
}
.no-design-service .task-row .task-item-form form{}
.no-design-service .task-item-prdt.task-item-form .sf2-body > div.tac{
	display:none;
}
.no-design-service .task-row > [class*="col-"]:first-child{
	flex:0 0 100%;
	max-width:100%.
}
.no-design-service .task-row > [class*="col-"]:last-child{
	display:none;
}
.no-design-service .task-row .task-item-form form {
	margin: 50px 0 0;
}
.no-design-service{}
.service-short-description{
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
	color: #000000;
}
.will_receive_service .title{
	color:#ffffff;
	font-weight: 400;
	font-size: 30px;
	line-height: 105%;
} 
.will_receive.will_receive_service div.item {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;;
}
.jshop h1.service-page-header span{
	display:inline-block;
}
.action-service-box .action-page-header span,
.zabota-box .zabota .page-header span,
.card_printing .page-header.service-page-header span,
.page-header.current-page-header span{
	color:#ed0590;
}
.page-header.faq-page-header span,
.reviews-main-box.reviews-service-box .reviews-header .page-header span,
.page-header.our-page-header span{
	color:#2196f3;
}
.jshop_img_description_inner.rf-form {
	margin-right: auto;
	margin-left: auto;
	max-width: 480px; 
}
.jshop_prod_attributes .check-box{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;	
}
.jshop_prod_attributes .check-box {
    margin-bottom: 0px;

}
.jshop_prod_attributes .check-box > label{
	
}
.jshop_prod_attributes .check-box > span{
	
}
.jshop_prod_attributes{}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    background: url("../images/icon-check.svg") no-repeat center center;
    margin-right: 5px;

}
.custom-checkbox:checked+label:before {
    background: url("../images/icon-check-check.svg") no-repeat center center;

}
.jshop .prod_qty_input input {
	width: 100%;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 65px;
	border: 0;
	background: transparent;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}
.prod_qty_input {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 65px;
	border-radius: 10px;
	background: #F7F7F7;
}
.prod_qty_input > * {
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 30px;
	cursor: pointer;
}
.prod_itogo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	height: 65px;
}
.qty_prod_itogo{
	margin-bottom:15px;
}
.prod_price_value,
.productfull #block_price {
	font-size: 20px;
	font-weight: 400;
}
.service-box.bussines-box .mainblock .desc p:last-child{
	margin:0;
}
#simpleForm2_144_prikrepit_rezjume {
	width: 100%;
	position: relative;
	margin: 0;
	text-align: center;
}
.input__file {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width:0;
}
label[for="simpleForm2_144_prikrepit_rezjume_elem"] span{
	font-weight:400;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
}

label[for="simpleForm2_144_prikrepit_rezjume_elem"] {
	width: 100%;
	padding-left: 75px;
	background:url("../images/add.svg") no-repeat 15px center #F7F7F7;
	background-size:30px;
	border-radius: 10px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	margin: 0 auto;
	position:relative;
}
span.sep{
	margin-right:5px;
	margin-left:5px;
}
span.quv{
	margin-left:2px;
}