@import url(common.css);
@import url(header.css);
@import url(footer.css);
@import url(cookies-policy.css);
/*--------------------*/
@media all and (max-width: 991px) {
body{
    opacity: 0;
    transition: 0.5s;
}
.main{
    font-family: 'Roboto Condensed', sans-serif;
    min-width: 300px;
    min-height: 830px;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 90%;
}
.under{
    width: 100%;
    height: 63px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}
.sec-1, .sec-2{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.sec-2{
    margin-top: 5px;
}
.part-1{
    display: flex;
    flex-direction: column;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.subtitle{
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
}
.text-1{
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.part-2{
}
.img-1{
    margin: 0 auto;
    margin-top: 10px;
    background: url(../img/contact.jpg) no-repeat center center;
    background-size: contain;
    width: 70%;
    height: 0;
    padding-top: 60.0%;
}
.form-wrap{
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    width: 290px;
    min-height: 400px;
}
.form{
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.form-title{
    padding: 0px 0px 5px 0px;
    font-size: 16px;
}
.form-email, .form-name{
    margin-bottom: 20px;
    height: 33px;
}
.form-msg{
    /*margin-bottom: 35px;*/
    height: 150px;
}
.email, .name, .msg{
    width: 94%;
    height: 100%;
    font-size: 16px;
    padding-left: 10px;
}
.msg{
    resize: none;
}
.error, .email-error, .pass-error{
    border: 1px solid #DE193A;
    box-shadow: inset 0px 0px 8px rgba(222, 25, 58, 0.6);
}
.answer{
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    height: 30px;
    font-size: 15px;
    color: #DE193A;
    text-align: center;
}
.answer-empty{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    height: 30px;
    font-size: 15px;
    color: #DE193A;
    text-align: center;
}
.form-btn{
    margin: 0 auto;
    margin-top: 7px;
}
.btn-send{
    font-size: 16px;
    border: 3px solid #DE193A;
    border-radius: 5px;
    font-weight: 600;
    padding: 6px 24px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #DE193A;
}
.btn-send-click{
    font-size: 16px;
    border: 3px solid #808080;
    border-radius: 5px;
    font-weight: 600;
    padding: 6px 24px;
    text-decoration: none;
    background-color: #808080;
    color: #FFFFFF;
}
.btn-send:hover{
    color: #FFFFFF;
    background-color: #DE193A;
    cursor: pointer;
}

}
/* -------------------------------------------------------------------------- */
@media all and (min-width: 992px) {
body{
    opacity: 0;
    transition: 0.5s;
}
.main{
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1100px;
    min-height: 890px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.under{
    width: 100%;
    height: 83px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
}
.sec-1, .sec-2{
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sec-2{
    margin-top: 5px;
}
.part-1, .part-2, .part-3, .part-4, .part-5, .part-6{
    flex-basis: 49.5%;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.subtitle{
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.text-1{
    margin-top: 50px;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.img-1{
    background: url(../img/contact.jpg) no-repeat center center;
    background-size: contain;
    width: 90%;
    height: 0;
    padding-top: 60.0%;
    margin: 0 auto;
}
.form-wrap{
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    width: 500px;
    min-height: 400px;
}
.form{
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.form-title{
    padding: 0px 0px 5px 0px;
    font-size: 16px;
}
.form-email, .form-name{
    margin-bottom: 20px;
    height: 33px;
}
.form-msg{
    /*margin-bottom: 35px;*/
    height: 150px;
}
.email, .name, .msg{
    width: 97%;
    height: 100%;
    font-size: 16px;
    padding-left: 10px;
}
.msg{
    resize: none;
}
.error, .email-error, .pass-error{
    border: 1px solid #DE193A;
    box-shadow: inset 0px 0px 8px rgba(222, 25, 58, 0.6);
}
.answer{
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    height: 30px;
    font-size: 15px;
    color: #DE193A;
    text-align: center;
}
.answer-empty{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    height: 30px;
    font-size: 15px;
    color: #DE193A;
    text-align: center;
}
.form-btn{
    margin: 0 auto;
    margin-top: 7px;
}
.btn-send{
    font-size: 16px;
    border: 3px solid #DE193A;
    border-radius: 5px;
    font-weight: 600;
    padding: 6px 24px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #DE193A;
}
.btn-send-click{
    font-size: 16px;
    border: 3px solid #808080;
    border-radius: 5px;
    font-weight: 600;
    padding: 6px 24px;
    text-decoration: none;
    background-color: #808080;
    color: #FFFFFF;
}
.btn-send:hover{
    color: #FFFFFF;
    background-color: #DE193A;
    cursor: pointer;
}
}