@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;
    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;
}
.title a{
    text-decoration: none;
    color: #DE193A;
}
.subtitle{
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
}
.subtitle-min{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}
.img{
    width: 90%;
    height: 0;
    padding-top: 60%;
    margin-top: 20px;
}
.img-at{
    background: url(../img/blog/001.jpg) no-repeat center center;
    background-size: contain;
}
.img-ad{
    background: url(../img/blog/005.jpg) no-repeat center center;
    background-size: contain;
}
.sec p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.sec ul{
    margin-top: -30px;
    list-style: disc;
    padding-left: 40px;
    padding-bottom: 40px;
}
.sec ul li{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
}
/* -------------------------------------------------------------------------- */
@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: 150px;
}
.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%;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.title a{
    text-decoration: none;
    color: #DE193A;
}
.subtitle{
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.subtitle-min{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}
.img{
    width: 100%;
    height: 0;
    padding-top: 56%;
}
.img-at{
    background: url(../img/blog/001.jpg) no-repeat center center;
    background-size: contain;
}
.img-ad{
    background: url(../img/blog/005.jpg) no-repeat center center;
    background-size: contain;
}
.sec{
    margin-top: 0px;
}
.sec p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.sec ul{
    margin-top: -30px;
    list-style: disc;
    padding-left: 40px;
    padding-bottom: 40px;
}
.sec ul li{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
}
}