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

html, body{width: 100%;min-height: 100%;}
html{scroll-behavior: smooth;}
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: 34px;
    padding-bottom: 22px;
    font-weight: 600;
    color: #000;}
h3{font-size: 22px;padding-bottom: 20px;}
h4{font-size: 20px;padding-bottom: 18px;}
h5{font-size: 18px;padding-bottom: 16px;}
p{ font-size: 18px;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: 40px;height: 40px;line-height: 50px;bottom: 30px;right: 30px;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-size: 40%; 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;background-size: 40%; }
/***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: #f1f1f1;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    z-index: 2;
    padding-top: 0px;
    bottom: 0px;
}
.footer-box{display: flex;flex-direction: row;flex-wrap: wrap; align-items: flex-start;justify-content: space-between;	}
.date-site{    text-align: center;
    padding: 15px;
    font-size: 13px;
    color: #888;}
.footer_contacts_area{
    /*background: #fff;*/
    color: #000;
    padding: 70px 30px 50px 30px;
    max-width: calc(50% - 40px);
    display: inline-block;
    margin-top: 70px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.footer_contacts_area a:hover{opacity: 0.5; transition:0.3s;}
.footer_two_collumn{
	position: relative;
}
.footer_map{    position: absolute;
    right: 0px;
    left: 50%;
    top: 0px;
    bottom: 0px;}
.footer_map iframe{    width: 100%;
    height: 100%;}
.logo_footer{
    max-width: 340px;
    width: calc(90% - 35px);
    margin-bottom: 34px;	
}
.row_footer_contact{    
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.row_footer_contact img{
    width: 29px;
    margin-right: 10px;	
}
.list_socials_footer{
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;	
}
.post_social{    margin-right: 10px;
    margin-bottom: 8px;}
.post_social img{
	    width: 48px;
    height: 48px;
    object-fit: contain;
    object-position: center;
}
/*** end footer style***/
/***header style***/
.header{
position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background:#fff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.49);
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
.bottom-header{
    background: #000;
    padding-top: 4px;
    padding-bottom: 4px;	
}
.box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    padding-top: 6px;	
}
.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: 17px;
    color: #fff;
    padding: 10px;
    font-weight: 300;
}
.menu-top-site a:hover{color:#b0b0b0;}
.contacts-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;	
}
.phone-header{
    text-decoration: none;
    font-size: 18px;
    margin: 2px 20px 2px 3px;
    font-weight: 400;
    color: #000000;
}
.phone-header:hover{
	color: #666;
}
.logo-header img{
	height:43px;
}
.logo-header a{
    text-decoration: none;
    color: #9ba8dd;
    font-size: 22px;
    font-weight: 900;
    display: flex;
    align-items: center;	
}
.logo-header span{
display: block;
    padding-left: 8px;
}	
/*** 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: 50px;
    height: 50px;
}
/****end mobile style***/
/***other styles****/
.button-pages{
font-size: 15px;
    background: #000;
    padding: 16px 28px;
    color: #fff;
    cursor: pointer;
    border-radius: 13px;
	    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transition: 0.3s;
}

.button-pages:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(0deg, transparent, rgb(255 255 255 / 56%), transparent);
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
@-webkit-keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
.button-pages:hover{
	background: #747474;
	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;
}
.adress_header{
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    max-width: 230px;
    padding-right: 12px;
    box-sizing: border-box;
}
.adress_header img{
	width: 32px; margin-right: 6px;
}
.box-monitor1{position: relative;}
.box-monitor1:before{    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0 0 0 / 50%);}
.container_mon1{
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    pointer-events: revert;
    position: relative;
    z-index: 3;
}
.title_mon1{     font-size: 3.8em;
    max-width: 890px;
    padding-bottom: 58px;
    color: #fff;
    line-height: 140%;}
.title_mon1 span{  
    font-weight: 900;}
