body{
    margin: 0;
    padding: 0;
}

div.wrap{
    background-image:url(img/back.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
div.genslide{
    display: flex;
    justify-content: center;
}
div.genblack{
    background-image: url(img/blackbl.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: -230px;
    justify-content: center;
    color: #fff;
    align-items: center;
    display: flex;
    padding: 350px 0;
}

.gentxt {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.txt1 {
    width: 20%;
    border-right: 2px solid #fff;
    padding-right: 10px;
    font-size: 30px;
    font-family: acrom;
    text-align: right;
}
.txt2 {
    width: 20%;
    padding-left: 20px;
    font-size: 21px;
    font-family: acrom;
    text-align: left;
    font-weight: 300;
}







div.genbox{
    width: 100%;
    height: 100%;
    margin-top: -230px;
    justify-content: center;
    color: #111;
    align-items: center;
    display: flex;
    padding: 350px 0;
}

.box {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.txt3 {
    width: 30%;
    border-right: 2px solid #111;
    padding-right: 10px;
    font-size: 30px;
    font-family: acrom;
    text-align: right;
    display: flex;
    align-items: center;
}
.txt4 {
    width: 30%;
    padding-left: 20px;
    font-size: 21px;
    font-family: acrom;
    text-align: left;
    font-weight: 300;
}

div.genbox {
    width: 100%;
    height: 100%;
    margin-top: -230px;
    justify-content: center;
    color: #111;
    display: flex;
    padding: 350px 0 0 0;
    flex-flow: wrap;
}

.boximg {
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
    align-items: center;
}

.img1 {
    width: 50%;
    padding-right: 100px;
}
.img2 {
    width: 50%;
    padding-left: 100px;
}



/*coop*/


body{
    margin: 0;
    padding: 0;
}

div.gencoop{
    /* background-image:url(../img/back.png); */
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

div.gencoop{
    max-width: 1200px;
    margin: auto;
    padding: 35px 45px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
margin-bottom: 170px;}

div h1{
    /* font-family: acrom; */
    /* font-family: acrom; */
    /* display: block; */
    /* width: 20%; */
    /* margin: 0 auto; */
    /* text-transform: uppercase; */
    /* position: relative; */
    /* left: 30px; */

}

div p{
  /* font-family: acrom; */
  /* font-weight: 300; */
  /* display: block; */
  /* width: 35%; */
  /* margin: 80px auto; */
  /* font-size: 20px; */
  /* position: relative; */
  /* left: 50px; */
}

div.zag{
    width: 48%;
}
div.forms{
  width: 51%;
  display: flex;
  justify-content: center;
}

/*Ñ„Ð¾Ñ€Ð¼Ð°*/

.form {
  background-image: url(img/fonform.png);
    box-sizing: border-box;
    height: auto;
    padding: 30px 35px 30px 35px;
    width: 100%;
  background-size: 100% 100%;}
  
  .title {
    color: #eee;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
  }
  
  .subtitle {
    color: #eee;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .input-container {
    /* height: 50px; */
    position: relative;
    width: 100%;
    margin-top: 21px;
  }
  
  .ic1 {
    margin-top: 0;
  }
  
  .ic2 {
    margin-top: 21px;
  }
  
  .input {
    
    margin-top: 3px;
    border: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    /* height: 75%; */
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
  }
  
  .cut {
    background-color: #15172b;
    
    height: 20px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 76px;
  }
  
  .cut-short {
    width: 50px;
  }
  
  .input:focus ~ .cut,
  .input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
  }
  
  .placeholder {
    color: #ffffff;
    left: 20px;
    line-height: 14px;
    pointer-events: bounding-box;
    font-family: acrom;
    font-weight: 300;
    padding-left: 9px;
  }
  
 
  
  .input:not(:placeholder-shown) ~ .placeholder {
    color: #808097;
  }
  
 
  
  .submit {
    background: #050505;
    border-radius: 30px;
    box-sizing: border-box;
    color: #e66932;
    cursor: pointer;
    font-size: 18px;
    height: 61px;
    /* position: relative; */
    text-align: center;
    width: 210px;
    border: 2px solid #e66932;
    margin: 38px 0px 27px;
  font-family: Acrom;
    font-size: 20px;}
  
  .submit:active {
    background-color: #06b;
  }
  
  input#massage {
    height: 150px;
}