﻿/*   
Theme Name: burum
*/

:root {
	--primary-color: #94d0b4; /* Основной цвет синий */
	--secondary-color: #07ccec; /* Второстепенный цвет светлый голубой*/
	--white-color: #fff; /* белый*/
	--noacent-color: #e6edf8; /* бледно-синий для не акцентных елементов*/
	--graytext-color: #888c92; /* серый цвет для текстов*/

	/*шрифты*/
	--roboto-fond: "Roboto", sans-serif;
	--header-fond: "Onest", serif; /* для заголовков сркгуленные углы*/
	--mark-fond: "Marck Script", cursive; /*для рукописного текста*/
}



html, body{width: 100%;min-height: 100%;}
body{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 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;font-weight: 500;}
h2{font-size: 24px;padding-bottom: 22px;font-weight: 500;}
h3{font-size: 22px;padding-bottom: 20px;font-weight: 500;}
h4{font-size: 20px;padding-bottom: 18px;font-weight: 500;}
h5{font-size: 18px;padding-bottom: 16px;font-weight: 500;}
p{font-size: 16px; padding-bottom: 24px; font-weight: 400; line-height: 140%;}
li{font-size: 16px;padding-bottom: 12px;font-weight: 400;}
ul, ol{padding-bottom: 12px;}

.flex-stretch-between{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;	
}
.flex-center-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;	
}
.flex-stretch-center{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.flex-end-between{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;	
}
.flex-start-between{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;	
}
.flex-center-start{
    display: flex;
    justify-content: space-start;
    align-items: center;
    flex-wrap: wrap;	
}
.flex-stretch-around{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;	
}
.flex-start-end{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;	
}
.flex-start-start{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;	
}

.grit3{
 display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 равные колонки */
  gap: 30px; /* Промежутки между колонками и строками */	
}
.grit4{
 display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 равные колонки */
  gap: 30px; /* Промежутки между колонками и строками */	
}
.grid2{
 display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 равные колонки */
  gap: 30px; /* Промежутки между колонками и строками */	
}
.block_50_proc{width: calc(50% - 25px);}
.width-100-proc{width:100%;}
.max-width-600{max-width:600px;}
.max-width-880{max-width:870px;}
.max-width-1200{max-width: 1200px; width: 100%;}
.text-align-center{text-align: center;}
.yellow_hr{
	    display: block;
    height: 1px;
    border: 0;
    border-top: 6px solid #fbf103;
    margin: 6em 0 1em 0px;
    padding: 0;
    width: 100%;
}
.fon_blur{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
	padding: 40px 60px;
    box-sizing: border-box;     border-radius: 8px;
}
.min_block_fifty{
	width: calc(50% - 10px); margin-bottom: 20px;
}
.fifty-content-slider{
	width: calc(50% - 15px);
}
.type_img_left .img-fifty-content-slider{order: 1;}
.type_img_left .text-fifty-content-slider{order: 2;}
.type_img_right .img-fifty-content-slider{order: 2;}
.type_img_right .text-fifty-content-slider{order: 1;}
.text-fifty-content-slider{padding-bottom: 50px;}


/* Класс для блокировки прокрутки */
.no-scroll {
  overflow: hidden;
}

/*****scroll****/
::-webkit-scrollbar-button {background-image:url('');background-repeat:no-repeat;width:6px;height:0px}::-webkit-scrollbar-track {background-color:#ecedee}::-webkit-scrollbar-thumb {-webkit-border-radius: 0px;border-radius: 2px;background-color:#444;transition: 0.3s;}::-webkit-scrollbar-thumb:hover{background-color:#000;transition: 0.3s;}::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:6px;height:0px}::-webkit-scrollbar{width: 6px;}
/*****end scroll****/

#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{    padding-bottom: 10px;
    margin-bottom: 0px;
    padding-top: 40px;  color: rgba(92, 92, 92, 1) !important;
	}
.breadcrumbs-page a{text-decoration: none !important;color: rgba(92, 92, 92, 1) !important;text-shadow: none;}
.breadcrumbs-page a:hover{text-decoration: underline !important;}
.arrow_breadcrumbs{    margin-left: 10px;
    margin-right: 10px;    font-size: 21px;}
.breadcrumb_last{color: rgba(147, 147, 147, 1);}
/**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: #000000;
    padding: 80px 0px 50px 0px;
    color: rgba(106, 106, 106, 1);
    display: inline-block;
    width: 100%;
    z-index: 2;
    bottom: 0px;
}
.footer-logo{
    max-width: 100%;
    margin-bottom: 60px;	
}
.box-footer-logo{
    width: calc(25% - 15px);
    padding-bottom: 30px;	
}
.text_copiright{    font-size: 14px;
    width: 100%;
    padding-top: 0px;}
.text_footer{font-size: 14px; padding-bottom: 45px;}
.name_footer_column{    font-size: 14px;
    padding-bottom: 60px;
    font-weight: 400;}

.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: 16px;	}
.box-content-footer a{text-decoration: none;font-size: 16px;color: #000;	display:block;padding-bottom:4px;}
.box-footer-contact{width: calc(25% - 15px);}
.box-footer-contact a{font-size: 18px;font-weight:500;color: #fff;text-decoration: none;}
.box-footer-menu{text-align:center;}
.row_contact{
    display: flex;
    padding-bottom: 20px;
}
.container-phones{
	display: flex; align-items: flex-start;
}
.icon-contacts{margin-right: 15px;}
.contacts_page_contact .icon-contacts{margin-top: -10px;}
.box-footer-contact a:hover{color:rgba(251, 241, 3, 1);}
/*** end footer style***/
/***header style***/
.header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 7%);
    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 3px 0px 3px;}