.button_in_blocks{
    font-size: 18px;
    padding: 22px 38px;	
}
.phone-mon1{
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    margin-left: 32px;
}
.btn_and_phone_mon1{
	display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;
}
.box-monitor2 {
padding-top: 70px;
    padding-bottom: 140px;
}
.container-mon2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.left_mon2 {
    width: calc(55% - 25px);
    position: relative; padding-top: 30px;
}
.img1_mon2 {
    position: relative;
    z-index: 1;
    width: calc(100% - 55px);
    margin-right: 30px;
    border-radius: 8px;
    aspect-ratio: 10 / 10;
    object-fit: cover;
    object-position: center;
}
.for_psevdo_img2_mon2 {
    border-radius: 8px;
    position: absolute;
    z-index: 3;
    bottom: -90px;
    right: 0px;
    box-sizing: border-box;
    max-width: calc(80% - 40px);
}
.for_psevdo_img2_mon2:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: #fff;
    border-radius: 10px;
}
.img2_mon2 {
    border-radius: 8px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 10 / 10;
    object-fit: cover;
    object-position: center;
}
.right_mon2{
    width: calc(45% - 25px);
    padding-bottom: 10px;
}
.post_list_mon2{
    padding-bottom: 14px;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.post_list_mon2:last-child{
	border-bottom: 0px solid #000;
}
.post_list_mon2 img{
	width: 50px; height: 50px; margin-top: 5px; object-fit: contain; object-position: center;
}
.text_post_list_mon2{
    width: calc(100% - 70px);
    padding-left: 20px;
}
.text_post_list_mon2 h3{font-weight: 600;
    padding-bottom: 7px;
    color: #000;}
.flex_start_betveen{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.flex_center_betveen{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.foto_about_us{
width: calc(50% - 45px);
    aspect-ratio: 10 / 10;
    object-fit: cover;
    object-position: center;
}
.text_about_us{
	width: 50%;
}
.box-about-us{
	padding-bottom: 65px; padding-top: 80px;
}
.box-services{
	padding-top: 60px; padding-bottom: 50px; background: #f7f7f7;
}
.flex_stretch_around{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;	
}
.services_title{
	    text-align: center;
    font-size: 42px; width:100%;
    padding-bottom: 40px;
}
.post_service{
position: relative;
    width: calc(33% - 15px);
    margin-bottom: 17px;
    aspect-ratio: 10 / 8;
    padding: 35px 30px 20px 30px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.post_service:before{
	content:'';
	position: absolute;
	top: 0px;     background: rgb(0 0 0 / 38%);
    z-index: 1; transition: 0.3s;
	left:0px; right: 0px; bottom: 0px;
}
.post_service:hover:before{
	background: rgb(0 0 0 / 60%); transition: 0.3s;
}
.title_service{
position: relative;
    z-index: 3;
    font-size: 25px;
    padding-bottom: 25px;	
}
.description_service{
    position: relative;
    z-index: 3; transform: translate(10px, 20px);
    padding-bottom: 25px;	transition: 0.3s; opacity: 0;
}
.post_service:hover .description_service{
	transform: translate(0px, 0px); transition: 0.3s; opacity: 1;
}
.box-socials-page{
	padding-bottom: 60px; padding-top: 60px; background: #f7f7f7;
}



.left_nous_socials{
	width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right_nous_socials{ width: calc(60% - 35px);}
.nous_socials_title{
	font-size: 42px;
    width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
	position: relative;
}
.nous_socials_title:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    height: 8px;
    background: #000000;
    width: 25%;
    max-width: 150px;
}


/*
.phone_frame_block{
    position: relative;
    aspect-ratio: 10 / 5;
    max-width: 200px;
	margin: 15px;
} 
.phone_frame_block:before{
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/12/frame-phone.webp);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    left: -24px;
    top: -28px;
    right: -26px;
    bottom: -26px;
}
*/
.left_nous_socials{
  width:40%;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

/* 1) Контейнер телефона: портретное соотношение */
.phone_frame_block{
  position:relative;
  width:200px;            /* фиксируем ширину (max-width можно оставить, но лучше так) */
  aspect-ratio: 5 / 10;   /* ВАЖНО: такое же как у видео в телефоне */
  margin:15px;
}

/* 2) Экран телефона */
.phone_screen{
  position:absolute;
  inset:0;
  overflow:hidden;        /* чтобы видео не вылезало за “экран” */
  z-index:2;
}

/* 3) Видео всегда заполняет экран */
.phone_screen video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;       /* можно contain, если не хочешь обрезки */
  object-position:center;
}

/* 4) Рамка поверх видео */
.phone_frame_block:before{
  content:'';
  position:absolute;
  inset:-26px; /* вместо left/top/right/bottom — проще и стабильнее */
  background:url(/wp-content/uploads/2025/12/frame-phone.webp) top center / contain no-repeat;
  z-index:3;
  pointer-events:none;
}


.container_price_service {
    display: none;     background: #fff;
} 
.box_prices {
   padding-top: 35px; padding-bottom: 30px;
}
.post_queastion {
    border-bottom: 1px solid #c2c2c2;
}
.type_service {
    padding: 20px 56px 20px 20px;
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    background: #f3f3f3;
    width: 100%;
    box-sizing: border-box;
}
.type_service:before {
    content: '';
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(/wp-content/uploads/2025/12/close-icon.svg);
    width: 23px;
    height: 23px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    transition: 0.3s;
}
.type_service:hover {
    color: #929292;
    transition: 0.3s;
}
.type_service:hover:before, .type_service_active:before {
    transform: rotate(-185deg);
    transition: 0.3s;
}
.row_price_service {
    border-bottom: 1px dotted #b6b6b6;
    padding: 16px 20px;     box-sizing: border-box;
}
.flex_justyfy_start {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.name_service {
    font-size: 17px; width: calc(100% - 170px);
}
.price_service {
    font-size: 17px;
    font-weight: 600;
    width: 170px;
    box-sizing: border-box;
    text-align: right;
}
.box-form_container {
    position: relative;
}
.left_form_container{    width: calc(50% - 35px);
    padding-top: 60px;
    padding-bottom: 54px;}



@media(max-width:1024px){
	.post_service {
		position: relative;
		width: calc(50% - 10px);
		margin-bottom: 10px;
		aspect-ratio: auto;
		padding: 35px 30px 20px 30px;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		transition: 0.3s;
	}
}
@media(max-width:960px){
	.phone-header{
		    margin: 2px 2px 20px 3px;
	}
	.footer_contacts_area {
		padding: 40px 30px 30px 30px;
		max-width: 100%;
		margin-top: 40px;
		margin-bottom: 20px;     
		width: 100%;
	}
	.footer_map {
		position: relative;
		right: 0px;
		left: 0px;
		top: 0px;
		bottom: 0px;
		aspect-ratio: 10 / 7;
	}
	.left_form_container{width:100%;}
	.box-form_container:before{display: none;}
	.nous_socials_title {
		font-size: 28px;
		padding-top: 33px;
		padding-bottom: 26px;
	}
	.mobile-menu{
		display: flex;
		        flex-direction: column;
        align-items: center;
        justify-content: center;
		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: 30px 20px;
	}
	.mobile-menu li{
		        padding-bottom: 20px;
        font-size: 22px;
        text-align: center;
	}
	.mobile-menu ul a{
		text-decoration: none;
		color: #000;
		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;
	}
	.open-mobile-menu:hover, .close-mobile-menu:hover{
		background-color: #000000;
	}
	.contacts-header, .bottom-header{display: none;}
	.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;
	}
	.footer-box{justify-content: center;}
	.box-content-footer{width:50%;}
	.box-footer-contact{    align-items: center;}
	.box-footer-menu{text-align:right;}
	.services_title{font-size: 32px;}
	.foto_about_us {
		width: 100%;
		margin-bottom: 25px;
	}
	.text_about_us, .left_mon2{width:100%;}
	.for_psevdo_img2_mon2:before{
		top: -13px;
		left: -13px;
		right: -13px;
		bottom: -13px;
	}
	.right_mon2 {
		width: 100%;
		padding-bottom: 10px;
		padding-top: 94px;
	}
	.title_mon1{font-size: 2.8em;}
	.phone-mon1 {
		color: #fff;
		font-size: 32px;
		text-decoration: none;
		margin-left: 0px;
		width: 100%;
		margin-top: 40px;
	}
	
	
}
@media(max-width:740px){
	.post_service {
		position: relative;
		width: 100%;
		margin-bottom: 5px;
		aspect-ratio: auto;
		padding: 40px 20px 20px 20px;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		transition: 0.3s;
	}
	.contacts-header{display:none;}
	.button-top-modal{display:block;margin-bottom:15px}
	.box-content-footer{width:100%; text-align:center;padding:15px 0px;}
	.left_nous_socials {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 35px;
	}
	.right_nous_socials{width:100%;    text-align: center;}
	.nous_socials_title:before {
		position: absolute;
		top: 15px;
		left: auto;
		content: '';
		height: 8px;
		width: 25%;
		max-width: 150px;
	}
	
}
@media(max-width:420px){

}
/**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;
}