﻿/*   
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: 'Montserrat', 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: 60px;padding-bottom: 24px;}
h2{    font-size: 49px;
    padding-bottom: 22px;
    font-weight: 500;
    line-height: 130%;}
h3{font-size: 42px;padding-bottom: 20px;}
h4{font-size: 38px;padding-bottom: 18px;}
h5{font-size: 32px;padding-bottom: 16px;}
p{ font-size: 16px;padding-bottom: 12px;font-weight: 400;line-height: 130%;}
li{font-size: 16px;padding-bottom: 6px;font-weight: 400;line-height: 130%;}
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: #fff;padding: 45px 0px 0px 0px;color: #000000;display: inline-block;width: 100%;z-index: 2;bottom: 0px;}
.footer-box{display: flex;flex-direction: row;flex-wrap: wrap; align-items: flex-start;justify-content: space-between; overflow: hidden;}
.box-content-footer{box-sizing: border-box;	}
.center_contacts{
	width: calc(44% - 30px);
	padding-top:105px; text-align:center;
}
.left_footer{
    width: 28%;	
}
.right_footer{    width: 28%;
    text-align: right;}
.ul_socials{
    list-style-type: none;
    margin: 0px;
    padding-top: 55px;
    padding-bottom: 100px;	
}
.ul_socials a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 42px;	
}
.ul_socials li{
    padding-bottom: 44px;
}
.big-btn-modal-form{
	font-weight: 500 !important;
    font-size: 42px !important;
    padding: 30px 20px !important;
    position: relative !important; transition:0.3s;
}
#footer{overflow:hidden;}
.big-btn-modal-form-active{position:relative;}
.for_animation_circle{
	position: absolute;
    bottom: -36px;
    right: -36px;  width: 72px;
    height: 72px;
}
.for_animation_circle img, .for_animation_circle-restart img{
	width:100%; height:auto;
    transition:0.3s;
	 animation: rotateAnimation 1s linear infinite;
}
.for_animation_circle-active{
animation: moveAnimation 3s ease-out;
}
.for_animation_circle-active img{
	width:100%; height:auto;
    transition:0.3s;
	 animation: rotateAnimation-active 1s linear 4.4;
}
/* Определение анимации перемещения */
/* Анимации, определённые в CSS */
@keyframes moveAnimation {
    from { transform: translateX(1000%); }
    to { transform: translateX(0); }
}

