header{
    height:628px;
    background:#EEE;
    margin-bottom:50px;
    background:url(../img/bg_contact.svg);
    background-size: cover;
    background-position: center center;
}

.con_t1{
    font-size: 68px;
    font-weight: 600;
    color: #3c3e60;
}

.con_t2{
    font-size: 22px;
    font-weight: 600;
    color: #3c3e60;
}

.con_t3{
    font-size: 40px;
    font-weight: 600;
    color: #3c3e60;
    margin-bottom:15px;
}

@media (max-width: 1100px) { 
    .con_t1{
        font-size: 58px;
    }

    .con_t3{
        font-size:30px;
    }
}

@media (max-width: 1000px) { 
    .con_t1{
        font-size: 54px;
    }

    .con_t3{
        font-size:30px;
    }
}


@media (max-width: 930px) { 
    .con_t1{
        font-size: 48px;
    }

    .con_t3{
        font-size:20px;
    }
}

@media (max-width: 530px) { 
    .con_t1{
        font-size: 40px;
    }

    .con_t2{
        font-size:18px;
    }

    .con_t3{
        font-size:20px;
    }
}

@media (max-width: 350px) { 
    .con_t1{
        font-size: 35px;
    }

    .con_t2{
        font-size:16px;
    }

    .con_t3{
        font-size:20px;
    }
}


.consep{
    text-align: center;
    height:30px;
    line-height: 30px;
    color:rgba(60, 62, 96, 0.2);
}

.consep div{
    width:100%;
    height:2px;
    background:rgba(60, 62, 96, 0.2);
    margin-top:15px;
}

.con_input{
    height:60px;
    background-color: #f3f2f2;
    border:0px;
    text-indent: 10px;
    margin-bottom:20px;
}

.con_comment{
    color: rgba(60, 62, 96, 0.5);
    font-size:16px;
}

button{
    height: 60px;
    background-color: #6bd692;
    color:#FFF;
    width:100%;
    margin-top:20px;
}

#top_line{
    background-color: rgba(0, 0, 0, 0.7);
}

input[type=text]::placeholder, textarea::placeholder{
    color:#CCC;
}

.int a{
    color:#3c3e60;
}


textarea::-webkit-input-placeholder {
    color:#CCC;
}
  
textarea:-moz-placeholder { /* Firefox 18- */
    color:#CCC;
}
  
textarea::-moz-placeholder {  /* Firefox 19+ */
    color:#CCC;
}
  
textarea:-ms-input-placeholder {
    color:#CCC;
}
  
textarea::placeholder {
    color:#CCC;
}

.con_input::placeholder{
    color:#CCC;
}

.contacts-row{
    display:flex;
}

.constacts-col-5{
    width:45%;
}

.constacts-col-2{
    width:10%;
}

.textblock{
    padding-top:50px;
}


@media (max-width: 900px) { 
    .constacts-col-5{
        width:47%;
    }
    
    .constacts-col-2{
        width:6%;
    }
}

@media (max-width: 860px) {

    .contacts-row{
        flex-direction: column;
    }

    .constacts-col-5{
        width:100%;
    }
    
    .constacts-col-2{
        width:100%;
    }

    #s_title{
        margin-top:50px;
    }
} 

.con_error{
    border:1px solid #F00;
}

#image_station{
    margin-top:25px;
}


@media (max-width: 768px) {


    header{
        height:500px;
        background-size: 180% 180%;
    }

    .int a{
        color:#42c270;
        text-decoration: underline;
        text-decoration-style: dotted;
    }


    .consep div{
        display:none;
    }

    .consep{
        color:#000;
        display:none;
    }
}

@media (max-width: 1024px) {
    header{
        height: 428px;
    }
}

@media (max-width: 500px) {
    header{
        height:400px;
        background-size: 210% 210%;
        margin-bottom:30px;
    }
}

@media (max-width: 400px) {
    header{
        height:350px;
        background-size: 230% 230%;
        margin-bottom:20px;
    }
}

#btn_send{
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
}

#union_image_holder{
    height:348px;
    overflow: hidden;
}

#union_image_holder img{
    width:100%;
}

@media (max-width: 768px) { 


    #union_image_holder{
        height:auto;
    }

    .textblock p{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .textblock{
        margin-bottom:-60px;
    }

}

#form_success{
    font-size: 27px;
    font-weight: 600;
    padding-top: 240px;
    color: #3c3e60;
    text-align: center;
}

.con_t1 a{
    color:#3c3e60;
}