﻿/*   
Theme Name: burum
Author: Dmitrij Nikolaenko
Authot Email: dmitrij.nikolaenko.91@gmail.com
*/

html, body{width: 100%;min-height: 100%;}
body{
font-family: 'Roboto', sans-serif; word-break: break-word;}
/***position foter***/
* {margin: 0;padding: 0;}
html, body {height: 100%;}
#content-sites {display: flex;flex-direction: column;height: 100%;}
#content {flex: 1 0 auto;}
#footer {flex: 0 0 auto;}
/*** end position foter***/
a, input, img, textarea{outline: none;}
a{transition: 0.3s;}
a:hover{transition: 0.3s;}
h1{font-size: 26px;padding-bottom: 24px;}
h2{font-size: 24px;padding-bottom: 22px;}
h3{font-size: 22px;padding-bottom: 20px;}
h4{font-size: 20px;padding-bottom: 18px;}
h5{font-size: 18px;padding-bottom: 16px;}
p{ font-size: 16px;padding-bottom: 12px;font-weight: 400;    line-height: 140%;}
li{font-size: 18px;padding-bottom: 6px;font-weight: 400;}
ul, ol{padding-bottom: 12px;}
#go-top {position: fixed;width: 50px;height: 50px;line-height: 50px;bottom: 40px;right: 40px;z-index: 99;text-align: center;color: #fff !important;background: rgba(0, 0, 0, 0.28) url('/wp-content/themes/burum/img/to-top.png');background-position: center center;background-repeat: no-repeat;cursor: pointer;transition: 0.4s}
#go-top:hover {background: rgba(0, 0, 0, 0.54) url('/wp-content/themes/burum/img/to-top.png');background-position: center center;background-repeat: no-repeat;transition: 0.4s}
/***defaul for breadcrumbs**/
.breadcrumbs-page{border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 25px;
    padding-top: 25px;
	}