@keyframes rotateAnimation {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@keyframes rotateAnimation-active {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}
.date-site{
	text-align: left;
    padding: 15px;
    font-size: 15px;
    border-top: 1px solid #000;}
/*** end footer style***/
/***header style***/
.header{
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 6%);
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
padding-bottom: 20px;
    padding-top: 20px;
}
a:hover {color: #DA664A !important}
.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: #000;
    padding: 10px;
    font-weight: 400;
}
.menu-top-site a:hover{color:#DA664A;}
.contacts-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;	    margin-left: 25px;
}
.phone-header{
    text-decoration: none;
    font-size: 22px;
    padding: 12px;
    font-weight: 600;
    color: #888;	
}
.phone-header:hover{
	color: #666;
}
.logo-header img{
	height:47px;
}
/*** 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;     margin-left: 25px;
}
/****end mobile style***/
/***other styles****/
.button-pages{
    font-size: 16px;
    background: #000000;
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}
.button-pages:hover{
	background: #DA664A;
	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;
}
.logo-header a{display:flex;}
.polilang_buttons{margin:0px;padding:0px; list-style-type:none;}
.polilang_buttons select{
	    font-size: 18px;
    border: 0px;
}
.polilang_buttons a{    color: #000;
    text-decoration: none;
    font-weight: 500;
    display: block;
    width: 40px;
    text-align: center;}
.polilang_buttons li {  padding-bottom: 0px;}
h1.title_monitor1{
    font-size: 90px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    line-height: 120%;
    width: 100%;
}
h1.title_monitor1_ua{ font-size: 125px;}
h1.title_monitor1_en{font-size:118px;    text-align: justify;}
h1.title_monitor1_en .text_for_title{text-align:center}
h1.title_monitor1_en .red_fon{margin-left: 14px; margin-right: 17px;}
h1.title_monitor1_en .yellow-fon{margin-left: 57px;}

h1.title_monitor1 img{  height: 70px;}

.red_fon{
	position:relative;
	padding-left: 4px;padding-right:4px;line-height: 100%;display: inline-block;
 }
.red_fon-active{
	position:relative;

}
.red_fon-active:before{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;
	background:#DA664A;
	 animation: red_fon_Animation 1.1s linear 1;	
	 z-index:-1;
}
/* Определение анимации перемещения */
/* Анимации, определённые в CSS */
@keyframes red_fon_Animation {
    from { width:0%; }
    to { width:100%;  }
}
.yellow-fon{padding-left: 4px;padding-right:4px;line-height: 100%;display: inline-block;}
.yellow-fon-active{
	position:relative;
}
.yellow-fon-active:before{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;
	background:#E2C449;
	 animation: yellow_fon_Animation 1.5s linear 1;	
	 z-index:-1;
}
@keyframes yellow_fon_Animation {
    from { width:0%; }
    to { width:100%;  }
}
.text_for_title{
    display: inline-block;
    font-size: 16px;
    width: 50%;
    font-weight: 400;
    line-height: 128%;
    max-width: 460px;     padding-top: 12px;
}
.container-flex-around-center{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.container-flex-between-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.left-container-flex{ width: calc(50% - 25px);}
.right-container-flex{width: calc(50% - 25px);}
.img-monitor1{max-width: 100%;}
.title_creator{padding-top:95px;}
.left-creator{width: calc(40% - 25px);}
.left-creator img{max-width:100%;height:auto;}
.right-creator{width: calc(60% - 25px);}
.list_contact{
    display: flex;
    margin: 0px;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
}
.list_contact a{
    text-decoration: none;
    color: #000;
    margin-right: 16px;
    font-size: 24px;
    font-weight: 500;	
}
.section-top-header{ flex-wrap: nowrap;}
.box{padding-top:90px;padding-bottom:60px;}
.text_for_model ul{
	list-style-type:none; margin:0px;     padding-top: 25px;
}
.text_for_model li{
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.text_for_model li:before{
	content:'';
	position:absolute;
	background:url('/wp-content/uploads/2024/01/Group-1.svg');
	background-position:center;
	background-size:contain;
	width:17px;
	height:23px;
	top:0px;
	left:0px;
}
.info__wrapper_my {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.discover__image-wrapper{
	    width: calc(40% - 25px);
}
.container-text-for-form{
	 width: calc(60% - 25px);
}
.post_project{padding-bottom: 95px;}
.post_project img{max-width:100%; height:auto;}
.min_width{display: inline-block;}
.logo_progect{margin-bottom: 16px;}
.row_persons{
	display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 16px;
}
.titul_person{ font-weight: 200; padding-right: 8px;}
.name_person{ font-weight: 500;}
.banner_progect{ margin-bottom: 20px;}
.active-body{height: 100vh !important; overflow: hidden !important;}
.mobile-logo{display:none;}
.desctop-logo, .mobile-logo{width:100%;margin-bottom:40px;}
.box-monitor1{padding-top:80px;}
.img_h1_mobil{display:none;}


@media(max-width:1350px){
	h1.title_monitor1_ua, h1.title_monitor1_en{font-size:90px;}
}

@media(max-width:1140px){
	h1.title_monitor1{font-size:48px;}
	h2{font-size:30px;}
	.list_contact a{font-size:20px;}	
	h1.title_monitor1 img {	height: 42px;}
	h1.title_monitor1_en .red_fon {	margin-left: 8px;	margin-right: 7px;}
	h1.title_monitor1_en .yellow-fon{margin-left: 6px !important; margin-right: 0px;}
	h1.title_monitor1_en {text-align: center;}
}
@media(max-width:960px){
	.desctop-logo{display:none;}
	.mobile-logo{display:block;}
	.box-monitor1{padding-top: 20px;}
	.mobile-menu{
		position: fixed;
		z-index: 99;
		background: #fff;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 20px;
		box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
		border-top: 1px solid rgba(136, 136, 136, 0.15);
		bottom: 0px;
		overflow: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}
	.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;	
	}
	.mobile-menu li{
		padding-bottom: 16px;
	}
	.mobile-menu ul a{
		text-decoration: none;
		color: #333;
		display: block;	
	}
	.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:#e8e8e8;  transition:0.3s;}
	.open-mobile-menu{
		background: url('/wp-content/uploads/2024/01/Frame-118.svg');
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		background-color: #fff; transition:0.3s;
	}
	.close-mobile-menu{
		background:url('/wp-content/uploads/2024/01/close.svg');
		background-position: center;
		background-size: 58%;
		background-repeat: no-repeat;
		background-color: #fff; transition:0.3s;
		display:none;
	}
	.footer-box{justify-content: center;}
	.box-content-footer{width:50%;}
	.box-footer-contact{align-items: center;}
	.box-footer-menu{text-align:right;}
	.right_footer{    
		order: 1;
		width: 100%;
		text-align: left;
		padding-bottom: 25px;
	}
	.center_contacts{
		    order: 3;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    max-width: 100%;
    margin: auto;
    padding-top: 30px;
	}
	.left_footer{
		order:2;  
    width: 100%;
    text-align: left;
    padding-bottom: 25px;}
	.big-btn-modal-form {
		font-weight: 500 !important;
		font-size: 24px !important;
		padding: 20px 20px !important;
		position: relative !important;
		transition: 0.3s;
	}
	.ul_socials a{font-size:24px;}
	.ul_socials{padding-top: 30px;padding-bottom:50px;}
	.for_animation_circle {
    position: absolute;
    bottom: -21px;
    left: -21px;
    width: 42px;
    height: 42px;
	}	
	
	
}
@media(max-width:740px){
	.img_h1_mobil{display:block;margin-right: 8px;}
	.img_h1_desctop{display:none;}
	.post_project {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	h1.title_monitor1_ua .red_fon{margin-left:4px;}
	.img-h1-ua{margin-right:8px;}
	.left-creator, .right-creator, .left-container-flex, .right-container-flex, .container-form-mobile-blue, .container-text-for-form{width:100%;}
	.img-monitor1 {
		max-width: 100%;
		margin: auto;
		width: 80%;
		margin-left: 10%;
	}
	.container-form-mobile-blue, .left-container-flex, .left-creator{padding-bottom:50px;}
	.left-creator img {
		max-width: 100%;
		height: auto;
		margin: auto;
		width: 80%;
		margin-left: 10%;
	}
	#for_creator{padding-top:50px;}
	.contacts-header{display:none;}
	.button-top-modal{display:block;}
	.box-content-footer{width:100%; padding:15px 0px;}
	h1.title_monitor1 img {height: 42px;}
	.text_for_title{
		    order: 2;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
	}
	h1.title_monitor1 {
    font-size: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 130%;
	}
	h1.title_monitor1 nav{display: flex;clear: both;width: 100%;}
	h1.title_monitor1 .yellow-fon{  float: right; margin-left: 30%;}
	h1{font-size:32px;}
	.logo-header img {height: 30px;}
	.box-header{padding-bottom:10px;padding-top:10px;}
	h1.title_monitor1_en { font-size: 30px; text-align: end; justify-content: flex-end; }
}
@media(max-width:440px){
	.title-modal-forms p{font-size:20px;}
	.logo-header a{
		font-size: 20px;
		font-weight: 900;	
	}
	h1.title_monitor1{font-size:31px;}
	h2 {
		font-size: 26px;
	}
	.logo_progect {
		margin-bottom: 16px;
		max-width: 70% !important;
	}
	h1.title_monitor1_en { font-size: 30px; text-align: end; justify-content: flex-end; }	
}

@media(max-width:370px){
	h1.title_monitor1 {
		font-size: 26px;
	}
}

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