﻿/*   
Theme Name: burum
Author: Dmitrij Nikolaenko
Authot Email: dmitrij.nikolaenko.91@gmail.com
*/
html { scroll-behavior: smooth;}
html, body{width: 100%;min-height: 100%;height: 100%;}
body{font-family: "Poppins", sans-serif; word-break: break-word;}
/***position foter***/
* {margin: 0;padding: 0;}
#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: 42px;padding-bottom: 24px;}
h2{font-size: 36px;padding-bottom: 22px;}
h3{font-size: 32px;padding-bottom: 20px;}
h4{font-size: 28px;padding-bottom: 18px;}
h5{font-size: 24px;padding-bottom: 16px;}
p{ font-size: 22px;padding-bottom: 12px;font-weight: 400;}
li{font-size: 22px;padding-bottom: 6px;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-stretch-start{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;	
}
.flex-center-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;	
}
.flex-center-flex-end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;	
}
.flex-center-center{
   display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;		
}
.flex-stretch-around{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;	
}
.grit4{
 display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 равные колонки */
  gap: 20px; /* Промежутки между колонками и строками */	
}
.grit5{
 display: grid;
  grid-template-columns: repeat(5, 1fr); /* 4 равные колонки */
  gap: 16px; /* Промежутки между колонками и строками */	
}
.grit6{
 display: grid;
  grid-template-columns: repeat(6, 1fr); /* 4 равные колонки */
  gap: 8px; /* Промежутки между колонками и строками */	
}
.grit3{
 display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 равные колонки */
  gap: 20px; /* Промежутки между колонками и строками */	
}
.grit3_min{
 display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 равные колонки */
  gap: 20px; /* Промежутки между колонками и строками */	
}
.grid2{
 display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 равные колонки */
  gap: 12px; /* Промежутки между колонками и строками */	
}
.text-center{text-align: center;}

select[name="model_auto"] option.hidden {
    display: none !important;
}

