body {
	margin:0;
	padding:0;
	overflow-x:hidden  // disable horizontal scrolling.
}
html {
  overflow-x: hidden;
}


/* bannner */


#templatemo_banner_1 {
	width: 100%;
	padding:0px;
	
	
}
#templatemo_banner_2 {
	width:100%;
	height:650px;
margin:auto;
background-size: cover;
background:url(img/logo.png) no-repeat;
	
}
#templatemo_banner_3 {
	width:100%;
        height:600px;
    margin:auto;
background: url(img/f1.png) no-repeat top fixed;
 
	
}
#templatemo_banner_4 {
	width:100%;       
        margin:auto;
background-color: rgba(0, 0, 0, 0.5);
 
	
}
#templatemo_banner_4_1 {
	width:100%;
	height:400px;       
        margin:auto;
background-color: rgba(0, 0, 0, 0.5);
 
	
}
#templatemo_banner_5 {
	width:100%;       
        margin:auto;
		background-color:#ED6E1F;
 
	
}
#templatemo_banner_6 {
	width:100%;       
        margin:auto;
		background-color:#ffffff;
 
	
}
#templatemo_banner_7 {
	width:100%;
        height:600px;
    margin:auto;
background: url(img/f2.png) no-repeat top fixed;
 
	
}
#templatemo_banner_8 {
	width:100%;
	height:600px;       
        margin:auto;
background-color: rgba(0, 0, 0, 0.5);
 
	
}
#templatemo_banner_9 {
	width:100%;
	height:189px;
margin:auto;
background-size: cover;
background:url(img/shed.png) no-repeat;
	
}
@media screen and (max-width:1024px) 
{
#templatemo_banner_2 {
display:none;
	
}
#templatemo_banner_4 {
	width:100%;
	height:400px;       
        margin:auto;
background-color: rgba(0, 0, 0, 0.5);
 
	
}
#templatemo_banner_4_1 {
	width:100%;
	height:400px;       
        margin:auto;
background-color: rgba(0, 0, 0, 0.2);
 
	
}


}
.contact-form__button1 {
    background: #ffffff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    font: 24px "Roboto", sans-serif;
    transition: 0.3s;
    cursor: pointer; }
    .contact-form__button1:hover {
      transition: 0.3s;
      background: #FF6A00;
      color: #fff;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }
	  
	  .preloader {
  position: relative;
  margin: 0 0 0 45%;
  height: 15px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: 0.3s; }
  .preloader_active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s; }
  .preloader:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #000000;
    animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }
  .preloader:after {
    width: 12px;
    height: 12px;
    left: 15%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #000000;
    animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes preloader_before {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(160px) scale(1.5) rotate(264deg);
    background: #00adb5;
    border-radius: 0; }
  100% {
    transform: translateX(0px) rotate(0deg); } }
@keyframes preloader_after {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(-160px) scale(1.5) rotate(-264deg);
    background: #00fff5;
    border-radius: 0; }
  100% {
    transform: translateX(0px); } }




.car{ max-width:100%;
}

#wrap{
display: none;
opacity: 0.8;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 16px;
background-color: rgba(1, 1, 1, 0.725);
z-index: 100;
overflow: auto;
}
 
#window{
width: 500px;
height: 400px;
margin: 50px auto;
display: none;
z-index: 200;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 0px;
}
 
.close{
margin-left: 364px;
margin-top: 4px;
cursor: pointer;
}
@media screen and (min-width:1024px) 
{
.mob{ display:none;

}
}
@media screen and (max-width:1024px) 
{
.comp{ display:none;

}

}
 {
  box-sizing: border-box; }

.form-wrapper {
  width: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact-form {
  width: 100%;
   }
  .contact-form__title {
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    color: #fff1c6;
    font-size: 18px;
    margin: 0 0 30px; }
  .contact-form__message {
    text-align: center; }
  .contact-form__input_name {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("/img/user.svg") center left 15px no-repeat, #ffffff;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #000000;
    transition: 0.3s; }
    .contact-form__input_name:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_phone {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("/img/tel.svg") center left 15px no-repeat, #ffffff;
    background-size: 30px;
    margin-bottom: 20px;
   padding: 0 15px 0 59px;
    
    font: 16px "Roboto", sans-serif;
    color: #000000;
    transition: 0.3s; }
    .contact-form__input_phone:focus {
      transition: 0.3s;
      border: 1px solid rgba(255, 241, 198, 0.2); }
  .contact-form__input_file {
    display: none; }
  
  .contact-form__button {
    background: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font: 16px "Roboto", sans-serif;
    transition: 0.3s;
    cursor: pointer; }
    .contact-form__button:hover {
      transition: 0.3s;
      background: #FF6A00;
      color: #fff;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }

.preloader {
  position: relative;
  margin: 0 0 0 45%;
  height: 15px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: 0.3s; }
  .preloader_active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s; }
  .preloader:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #000000;
    animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }
  .preloader:after {
    width: 12px;
    height: 12px;
    left: 15%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #000000;
    animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes preloader_before {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(160px) scale(1.5) rotate(264deg);
    background: #00adb5;
    border-radius: 0; }
  100% {
    transform: translateX(0px) rotate(0deg); } }
@keyframes preloader_after {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateX(-160px) scale(1.5) rotate(-264deg);
    background: #00fff5;
    border-radius: 0; }
  100% {
    transform: translateX(0px); } }
@media screen and (max-width:1024px) 
{
.contact-form__input_name {
    height: 50px;
    border: 1px solid #282a2e;
    border-radius: 5px;
    width: 100%;
    background: url("/img/user.svg") center left 15px no-repeat, #ffffff;
    background-size: 30px;
    margin-bottom: 20px;
    padding: 0 15px 0 59px;
    font: 16px "Roboto", sans-serif;
    color: #000000;
    transition: 0.3s; }
}

/*# sourceMappingURL=style.css.map */

/*# Акардион */

.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #BFE2FF;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #FF6A00;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;   
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #FF6A00;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}