.menu-top-site a{
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    padding: 10px 20px;
    font-weight: 500;
}
.menu-top-site li.arrow-bottom, .menu-top-site li.arrow-top {
    margin-right: 12px;
}
.menu-top-site a:hover{color:rgba(147, 147, 147, 1);}
.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: 500;
    color: #000000;
}
.phone-header:hover{color: #666;}
.logo-header img{ height: auto; max-width: 254px;}
/*** end header style***/
/*** ul & ol down style ****/
ul.children-ul{
    position: absolute !important;
    top: 27px;
    white-space: normal;
    background: #ffffff;
    padding: 12px 10px !important;
    left: -10px;
    border-bottom: 1px solid #c1c1c1;
    width: 300px;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 23%);
}
ul.children-ul a{
    padding: 6px 6px;
    display: block;	     
	font-size: 18px;
}
ul.menu a{
	position:relative;
	z-index:1;
}
.arrow-bottom , .arrow-top {
    position: relative;
}
.arrow-bottom:before {
content: '\203A';
    position: absolute;
    right: -1px;
    top: -2px;
    transition: 0.3s;
    color: #000000;
    font-size: 21px;
    transform: rotate(90deg);
    transition: 0.3s;
    transform-origin: center;
}
.arrow-top:before {
content: '\203A';
    position: absolute;
    right: -1px;
    top: -2px;
    transition: 0.3s;
    color: #000000;
    font-size: 21px;
    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: 50px;
    height: 50px;
}
/****end mobile style***/
/***other styles****/
.button-pages{
    font-size: 18px;
    background: rgb(0 0 0);     display: inline-block;
    padding: 20px 40px;
    color: #fff;     transition: 0.3s;
    cursor: pointer;
    border-radius: 8px;     text-decoration: none;
}
.button-pages-min{
    font-size: 15px;
    background: rgb(0 0 0);     display: inline-block;
    padding: 18px 20px;
    color: #fff;     transition: 0.3s;
    cursor: pointer;     white-space: nowrap;
    border-radius: 8px;     text-decoration: none;	
}
.button-pages-product{
    font-size: 17px;
    background: rgb(0 0 0);     display: inline-block;
    padding: 20px 28px; width:100%; text-align: center;
    color: #fff;     transition: 0.3s;
    cursor: pointer; box-sizing: border-box;
    border-radius: 8px;     text-decoration: none;		
}
.button-pages-product-transparent{
    font-size: 17px;
    background: transparent;     display: inline-block;
    padding: 20px 28px; width:100%; text-align: center;
    color: #000;     transition: 0.3s;
    cursor: pointer; box-sizing: border-box;
    border-radius: 8px;     text-decoration: none;
	box-shadow: inset 0 0 0 1px #000;
}


