@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;
    margin: 0 auto;
    width: 90%;
    min-height: 620px;
}
.under{
    width: 100%;
    height: 63px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    margin-bottom: 40px;
}
.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-top: 25px;
    padding: 0 5px;
}
.sec-1, .sec-2, .sec-3 {
    display: flex;
    flex-direction: column;
}
.part-title {
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
}
.part-res{
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}
.part-res:hover{
    color: #DE193A;
}
.part-ul{
    color: #000000;
    margin-top: 5px;
}
.part-li{
    color: #000000;
    padding-bottom: 20px;
}
}
/* -------------------------------------------------------------------------- */
@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;
}
.under{
    width: 100%;
    height: 83px;
    position: relative;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-top: 55px;
}
.sec-1, .sec-2, .sec-3{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sec-2{
    justify-content: center;
}
.part{
    flex-basis: 28%;
}
.part-title {
    margin-top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.part-res{
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    text-decoration: none;
}
.part-res:hover{
    color: #DE193A;
}
.part-ul{
    margin-top: 15px;
}
.part-li{
    padding-bottom: 20px;
    padding-right: 55px;
}
}