#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**/
/* Класс для блокировки прокрутки */
.no-scroll {
  overflow: hidden;
}
/****footer***/
footer {background: rgba(51, 51, 51, 1);padding: 0px 0px 26px 0px;color: #000000;display: inline-block;width: 100%;z-index: 2;bottom: 0px;}
.footer-box{    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 42px;
    background: #fff;
    border-radius: 53px; flex-wrap: wrap; 
    box-sizing: border-box;}
.box-content-footer{width: calc(100% - 245px);
    padding: 0px 0px 0px 15px;
    box-sizing: border-box;
    display: flex;     flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;}
.box-content-footer ul{list-style-type: none;  display: flex;
    align-items: center; width:100%;     flex-wrap: wrap;
    justify-content: space-between; padding: 0px; margin: 0px;}
.box-content-footer li{padding: 0px;}	
.phone-footer{display: inline-block;}
.after-footer-company, .after-footer-company a{text-align: center; color: #888; font-size: 16px; padding-top: 24px;}
.box-footer-contact{display: flex;flex-direction: column;align-items: flex-end;	}
.box-content-footer a{padding: 8px 10px;font-size: 18px;display: block;}
.copiwrite, .box-content-footer a{ font-weight: 600; color: rgba(51, 51, 51, 1); text-decoration: none;  width: 100%;}
.copiwrite{font-size: 16px; padding: 24px 0px 0px 0px;}
.contacts-footer .logo-header, .contacts-footer .contdannes{padding-bottom: 16px;}
.box-contacts{padding-top: 75px;}
/*** end footer style***/
/***header style***/
.header{
    width: 100%;
    z-index: 99;
	margin:0px;
	top: 30px;
	padding:0px;
	box-sizing:border-box; position: absolute;
}
.box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
    background: #fff;
    border-radius: 53px;
    box-sizing: border-box;
}
.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: 16px;
    color: rgba(51, 51, 51, 1);
    padding: 6px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.menu-top-site a:hover, .box-content-footer a:hover{color:#ffd700;}
.contacts-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;	
}
.phone-header{
	text-decoration: none;
    font-size: 20px;
    padding: 12px 30px;
    font-weight: 700;
    color: #000000;
    background: rgba(255, 215, 0, 1);
    border-radius: 25px;     display: inline-block;	
}
.phone-header:hover{
	color: #fff;
	background: rgba(243, 227, 142, 1);
}
.logo-header img{
	height:52px;
}
.logo-header{
    text-decoration: none;
    color: rgba(255, 215, 0, 1);
    font-size: 25px;
    font-weight: 900; font-family: "Montserrat", sans-serif;
}	
.contdannes{    padding-right: 0px;}
.contdannes img{}
.contdannes a{
	    margin-right: 20px;
}
.contdannes a:hover{opacity: 0.5;}

/*** 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{
    font-size: 15px;
    background: #0093ec;
    padding: 14px 16px;
    color: #fff;
    cursor: pointer;
}
.button-pages:hover{
	background: #a8dd9b;
	transition:0.3s;
}
.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-monitor1{
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-monitor1:before{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    content: '';
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0.7), rgba(115, 115, 115, 0));
}
.title-mon1{
    font-size: 58px;
    font-weight: 900;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 140%;	
}
.title-mon1 span{
	color: rgba(255, 215, 0, 1); display: block;
}
.after-title-mon1{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding-bottom: 42px;	
}
.btn_yellow_big{
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 900; transition: 0.3s;
    background: rgba(255, 215, 0, 1);
    padding: 18px 42px; cursor: pointer;
    border-radius: 36px;
    box-shadow: 0px 5px 25px 0px rgb(255 215 0 / 65%);	display: inline-block;
}
.btn_yellow_big:hover{
    color: #fff; transition: 0.3s;
    background: rgba(243, 227, 142, 1);	
}
.container-mon1{
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 160px;
    position: relative;
    z-index: 3;
}
.max-width840{max-width: 840px;}
.post-advantages{
width: calc(33% - 25px);
    background: rgba(255, 251, 227, 1);
    padding: 45px 25px 25px 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
    border-radius: 30px;
    text-align: center;
}
.post-advantages img{
	width: 113px; height: 113px; margin-bottom: 16px;
}
.post-advantages p{font-size: 20px;line-height: 140%;}
.post-advantages nav{font-size: 24px; font-weight: 700; padding-bottom: 20px;}
.posts-advantages{padding-top: 46px; padding-bottom: 25px;}
.title_block_black{
	    font-size: 45px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}
.title_block_black_yellov{
		    font-size: 45px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}
.title_block_black_yellov span{color: rgba(255, 215, 0, 1);}
.title_block_yellow{
	    font-size: 45px;
    font-weight: 900; color: rgba(255, 215, 0, 1);
    font-family: 'Montserrat', sans-serif; padding-bottom: 48px;
}
.box-adwantages{padding-top: 76px;padding-bottom: 55px;}
.box-about_us, .box-form{position: relative; z-index: 3; padding-top: 100px; padding-bottom: 100px;}
.box-about_us:before{position: absolute; top: 0px; right: 0px; bottom:0px; left: 0px; content: ''; z-index: 1; background: rgba(51, 51, 51, 0.9);}
.box-form{    min-height: 70vh;display: flex; align-items: center;}
.box-form:before{position: absolute; top: 0px; right: 0px; bottom:0px; left: 0px; content: ''; z-index: 1; background: rgb(26 26 26 / 79%);}
.container-about_us{position: relative; z-index: 5;}
.post-article{
	width: calc(50% - 20px); color: #fff;
}
.posts_article{padding-bottom: 66px;}
.post-why-us{
    width: calc(33% - 12px);
    overflow: hidden;
    border-radius: 8px;
}
.post-why-us img{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    aspect-ratio: 217 / 150;
    object-fit: cover;
    object-position: top center;
    margin-bottom: -5px;
}
.count-post-why-us{
	font-size: 18px; font-weight: 700; background: rgba(255, 215, 0, 1);
	padding: 12px 10px; text-align: center;
}
.title-count-post-why-us{
    background: #fff;
    position: relative;
    z-index: 2;
	    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.title-post-why-us{
    font-size: 18px;
    font-weight: 700;
    padding: 12px 10px;
    box-sizing: border-box;
}
.box-rose{background: rgba(255, 251, 227, 1);}
.img-max-width{width:100%;}
.box-grey{background: rgba(51, 51, 51, 1);}
.post-complect{ 
	padding: 35px 25px 23px 25px; box-sizing: border-box; background: rgba(90, 90, 90, 1);
	color: #fff; border-radius: 12px;
}
.price-complect{
	    font-size: 30px;
    font-weight: 600;
    border: 2px solid rgba(255, 215, 1, 1);
    color: rgba(255, 215, 1, 1);
    padding: 10px 14px;
    border-radius: 8px;
    display: inline-block;
}
.img-complect{
    width: 100%;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 16px;
    text-align: center;
    aspect-ratio: 10 / 7;
    object-fit: contain;
    object-position: center;
    max-height: 240px;	
}
.title-complect{
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 16px;
}
.post-ouver-work{
	width: calc(25% - 40px); position: relative; z-index: 1;
}
.post-ouver-work:before{
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/03/Polygon-2.svg);
    top: calc(50% - 30px);
    right: -47px;
    width: 40px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
}
.post-ouver-work:last-child:before{display: none;}
.post-ouver-work img{width: 75px; height: 75px; margin-bottom: 16px;}
.post-ouver-work p{font-size: 17px;line-height: 140%;}
.post-ouver-work nav{font-size: 18px; font-weight: 700; padding-bottom: 20px;}
/***before - after***/
    .ba-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	    margin: auto;
    margin-bottom: 20px;
    aspect-ratio: 10 / 5;
    border-radius: 16px;
    max-width: 960px;
    }
    .ba-container img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .ba-img-before,
    .ba-img-after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    /* Верхнее изображение с clip-path */
    .ba-img-after {
      z-index: 2;
      clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    }
    /* Ползунок */
    .ba-slider {
	position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 100%;
    background: #ffd700;
    cursor: ew-resize;
    z-index: 3;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
	.ba-slider:before{
		content: '';
		position: absolute;
		z-index: 3;
		background: url(/wp-content/uploads/2025/03/Group-4.webp);
		width: 60px;
		height: 60px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		left: -27.5px;
		top: calc(50% - 30px);
	}
/***end before - after***/
.container-max50proc{max-width: 50%;position: relative; z-index: 3;}
.row-inp-form{
	border: 1px solid rgba(255, 215, 1, 1);
    background: rgba(255, 240, 157, 0.6);
    padding: 9px 6px 6px 41px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.row-inp-form p{padding: 0px; display: flex; align-items: center;}
.row-inp-form img{height: 36px; width: 36px; object-fit: contain;}
.row-inp-form input{
    background: transparent;
    border: none;
    color: #5d5639;         width: 100%;
    margin-left: 0px;
    padding: 16px;
    box-sizing: border-box;
}
.box_questions{
	padding-top: 40px;
}
.post_questions{
position: relative;
    z-index: 1; cursor:pointer;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 19px;
    box-shadow: 0px 0px 18px 0px rgba(68, 109, 171, 0.24);
    padding: 20px;
    box-sizing: border-box;
}
.post_questions:hover .defolt_post_questions{
	transform: rotate(180deg);
	transition:0.3s;
}
.defolt_post_questions{
	position: absolute;
    top: 20px; transition:0.3s;
    right: 20px;     width: 48px;
    height: 48px;
}
.active_post_questions{
	display:none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
}
.active_post_question .active_post_questions{display: block;}
.active_post_question .defolt_post_questions{display: none;}
.title_post_question{padding: 8px 50px 8px 8px; color: rgba(159, 159, 159, 1); font-size: 24px; font-weight: 600;}
.text_post_question{padding-top: 25px;}
.block-contact-list{
    background: url(/wp-content/uploads/2025/03/map-min.webp);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 45px;
    box-sizing: border-box;	
}
.post-contact-footer{padding-bottom: 24px;}
.post-contact-footer nav{
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 215, 1, 1);
    padding-bottom: 8px;	
}
.link-contact-footer{
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(123, 123, 123, 1);	
}
.link-contact-footer:hover{color: #fff;}
.input_calc{
    border: 2px solid rgba(210, 207, 190, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(159, 159, 159, 1);
    font-size: 24px;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
}
select.input_calc {
  /* Отключаем стандартное оформление */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Задаем базовое оформление */
  padding: 16px 30px 16px 24px;
  border: 1px solid #ccc;
  background: #fff url('path/to/your-arrow.svg') no-repeat right 10px center;
  background-size: 12px;
}

/* Дополнительно можно обернуть select в контейнер для более гибкой стилизации */
.select-wrapper {
    position: relative;
    display: block;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url('/wp-content/uploads/2025/03/Vector-3.webp') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
}
.post-brend-auto{
	text-align: center;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid rgba(210, 207, 190, 1);
    border-radius: 12px;
    background: rgba(255, 251, 227, 1); cursor: pointer; transition: 0.3s;
}
.post-brend-auto:hover, .post-brend-auto-active{box-shadow: 0px 0px 9px 0px #262626;
    transition: 0.3s;}
.post-brend-auto img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 8px;
}
.post-brend-auto nav{color: rgba(95, 92, 81, 1);
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;}
.btn_no_fort{
    background: rgba(243, 227, 142, 1);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 40px;
    border-radius: 19px;
    cursor: pointer;
    transition: 0.3s;
}
.btn_no_fort:hover{background: rgba(255, 215, 0, 1); transition: 0.3s;}
.btns_width{    padding-top: 35px;
    text-align: center;
    padding-bottom: 48px;}
.white-block{
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 30px; margin-bottom: 24px;
}
.menu-top-site{
	width: calc(100% - 530px);
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}
.constructor_box{
    padding-top: 46px;
    padding-bottom: 40px;	
}
.fifty_constructor{
	    width: calc(50% - 12px);
}
.full_price_block{
    width: 100%;
    box-sizing: border-box;	
}
.fifty_full_price_block{
	
}
.title_option_constructor{
    font-size: 22px;
    font-weight: 600;
    color: rgba(159, 159, 159, 1);
    padding-bottom: 16px;	
}
.title_option_constructor span{color: #333;}
.title_option_constructor input{
border: 2px solid #ffd700;
    padding: 10px;
    font-size: 20px;
    margin-left: 12px;
    border-radius: 10px;
    font-weight: 600;
    color: rgba(159, 159, 159, 1);
    box-sizing: border-box;
    max-width: 100%;
}

.name_price{
	font-size: 42px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}
.count_price{
	font-size: 42px;font-weight: 600;
    padding-bottom: 20px;
}
.post_type_materiel{
    border-radius: 50%;
    margin: 6px;
    width: 50px;
    height: 50px; cursor: pointer; transition: 0.3s; position: relative; z-index: 1;
}
.post_type_materiel:before, .post_type_materiel_active:before{
	position: absolute; transition: 0.3s; top: 0px; left: 0px; right: 0px; bottom: 0px; content: ''; z-index: 3; border-radius: 50%;
}
.post_type_materiel:hover:before, .post_type_materiel_active:before{
	box-shadow: inset 0 0 0 4px #feea00; transition: 0.3s;
}
.post_type_materiel_active, .post_complect_const_active{position: relative; z-index: 1;}

.post_type_materiel_active:after, .post_complect_const_active:after{
    position: absolute;
    transition: 0.3s;
    top: -4px;
    left: -4px;
    content: '';
    z-index: 3;
    background-color: #feea00;
    background-image: url(/wp-content/uploads/2025/03/Vector-1.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 69%;
    background-position: center;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
}
.post_type_materiel img{
    object-fit: contain;
    width: 100%;border-radius: 50%;
    height: 100%;
    object-position: center;	
}
.post_color_materiel{
	
}
.post_complect_const{width: calc(25% - 10px); box-sizing: border-box; padding: 12px; border-radius: 16px; margin-bottom: 14px; cursor: pointer; transition: 0.3s;     margin-right: 6px;}
.post_complect_const:hover, .post_complect_const_active{transition: 0.3s; box-shadow: inset 0 0 0 4px #feea00;}
.post_complect_const img{width: 100%;}
.post_complect_const nav{font-size: 20px; font-weight: 500;}
.text-after-fotos{color: rgba(176, 176, 176, 1); font-size: 18px; padding-top: 28px;}
.post-foto_after_foto_constuct{
	
}
.post-foto_after_foto_constuct img{ width: 100%;aspect-ratio: 10 / 10; border-radius: 12px; transition: 0.3s;}
.post-foto_after_foto_constuct:hover{opacity: 0.6; transition: 0.3s;}
.bix-foto-product{
    position: relative;
    margin-bottom: 46px;
    min-height: 500px;
}
.foto_tapy_actuel, .foto_border_actuel{
    position: absolute;
    top: 0px;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, 0px);
}
.container-foto-big{text-align: center;}
.img_shild{}
.container-select-construct{
	width: calc(100% - 120px);
}
.container-grey{
	background: rgba(51, 51, 51, 1);
	    border-radius: 10px;
    box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 24px;
}
.title_block_yellow_min{
    font-size: 38px;
    font-weight: 900;
    color: rgba(255, 215, 0, 1);
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 28px;	
}
.fifty_full__block{
	width: calc(50% - 25px);
}
.img_mat_heel_pad{width:100px;}
.foto_sacvoayge{width:100%;}
.box-sacvoaj{padding-top: 40px; padding-bottom: 40px;}


@media(max-width:998px){
	.box-sacvoaj{padding-top:0px;}
	.contacts-footer, .box-footer-menu, .copiwrite, #menu-footer-menu{width:100%;}
	.contacts-footer{padding-bottom: 25px; text-align: center;}
	#menu-footer-menu{order: 1;}
	.contacts-footer .contdannes{padding-right: 0px;justify-content: center;}
	footer{padding: 0px 0px 20px 0px;}
	.copiwrite{ order: 2;
        text-align: center;
        font-size: 16px;
        padding-top: 26px;}
	.mobile-menu{
		display: block;
        position: absolute;
        z-index: 99;
        background: #fff;
        width: calc(100% - 36px);
        box-sizing: border-box;
        padding: 20px 12px 16px 12px;
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(136, 136, 136, 0.15);
        left: 18px;
        right: 18px;
        border-radius: 17px;
	}
	.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:#898989;transition: 0.3s;}
	.mobile-menu::-webkit-scrollbar-thumb:hover{background-color:#969696;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:16px 2px 0px 21px;}
	.mobile-menu li{padding-bottom: 8px;}
	.mobile-menu ul a{text-decoration: none; color: #333; display: block; padding: 7px 12px; font-size: 20px; font-weight: 600;}
	.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; border-radius: 8px;
	}
	.open-mobile-menu:hover, .close-mobile-menu:hover{
		background-color: #c5a200;
	}
	.open-mobile-menu{
		background: url('/wp-content/uploads/2020/03/menu_button.png');
		background-position: center;
		background-size: 44%;
		background-repeat: no-repeat;
		background-color: #ffd308;
	}
	.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: #ffd308;
		display:none;
	}
	.box-content-footer{}
	.box-footer-menu{}
	.container-mon1{padding-left:0px;}
	.title-mon1{font-size: 42px;}
	.title_block_black, .title_block_black_yellov, .title_block_yellow, .title_block_yellow_min, .name_price{font-size: 32px;}
	.after-title-mon1, .price-complect, .title-complect{font-size: 24px;}
	.btn_yellow_big, li, p, .post-brend-auto nav, .title_option_constructor input, .post-advantages p{font-size: 18px;}
	.post_complect_const nav{font-size: 16px;}
	.input_calc{font-size: 20px;}
	.post-advantages{    width: calc(50% - 25px);}
	.grit3{grid-template-columns: repeat(2, 1fr); gap: 16px;}
	.grit6{grid-template-columns: repeat(4, 1fr); gap: 8px;}
	.title_option_constructor input{    margin-left: 0px;    margin-top: 12px;
    margin-bottom: 4px; width:100%;}
	.grit3_min{gap: 8px;}
	.bix-foto-product {
		position: relative;
		margin-bottom: 46px;
		min-height: auto;
		aspect-ratio: 10 / 10;
	}
	.post-ouver-work:nth-child(2):before{display: none;}
	.box-header {
		padding: 10px 30px;
	}
	.header{top: 10px;}
	.contdannes a { margin-right: 0px; margin: 12px;}
	.contdannes-mobile{ padding-left: 27px; padding-top: 22px;}
	.contdannes-mobile a{margin: 6px;}
}
@media(max-width:840px){
	.post_complect_const{width: calc(25% - 2px); padding: 10px; margin-right: 1px;    margin-bottom: 8px;}
	.post_complect_const nav {font-size: 14px;}
	.fifty_constructor, .fifty_full__block, .container-max50proc { width: 100%; max-width:100%;}
	.box-form{min-height: auto;}
	.row-inp-form img{width:26px; height:26px;}
	.row-inp-form{ padding: 9px 6px 6px 20px;}
	.row-inp-form input{padding: 13px;}
	input.wpcf7-submit{padding: 19px 20px !important;font-size: 18px;}
}
@media(max-width:740px){
	.post-ouver-work p{font-size: 15px;line-height: 140%;}
	.box-content-footer li {
		padding: 0px;
		display: block;
		width: 100%;
		text-align: center;
	}
	.contacts-header{display:none;}

	.button-top-modal{display:block;margin-bottom:15px}
	.box-content-footer{width:100%; text-align:center;padding:15px 0px;}
	.post-why-us{margin-bottom:20px; width: 100%;}
	.title_block_black, .title_block_black_yellov, .title_block_yellow, .title_block_yellow_min, .name_price { font-size: 26px;}
	.after-title-mon1, .price-complect, .title-complect, .post-advantages nav {font-size:18px; font-weight: 600;}
	.title_block_yellow{padding-bottom: 20px;}
	.post-advantages img {width: 87px; height: 87px; margin-bottom: 16px;}
	.box-adwantages {
		padding-top: 60px;
		padding-bottom: 33px;
	}
	.box-about_us, .box-form {
		position: relative;
		z-index: 3;
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.grit6{grid-template-columns: repeat(3, 1fr); gap: 8px;}
	.post-brend-auto img{width: 78px; height: 78px;}
	.post-article{width: 100%;}
	.footer-box {
		padding: 24px 20px;
		border-radius: 26px;
		flex-wrap: wrap;
	}
	.mobile-buttons {
		width: 50px;
		height: 50px;
	}
	.slider_portfolio .slick-track {height: 420px;}
}
@media(max-width:640px){
	.title-modal-forms{font-size: 22px;}
	 .post-advantages { width: 100%;}
	.grit3 {  grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
	.slider_portfolio .slick-track {height: 320px;}
	.btn_yellow_big, li, p, .post-brend-auto nav, .title_option_constructor input, .post-advantages p, .title-post-slid-portfolio {
        font-size: 16px;
    }
	.post-ouver-work:before {
		position: absolute;
		content: '';
		background: url(/wp-content/uploads/2025/03/Polygon-2.svg);
		top: auto;
		right: calc(50% - 20px);
		width: 40px;
		height: 60px;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: -33px;
		transform: rotate(90deg);
	}
	.post-ouver-work:nth-child(2):before{display: block;}
	.title_post_question{}
	.defolt_post_questions, .active_post_questions{width: 30px;height: 38px;}
	.title_post_question{font-size: 20px;}
	.text_post_question { padding-top: 18px;}
	.white-block{padding: 20px;
    margin-bottom: 16px;}
	.post_type_materiel{    width: 46px;
    height: 46px;}
	.count_price{font-size: 28px;}
	.btn_yellow_big{padding: 18px 20px;}
	.container-grey{padding: 20px;}
	.fifty-input { width: calc(50% - 5px);}
}
@media(max-width:480px){
	.post-article, .container-select-construct{width: 100%;}
	.logo-header{font-size: 20px;}
	.title-mon1 {font-size: 34px;}
}
@media(max-width:380px){
	.grit6 {
        grid-template-columns: repeat(2, 1fr);
    }
	.post_questions{padding: 16px;}
}
/**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, .wpcf7-spinner{display: none !important;}
.display-block{display: block !important;}
input.wpcf7-not-valid{border: 0px !important;}
.row-inp-form:has(input.wpcf7-not-valid){border: 1px solid red !important;}
.wpcf7 form.invalid .wpcf7-response-output{border-radius: 12px;}