@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%;
    margin-bottom: 50px;
}
.under{
    width: 100%;
    height: 63px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}
.sec-1{
    margin-top: 25px;
    /*margin-bottom: 20px;*/
    display: flex;
    flex-direction: column;
}
.part{
    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;
}
.sec{
    /*margin-top: 25px;*/
    display: flex;
    flex-direction: column;
}
.blog{
    flex-basis: 100%;
    margin-top: 40px;
}
.img{
    width: 100%;
}
.img-a{
    display: block;
    margin-bottom: 10px;
}
.title-b{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    line-height: 30px!important;
}
.title-b:hover{
    color: #DE193A;
}
.text-b{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px!important;
}
.btn-b{
    margin-top: 10px;
}
.btn-b a{
    font-family: 'Roboto Condensed', sans-serif;
    color: #DE193A;
    font-size: 20px;
    text-decoration: none;
}
}
/* -------------------------------------------------------------------------- */
@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;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}
.under{
    width: 100%;
    height: 83px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
}
.sec-1{
    margin-top: 55px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part{
    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;
}
.sec{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog{
    flex-basis: 45%;
}
.img{
    width: 100%;
}
.img-a{
    display: block;
    height: 278px;
    margin-bottom: 15px;
}
.title-b{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    line-height: 30px!important;
}
.title-b:hover{
    color: #DE193A;
}
.text-b{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px!important;
    margin-top: 15px;
}
.btn-b{
    margin-top: 12px;
}
.btn-b a{
    font-family: 'Roboto Condensed', sans-serif;
    color: #DE193A;
    font-size: 20px;
    text-decoration: none;
}
}