/**
 * Основные стили
 **/
 /*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display:none;}
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
@charset "UTF-8";

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
height: 100%;
}
body {
	font-family: 'Roboto', 'Arial', sans-serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
	
	

}
html,
body {
	
}
.wrapper {
	
}
.content {

}
.footer {
	
}
.content {
flex: 1 0 auto;
}

.container {
  min-width: 320px;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: red;
}
.wrapper {
 display: flex;
	flex-direction: column;
	min-height: 100%;

}
.wrap {

	min-width: 320px;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.header__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
/*Верхние виджеты*/
.top-widgets{
	padding: 0 0 5px;
}
.top-row{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.top-widget-left a, .top-widget-сenter a{display: inline-block; padding-top:1.2em}
.top-widget-right{padding-top:0.6em}
.fa-solid, .fas {
  margin-right: 5px;
}
/*Блок слайдер*/
.info-row{
	display:flex;
	min-height: 100%;
align-items: center;
flex-wrap:wrap;
}
.info-row h1{font-size:1.4em;}
.info-left{
	padding-top:50px;
	padding-bottom:50px;
	 flex-basis:50%;
 display: block;
text-align: center;
line-height:1.2;
}
.info-right{
padding-top:50px;
	padding-bottom:50px;
 flex-basis:50%;
 display: block;
text-align: center;

}
.info-left p{padding:30px 0;
font-size: 1.1em;
line-height:1.2;}
/*Услуги service*/
.service{padding:50px 0;}
.service-title{text-align:center; font-size:32px; margin-bottom:30px;}
.service-row{display:flex; /*margin: 0px -16px;*/ flex-wrap:wrap;}
.service-column{flex: 1 0 25%; padding: 0 16px; display: flex;}

.service-item{display:flex; background-color:#d7edf8; flex-direction:column; padding:0 12px;}
.small-title{
	font-size: 22px;
	margin-bottom:10px;
	min-height:2.2em;
	text-align:center;
	padding:16px 0;
    }
.title-text{
font-size: 17px;
line-height:1.4;
padding-bottom:10px;
    }
.header {
  border-bottom: 4px solid #e5493a;
}
/*Блок о нас*/
.about-us{
	padding: 50px 0;
}
.about-us-row{
display:flex;
}
.about-us-left{
flex:1 1 50%;
padding:0 0 0 38px;
}

.about-us-right{
flex:1 1 50%;
}
.about-us-right h2{
	font-size: 22px;
	margin-bottom:10px;
}
.about-us-content{
	font-size: 17px;
line-height:1.4;
}
/* Колонки
.call{
	
	max-width: 990px;
margin: 0px auto;
}
*/
.call-row {
	display:flex;
	flex-wrap:wrap;
	/*margin:0 -22.5px;*/
}
.call-us{padding-bottom:10px;}
.call-column {
display:flex;
flex:1 0 33.333%;
padding:0 22.5px;

}
.call-item {
background-color:#d7edf8;
padding:0 12px;
flex: 1 1 auto;
display:flex;
flex-direction:column;
}
.call-text {
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	flex: 1 1 auto;
}

.call-text ul {
margin-left:2em;
padding-left:0;
text-indent:-.6em
}
.call-btn {
	display: block;
	margin: 0px 20px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	color: #445161;
	font-size: 18px;
}
/*Наши цены*/
.our-price{
padding-top:50px;}
.our-price-title{
	text-align: center;
    font-size: 32px;
margin-bottom: 30px;
}
.our-price-text{
	font-size: 17px;
    line-height: 1.4;
	}
.our-price-text ul li{
	  list-style-type: circle;
}
/*Прайс*/
.price-slid{padding-top:10px;
padding-bottom:50px;}
.price-row{
	display:flex;
	margin:0 -10px;
	flex-wrap:wrap;
}
.price-column{
	display:flex;
	padding:0 10px;
	flex:1 1 33.3%;
	margin-bottom:10px;
}
.price-title{
	text-align: center;
    font-size: 22px;
	margin-bottom:10px;
	min-height:2.5em;
}
.price-content{
	text-align: center;
    font-size: 22px;
	margin-bottom:10px;
}
/*Форма обратной связи*/
.contacts__h_form {
    font-size: 22px;
    margin-bottom: 20px;
}
.call-back-row{
	display: flex;
	margin:0 -10px;
}
.call-back-left{
	flex: 1 1 50%;
}
.call-back-item{
		
		
}
.call-back-right{
	padding: 0px 0px 0px 38px;
flex: 1 1 50%;
}
.call-back-column{
  display:flex;
  padding:0 10px;
  flex: 1 1 50%;
}

.site_input{
  display: inline-block;
  margin: 10px auto;
  border: 2px solid #eee;
  padding: 30px 50px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;}
  .site_texarea {
  display: inline-block;
  margin: 10px auto;
  border: 2px solid #eee;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
}
.header__logo {
  margin-right: 20px;
}

.header__menu {
  padding: 0;
  margin: 0;
}

.menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.menu__element {
  margin-right: 35px;
}
  
.menu__element:last-child {
    margin-right: 0;
  }


.menu__link {
  font-size: 12px;
  font-family: 'Raleway';
  color: #707070;
  text-transform: uppercase;
  line-height: 1.667;
  display: inline-block;
  text-decoration: none;
  transition-duration: 500ms;
  transition-property: color;
}
  .menu__link::before {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #e5493a;
    display: block;
    margin-bottom: 2px;
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity;
  }

  .menu__link:hover {
    color: #e5493a;
  }
    .menu__link:hover::before {
      opacity: 1;
    }
/*Блок наши работники*/
.ourwork{
padding:50px 0;
}
.ourwork-row{
display:flex;

}
.ourwork-title{
	text-align: center;
font-size: 32px;
margin-bottom: 30px;
}
.ourwork-content{
font-size: 17px;
line-height: 1.4;
}
.ourwork-left{
flex:0 1 430px;
padding:0 0 0 0;
margin:0 auto;
}
.ourwork-right{
	padding-left:0;
}
@media (max-width: 480px){
    .ourwork-left{
flex:0 1 100%;
padding:0 0 0 0;
margin:0 auto;
}
}

/*Страница вызова электрика*/
.callof-content .has-background{padding:18px 40px!important;}
.callof-row{
	display:flex;
	justify-content:center;
	width:55%;
	text-align:center;
}
.callof{
	padding:50px 0;
}
.callof-title{
text-align: center;
font-size: 32px;
margin-bottom: 30px;
}
.callof-text{
font-size: 17px;
line-height: 1.4;

}
/*ФУТЕР*/
.footer-row{display:flex; margin:0; flex-wrap: wrap;}
.footer-column{display:flex;  justify-content:center;	flex: 0 1 33.333%; padding:0 8px;}
.footer-item, .footer-item a{color:#fff;}
.footer{
    padding:50px 0;
	background-color: #3c6988;
flex: 0 0 auto;
}
/*скролл*/
#toTop {
position: fixed;
	bottom: 60px;
	right: 50px;
	border-radius: 4px;
	display:none;
	font-size: 32px;
	height: 50px;
	width: 50px;
	z-index: 1001;
	color: #fff;
	transition: all .5s;
	background-color: #da1757;
	border: 0;
	cursor: pointer;
}
#toTop:hover{
	background-color: #fff;
	text-decoration: none;
	outline: none;
	color: #da1757;
	border: 1px solid #da1757;
}
.fa-angle-up{position: absolute;
right: 15%;
bottom: 20%;}
.scrollToTop{
	position: fixed;
	bottom: 60px;
	right: 50px;
	border-radius: 4px;
	display:none;
	font-size: 32px;
	height: 50px;
	width: 50px;
	z-index: 1001;
	color: #fff;
	transition: all .5s;
	background-color: #da1757;
	border: 0;
	cursor: pointer;
}
.scrollToTop:hover{
	background-color: #fff;
	text-decoration: none;
	outline: none;
	color: #da1757;
	border: 1px solid #da1757;
}
@media (max-width: 767px) {
	  .header__wrap {
    /*flex-direction: column;
    justify-content: flex-end;*/
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .header__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
	.menu-burger__header {
	position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
   }
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
	height: 3px;
	width: 100%;
	position: absolute;
	background: #515758;
	margin: 0 auto;
}
.menu-burger__header span{
	top: 16px;
}
.menu-burger__header:after, .menu-burger__header:before{
	content: '';
}
.menu-burger__header:after{
	bottom: 5px;
}
.menu-burger__header:before{
	top: 5px;
}
.menu-burger__header.open-menu span {
	opacity:0; 
    transition: 0.5s; 
}
.menu-burger__header.open-menu:before {
	transform: rotate(50deg);
    top: 16px;
    transition: 0.4s;
}
.menu-burger__header.open-menu:after {
	transform: rotate(-50deg);
    bottom: 16px;
    transition: 0.4s;
}  

.fixed-pade {
    overflow: hidden;
}

.menu_main.closed {display:none;}
.menu_main {
	display: block;
	position: relative;
	/*
    top: 290px;
    left: 0;*/
	left:-320px;
	
    background: rgb(245, 246, 246, .9);
    box-shadow: #ccc;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
    transition: all 0.4s ease;
	/*left:-100%;*/
	/*right:-100%;*/
	/*bottom:-100%;*/
	/*padding: 50px 0;*/
	padding-top:5px;
	width:100%;
	height:100%;
	  opacity: 0;
      height: 0;
      visibility: hidden;
	/*position:fixed;top:0;left:0;opacity:.8;filter:alpha(opacity=80);-moz-opacity:.8;background:#000;cursor:pointer;z-index:99999*/
}
.menu{
	display: block;
}
  .menu__element {
    margin-right: 20px;
  }
.menu_main.open-menu{
    /*left:0;*/
  opacity: 1;
      height: 100vh;
      visibility: visible;
	 left:0;
	position: relative;
}
	#nav {
      transition: transform .3s ease-in-out;
      top: 0;
      bottom: 0;   
      min-height: 100vh; /* override Safari bug */
      position: fixed; /* or choose `absolute` depending on desired behavior*/
      width: 300px;
      left: -340px;
    }
#nav:target {
    transform: translateX(340px);
  }
