/*
Theme Name: Banana-Print
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,800,800i&display=swap&subset=cyrillic');

/*
font-family: 'Montserrat', sans-serif;
*/
body { background: #fff;
	color: #34393F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	overflow-x: hidden;
	position: relative;
	min-height: 100vh;}	
body.hidden_menu_active { overflow: hidden;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Montserrat', sans-serif;
	line-height: 150%;        
    text-transform: none;
    font-weight: 800;	
    color: #34393F;
    clear: both;	
	position: relative;	
    padding: 0;}
h1::before, h2::before { position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: #FFDE52;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
	left: 0;
	top: 31px;
	z-index: -1;}
.h1, h1, .h2, h2 { font-size: 40px; 
	margin: 0 auto 80px;
	text-align: center;
	padding: 0 10px;
	}
.h1, h1 { width: auto; display: table; }	
.h2, h2 { margin: 0 auto 20px; display: table; width: auto;}
.h3, h3 { font-size: 24px;}
.h4, h4 { font-size: 18px;}
a { color: #28B6AF;}
p { margin-bottom: 20px;}
.clear { clear: both;}
.none {display: none;}
.widget { margin-bottom: 0px;}
.row { margin: 0;}
.container { width: 1600px; 
	margin: 0 auto;
	position: relative;}
.content-area-inner { padding: 15px 0 80px;}
.white { color: #fff;}
.vc_row.vc_row-flex { align-items: center;}
.ya_frame { position: absolute; left: 0; bottom:0;}
::selection { color: #fff; background: #F4CB00;}
.dataTables_wrapper::-webkit-scrollbar-track { background-color: #FFDE52;}
.dataTables_wrapper::-webkit-scrollbar-thumb { border-radius: 0; background-color: #34393F;}
.dataTables_wrapper::-webkit-scrollbar{ height: 5px; width: 4px;}
::-webkit-input-placeholder { color: #C4C4C4;}
:-moz-placeholder { color: #C4C4C4;}
::-moz-placeholder { color: #C4C4C4;}
:-ms-input-placeholder { color: #C4C4C4;}
.input_block { display: flex; flex-wrap:wrap;}
#fancybox-outer, #fancybox-content { background: #FFDE52; 
	border-radius: 6px;
	box-shadow: none;}
form { background: #FFDE52;
    padding: 45px 60px 60px;
    max-width: 725px;
    border-radius: 6px;
	text-align: center;}
form h3 { margin-bottom: 40px;}
form p { margin-bottom: 12px;}
select { text-align-last: center;}
input[type=email], 
input[type=password], 
input[type=phone], 
input[type=tel], 
input[type=text], 
input[type=number], 
input[type=url],
select, 
textarea { font-family: Montserrat;
	font-size: 16px;
    border: none;
    color: #000;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 6px;
    box-shadow: none;
    appearance: none;
    transition: none;
	text-align: left;
    width: 100%;}
textarea { height: 195px;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus { }
.form_link,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { background: #28B6AF;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 180px;
    border-radius: 40px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
    display: block;
    border: none;
    letter-spacing: 0.03em;
	transition: box-shadow .3s ease,transform .3s ease;}
.submit_p { margin: 48px 0 0;}
.form_link:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { color: #fff;
	box-shadow: 0px 6px 15px rgba(52, 57, 63, 0.2);
	transform: translateY(-5px);}
input[type="checkbox"] { display: none;}
input[type="checkbox"] + label,
input[type="checkbox"] + span { display: block; 
	margin: 0px;
	position: relative;
    padding: 0 0 0 20px;
	color: #4e4e4e;
    font-size: 12px;
    font-weight: 400;}
input[type="checkbox"] + label::before,
label input[type="checkbox"] + span::before { cursor: pointer;
    display: block;
    margin: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
	border: 1px solid #6f6f6f;
	width: 13px;
	height: 13px;
	background: none;}
input[type="checkbox"]:checked + label::before,
label input[type="checkbox"]:checked + span::before { background: url(images/chek.png) no-repeat 0px 1px;}
div.wpcf7 .ajax-loader { display: none;}
#fancybox-close { background: url(images/close2.png) no-repeat 0 0;
    height: 30px;
    width: 30px;
    top: 25px;
    right: 25px;}
span.wpcf7-not-valid-tip { font-size: 12px;}
#breadcrumbs { margin: 0 0 30px;
	font-size: 14px;
	line-height: 17px;}
#breadcrumbs i { margin: 0 7px;}
.page-id-7 #breadcrumbs, .page-id-7 #breadcrumbs a,
.page-id-15 #breadcrumbs, .page-id-15 #breadcrumbs a,
.page-id-2384 #breadcrumbs, .page-id-2384 #breadcrumbs a { color: #fff;}
a.content_toggle{
	color: #28B6AF;
	font-weight: bold;
	display: block;
    text-align: right;
    margin: 20px;
}
a.content_toggle:hover {
    color: #FFDE52;
}
.owl-stage-outer { }
.owl-stage {}
.owl-nav { width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    cursor: pointer;}
.owl-nav > div { font-family: 'FontAwesome';
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: calc(50% - 40px);
    color: #28B6AF;
    background: #fff;
    border-radius: 50%;}
.owl-nav > div:hover { background: #FFDE52;}
.owl-prev { left: 0;}
.owl-prev::before { content: "\f104";
	position: absolute;
    left: 14px}
.owl-next { right: 0;}
.owl-next::before { content: "\f105";
	position: absolute;
    right: 14px}
.owl-dots { display: none;}
.owl-dots>div { width: 6px;
    height: 6px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px;
	vertical-align: middle;}
.owl-dots>div.active, .owl-dots>div:hover { background: #FFDE52;
    width: 12px;
    height: 12px;}
.owl-item { display: inline-block;
    text-align: center;
	vertical-align: middle;
	padding: 0;
	position: relative;}
.owl-item.cloned, .owl-item { opacity: 0; z-index: -5;}
.owl-item.active { opacity: 1; z-index: 5;}
.gallery { margin: 0;}
/*--Header--*/
.home .top_header { box-shadow: none;
	position: absolute;
    width: 100%;
    z-index: 1;}
.top_header { position: relative; 	
	box-shadow: 0px 1px 9px rgba(52, 57, 63, 0.1);}
.top_header .row { display: flex;
    align-items: center;
    height: 122px;
	margin: 0;}
.top_logo { width: 30%;}
.top_logo a { width: 265px;}
.top_logo img {}
.header_right { display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    height: 100%;}
#menu-top,
#menu-top_ua { margin: 0;
	padding: 0;
	list-style-type: none;}
#menu-top li,
#menu-top_ua li { display: inline-block;
	margin-right: 80px;}
#menu-top li:last-child,
#menu-top_ua li:last-child { margin: 0;}
#menu-top li a,
#menu-top_ua li a { color: #40454B;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;}
#menu-top li a:hover,
#menu-top_ua li a:hover { color: #28B6AF;}
#menu-top .sub-menu,
#menu-top_ua .sub-menu{
	position: absolute;
    display: none;
    z-index: 99;
}

#menu-top li:hover .sub-menu,
#menu-top_ua li:hover .sub-menu{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: rgba(255,255,255,0.9);
    padding: 20px;
    width: 60%;
    height: 550px;
}
#menu-top .sub-menu li,
#menu-top_ua .sub-menu li{
	margin-right: 0;
    width: 32%;
    float: left;
    display: inline-block;
    margin-bottom: 7px;
    position: relative;
}
#menu-top .sub-menu li a,
#menu-top_ua .sub-menu li a{
	font-weight: normal;
}
.header_right .searchform { width: 245px;
	background: none;
    padding: 0;
    border-radius: 0;}
.header_right .searchform input[type=text] { border-bottom: 1px solid #34393F;
	padding: 0;
    height: 30px;
    font-size: 12px;
	border-radius: 0;
	padding: 0 0 0 35px;}
.header_right .searchform button { background: url(images/search.png) no-repeat right top;
	border: none;
    height: 19px;    
    left: 5px;
    right: auto;
    width: 20px;
    line-height: 20px;
    position: absolute;
    transform: none;
    top: 5px;
    border-radius: 0;}
.menu_button { background: url(images/menu_button.png) no-repeat 0 0;
	cursor: pointer;
	height: 40px;
	width: 40px;}
/*--/Header--*/
.hidden_menu { position: fixed;
    background: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
	opacity: 0;
	padding: 0;
	transition: all .5s ease;
	top: 0;
	z-index: -1;
	justify-content: flex-end;
    display: flex;}
.hidden_menu > div { transform: translate(100%,0);
	transition: all .5s;
	background: #34393F;
	min-width: 640px;
    padding: 50px 80px 80px;
	max-height: 100%;
    overflow-y: auto;
	color: #fff;}
.hidden_menu > div .menu_button { background: url(images/close.png) no-repeat 0 0;
	position: absolute;
	top: 43px;
	right: 180px;
	height: 30px;
	width: 30px;}
.hidden_menu > div p { padding: 0 0 0 40px;}
.hidden_menu_active .hidden_menu { opacity: 1; z-index: 1000;}
.hidden_menu_active .hidden_menu > div { transform: translate(0,0);}
.hidden_menu_active #page_outter { height: 100%; overflow: hidden;}
.hidden_menu .widget.widget_nav_menu .menu { display: block;
	margin: 50px 0;
	padding: 0;
	list-style-type: none;}
.hidden_menu .widget.widget_nav_menu .menu li { margin: 20px 0 0;
    padding: 0;     
    position: relative;}
.hidden_menu .widget.widget_nav_menu .menu li a { color: #fff;    
    font-weight: 800;
	font-size: 24px;
	line-height: 29px;}
.hidden_menu .widget.widget_nav_menu .menu li a:hover { color: #FFDE52;}
.hidden_menu .footer_work { line-height: 28px;}	
.hidden_menu .footer_phone { line-height: 32px;}	

/*--Главная--*/
h2.vc_custom_heading{
	font-size: 28px;
}
.home .content-area-inner { padding: 0px 0 80px;}
.home_top { background: url(images/home_top_bg.png) no-repeat 0 0;
	background-size: cover;
	padding-top: 177px;
	padding-bottom: 100px;}
.home_top .big_h2 { margin: 25px -30px 50px;}
.home_top .form_link { margin: 40px 0 0;}
.home_top .wpb_single_image { background: url(images/post_img_bg5.png) no-repeat right top;
	padding: 25px 0 0;}
.home_top .wpb_single_image img { }
.home_top p { font-weight: 600;}
.home_top ul { margin: 30px 0; padding: 0; list-style-type: none;}
.home_top ul li { margin: 25px 0;}
.home_product { margin-bottom: 55px; margin-top: 85px;}
.blog-posts-wrapper { margin: 80px 0 0;}
.home_product .blog-posts-wrapper .blog-posts {}
.home_product .blog-posts-wrapper .blog-posts .row { display: flex;
    flex-wrap: wrap;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap { padding: 7px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(1),
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(2) { width: 25%; height: 435px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(3) { width: 50%; height: 435px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(4),
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(5),
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(6) { width: 33.3333%;
	height: 296px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap article { background: #F2F2F2 url(images/post_img_bg1.png) no-repeat right 13px bottom 13px;
	position: relative;
	padding: 50px;
	height: 100%;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(2) article { background: #34393F url(images/post_img_bg1.png) no-repeat right 13px bottom 13px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(3) article { background: #F2F2F2 url(images/post_img_bg8.png) no-repeat right 13px bottom 13px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(4) article,
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(6) article { background: #34393F url(images/post_img_bg6.png) no-repeat right 13px bottom 13px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(5) article { background: #F2F2F2 url(images/post_img_bg7.png) no-repeat right 13px bottom 13px;}
.home_product .blog-posts-wrapper .blog-posts .post_title { font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    max-width: 200px;
    display: block;}
.price_quantity { display: none;}
.home .price_quantity { display: block;
	width: max-content;
	margin: 30px 0 0;}
.home .price_quantity span { display: block;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #28B6AF;
	text-align: center;}
.home .price_quantity span.price { font-weight: 800;
	border-bottom: 3px solid #28B6AF;
	padding: 0 0 5px 0;
    margin: 0 0 5px 0; display: none;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(2n+2) article .price_quantity span { color: #FFDE52;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(2n+2) article .price_quantity span.price { border-bottom: 3px solid #FFDE52;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(2n+2) .post_title { color: #fff;}
.home_product .blog-posts-wrapper .blog-posts .wpb_single_image { width: 210px;
    position: absolute;
    right: 25px;
    bottom: 25px;}
.home_product .blog-posts-wrapper .blog-posts .wpb_single_image img {}
.home_product .blog-posts-wrapper .blog-posts .post_link { display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 210px;
	background-position: right 25px bottom 25px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(3) article { background: #F2F2F2 url(images/post_img_bg2.png) no-repeat right 25px bottom 25px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(3) .post_link { background-size: 410px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(3) .wpb_single_image { width: 410px;}
/*.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(3) .price_quantity span { font-size: 35px;} */
.home_product .form_link { width: 214px; margin: 75px auto 0;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap article:hover { background-color: #FFDE52;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap article:hover .post_title { color: #28B6AF;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap article:hover .price_quantity span { color: #34393F;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap article:hover .price_quantity span.price { border-bottom: 3px solid #34393F;}
.home2 { background: url( images/home2_3_bg.png) no-repeat 0 0;
	color: #fff;
	margin-bottom: 70px;
	padding: 95px 0 140px;}
.home2 .vc_row_kt { display: flex;
	align-items: center;}
.big_h2 { margin: 60px -30px 50px;
    text-align: left;
    padding: 0;
    font-size: 60px;}
.big_h2 span { display: block;
    background: #FFDE52;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
    padding: 5px 30px;
    position: relative;
    z-index: 0;
	width: max-content;}
.big_h2 span:last-child { margin: -10px 0 0 90px;
	z-index: 0;}
.big_h2::before { display: none;}
.home2 .form_link { margin: 50px 0 0;}
.home2 .white { max-width: 622px;}
.home2 .vc_align_right { margin-right: -40px;}
/*--/Главная--*/
/*--О нас--*/
/* .page-id-7 { background: url(images/about_us_bg1.png) no-repeat 0 122px;} */
.page-id-7 #breadcrumbs, .page-id-7 .page_top { z-index: 1; position: relative;}
.page-id-7 .site-content { background: url(images/about_us_bg2.png) no-repeat right bottom;}
.page-id-7 .entry-content { padding: 0 0 0 30px;}
.about_us_top { background: url(images/about_us_bg1.png) no-repeat 0 0;
    color: #fff;
    padding-bottom: 175px;
    margin-top: -202px;
    padding-top: 155px;}
.about_us_top .vc_row_kt, .about_us_bottom .vc_row_kt { display: flex; 
	align-items: center;
	flex-wrap: wrap;}
.about_us_top .vc_col-sm-6:first-child { padding-right: 160px;}
.why_we { text-align: center;}
.why_we h2 { margin-bottom: 100px;}
.why_we .vc_column_container.vc_col-sm-3>.vc_column-inner { width: 330px; margin: 0 auto;}
.why_we .wpb_single_image { height: 165px; overflow: hidden;}
.about_us_bottom { padding-top: 100px;}
.about_us_bottom .vc_col-sm-6:last-child { padding-right: 160px;}
/*--/О нас--*/
/*--Контакты--*/
.contacts_top {}
.contacts_top p { position: relative;
    padding: 0px 0 0 60px;
    line-height: 34px;}
.contacts_top p img { position: absolute;
    left: 0;
    top: 0;}
.contacts_address {}
.contacts_mail {}
.contacts_phone { font-weight: 600;}
.contacts_work {}
.contacts_form { margin-top: 65px;}
.contacts_form .vc_row { }
/*--/Контакты--*/
/*--Доставка и оплата--*/
.delivery_payment_top {}
.delivery_payment_top .wpb_single_image.vc_align_right { margin-bottom: 0;}
.delivery_payment_top h3 { margin-bottom: 40px;}
.delivery_payment_top p { position: relative;
    padding: 10px 0 15px 60px;}
.delivery_payment_top p img { position: absolute;
    left: 0;
    top: 0;}
.delivery_payment_bottom { margin-top: -20px;}
.delivery_payment_bottom .wpb_single_image.vc_align_left { margin-left: -50px;}
.delivery_payment_bottom .vc_col-sm-6:last-child { padding-left: 55px;}
.delivery_payment_bottom .wpb_text_column { max-width: 340px; margin: 0 auto;}
.delivery_payment_bottom h3 { margin-bottom: 40px;}
.delivery_payment_bottom h3 + p {padding: 0; margin-bottom: 33px;}
.delivery_payment_bottom p { position: relative;
    padding: 7px 0 15px 125px;}
.delivery_payment_bottom p img { position: absolute;
    left: 0;
    top: 0;}
/*--/Доставка и оплата--*/
/*--Требования к макетам--*/
.layout_requirements { padding: 0 15px;}
.layout_requirements:first-child h3 { margin: 20px auto 80px;}
.layout_requirements .wpb_content_element { margin: 0;}
.layout_requirements .vc_column_container>.vc_column-inner { padding: 0;}
.layout_requirements h3 { font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    position: relative;
    max-width: max-content;
    margin: 120px auto 80px;
    padding: 0 0 0 80px;}
.layout_requirements h3 span { background: url(images/h3_bg.png) no-repeat center;
    display: block;
    position: absolute;
    width: 72px;
    height: 70px;
    line-height: 70px;
    left: 0;
    top: -20px;}
.layout_requirements_yes { border-right: 1px solid #E0E0E0;}
.layout_requirements h4 { color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	line-height: 78px;
	margin: 0;}
.layout_requirements h4 span { padding: 0 0 0 50px;}
.layout_requirements_yes h4 { background: #28B6AF;}
.layout_requirements_yes h4 span { background: url(images/yes.png) no-repeat 0px 0px;}
.layout_requirements_no { }
.layout_requirements_no h4 { background: #E8505B;}
.layout_requirements_no h4 span { background: url(images/no.png) no-repeat 0px 0px;}
.layout_requirements .wpb_single_image.vc_align_center { padding: 84px 80px 80px 84px;
	background: #FAFAFA;
	margin: 0;}
/*--/Требования к макетам--*/
/*--Как сделать заказ?--*/
.how_to_order { padding-top: 70px;}
.how_to_order .vc_col-sm-6:last-child { padding-left: 120px;}
.how_to_order1 { background: url(images/arrow1.png) no-repeat center top;}
.how_to_order2 { background: url(images/arrow2.png) no-repeat center top;}
.how_to_order3 { background: url(images/arrow3.png) no-repeat center top;}
.how_to_order4 { background: url(images/arrow4.png) no-repeat center top;
	text-align: center;
    justify-content: center;
    padding: 180px 0 0;}
.how_to_order4 .vc_col-sm-6:last-child { padding-left: 0px;}
.how_to_order4 .form_link { margin: 60px auto 90px !important;}
.how_to_order h3 { margin-bottom: 40px;}
.how_to_order ul { padding: 0;
    margin: 0;
    list-style-type: none;}
.how_to_order ul li { position: relative;
	padding: 10px 0 15px 60px;
	margin-bottom: 20px !important;}
.how_to_order ul li img { position: absolute;
    left: 0;
    top: 0;}
/*--/Как сделать заказ?--*/
/*--Студия дизайна--*/
.page-id-15 #breadcrumbs, .page-id-15 .page_top { z-index: 1; position: relative;}
.page-id-15 h1 { color: #FFFFFF; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);}
.page-id-2384 #breadcrumbs, .page-id-2384 .page_top { z-index: 1; position: relative;}
.page-id-2384 h1 { color: #FFFFFF; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);}
.design_studio_top { background: url(images/studia_bg.png) no-repeat -40px 0;
	background-size: cover;
    color: #fff;
    padding-bottom: 150px;
	padding-top: 202px;
    margin-top: -202px;    
	margin-bottom: 75px;}
.design_studio_top .vc_row_kt { display: flex; 
	align-items: center;
	flex-wrap: wrap;}
.design_studio_top .wpb_text_column { max-width: 615px;}
.design_studio_top .vc_col-sm-6:nth-child(2) .wpb_text_column { max-width: 670px;
	margin-bottom: 85px;
	padding-left: 55px;}
.design_studio_top .form_link { width: 225px; margin: 50px 0 0;}
.design_studio_table {}
.dataTables_wrapper { margin-top: 80px;}
.tablepress thead th { background: #FFDE52; 
	border: none;
	font-weight: 800;}
.tablepress tbody td, .tablepress th { border-top: 1px solid #E0E0E0;
	font-weight: 400;
	padding: 16px 40px;}
.tablepress tbody td.column-1 { font-weight: 600;}
.design_studio_table .tablepress th.column-1 { width: 74% !important;}
/*--/Студия дизайна--*/
/*--Продукт--*/
.single-post-wrap { margin-bottom: 0px;}
.product_top {}
.product_top .vc_col-sm-10 { width: 79%;}
.product_top .vc_col-sm-2 { width: 21%; margin-top: -45px;}
.product_top .vc_col-sm-2.vc_column_container>.vc_column-inner { padding: 0 0 0 30px;}
.product_top h3 { margin: 0 auto 30px;
	text-align: center;
	padding: 0 10px;
	width: max-content;}
.product_top h3::before { position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: #FFDE52;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
	left: 0;
	top: 20px;
	z-index: -1;}
.product_top .blog-posts-wrapper { margin: 0;}
.product_top .blog-posts-wrapper .blog-post-wrap { float: none;
    background: #F2F2F2 url(images/post_img_bg.png) no-repeat right 22px bottom 22px;
    padding: 25px 35px;
    height: 270px;
    width: 277px;
    margin: 0 auto 15px;
	position: relative;}
.product_top .blog-posts-wrapper .blog-post-wrap:nth-child(2) { background: #34393F url(images/post_img_bg.png) no-repeat right 22px bottom 22px;}
.product_top .blog-posts-wrapper .blog-post-wrap:hover { background: #FFDE52 url(images/post_img_bg.png) no-repeat right 22px bottom 22px;}
.product_top .blog-posts-wrapper .blog-post-wrap:nth-child(2) .post_title { color: #fff;}
.product_top .blog-posts-wrapper .blog-post-wrap article { width: 100%;
    height: 100%;}
.product_top .blog-posts-wrapper .blog-post-wrap .post_title { font-weight: 800;
	font-size: 18px;
	line-height: 150%;
	display: block;
	position: relative;
	z-index: 1;}
.product_top .blog-posts-wrapper .blog-post-wrap .wpb_single_image { height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;}
.product_top .blog-posts-wrapper .blog-post-wrap .post_link { display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 285px;
    background-repeat: no-repeat;
    background-position: left 35px bottom 22px;}
.product_gallery { background: #28B6AF;
	position: relative;
	padding: 55px 0 0;
    margin-top: 115px;
    margin-bottom: 140px;}
.product_gallery::after, .product_gallery::before { content: '';
	background: #28B6AF;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
    position: absolute;}
.product_gallery::after { left: -100%;}
.product_gallery::before { right: -100%;}
.product_gallery .vc_col-sm-12 { float: none;}
.product_gallery .gallery { margin: 0; padding: 0 50px;}
.product_gallery .owl-item { padding: 25px;}
.product_gallery .owl-item:nth-child(4n+1) { background: url(images/product_slide1.png) no-repeat center;}
.product_gallery .owl-item:nth-child(4n+2) { background: url(images/product_slide2.png) no-repeat center;}
.product_gallery .owl-item:nth-child(4n+3) { background: url(images/product_slide3.png) no-repeat center;}
.product_gallery .owl-item:nth-child(4n+4) { background: url(images/product_slide4.png) no-repeat center;}
.product_gallery .owl-dots { display: block; text-align: center;}
.product_characteristic {}
.product_characteristic .vc_col-sm-6:nth-child(2) { margin-top: 80px; padding-left: 70px;}
.product_characteristic .vc_col-sm-6:nth-child(2) p { padding: 0 40px;}
.product_characteristic .vc_col-sm-6:nth-child(2) table { margin-top: 50px;}
.product_price_table {}
.product_price_table .dataTables_wrapper { margin: 44px 0 0;}
.product_price_table .tablepress thead th.column-1 { width: 40% !important;}
/*--/Продукт--*/
/*--Продукция--*/
.category h1 { margin: 0 auto 60px;}
.all_products {}
.all_products > .row { display: flex;
    flex-wrap: wrap;
	justify-content: center;}
.all_products .blog-post-wrap { width: 386px;
    height: 448px;
	margin-bottom: 35px;}
.all_products .blog-post-wrap .post_title { font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 150%;}
.all_products .blog-post-wrap article { height: 100%;
    position: relative;
    text-align: center;
	padding-top: 40px;}
.all_products .wpb_single_image { padding: 50px;
	text-align: center;
	display: flex;
    align-items: center;
    height: 370px;
    justify-content: center;}
.all_products .wpb_single_image img { max-height: 100%;
    width: auto;}
.all_products .blog-post-wrap a.post_link { position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 204px;
    background-repeat: no-repeat;
    background-position: center bottom 40px;}
.all_products .blog-post-wrap article:hover { background: #28B6AF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);}
.all_products .blog-post-wrap article:hover	.post_title { color: #fff;}
/*--/Продукция--*/
/*--Footer--*/
footer { background: #34393F;
	color: #fff;
	padding: 50px 0 30px;}
footer .row > div { padding: 0;}
footer .col-md-3 { width: 22%;}
footer .col-md-4 { width: 36%;}
.social_box { margin: 40px 0 0;}
.social_box a { display: inline-block;
    width: 30px;
    margin: 0 20px 0 0;
    text-align: center;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 22px;
    color: #34393F;
    line-height: 32px;}
.social_box a:hover { background: #FFDE52;}
#menu-footer1,
#menu-footer1_ua { display: flex;
	flex-wrap: wrap;}
#menu-footer1 li,
#menu-footer1_ua li { width: 50%;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0;}
#menu-footer1 li:nth-child(even),
#menu-footer1_ua li:nth-child(even) { padding: 0 0 0 25px;}
#menu-footer1 li a,
#menu-footer1_ua li a { color: #fff;}
#menu-footer1 li a:hover,
#menu-footer1_ua li a:hover { color: #FFDE52;}
.footer_contacts { display: flex;
	flex-wrap: wrap;
	line-height: 170%;
	justify-content: space-between;}
.footer_contacts > div { }
.footer_contacts p { padding: 0 0 0 40px}
.footer_address { background: url(images/map.png) no-repeat 0 5px/18px;}
.footer_work { background: url(images/clock.png) no-repeat 0 5px/25px;}
.footer_mail { background: url(images/mail.png) no-repeat 0 5px/23px;}
.footer_phone { background: url(images/phone.png) no-repeat 0 5px/25px;
	font-size: 18px;
	font-weight: 600;}
.site_copy { background: #40454B;
	padding: 8px 0;}
.site_copy .container { color: #fff;
    font-size: 14px;
    line-height: 17px;}
.site_copy .container a { display: block; float: left;}
.site_copy .container span { display: block; float: right; margin: 23px 0 0;}
/*--/Footer--*/
.wrapper-404 { background: none;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    z-index: 1;}
#error404 { position: relative;
	transform: none;
    top: auto;
    left: auto;
    padding: 340px 20px 150px;
    z-index: 2;
    width: 100%;
    background: url(images/404.png) no-repeat 0 0;}
#error404 h1 { font-size: 32px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-weight: 900;}
#error404 h4 { font-size: 16px;
    
    color: #132c54;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: 800;}
#error404 a { margin: 0 auto;
	width: 280px;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #cc3a54;
	color: #fff;}
.grecaptcha-badge { display: none;}
/*-----------------------------------*/
@media (max-width: 1600px){
.container { width: 100%; padding: 0 30px;}
.home_top .big_h2 { margin: 25px 0px 50px;}
.big_h2 { margin: 60px 0px 50px;}
.hidden_menu > div .menu_button { right: 18px;}
.home2 .vc_align_right { margin-right: 0px;}
}
@media (max-width: 1599px){
.h1, h1, .h2, h2 { margin: 0 auto 50px;}
.layout_requirements .wpb_single_image.vc_align_center { padding: 50px;}
.product_gallery .owl-item { padding: 60px 35px;}
.home_product { margin-top: 45px;}
.home .price_quantity { margin: 0;}
.footer_contacts > div { width: 50%;}
}
@media (max-width: 1439px){
.layout_requirements .wpb_single_image.vc_align_center { padding: 20px;}
.product_top .vc_col-sm-10 { width: 100%; float: none;}
.product_top .vc_col-sm-2 { width: 100%; float: none; margin-top: 25px;}
.product_top .vc_col-sm-2 .row { display: flex; flex-wrap: wrap; justify-content: center;}
.product_top .blog-posts-wrapper .blog-post-wrap { margin: 15px 7px;}
.big_h2 { font-size: 36px;}
.big_h2 span { padding: 15px 20px;}
.big_h2 span:last-child { margin: -15px 0 0 40px;}
}

@media (max-width: 1279px){
#menu-top li,
#menu-top_ua li { margin-right: 40px;}
.about_us_top .vc_col-sm-6:first-child, .about_us_bottom .vc_col-sm-6:last-child { padding-right: 0px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap article { padding: 20px;}
.home_product .blog-posts-wrapper .blog-posts .post_title { font-size: 22px;}
.home .price_quantity span { font-size: 18px;}
footer .col-md-4 { width: 33.33333333%;}
footer .col-md-3 { width: 25%;}
}
@media (max-width: 1151px){
body { font-size: 14px; line-height: 120%;}
.top_logo { width: 20%;}
.header_right { width: 80%; padding: 0 0 0 45px;}
.header_right .searchform { width: 190px;}
.footer_phone { font-size: 14px;}
#breadcrumbs { font-size: 12px;}
.how_to_order { margin-top: 35px;}
.how_to_order4 { padding: 120px 0 0;}
.product_gallery { margin-top: 50px; margin-bottom: 50px;}
.about_us_top { background-size: contain;}
.why_we .vc_row_kt { display: flex; flex-wrap: wrap;}
.why_we .vc_col-sm-3 { width: 50%;}
.hidden_menu .widget.widget_nav_menu .menu li a { font-size: 18px; line-height: 18px;}
.hidden_menu > div { padding: 40px; min-width: 500px;}
.hidden_menu > div p { padding: 0 0 2px 40px;}
.hidden_menu .footer_mail { background: url(images/mail.png) no-repeat 0 0px/23px;}
.home2 { padding: 95px 0 215px;}
} 
@media (max-width: 1023px){
.top_header .row { display: flex; height: 85px;}
.menu-top-container, .menu-top_ua-container { display: none;}
.top_logo { width: 150px;}
.menu_button { background: url(images/menu_button.png) no-repeat 0 0 / cover; height: 30px; width: 30px; position: absolute; right: 30px;}
.hidden_menu > div .menu_button { top: 28px; right: 13px;}
.header_right { width: auto;}
.layout_requirements h3 { font-size: 24px;}
.layout_requirements h4 { font-size: 18px; line-height: 60px;}
.contacts_top > div { width: 100%; float: none;}
.contacts_form .vc_col-sm-6 { width: 100%; float: none;}
.contacts_form .vc_col-sm-6 .wpb_single_image.vc_align_left { text-align: center;}
footer .col-md-4 { width: 100%;}
footer .col-md-3 { width: 100%;}
footer .col-md-4 { margin: 30px 0 20px;}
footer .container { padding: 0 15px;}
#menu-footer1 li { margin: 0 0 10px;}
#menu-footer1 li:nth-child(even) { padding: 0;}
.how_to_order { flex-wrap: wrap; padding-top: 110px;}
.how_to_order .vc_col-sm-6 { width: 100%;}
.how_to_order .vc_col-sm-6:last-child { padding-left: 0;}
.how_to_order .wpb_single_image.vc_align_left { text-align: center;}
.how_to_order2 { flex-direction: column-reverse;}
.tablepress tbody td, .tablepress th { padding: 18px;}
.dataTables_wrapper { width: 100%; overflow-x: auto; margin-top: 30px;}
.dataTables_wrapper table { min-width: 1000px;}
.dataTables_wrapper .tablepress { margin: 0 0 25px !important;}
.single-post-wrap { margin-bottom: 0;}
.home_top { padding-top: 100px;}
.home_top .vc_col-sm-4, .home_top .vc_col-sm-8, .home2 .vc_col-sm-5, .home2 .vc_col-sm-7 { width: 100%; float: none;}
.home2 .vc_row_kt { flex-wrap: wrap;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap { width: 50% !important; height: 385px !important;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap:nth-child(3) article { background: #F2F2F2 url(images/post_img_bg3.png) no-repeat right 13px bottom 13px;}
.home_product .blog-posts-wrapper .blog-posts .post_link { background-size: 210px !important;}
.home_product .blog-posts-wrapper .blog-posts .wpb_single_image { width: 210px !important;}
.home2 { padding: 0px; margin: 0;}
.home2 .wpb_single_image.vc_align_right { text-align: center;}
.home2 .white { padding: 0 130px 0 0;}
}
@media (max-width: 899px){
.about_us_top .vc_col-sm-6, .about_us_bottom .vc_col-sm-6 { width: 100%; float: none;}
.about_us_top { padding-bottom: 0; padding-top: 202px;}
}
@media (max-width: 767px){
.layout_requirements_yes { border-right: none; margin-bottom: 20px;}
.layout_requirements .wpb_single_image.vc_align_center { padding: 5px;}
.delivery_payment_top { flex-direction: column-reverse;}
.h1, h1, .h2, h2 { font-size: 30px;}
.h3, h3 { font-size: 20px;}
h1::before, h2::before { top: 24px;}
.product_top .vc_row.vc_row-flex:first-child { flex-direction: column-reverse;}
.dataTables_wrapper {}
.about_us_top { background-size: auto;}
.why_we .vc_col-sm-3 { width: 100%;}
.why_we .vc_column_container.vc_col-sm-3>.vc_column-inner { width: 100%;}
.home2 { background: url(images/home2_bg.png) no-repeat 0 225px;}
.design_studio_top .wpb_text_column { max-width: 100%; margin-bottom: 35px; padding-left: 0;}
.delivery_payment_top .wpb_single_image.vc_align_right { margin-bottom: 35px; text-align: left;}
.delivery_payment_bottom { margin-top: 20px;}
.delivery_payment_bottom .wpb_text_column { max-width: 100%; margin: 0;}
.all_products .blog-post-wrap { width: 50%; height: 405px;}
.all_products .blog-post-wrap article { padding-top: 20px;}
.all_products .wpb_single_image { padding: 10px;}
.all_products .blog-post-wrap .post_title { font-size: 22px; line-height: 120%;}
}
@media (max-width: 599px){
.layout_requirements h3 { font-size: 20px;}
p { margin-bottom: 10px;}
.container { padding: 0 15px;}
.footer_contacts > div { width: 100%;}
.footer_contacts { display: block;}
form { padding: 20px;}
.contacts_form { margin-top: 0;}
.menu_button { height: 20px; width: 20px; right: 15px; top: 10px;}
.header_right { padding: 0 0 15px 55px; align-items: flex-end;}
.header_right .searchform button { background-size: cover; height: 14px; width: 15px;}
.social_box { margin: 20px 0 0;}
.footer_logo img { max-width: 150px;}
footer { padding: 35px 0 30px;}
.content-area-inner { padding: 15px 0 50px;}
.h1, h1, .h2, h2, h2.vc_custom_heading { font-size: 20px;}
h1::before, h2::before { top: 18px;}
.about_us_bottom { padding-top: 0;}
.tablepress tbody td, .tablepress th { padding: 15px; font-size: 12px;}
.tablepress tbody td.column-1 { }
.page-id-7 .vc_column_container>.vc_column-inner { padding: 0;}
.home .vc_column_container>.vc_column-inner { padding: 0;}
.big_h2 { font-size: 24px;}
.home_product .blog-posts-wrapper .blog-posts .blog-post-wrap { width: 100% !important;}
.home_product { margin-bottom: 0;}
.home2 { background: url(images/home2_bg.png) no-repeat 0 0;}
.home2 .white { padding: 0;}
.hidden_menu > div { padding: 20px; min-width: 300px;}
.hidden_menu > div .menu_button { top: 10px; right: 15px; width: 20px; height: 20px; background-size: cover;}
.all_products .wpb_single_image { height: 250px;}
.all_products .blog-post-wrap { height: 300px;}
.product_top h3{width: auto;}
}

@media (max-width: 424px){
.header_right { padding: 0 0 15px 20px;}
.all_products .blog-post-wrap .post_title { font-size: 20px;}
}
@media (max-width: 374px){
.header_right .searchform { width: 140px;}
.site_copy .container span { font-size: 12px;}
}

.blog-post-wrap #post-1246 .price{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 187px;
}

/*Стрелка вверх*/
#button_up {
  display: inline-block;
  background-color: #28B6AF;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 150px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button_up::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}
#button_up:hover {
  cursor: pointer;
  background-color: #333;
}
#button_up:active {
  background-color: #555;
}
#button_up.show {
  opacity: 1;
  visibility: visible;
}

/*Меню подкатегорий */
#menu-top .sub-menu li.menu-item-has-children ul.sub-menu,
#menu-top_ua .sub-menu li.menu-item-has-children ul.sub-menu{
    position: absolute;
    top: 0;
    left: calc(100% - 10px)!important;
    display: table;
    max-height: 100%;
    width: 100%;
    max-width: 250px;
    opacity: 0;
    -webkit-box-shadow: -2px 2px 81px -17px rgb(0 0 0 / 30%);
    box-shadow: -2px 2px 81px -17px rgb(0 0 0 / 30%);
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#menu-top .sub-menu li.menu-item-has-children:hover ul.sub-menu,
#menu-top_ua .sub-menu li.menu-item-has-children:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}

#menu-top .sub-menu li.menu-item-has-children ul.sub-menu li,
#menu-top_ua .sub-menu li.menu-item-has-children ul.sub-menu li{
	width: 100%;
}
#menu-top .sub-menu li.menu-item-has-children:after,
#menu-top_ua .sub-menu li.menu-item-has-children:after {
    content: "\203A";
    font-size: 28px;
    vertical-align: text-bottom;
}

/*Подтовары на странице товаров */
.services-list{
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    padding: 0;
    margin-bottom: 50px;
}
.services-list > li {
    padding: 0 5px 10px;
}
.services-card-list li {
    margin: 0 10px 20px;
}
.services-list > li{
  padding: 0 5px 10px;
  list-style-type: none;
}

.services-list__item-card {
  font-size: 10px;
}
.service-card {
    font-size: 14px;
    display: inline-block;
    -webkit-box-shadow: 0.4em 1.55em 1.95em rgb(210 223 255 / 40%);
    box-shadow: 0.4em 1.55em 1.95em rgb(210 223 255 / 40%);
    border-radius: .75em;
    text-align: center;
    background-color: white;
    -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.service-card:hover {
    background-color: #E3EBFF;
    -webkit-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.service-card:focus {
  outline: none;
}

.service-card__img {
  width: 4.8em;
  height: 4.8em;
  margin: 0 auto 1.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-card__img img {
  max-width: 100%;
  max-height: 4.8em;
}

.service-card__title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #121559;
  font-size: 10px;
}

@media (min-width: 420px){
.service-card {
    padding: 2.9em 1.5em 2.3em;
    width: 14.5em;
    height: 14.5em;
}
}

/*Смежные товары в категориях */
.featured_posts{
    opacity: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.55);
    text-align: left;
    width: 100%;
    max-height: 100%;
    padding: 15px;
    -webkit-transform: translateY(-webkit-calc(100% - 65px));
    -ms-transform: translateY(calc(100% - 65px));
    transform: translateY(calc(100% - 65px));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #FFFFFF;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #D2D2D2;
    text-decoration: none;
    backdrop-filter: blur(8px);
}
.featured_posts li{
    list-style-type: none;
}
.featured_posts li a{
    color: #ffffff;
}
.featured_posts li a:hover{
    color:#28B6AF
}
.all_products .blog-post-wrap article:hover .featured_posts, 
.all_products .blog-post-wrap article:active .featured_posts, 
.all_products .blog-post-wrap article:focus .featured_posts {
    opacity: 1;
    overflow: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    overflow: auto;
}

/* Form */
.select__item {
	position: reletive;
    background: #fff!important;
}

.contact-form {
	max-width: 100%;
}

.contact-form p {
	width: 200px;
	display: flex;
  flex-direction: column;
	text-align: left;
}

.form_container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	  justify-content: space-between;
    gap: 15px;
}

.form_container .wpcf7-radio {
	display: flex;
	flex-direction: column;
    gap: 10px;
	margin-top: 15px;
}

.form_container .wpcf7-list-item {
	margin: 0;
}

.form_container select {
	padding: 0 0 0 5px;
}

.form_container .form__select .wpcf7-form-control-wrap {
	background: #fff;
	border-radius: 6px;
	margin-top: 15px
}

.form_container .wpcf7-number {
	margin-top: 15px;
}

.contact-form .form__submit {
	width: 100%;
	margin: 40px 0 0;
}

.contact-form .form__submit .wpcf7-submit {
	width: 220px;
}

.contact-form input[type="radio"] {
	display: none;
}

.contact-form span.wpcf7-list-item {
    position: relative;
	  padding-left: 30px;
}

.contact-form input[type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.contact-form input[type="radio"]:checked + span:after {
    content: "\2713";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
    color: #000;
}

.contact-form .form__contact {
	display: none;
}

.contact-form .form__contact.active {
	display: block;
	margin-top: 15px;
}

.contact-form .form__tel {
	width: 40%;
}

.contact-form .form__textarea {
	width: 100%;
}

@media screen and (max-width: 767px) {
    .contact-form .form__tel {
        width: 100%;
    }
}
    
@media screen and (max-width: 475px) {
    .contact-form p {
        width: 100%;
    }
}