.balkon-form
{
    background-size: cover;
    margin-top:83px;
}

.balkon-form .form-desc {
    display: none;
}
.balkon-form .sushilka
{
    width:568px;
    height: 449px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -62px;
}

.balkon-form input[type="text"],
.balkon-form input[type="email"]{
    width: 267px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 30px;
    margin-bottom: 18px;
    padding-left: 23px;
}

.balkon-form input[type="submit"]
{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #34B3EB;
    height: 55px;
    left: 170px;
    border: 2px solid #34B3EB;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px #3088AE;
    border-radius: 30px;
    width: 267px;
    height: 54px;
    border-radius: 30px;
}


.balkon-form .title-block {
    font-family: 'CalibriBold';
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 31px;
    margin-bottom: 21px;
    max-width: 400px;
}

.balkon-form  .div_label_vb{
    float: none;
}
.balkon-form  .text-zvezdochka{
    font-family: Calibri;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #BDBDBD;
    margin-top: 20px;
}

.sushilka.mobile{
    display: none;
}

.sushilka.desktop{
    display: block;
}


@media only screen and (max-width: 1200px){

    .balkon-form .title-block {
        max-width: 100%;
    }    

    .balkon-form {
        position: relative;
    }

    .balkon-form .sushilka {
        width: auto;
        height: 263px;
        background-size: contain;
        display: block;
        margin: 20px auto 0 auto;
        left: 0px;
    }

    .balkon-form input[type="text"]{
        width: 100%;
    }
    .balkon-form input[type="email"]{
        width: 100%;
    }
    .balkon-form input[type="submit"]{
        width: 100%;
    }
    .balkon-form{
        padding-bottom:20px;
    }

}
@media only screen and (max-width: 768px){
    
    .balkon-form .title-block {
        margin-bottom: 300px;
    }

    .balkon-form .sushilka {
        position: absolute;
        top: auto;
        bottom: 200px;
        left: 50%;
        margin-left: -168px;
    }
}
@media only screen and (max-width: 400px){
    
    .balkon-form .title-block {
        margin-bottom: 300px;
    }

    .balkon-form .sushilka {
        position: absolute;
        top: auto;
        bottom: 350px;
    }
}