/*
Theme Name:     Desa north Child
Theme URI:      https: //desa.ru/
Description:    Дочерняя тема для темы north 
Author:         DESA
Author URI:     http: //desa.ru/
Template:       siteorigin-north
Version:        0.1.0
*/


body.responsive .container {
    width: 100%;
    max-width: 1240px!important;
}

.main-navigation ul>li a {
    padding-left: 20px!important;
    padding-right: 20px!important;
}


#topbar p {
    text-align: left!important;
    line-height: 3em;
    margin: 0;
    font-size: .8em;
    color: #898989;
}

.gray_img{
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.09s ease-in-out;
}

.gray_img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}




/* start 

.fog {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url("https://1015usmr.desa.ru/wp-content/uploads/2022/05/bg2.jpeg") center center;  
    background-size: cover;
}
.fog::before,
.fog::after,
.fog div::before, 
.fog div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}
.fog div::before, 
.fog div::after    {
    left: 100%;
}
.fog::before, 
.fog div::before {

    background-image: url("https://1015usmr.ru/wp-content/uploads/2022/05/fog-1.png");
    animation: fogmove 20s linear 0s infinite;
}
.fog::after, 
.fog div::after {

    background-image: url("https://1015usmr.ru/wp-content/uploads/2022/05/fog-2.png");
    animation: fogmove 10s linear 0s infinite;
}
@keyframes fogmove {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

*/


.masthead-sentinel {
    box-sizing: border-box;
    margin-bottom: 10px!important;
}

.main-navigation{
	font-size: 18px!important;
}

/*arrow to down in menu*/
@media (min-width: 767px) {

.idownm {
border: solid #000;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	margin-left: 4px!important;
}
}
/*end arrow to down in menu*/


.upphone{
	font-size: 13px!important;

}

.headerbuttons{
	font-size: 14px!important;
	padding-left: 30px!important;
}

.wpcf7 .wpcf7-response-output{
	background: transparent!important;
}

.wpcf7-form {
    background: transparent!important;
}

#wpcf7-f858-p19-o1{
max-width: 700px;
margin: 0 auto;	
}

/* ------------- */

.homecard{
    width: 580px;
    padding: 50px;
	background-color: #ffffff;
	margin: 90px 0 0 120px;
	border-radius: 6px;
	box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
	 position: absolute;
	 z-index: 99;
	 }
	 
.homecardmobile{
   
   margin: 90px 0 0 0;
	border-radius: 6px;
	
	 position: absolute;
	 z-index: 99;
	
}
	 
	
.homecardfon{
 position: absolute;
background-color: #ffffff;
 z-index: 19;
 height: 660px;
 width: 35%;
}
	
/* fog for home page */

.absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0!important;
  padding: 0!important;
  background-image: url('https://1015.sk-energokompleks.ru/_img/bg2.jpeg');
}

.fog {
  position: relative;
  height: 90vh;
  width: 100%;
  background-color: #ffffff;
}
.fog__container {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fog__img {
  position: absolute;
  height: 90vh;
  width: 300vw;
}
.fog__img--first {
background: url("https://1015.sk-energokompleks.ru/_img/fog-1.png") repeat-x;
  background-size: contain;
  background-position: center;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
.fog__img--second {
 background: url("https://1015.sk-energokompleks.ru/_img/fog-2.png") repeat-x;
  background-size: contain;
  background-position: center;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200vw, 0, 0);
            transform: translate3d(-200vw, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200vw, 0, 0);
            transform: translate3d(-200vw, 0, 0);
  }
}

.fade-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

/* end */


/* fog for all page */

.absolute-bgi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0!important;
  padding: 0!important;
  background-image: url('https://1015.sk-energokompleks.ru/_img/bg2-500.jpg');
}

.fogi {
  position: relative;
  height: 38vh;
  width: 100%;
  background-color: #ffffff;
}
.fogi__container {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fogi__img {
  position: absolute;
  height: 38vh;
  width: 300vw;
}
.fogi__img--first {
background: url("https://1015.sk-energokompleks.ru/_img/fog-1.png") repeat-x;
  background-size: contain;
  background-position: center;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
.fogi__img--second {
 background: url("https://1015.sk-energokompleks.ru/_img/fog-2.png") repeat-x;
  background-size: contain;
  background-position: center;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}

@-webkit-keyframes marqueei {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200vw, 0, 0);
            transform: translate3d(-200vw, 0, 0);
  }
}

@keyframes marqueei {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200vw, 0, 0);
            transform: translate3d(-200vw, 0, 0);
  }
}

.fade-effecti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.pagetitlei{
width: 100%!important;
margin: 100px 0 0 0;
position: absolute;
z-index: 99;	
}


/* end */


.proparent {
display: grid;
grid-template-columns: 1fr 2fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.prodiv1 { grid-area: 1 / 1 / 2 / 2;
	
    

}
.prodiv2 { grid-area: 1 / 2 / 2 / 3;
	background-color: #fff;
    padding: 40px 40px 100px;
}

.decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 15px solid #50c9c3;
    width: 100%;
    max-width: 70%;
}

/* CF 7 */
.wpcf7 input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
	color: #fafafa!important;
	font-size: 16px!important;
}

.uacf7-uacf7style-858 input[type="text"], .uacf7-uacf7style-858 input[type="tel"], .uacf7-uacf7style-858 input[type="email"], .uacf7-uacf7style-858 select, .uacf7-uacf7style-858 textarea{
	background-color: transparent!important;
}

.uacf7-uacf7style-858 textarea {height: 120px!important ;}

.formca {
	margin: 16px 0 16px 0;
}

.wpcf7 .wpcf7-response-output {
	color: #f6f6f6!important;
}
