@media screen and (max-width: 650px) {

.div-3-bloks-a {
    bottom: 0;
    clear: both;
    height: 80px;
    position: relative;
    width: 260px;
	left:0px;
}


.jn-info {
    background-color: #38aed7;
    color: #fff;
    font-size: 17px;
    height: 30px;
    left: 0px;
    line-height: 30px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 120px;
}


.div-name input {width:100%;}
.div-name {min-width:200px;}
.div-email {min-width:200px;}
.div-textarea {min-width:200px;}

.div-email input{width:100%;}

.div-textarea textarea {
    background-color: #f5f7f8;
    border: 0 none;
    border-radius: 5px;
    font-family: "ptsans";
    font-size: 15px;
    margin-top: 10px;
    max-height: 125px;
    max-width: 100%;
    min-height: 125px;
    min-width: 200px;
    padding-left: 10px;
    padding-top: 10px;
}



.div-form-msg {
    height: 300px;
    
    width: 100%;
}






















}