@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{
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}
.sec-1, .sec-2, .sec-3{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.part-1{
    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;
}
.text-1{
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.part-2{
}
.img-1{
    margin: 0 auto;
    margin-top: 10px;
    background: url(../img/index-1.jpg) no-repeat center center;
    background-size: contain;
    width: 70%;
    height: 0;
    padding-top: 60.0%;
}
.part-4{
    order: 1;
}
.text-2{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.text-2 a{
    text-decoration: none;
    color: #DE193A;
}
.part-3{
    order: 2;
}
.img-2{
    margin: 0 auto;
    margin-top: 15px;
    background: url(../img/index-2.jpg) no-repeat center center;
    background-size: contain;
    width: 80%;
    height: 0;
    padding-top: 60.0%;
}
.text-3{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.part-6{
    display: none;
}
.ib {
    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;
    min-height: 760px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.under{
    width: 100%;
    height: 83px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
}
.sec-1, .sec-2, .sec-3{
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sec-1{
    margin-top: 55px;
}
.part-1, .part-2, .part-3, .part-4, .part-5, .part-6{
    flex-basis: 49%;
}
.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;
}
.text-1{
    margin-top: 50px;
    padding-right: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.img-1{
    background: url(../img/index-1.jpg) no-repeat center center;
    background-size: contain;
    width: 95%;
    height: 0;
    padding-top: 60.0%;
    margin: 0 auto;
    margin-top: 100px;
}
.img-2{
    background: url(../img/index-2.jpg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 60.0%;
}
.text-2{
    padding-left: 50px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.text-2 a{
    text-decoration: none;
    color: #DE193A;
}
.text-3{
    padding-right: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.img-3{
    background: url(../img/stock-2.jpg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 60.0%;
}
.ib {
    text-decoration: none;
    color: #DE193A;
}
}
