
 #zatemnenie {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 6;
      }
      #okno {
        width:320px;
        height: 500px;
        text-align: center;
        color: black;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
      }
      #zatemnenie:target {
        display: block;
      }
      .close{
        display:flex;
        flex-direction:column;
        color: #0000cc;
        padding: 0 12px;
        margin: 10px;
        text-decoration: none;
        font-size: 14pt;
        cursor:pointer;
      }
  .okno_img{
   background: #E5E5E5;
  }
  .okno_img img{
    width:100%;
  }
  .okno_forma h3{
    padding-top:10px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 130%;
color: #1265FA;
text-align: center;
  }
  .okno_forma p{
     padding-left:20px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 130%;
color: black;
text-align: left;
  }

.okno_forma input{
  border-radius:20px;
  background:#eaedf8;
  border: none;
  height:35px;
  width:280px;
  margin:5px;
  color:#eaedf8;
}
#krest{
    color:#fff;
}
@media screen and (min-width:620px){

#okno {
    width: 480px;
    height: 600px;
}
.okno_forma h3 {
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
}
.okno_forma p {
    padding-left: 30px;
    font-size: 15px;

}
.okno_forma input {
    height: 45px;
    width: 320px;
    color:red;
}
#mesage2{
    bottom: -23%;
}
}


@media screen and (min-width:900px){
#okno {
    width: 560px;
    height: 640px;
}
.okno_forma h3 {
    padding-top: 10px;
    font-size: 28px;
    text-align: center;
}
.okno_forma p {
    padding-left: 35px;
    font-size: 17px;

}
.okno_forma input {
    height: 45px;
    width: 320px;

}
}
@media screen and (min-width:1440px){
  #okno {
    width: 560px;
    height: 720px;
}
.okno_forma h3 {
    padding-top: 10px;
    padding-left: 50px;
    font-size: 37px;
    text-align: left;
}
.okno_forma p {
    padding-left: 50px;
    font-size: 16px;

}
.okno_forma input {
    height: 55px;
    width: 420px;
}
}