.call-back-right {
  padding: 0;
  flex: 1 1 50%;
}
}
@media (max-width: 1024px) {
.service-column{flex: 1 0 50%; margin-bottom:30px;}
}
@media (max-width: 880px) {
.call-column{flex: 1 0 50%; margin-bottom:30px;}
}

@media (max-width: 767px) {
	.call-column{flex: 1 0 50%; margin-bottom:30px;}
	.info-row h1{font-size:1.2em;}
.top-widget-left, .top-widget-сenter, .top-widget-right{flex-basis:100%; display: flex;
justify-content: center; padding-bottom:20px;}
.info-left{
	 flex-basis:100%;
 display: block;
text-align: center
}
.info-right{
 flex-basis:100%;
 display: block;
text-align: center;
}

.service-row {
  margin: 0px ;

}
.about-us-right{
flex:1 1 100%;
padding-top:28px;
}
.about-us-row{
flex-wrap:wrap;
}

.about-us-left{
margin: 0 auto;
justify-content: center;
display: flex;
flex:1 1 100%;
padding:0;
}
.ourwork-title{font-size:22px;}
.ourwork-right{
flex:1 1 100%;
}
	
.ourwork-row{
flex-wrap:wrap;
}
.ourwork-right{
	padding-left:0;
}
.ourwork-left{
margin: 0 auto;
justify-content: center;
display: flex;
}
.price-column{
	flex:1 1 50%;
margin-bottom:10px;	
}
.price-title{
    font-size: 18px;
}
.price-content{
    font-size: 18px;
}
.callof-title{font-size:22px;}
.call-back-left{
	display:none;
}
.call-back-right{
		flex: 1 1 100%;
}
.footer-row{ margin:0;}
.footer-column{flex: 0 1 100%; padding:0;}
.footer-item{margin-bottom:10px;}
}
@media (max-width: 750px) {

}
@media (max-width: 540px) {
.service-column{flex: 1 0 100%;}
.call-column{flex: 1 0 100%; margin-bottom:30px;}
	.call-row {
	margin:0;
}
}
@media (max-width: 480px) {
.price-column{
	flex:1 1 100%;	
	padding:0;
	justify-content: center;
}
.price-row {
  margin: 0;
}
}
/*Чекбокс политики конфиденциальности*/
.option{
	font-size: 14px;
    padding-bottom: 10px;
}
/*Стили страницы page*/
.page__article p{
	font-size:18px;
	line-height:1.4;
	color: #3e3e3e;
}
.page__article h1{
	font-size:32px;
line-height:1.4;
color: #3e3e3e;
}
.page__article h2{
	font-size:26px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
.page__article h3{
	font-size:24px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
.page__article h4{
	font-size:22px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
.page__article h5{
	font-size:20px;
 font-weight:600;
 line-height:1.4;
 color: #3e3e3e;
}
@media (max-width:767px){
	.page__article p{
	font-size:16px;
	}
.page__article h1{
	font-size:30px;

}
.page__article h2{
	font-size:24px;

}
.page__article h3{
	font-size:22px;

}
.page__article h4{
	font-size:20px;

}
.page__article h5{
	font-size:18px;

}
}
@media (max-width:480px){
	.page__article p{
	font-size:14px;
	}
.page__article h1{
	font-size:26px;

}
.page__article h2{
	font-size:20px;

}
.page__article h3{
	font-size:18px;

}
.page__article h4{
	font-size:17 px;

}
.page__article h5{
	font-size:16px;

}
}
/*page 404*/
.page404-row {
    display: grid;
    justify-items: center;
}
.text-page404 {
    display: grid;
    justify-items: center;
	font-size:16px;
}
.page404-img{
	object-fit: cover;
  width: 100%
}

.page404 {
  flex-direction: column;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}



* {
	margin: 0;
	padding: 0;
}