.button-pages:hover, .button-pages-min:hover, .button-pages-product:hover, .button-pages-product-transparent:hover{
	background: rgba(251, 241, 3, 1);
	transition:0.3s; color: #000;
}
.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;
}
.box-footer-menus{
	width: calc(40% - 10px);
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.column_footer_menu{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.column_footer_menu a{    
	text-decoration: none;
    color: #fff;}
.column_footer_menu ul{    
	list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;}
.column_footer_menu li{padding-bottom: 20px;}
.column_footer_menu a:hover {
    color: rgba(251, 241, 3, 1);
}
.title_pages{
	font-size: 32px;
    font-weight: 500;     padding-bottom: 40px;
}
.title_min{
	font-size: 18px; font-weight:500; padding-bottom: 20px; display: block;
}
.contacts_page_contact a{color: #000; text-decoration: none; font-size: 20px;font-weight:500;}
.contacts_page_contact a:hover{color: #888;}
.form_container{max-width: 480px; width:100%;}
.max-width-820{max-width: 820px;}
.post-slider-monitor1{padding-bottom: 130px; padding-top: 140px;}
.title_post_slider_monitor1{
    color: rgba(255, 255, 255, 1);
    font-size: 72px;
    padding-bottom: 70px;
    line-height: 100%; font-weight: 500;
}
.text_post_slider_monitor1, .grey_color{
	color: rgba(211, 211, 211, 1);
	font-size: 24px; padding-bottom: 30px;line-height: 130%; max-width: 450px; display: block;
}
.btn_yellov_site{
	font-size: 18px;
    background: rgba(251, 241, 3, 1);
    padding: 20px 40px;
    color: #000;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 8px; display: inline-block;
}
.btn_yellov_site:hover{
    color: #fff;
    transition: 0.3s;
 background: rgb(0 0 0);
}
.box-site{padding-bottom: 40px; padding-top: 50px;}
.grey_color{color: rgba(147, 147, 147, 1);}
.title_block{font-size: 52px; font-weight: 500; padding-bottom: 30px;}
.container_color_white{color: #fff;}
.box-fon-black{
	position: relative; 
}
.box-fon-black:before{
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
}
.container-content-for-fon{position: relative;z-index: 6}
.post_our_achievement_33{
    width: calc(33% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center; padding-bottom: 20px; padding-top:20px;
}
.post_our_achievement_50{
    width: calc(50% - 15px); padding-bottom: 20px; padding-top:20px;
}
.post_our_achievement_25{
    width: calc(25% - 15px); padding-bottom: 20px; padding-top:20px;
}
.black_block{
	background: #000000;
}

.block-padding-30{padding: 30px; box-sizing: border-box;}
.counter_our_info{font-size: 52px; font-weight:500;    white-space: nowrap;}
.text_our_info{font-size: 16px; font-weight:400;}
.img_post_our_achievement{margin-bottom: 8px; height: 36px;}
.post_cat_catalog{
    width: calc(50% - 15px);
    margin-bottom: 30px;
    border-bottom: 6px solid rgba(251, 241, 3, 1);
    text-decoration: none;
    color: #000;
}
.img_post_cat_catalog{
    aspect-ratio: 10 / 6;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.img_post_cat_catalog img{
    width: 100%;
    height: 100%; transition:0.3s;
    object-fit: cover;
}
.title_post_cat_catalog{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;	
}
.title_post_cat_catalog span{color: #000; font-size: 24px; font-weight:500;    padding-right: 8px;}
.title_post_cat_catalog img{width: 58px; height:58px; transition: 0.3s;}
.post_cat_catalog:hover > .title_post_cat_catalog img{ margin-right: -5px; transition: 0.3s;}
.post_cat_catalog:hover .img_post_cat_catalog img{
    width: 120%;
    height: 120%; transition:0.3s;
    object-fit: cover;
}


.grey_block{ background: rgba(247, 247, 247, 1);}
.title_article{
	font-size: 32px; font-weight: 500;
}
.open_all_article{
background: rgba(238, 238, 238, 1);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    width: 180px;
    box-sizing: border-box;
}
.open_all_article img{margin-left: 10px; transition: 0.3s;}
.active_open_all_article img{margin-left: 10px; transition: 0.3s; transform: rotate(180deg);}
.open_all_article:hover{background: rgb(195 195 195); transition: 0.3s;}
.post_container_article{width: calc(50% - 25px); padding-bottom: 45px;}
.color_yellow{color: rgba(251, 241, 3, 1);}
.border-radius{border-radius: 8px;}
.banner_page{width:100%;}
.text_post_prod_cat{padding: 20px 14px 0px 14px;}
.title_post_prod_catalog{font-size: 22px; font-weight:500;}
.width_50_proc_min{width: calc(50% - 10px); box-sizing: border-box;}
.cont_btn_prod_cat{text-align: right;}
.price_and_btn_post_prod_cat{padding-top: 20px; padding-bottom: 20px;}
.post_product_catalog{
margin-bottom: 30px;
    border-bottom: 6px solid rgba(251, 241, 3, 1);
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.img_post_prod_catalog{
    aspect-ratio: 7.5 / 10;
    border-radius: 8px 8px 0px 0px;	  transition:0.3s; overflow: hidden;
}
.img_post_prod_catalog img{
    width: 100%;
    height: 100%; transition:0.3s;
    object-fit: cover;
}
.post_product_catalog:hover .img_post_prod_catalog img{ width: 120%; height: 120%; transition:0.3s; object-fit: cover;}
.posts_products{width:100%;}
.form_category{width: 360px;}
.price_action_prod_cat{
    text-decoration: line-through;
    color: rgba(147, 147, 147, 1);
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 4px;
}
.price_regular_prod{font-size: 32px; font-weight: 500;}
.price_regular_prod_cat{font-size: 24px; font-weight: 500;}
.count_products{
	padding-bottom: 45px; color: rgba(147, 147, 147, 1); font-size: 16px;
}

/****pagination****/
.box-pagination ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}
.box-pagination li {padding: 0px; font-size: 16px; font-weight: 500;}
.box-pagination a {
    text-decoration: none;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 13px 19px;
     margin: 6px;
    color: rgba(147, 147, 147, 1);
    transition: 0.3s;
    border-radius: 6px;
}
.box-pagination span.current, .box-pagination a:hover {
    text-decoration: none;
    border: 1px solid #000000;
    margin: 6px;
    color: #ffffff;
    transition: 0.3s;
    background: #000000;
   padding: 13px 19px;  border-radius: 6px;
}
.box-pagination a.next, .box-pagination a.prev {
    /*border: 1px solid #8888;*/
}
.box-pagination{padding-bottom: 45px;}
/****end pagination****/
.slider_post_product, .after-slider-post-product{width: calc(50% - 15px);}
.title-single-product{font-size: 32px; font-weight: 500;}
.post_advantage_product{border: 1px solid rgba(217, 217, 217, 1); border-radius: 8px; padding: 25px; }
.post_advantage_product img{margin-bottom: 30px; height: 48px; object-fit: contain; object-position: center top; max-width: 100%;}
.name_advantage{font-size: 16px;}
.text_after_title_post_product{padding: 30px 0px;}
.display-hidden-absolute{overflow: hidden; height: 0px;}
.list_products_top_product{list-style-type: none; padding-bottom: 40px; margin-left: 0px;}
.list_products_top_product li{ border-bottom: 1px solid rgba(217, 217, 217, 1); width: calc(25% - 6px); text-align: center; box-sizing: border-box; display: block; margin-left: 3px; margin-right: 3px; color: rgba(92, 92, 92, 1); text-decoration: none; cursor: pointer; transition: 0.3s;}
.active-tabs-company, .list_products_top_product li:hover{border-bottom: 1px solid #000 !important; color: #000 !important; transition: 0.3s;}
.tab-content img.aligncenter{margin: auto;}
.tab-content img{border-radius: 8px;}
.tab-content p:has( > img.aligncenter){text-align: center;}
.title_mini_block{font-size: 24px; font-weight: 500;}
.info_slider_product_bottom{width: 35%; background: #fff; border-radius: 8px; padding: 20px 40px; box-sizing: border-box;}
.slider_product_bottom{width: calc(65% - 20px); position: relative;}
.container-slider_product_bottom{position: relative;}
.post-info_before_slider{border-bottom: 1px solid rgba(217, 217, 217, 1);	 transition: 0.3s; color: rgba(92, 92, 92, 1);}
.title-post-info-row{display: flex; align-items: center; position: relative; z-index: 3; width:100%; box-sizing: border-box; cursor: pointer;}
.post-info_before_slider:hover, .post-info_before_slider:has( > nav.active-title-post-info-row){transition: 0.3s; color: #000; border-bottom: 1px solid #000;}
.title-post-info-row span{flex-grow: 0; transition: flex-grow 0.8s ease; padding-right: 40px; padding-bottom: 20px; padding-top: 20px; font-size: 18px;}
.title-post-info-row:hover span, .active-title-post-info-row span{flex-grow: 1;}
.title-post-info-row .icon-title-post-info-row{position: relative;}
.map-contacts{
	
}
.map-contacts iframe{
	    width: 100%;
    aspect-ratio: 10 / 7;
}

@media(max-width:1730px){
	.slider_sertificats > .slick-next{ background-size: 37%; width: 54px; height: 54px;    right: -20px;}
	.slider_sertificats > .slick-prev{ background-size: 37%; width: 54px; height: 54px; left: -20px;}
}
@media(max-width:1200px){
	.img-fifty-content-slider img{    aspect-ratio: 10 / 10;}
	.title_pages{font-size: 52px;}
	.title_post_slider_monitor1{font-size: 62px;}
	.block_50_proc {
		width: calc(50% - 10px);
	}
	.fon_blur{padding: 20px 30px;}
	.post_our_achievement_33{
		align-items: flex-start;     width: calc(50% - 15px);
	}
	.grit3{gap: 20px;    grid-template-columns: repeat(2, 1fr);}
	.title_post_prod_catalog{font-size: 18px;}
	.width_50_proc_min{width: calc(50% - 5px);}
	.text_post_prod_cat { padding: 14px 0px 0px 0px;}
	.price_regular_prod_cat { font-size: 22px;}
	.price_action_prod_cat { font-size: 22px;}
	.form_category { width: 260px;}
	.posts_products {width: calc(100% - 285px);}
	.title-single-product{font-size: 32px;}
	.text_after_title_post_product { padding: 10px 0px;}
	.button-pages-product, .button-pages-product-transparent{    padding: 18px 20px;}
	.slider_post_product, .after-slider-post-product { width: calc(50% - 10px);}
	.logo-header img {
		height: auto;
		max-width: 150px;
	}
	.button-pages{ font-size: 15px;   padding: 16px 20px;}
	.menu-top-site a{font-size: 16px;}
	.phone-header-desctop{display: none;}
	
}
@media(max-width:960px){
	.phone-header{
		padding: 12px 0px 12px 0px;
        display: block;
        margin-bottom: 12px;
	}
		#go-top {
		position: fixed;
		width: 40px;
		height: 40px;
		line-height: 50px;
		bottom: 20px;
		right: 20px;
		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;
		background-size: 42%;
	}
	.phone-header-desctop{display: none;}
	.list_products_top_product li{padding-top: 16px; width: calc(50% - 6px);}
	.info_slider_product_bottom{padding: 20px 20px;}
	.info_slider_product_bottom{width: 100%; margin-bottom: 30px;}
	.form_category { width: 100%; display:none;}
	.button-pages-min{padding: 15px 16px;}
	.box-pagination { padding-bottom: 20px;}
	.posts_products,
	.slider_post_product, 
	.after-slider-post-product, 
	.slider_product_bottom{width: 100%;}
	.slider_post_product{padding-bottom: 45px;}
	.title_post_slider_monitor1{font-size: 52px;padding-bottom: 30px;}
	.title_pages, .counter_our_info{font-size: 42px;}
	.mobile-menu{
		display: block;
		position: fixed;
		z-index: 99;
		background: #fff;
		width: 100%;
		box-sizing: border-box;
		padding: 25px;
		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: 0px;	
	}
	.mobile-menu li{
		padding-bottom: 18px;
	}
	.mobile-menu ul a{
		text-decoration: none;
		color: #333;
		display: block;
		padding: 0px;	
	}
	.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: -16px;
        top: 3px;
        font-size: 11px;
        color: #888;	
	}
	.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;
	}
	.open-mobile-menu:hover, .close-mobile-menu:hover{
		background-color: rgba(251, 241, 3, 1);
	}
	.open-mobile-menu{
		background: url('/wp-content/uploads/2020/03/menu_button.png');
		background-position: center;
		background-size: 40%;
		background-repeat: no-repeat;
		background-color: #000000;
	}
	.close-mobile-menu{
		background:url('/wp-content/uploads/2020/03/close-img-min.png');
		background-position: center;
		background-size: 40%;
		background-repeat: no-repeat;
		background-color: #000000;
		display:none;
	}
	ul.children-ul {
		 position: relative !important;
        top: 3px;
        white-space: normal;
        background: #ffffff;
        padding: 18px 0px 0px 14px !important;
        left: 0px;
        border-bottom: 0px solid #000;
        width: 100%;
        box-shadow: none;
        box-sizing: border-box;
	}
	
	
	.footer-box{}
	.box-footer-logo, .box-footer-menus {
		width: calc(50% - 10px);
	}
	.box-footer-contact {
		width: 100%;
	}
	.logo-header img{max-width:162px;}
	.button-pages{font-size: 16px; background: rgb(0 0 0); padding: 18px 30px;}
	.footer-logo {margin-bottom: 42px; }
	.post-slider-monitor1 {
		padding-bottom: 80px;
		padding-top: 120px;
	}
	.text_post_slider_monitor1, .grey_color{font-size: 20px;    padding-bottom: 20px;}
	.btn_yellov_site{
		    padding: 18px 24px;     font-size: 16px;
	}
	.title_block{font-size: 32px;    padding-bottom: 25px;}
	.box-site{    padding-bottom: 40px;
    padding-top: 50px;}
	.post_cat_catalog{    width: calc(50% - 10px);}
	.title_post_cat_catalog span{font-size:16px;}
	.title_post_cat_catalog{    padding: 10px 0px;}
	.title_post_cat_catalog img{    width: 37px;  height: 37px;}
	.post_our_achievement_25{
		width: calc(50% - 10px);
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.post_our_achievement_33{align-items: center;}
	.text_our_info { font-size: 15px;}
	
}
@media(max-width:820px){
	.fifty-content-slider {
		width: 100%;
	}
	.type_img_left .img-fifty-content-slider, 
	.type_img_right .img-fifty-content-slider { order: 1;}
	.type_img_right .text-fifty-content-slider, 
	.type_img_left .text-fifty-content-slider{order: 2;}
	.img-fifty-content-slider{padding-bottom: 30px;}
	.type_img_right .slick-dots,
	.type_img_left .slick-dots	{
		width: 100%;
		left: 0px;
		text-align: left;
		bottom: 34px;
	}
	.text-fifty-content-slider {
		padding-bottom: 30px;
	}
	.mobile-none{display: none;}
	.title_pages{font-size: 32px;        padding-bottom: 30px;}
	.title_post_slider_monitor1{font-size: 42px;padding-bottom: 25px;}
	.slick-dotted.slick-slider { 
	        margin-bottom: 0px;
        padding-top: 34px;
        padding-bottom: 20px;
        border-top: 1px solid #e4e4e4;
	}
	.slider_sertificats{padding-bottom: 40px;}
	.box-site { padding-bottom: 40px; padding-top: 40px;}
	.block-padding-30{padding: 14px;}
	footer{    padding: 50px 0px 30px 0px;}
	
}
@media(max-width:740px){
	.box-footer-logo, 
	.box-footer-menus{width: 100%}
	.title-single-product{ font-size: 24px; padding-bottom: 16px;}
	.footer-logo{margin-bottom:20px;}
	.text_footer, .name_footer_column {padding-bottom:20px;}
	.column_footer_menu{align-items: flex-start;}
	.name_footer_column{padding-bottom:30px;}
	.contacts-header{display:none;}
	.button-top-modal{display:inline-block;margin-bottom:15px}
	.post_cat_catalog{width: 100%;}
	.slider_sertificats > .slick-prev,
	.slider_sertificats > .slick-next{
		background-size: 51%;
		width: 40px;
		height: 40px;
	}
	.breadcrumbs-page {
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 25px;
	}
	.box-header{
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.content_post-slider-monitor1{    padding-left: 40px;
    padding-right: 40px;}
}
@media(max-width:640px){
	 .block_50_proc, .post_product_catalog {
        width: 100%;
    }
	.grit3 {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
	.img_post_prod_catalog{aspect-ratio: 10/10;}
	.about_us_text{order:2; padding-top: 30px;}
	.about_us_info{order:1;}
	.yellow_hr{margin: 4em 0 1em 0px;}
	.title_article{font-size: 24px;}
}
@media(max-width:520px){
	.post_container_article{    
		width: 100%;
		padding-bottom: 0px;
	}
	.min_block_fifty{width: 100%;margin-bottom: 8px; margin-top: 8px;}
	.list_products_top_product li{width:100%;}
}
@media(max-width:480px){
	.column_footer_menu, .post_our_achievement_33, .post_our_achievement_50{width: 100%;}
	.title_pages{font-size: 30px;}
	.title_post_slider_monitor1{font-size: 32px;}
	.title_block{font-size: 28px;}
}
/**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;
}



.flex-start-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form .box_input {
    width: calc(50% - 5px);
}
.form .box_input.box_textarea {
    width: 100%;
}
.form .box_input input, .form .box_input span {
    width: 100%;
    display: flex;
}















.box-footer-logo img {
    filter: invert(1) brightness(2);
}
.box_contact_page {
    display: flex;
    width: 100%;
    gap: 40px;
}
.info_box_contact_page .flex-start-between {
    display: flex;
    flex-direction: column;
}
.info_box_contact_page .flex-start-between .block_50_proc {
    width: 100%;
    display: flex;
}
.contacts_container.contacts_page_contact {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 25px;
}
.box_contact_page .map-contacts {
    width: calc(65% - 20px);
}
.title_info_box_contact_page {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 25px;
}
.certificate-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.width-100-proc.certificate-gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video-responsive-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.video-responsive-wrapper iframe {
    width: 100%;
    min-height: 310px;
}
.tab-content.tab-content1 .flex-start-between {
    align-items: flex-start;
}
.tab-content_text * {
    color: rgba(92, 92, 92, 1);
}








@media screen and (min-width: 860px) {
	section.text_post_prod_cat .title_pages {
    font-size: 22px;
    padding-bottom: 20px;
}
	}
@media screen and (max-width: 960px) {
.box-container-contact.box-pages-singles h1.title_pages {
    font-size: 30px;
}
	.box_contact_page {
    display: flex;
    flex-direction: column;
}
.box_contact_page .map-contacts {
    width: 100%;
}
	}



