@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: 620px;
    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-transform: uppercase;
}
.sec-2{
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    margin-top: 40px;
    width: 95%;
    line-height: 30px;
}
.text-2 a{
    color: #DE193A;
    text-decoration: none;
}
.text-2 a:hover{
    color: #DE193A;
    text-decoration: underline;
}
.subtitle{
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.text-last{
    margin-bottom: 70px;
}
}
/* -------------------------------------------------------------------------- */
@media all and (min-width: 992px) {
body{
    opacity: 0;
    transition: 0.5s;
}
.main{
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1100px;
    min-height: 760px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.under{
    width: 100%;
    height: 83px;
    position: relative;
}
.section-wrap{
}
.sec-1{
    margin-top: 55px;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.sec-2{
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    margin-top: 55px;
    width: 80%;
    line-height: 30px;
}
.subtitle{
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.text-2 a{
    color: #DE193A;
    text-decoration: none;
}
.text-2 a:hover{
    color: #DE193A;
    text-decoration: underline;
}
.text-last{
    margin-bottom: 100px;
}
}