@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: 670px;
    margin: 0 auto;
    width: 90%;
}
.under{
    width: 100%;
    height: 63px;
    position: relative;
}
.section-wrap{
    padding: 0 5px;
}
.sec-1{
    margin-top: 25px;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.form-wrap{
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 280px;
}
.form{
    width: 100%;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    box-shadow: 3px 6px 14px 3px rgba(156,156,156,0.5);
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
.form-title{
    margin-top: 35px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
.form-email, .form-pass{
    margin: 0 auto;
    margin-top: 35px;
    width: 84%;
    height: 33px;
}
.email, .pass{
    margin: 0 auto;
    width: 95%;
    height: 100%;
    font-size: 16px;
    padding-left: 10px;
}
.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;
}
.sec-free-btn{
    display: block;
    text-align: center;
}
.form-btn{
    margin: 0 auto;
    margin-top: 7px;
}
.btn-singup{
    font-size: 16px;
    border: 3px solid #DE193A;
    border-radius: 5px;
    font-weight: 600;
    background-color: #FFFFFF;
    color: #DE193A;
    padding: 6px 24px;
    text-decoration: none;
}
.btn-singup-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-singup:hover{
    color: #FFFFFF;
    background-color: #DE193A;
    cursor: pointer;
}
.accept{
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BBBBBB;
    text-align: center;
    line-height: 22px;
}
.accept a{
    text-decoration: none;
    color: #DE193A;
}
.signup-link{
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}
.signup-link a{
    text-decoration: none;
    color: #DE193A;
}
}
/* -------------------------------------------------------------------------- */
@media all and (min-width: 992px) {
body{
    opacity: 0;
    transition: 0.5s;
}
.main{
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 760px;
}
.under{
    width: 100%;
    height: 83px;
    position: relative;
}
.sec-1{
    margin-top: 55px;
}
.part-1{
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.form-wrap{
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
    width: 350px;
}
.form{
    width: 100%;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    box-shadow: 3px 6px 14px 3px rgba(156,156,156,0.5);
    display: flex;
    flex-direction: column;
}
.form-title{
    margin-top: 35px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
.form-email, .form-pass{
    margin: 0 auto;
    margin-top: 35px;
    width: 84%;
    height: 33px;
}
.email, .pass{
    margin: 0 auto;
    width: 95%;
    height: 100%;
    font-size: 16px;
    padding-left: 10px;
}
.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;
}
.sec-free-btn{
    display: block;
    text-align: center;
}
.form-btn{
    margin: 0 auto;
    margin-top: 7px;
}
.btn-singup{
    font-size: 16px;
    border: 3px solid #DE193A;
    border-radius: 5px;
    font-weight: 600;
    background-color: #FFFFFF;
    color: #DE193A;
    padding: 6px 24px;
    text-decoration: none;
}
.btn-singup-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-singup:hover{
    color: #FFFFFF;
    background-color: #DE193A;
    cursor: pointer;
}
.accept{
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BBBBBB;
    text-align: center;
    line-height: 22px;
}
.accept a{
    text-decoration: none;
    color: #DE193A;
}
.signup-link{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
}
.signup-link a{
    text-decoration: none;
    color: #DE193A;
}
}