.breadcrumbs-page a{text-decoration: none !important;color: #391c0c99 !important;text-shadow: none;}
.breadcrumbs-page a:hover{text-decoration: underline !important;}
/**defaul for galery wordpress**/
.gallery {float: none;display: inline-block;width: 100%;}
.gallery img{width: 100%;height: auto;border: none !important;margin-bottom: 0px;transition: 0.3s;}
.gallery img:hover{-webkit-filter: sepia(100%);transition: 0.3s;}
.gallery-item{margin-top: 0px;}
/**defaul for img***/
img.alignleft{max-width: 50%;height: auto;margin-right: 25px;margin-bottom: 25px;margin-top: 25px;float: left;}
img.aligncenter{max-width: 100%;height: auto;margin-bottom: 25px;margin-top: 25px;float: none;}
img.alignright{max-width: 50%;height: auto;margin-left: 25px;margin-bottom: 25px;margin-top: 25px;float: right;}
.active-img {position: fixed !important;z-index: 999 !important;overflow: unset !important;top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;max-width: 80% !important;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.38) !important;}
.close-img{position: fixed;z-index: 999;width: 30px;height: 30px;top: 8px;right: 8px;background: url('/wp-content/themes/burum/img/close-img.png');background-size: contain;cursor: pointer;display: none;}
/**end default**/
/****footer***/
footer {
    background: #0f1318;
    padding: 25px 0px 0px 0px;
    color: #9e9e9e;
    display: inline-block;
    width: 100%;
    z-index: 2;
    bottom: 0px;
}
.bottom-footer{background: #0a0d10;}
.footer-box{display: flex;flex-direction: row;flex-wrap: wrap; align-items: flex-start;justify-content: space-between;	}
.box-content-footer{ width: 33.333%; padding: 15px; box-sizing: border-box;	}
.box-content-footer ul{list-style-type: none;    margin: 0px;}
.box-content-footer p{font-size: 14px;	}
.box-content-footer a{text-decoration: none;font-size: 15px;color: #9e9e9e;	display:block;padding-bottom:4px;}
.box-content-footer a:hover{color:#258ddd;}
.box-footer-contact{display: flex;flex-direction: column;align-items: flex-end;	}
.box-footer-contact a{font-size: 15px;padding-bottom:8px;}
.box-footer-menu{text-align:center;}
.date-site{text-align: center;padding: 15px;	font-size:13px;}
/*** end footer style***/
/***header style***/
.header{
position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
        background: linear-gradient(to bottom, #0f1014 0%, #14303e 100%);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.49);
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
.box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-top: 12px;	
}
.menu-top-site > ul{
display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-top-site ul{
    list-style-type: none;
    margin: 0px;		
	padding:0px;
}
.menu-top-site li{padding:0px;}
.menu-top-site a{
text-decoration: none;
    font-size: 15px;
    color: #258ddd;
    padding: 10px;
    font-weight: 400;
}
.menu-top-site a:hover{color:#ffffff;}
.contacts-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;	
}
.phone-header{
text-decoration: none;
    font-size: 18px;
    padding: 12px;
    font-weight: 300;
    color: #ffffff;
}
.phone-header:hover{
	color: #258ddd;
}
/*.logo-header img{
	height:52px;
}*/
.logo-header a{
    text-decoration: none;
    color: #9ba8dd;
    font-size: 22px;
    font-weight: 900;
    display: flex;
    align-items: center;	
}
.logo-header span{
display: block;     color: #fff;
}	
/*** end header style***/
/*** ul & ol down style ****/
ul.children-ul{
position: absolute !important;
    top: 27px;
    white-space: nowrap;
    background:#0065a3;
    box-shadow: 0px 1px 2px rgba(2, 2, 2, 0.25);
    padding: 12px 10px !important;
    left: -10px;
}
ul.children-ul a{
    padding: 6px 6px;
    display: block;	
}
ul.menu a{
	position:relative;
	z-index:1;
}
.arrow-bottom , .arrow-top {
    position: relative;
}
.arrow-bottom:before {
    content: '\203A';
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s;
    color: #d6d6d6;
    font-size: 18px;
    transform: rotate(90deg);
	transition:0.3s;
	transform-origin:center;
}
.arrow-top:before {
    content: '\203A';
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s;
    color: #d6d6d6;
    font-size: 18px;
    transform: rotate(-90deg);
	transition:0.3s;
	transform-origin:center;
}
/*** end ul & ol down style ****/
/*******/
/****mobile***/
.mobile-menu{display:none;}
.mobile-buttons{
	display: none;
	position:relative;
	width: 56px;
    height: 56px;
}
/****end mobile style***/
/***other styles****/
.button-pages, .single_add_to_cart_button, .checkout-button, .button{
font-size: 14px !important;
    background:#258ddd !important;
    padding: 14px 16px !important;
    color: #fff !important;
    cursor: pointer !important;
    border-radius: 12px !important; transition:0.3s !important; border: 0px !important;
} 
.button-pages:hover, .single_add_to_cart_button:hover, .checkout-button:hover, .button:hover{
	background: #74549f !important;
	transition:0.3s !important;
}
.box-before-header{width:100%;}
.button-top-modal{display:none;}
/***end other styles****/
span.wpcf7-not-valid-tip, .ajax-loader, .wpcf7 br{ display: none!important;}
input.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    background: #fff;
}
/**/
.pays-metod{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;	
}
.pays-metod nav{
    padding-bottom: 8px;
    width: 100%;
    display: block;	
}
.pays-metod img{
height: 32px;
    margin-right: 8px;	
	margin-bottom: 8px;
}
.logo-header nav{padding-left:8px;}
.top-text-logo{
    font-size: 18px;
    border-bottom: 2px solid #ddba57;
    padding-bottom: 2px;
}
.bottom-text-logo{
    font-size: 14px;
    font-weight: 400;	 padding-top: 2px;
}
.box-monitor1{
	background:url('/wp-content/uploads/2021/08/fon1.jpg');
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
    padding-bottom: 65px;
    padding-top: 95px;
	position:relative;
	z-index:1;
}
.box-monitor1:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0 0 0 / 69%);
    z-index: 2;
}
.container-monitor1{
	position:relative;
	z-index:3;
}
.box-monitor1 h1{
    color: #fff;
    font-weight: 900;
    font-family: 'Play';
    font-size: 48px;
    text-align: center;
    padding-bottom: 36px;	text-shadow: 1px 1px 1px #000; line-height
}
.box-monitor1 h1 > span{
display: inline-block;
    border-bottom: 3px solid #f3bc0f;
    color: #f3bc0f;
}
.box-advantages{
padding-bottom: 65px;
    padding-top: 85px; background: linear-gradient(180deg, #fff, #fdfdfd);
}
.box-advantages h2{
    font-size: 38px;
    font-family: 'Play';
    color: #000;
    font-weight: 900;
    text-transform: uppercase;	
}
.container-advantages{
padding-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;	
}
.post-advantages{
width: calc(30% - 25px);
    padding-bottom: 65px;	
}
.post-advantages nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 8px;
    font-size: 24px;
    color: #258ddd;
    font-family: 'Play';
    font-weight: 700;	
}
.post-advantages nav > img{
    height: 50px;    margin-right: 8px;	
}
.post-advantages section{
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;	
}
.box-article-index{
    background: linear-gradient(180deg, #fdfdfd, #fff);
	padding-top: 65px;
	padding-bottom: 45px;
}
.box-catalog{
	padding-top: 65px;
	padding-bottom: 65px;
}
.title-catalog{
    text-align: center;
    display: block;
    font-size: 38px;
    font-family: 'Play';
    font-weight: 900;
    color: #000000;	 padding-bottom: 25px;
}
.container-contact{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;	
}
.box-map{
width: 50%;	
}
.contacts-info{
	width:calc(50% - 25px);
}
.contact-info{
    display: block;
    font-size: 20px;
    padding-bottom: 12px;	
}
.contact-info i, .contact-info-href i{
color: #258ddd;
    padding-right: 6px;	
}
.contact-info-href{
    display: block;
    padding-bottom: 12px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;	
	transition:0.3s;
}
.contact-info-href:hover{
	color:#258ddd; transition:0.3s;
}
/***for woocommerce***/
ul.products{
list-style-type: none !important;
    margin: 0px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    padding-top: 25px!important;	
}
li.product-category, li.product{
    width: calc(25% - 15px) !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    box-shadow: 0px 0px 5px 1px #d0d0d0 !important;
    border-radius: 3px !important;	 transition:0.3s !important;      margin: 0px !important; margin-bottom: 20px !important;
}
li.product-category:hover, li.product:hover{
	box-shadow: 0px 0px 6px 2px #4c4c4c !important; transition:0.3s !important;
}
li.product-category a, li.product a{
box-sizing: border-box !important;	text-decoration: none !important; text-align:center !important;
}
li.product-category img, li.product img{
	width:100% !important; height:auto !important;
}
h2.woocommerce-loop-category__title, h2.woocommerce-loop-product__title{
    font-size: 15px !important;
    color: #2a4875 !important;
    line-height: 140% !important;
    padding-top: 12px !important;
    padding-bottom: 4px !important;	
	font-weight: 700;
}
mark.count{
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: block !important;
    font-style: normal;
    color: #3c3c3c;
}
.container-woocommerce h1.page-title, .box-advantages h2{
	position:relative !important;
	z-index:1 !important;
    font-size: 38px !important;
    font-family: 'Play' !important;
    color: #000 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;	
	margin-top: 45px !important;
}
.container-woocommerce h1.page-title:before, .box-advantages h2:before{
	position:absolute !important;
	content:'' !important;
    border-top: 8px solid #258ddd !important;
    margin: 0px !important;
    width: 150px !important;
    top: -16px !important;	
}
.woocommerce-product-gallery{
	position:relative;     width: calc(40% - 15px) !important;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background-image: url(/wp-content/uploads/2021/09/zooming.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 60px;
    height: 60px;
    background-color: rgb(255 255 255 / 38%);
    border-radius: 0px 0px 25px 0px;
    box-sizing: border-box;
    padding: 25px;
    color: transparent;
}
.h2.woocommerce-loop-product__title{
	padding-bottom: 20px !important;
}
a.woocommerce-LoopProduct-link > span.price, li.product > a.add_to_cart_button, ul.tabs, .woocommerce-tabs{
	display:none !important;
}
.type-product{
	display: flex ;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 45px;
}
ol.flex-control-nav{
	list-style-type:none;
	margin:0px !important;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}
.woocommerce-Tabs-panel{
	padding-bottom: 45px !important;
}
.summary{
width: calc(60% - 25px);
}
.product_meta{
	padding-bottom: 25px;
}
form.cart > .quantity{
	margin-bottom: 15px;
}
input.input-text{
	padding: 8px;
}
.product_meta .sku_wrapper, .product_meta .posted_in{
	display: block;
	padding-bottom: 8px;
}
.posted_in a{
	text-decoration:none;
	color: #888;
}
.posted_in a:hover{color:#258ddd;}
.woocommerce-Reviews{display:none !important;}
.woocommerce-basket a{
    color: #fff;
    text-decoration: none;
    font-size: 14px; transition:0.3s;
}
.woocommerce-basket a:hover{
	color: #258ddd; transition:0.3s;
}
.size-bage{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 25px;
}
.size-bage .wcpa_image{
	width: calc(25% - 10px);
	text-align:center;
	padding-bottom:15px;
}
.badge-oval img{
	max-width:127px !important;
	width:100%;
}
.badge-oval .wcpa_image{
width: calc(33% - 10px);	
}
.size-bage .wcpa_image:hover img{
box-shadow: 0 0 5px 1px #258ddd; transition:0.3s;	
}
.size-bage .wcpa_image img{
 transition:0.3s;	 border-radius: 12px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked+div img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked+div picture img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked+img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_circle .wcpa_image input:checked+picture img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked+div img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked+div picture img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked+img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked+picture img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked+div img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked+div picture img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked+img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_squircle .wcpa_image input:checked+picture img {
    box-shadow: 0 0 5px 1px #258ddd !important; transition:0.3s;
}
.size-bage_parent > label, .color-metall_parent > label, .fastening-bage_parent > label, .badge-oval_parent > label{
	font-size:18px;
	font-weight:600;
	padding-bottom:15px;
}
.color-metall{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
    justify-content: space-around;
    align-items: flex-start;	
	padding-bottom: 25px;
}
.color-metall .wcpa_image{
	width:calc(25% - 10px);
	text-align:center;
	padding-bottom: 15px;
}
.color-metall .wcpa_image:hover img, .fastening-bage .wcpa_image:hover img{
box-shadow: 0 0 5px 1px #258ddd; transition:0.3s;	
}
.color-metall .wcpa_image img, .fastening-bage .wcpa_image img{
 transition:0.3s;	 border-radius: 8px;
}
.fastening-bage{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;	
	padding-bottom: 25px;
}
.fastening-bage .wcpa_image{
	width:calc(40% - 10px);
	text-align:center;
	padding-bottom: 15px;
}
section.related{padding-top: 35px;}
.wcpa_form_outer{margin:0px !important;}
.woocommerce-Price-amount bdi{
	font-size:14px !important;
}
.woocommerce-cart-form__cart-item td.product-name a{
	text-decoration:none;
	color: #258ddd !important; transition:0.3s; font-size: 16px;
    font-weight: 600;
}
.woocommerce-cart-form__cart-item td.product-name a:hover{
	transition:0.3s; color: #74549f !important;
}
.woocommerce-cart-form__cart-item td.product-name .variation- img, .variation- img{
	width: 84px;
}
.woocommerce-cart-form__cart-item td.product-name .variation- span, .variation- span{
	font-size:12px; /*display:block;*/
}
.woocommerce-cart-form .wcpa_cart_type_image-group{
	padding-top: 0px !important;
}
.woocommerce-cart-form__cart-item td.product-thumbnail img{
	width: 150px;
}
th.product-thumbnail{width:150px;}
th.product-remove{width:50px;}
.wc_payment_methods{display:none !important;}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	padding:12px !important;
}
.woocommerce-customer-details{
	display:none !important;
}
ul.wc-item-meta img{
	width: 80px !important;
}
ul.wc-item-meta li{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
strong.wc-item-meta-label{
	font-weight:400 !important;
	font-size:14px !important;
}
.woocommerce-table__product-name a{
	text-decoration:none;
	color: #258ddd !important;
	font-size:16px !important;
}
table.woocommerce-table--order-details .woocommerce-Price-amount{
	font-size: 18px !important;
}
ul.wc-item-meta p.wcpa_image{
    display: flex !important;
    align-items: baseline !important;
    font-size: 12px !important;
    flex-direction: column !important;	
}
tr.cart_item td.product-name{
	font-size: 18px;
}
dl.variation{font-size:14px;}

p.price > span.woocommerce-Price-amount bdi{
color: #258ddd;
    font-weight: 600;
    font-size: 32px !important;	
}
.flex-viewport img, .woocommerce-product-gallery__image img{width:100% !important;height:auto !important;}
.woocommerce-pagination ul.page-numbers{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;	
}
.woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li > span{
    text-decoration: none;
    padding: 6px;
    color: #258ddd;	
	font-weight:600;
}
.woocommerce-pagination ul.page-numbers li > span, .woocommerce-pagination ul.page-numbers li a:hover{color:#000 !important;}
.fastening-bage .wcpa_image label, .color-metall .wcpa_image label{
	display:block;
	    font-size: 15px;
    font-weight: 500;
}
tr.woocommerce-cart-form__cart-item td.product-name{
	max-width: 40%;
}
.woocommerce ul.products::before, .woocommerce ul.products::after, ul.columns-{
	display:none !important;
}
.wcpa_price_summary{
	background: transparent !important;
}
.wcpa_price_summary ul > li.wcpa_options_total{}
#gtranslate_wrapper{
    left: 10px !important;
}
/******/







@media(max-width:960px){
	.mobile-menu{
		display: block;
	position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 12px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(136, 136, 136, 0.15);
	}
	.mobile-menu::-webkit-scrollbar-button {background-image:url('');background-repeat:no-repeat;width:6px;height:0px}
	.mobile-menu::-webkit-scrollbar-track {background-color:#ecedee}
	.mobile-menu::-webkit-scrollbar-thumb {-webkit-border-radius: 0px;border-radius: 2px;background-color:#9ba8dd;transition: 0.3s;}
	.mobile-menu::-webkit-scrollbar-thumb:hover{background-color:#808dc3;transition: 0.3s;}
	.mobile-menu::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:6px;height:0px}
	.mobile-menu::-webkit-scrollbar{width: 6px;}	
	
	.mobile-menu ul{
	    list-style-type: none;
		margin: 0px;
		padding: 12px;	
	}
	.mobile-menu li{
		padding-bottom: 8px;
	}
	.mobile-menu ul a{
		text-decoration: none;
		color: #333;
		display: block;
		padding: 0px 12px;	
	}
	.mobile-menu ul a:hover{color:#888;}
	.children-ul {
		position: relative !important;
		top: 4px;
		white-space: normal;
		background: transparent;
		box-shadow: none;
		padding: 8px 8px 8px 20px !important;
		left: 0px;
		z-index: 99;
		width: 100%;
		box-sizing: border-box;
	}
	.children-ul li{
		position:relative;
	}
	.children-ul li:before{
	    content: '—';
		position: absolute;
		left: -8px;
		top: 0px;	
	}
	.menu-top-site{display:none;}
	.open-mobile-menu, .mobile-buttons{
		display: block;
	}
	.open-mobile-menu, .close-mobile-menu{
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		cursor:pointer; transition:0.3s;
	}
	.open-mobile-menu:hover, .close-mobile-menu:hover{
		background-color: #74549f; transition:0.3s;
	}
	.open-mobile-menu{
		background: url('/wp-content/uploads/2020/03/menu_button.png');
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		background-color: #258ddd;
	}
	.close-mobile-menu{
		background:url('/wp-content/uploads/2020/03/close-img-min.png');
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		background-color: #74549f;
		display:none;
	}
	.footer-box{justify-content: center;}
	.box-content-footer{width:50%;}
	.box-footer-contact{    align-items: center;}
	.box-footer-menu{text-align:right;}
	.post-advantages{width: calc(50% - 25px);}
	li.product-category, li.product {width: calc(33.333% - 15px) !important;}
	
	
}
@media(max-width:768px){
	tr.woocommerce-cart-form__cart-item td.product-name{
		max-width: 100%;
	}
}
@media(max-width:740px){
	li.product-category, li.product {width: calc(50% - 15px) !important;}
	.contacts-header{display:none;}
	.button-top-modal{display:block;margin-bottom:15px}
	.box-content-footer{width:100%; text-align:center;padding:15px 0px;}
	.post-advantages{width: 100%;}
	li.product-category, li.product {width: 100% !important;}
	.container-woocommerce h1.page-title, .box-advantages h2, .title-catalog{font-size: 26px !important;}
	.box-monitor1 h1{font-size: 28px;}
	.post-advantages nav{    font-size: 20px;}
	.pays-metod{    justify-content: center;}
}
@media(max-width:640px){
	.woocommerce-product-gallery, .summary, .box-map, .contacts-info {width: 100% !important;}
	.contacts-info{padding-top: 25px;}
}
@media(max-width:420px){
	.logo-header a{
		font-size: 20px;
		font-weight: 900;	
	}
	.logo-header img {
		height: 42px;
	}
	.top-text-logo{font-size:16px;}
	.bottom-text-logo{font-size:12px;}
	.color-metall .wcpa_image, .size-bage .wcpa_image {
		width: calc(50% - 15px);
		text-align: center;
		padding-bottom: 15px;
	}
}
/**for js**/
#answer-top-modal-form-order-call-back, #answer-modal-form-ok{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    background: #fff;
    padding: 25px;
    z-index: 999;
    box-shadow: 0px 0px 8px 1px #000;
    line-height: 150%;	
	display:none;
}
.display-none{
	display: none !important;
}
.display-block{
	display: block !important;
}