@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);

@font-face {
    font-family: 'Xolonium';
    src: url('../fonts/xoloniumregular.eot');
    src: local('xoloniumregular'),
        url('../fonts/xoloniumregular.woff') format('woff'),
        url('../fonts/xoloniumregular.ttf') format('truetype'),
        url('../fonts/xoloniumregular.svg#htc-icon') format('svg');
}

#hd h2 {
    font-size: 36px;
    font-family: "Xolonium" !important;
    line-height: 1.2em !important;
    margin: 0 0 0.5em 0 !important;
    color: #f90c00 !important;
}

#hd .text p {
    font-family: "Roboto", serif;
    font-size: 18px;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    #hd h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 400px) {
    #hd h2 {
        font-size: 20px;
    }

    #hd .text p {
        font-size: 15px;
    }
}

/*------------------- 1 ---------------------*/

#Balteus-1 {
    position: relative;
}

#Balteus-1 .hero {}

#Balteus-1 img {
    width: 100%;
}

#Balteus-1 .text {
    width: 36%;
    position: absolute;
    right: 2%;
    top: 53%;
    z-index: 3;
    box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
    #Balteus-1 .text {
        width: 52%;
        top: 61%;
    }
}

@media screen and (max-width: 768px) {
    #Balteus-1 .text {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        padding: 0 20px;
        margin-top: -100px;
    }
}

@media screen and (max-width: 500px) {
    #Balteus-1 .text {
        margin-top: -50px;
    }
}


/*------------------- 2 ---------------------*/

#Balteus-2 {
    position: relative;
    margin-top: -40% !important;
}

#Balteus-2 .burger {
    position: relative;
    width: 100%;
}

#Balteus-2 .text {
    width: 37%;
    position: absolute;
    left: 12%;
    top: 53%;
    z-index: 2;
    box-sizing: border-box;
}

#Balteus-2 .text .note {
    font-size: 15px;
    margin-top: 20px;
    color: #bbb;
}

#Balteus-2 img {
    position: absolute;
}

#Balteus-2 #burger-base {
    width: 100%;
}

#Balteus-2 #burger-phone {
    width: 37.5%;
    top: 45%;
    left: 50%;
}

#Balteus-2 #burger-battery {
    width: 37.5%;
    top: 45%;
    left: 50%;
}

#Balteus-2 #burger-light {
    width: 1.953%;
    top: 30.3%;
    left: 23%;
    position: absolute;
}

#Balteus-2 #burger-light img {
    width: 100%;
    position: relative;
    animation-name: light;
    animation-duration: 1s;
    animation-delay: 1900;
    animation-iteration-count: infinite;
}




@media screen and (max-width: 1600px) {
    #Balteus-2 {
        margin-top: -30% !important;
    }
}

@media screen and (max-width: 1300px) {
    #Balteus-2 .text {
        width: 48%;
        left: 2%;
        top: 50%;
    }
}

@media screen and (max-width: 1100px) {
    #Balteus-2 {
        margin-top: 0% !important;
    }
}

@media screen and (max-width: 1000px) {
    #Balteus-2 .text {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 0 20px;
    }
}

@keyframes light {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*------------------- 3 ---------------------*/
#Balteus-3 .text {
    text-align: center;
}

/*------------------- 4 ---------------------*/

#Balteus-4 {
    position: relative;
}

#Balteus-4 img {
    width: 100%;
}

#Balteus-4 .text {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 10%;
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1500px) {
    #Balteus-4 {
        padding-top: 10% !important;
    }

    #Balteus-4 .text {
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width: 1000px) {
    #Balteus-4 {
        padding-top: 25% !important;
    }

    #Balteus-4 .text {
        width: 90%;
        left: 5%;
    }
}

@media screen and (max-width: 768px) {
    #Balteus-4 {
        padding-top: 0% !important;
    }

    #Balteus-4 .text {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
    }
}



/*------------------- 5 ---------------------*/

#Balteus-5 {
    position: relative;
    margin-top: -20% !important;
    z-index: 2;
}

#Balteus-5 img {
    width: 100%;
}

#Balteus-5 .text {
    width: 43%;
    position: absolute;
    left: 55%;
    top: 68%;
    z-index: 3;
    max-width: 550px;
    box-sizing: border-box;
}

@media screen and (max-width: 950px) {
    #Balteus-5 .text {
        width: 55%;
        left: 42%;
        top: 68%;
    }
}

@media screen and (max-width: 768px) {
    #Balteus-5 {
        margin-top: 0% !important;
    }

    #Balteus-5 .text {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
    }
}



/*------------------- 6 ---------------------*/

#Balteus-6 {
    position: relative;
    margin-top: -12% !important;
    z-index: 1;
}

#Balteus-6 img {
    width: 100%;
}

#Balteus-6 .text {
    width: 38%;
    position: absolute;
    left: 7%;
    top: 45%;
    z-index: 3;
    box-sizing: border-box;
}

@media screen and (max-width: 950px) {
    #Balteus-6 {
        margin-top: 0% !important;
    }

    #Balteus-6 .text {
        top: 15%;
    }
}

@media screen and (max-width: 768px) {
    #Balteus-6 .text {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
    }
}




/*------------------- 7 ---------------------*/

#Balteus-7 {
    position: relative;
}

#Balteus-7 img {
    width: 100%;
}

#Balteus-7 .text {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30%;
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
}

#Balteus-7 .text .download {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #f90c00;
    border-radius: 5px;
    font-size: 1.2em;
    font-family: "Xolonium";
    color: #f90c00;
    text-transform: uppercase;
    transition: all 0.2s;
}

#Balteus-7 .text .download:hover {
    border-color: #bd0900;
    color: #bd0900;
}

@media screen and (max-width: 1200px) {
    #Balteus-7 .text {
        width: 70%;
        left: 15%;
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    #Balteus-7 {
        padding-top: 0% !important;
    }

    #Balteus-7 .text {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 50px;
    }
}




/*------------------- 8 ---------------------*/

#Balteus-8 {
    position: relative;
    padding-bottom: 200px !important;
    background: url(../img/spec-bg.jpg) center top no-repeat;
}

#Balteus-8 .text {
    padding: 100px 20px 20px 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    box-sizing: border-box;
}

#Balteus-8 .models {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
}

#Balteus-8 .models .item {
    position: relative;
    width: 50%;
}

#Balteus-8 .models .item img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

#Balteus-8 .models a {
    font-size: 1.4em;
    font-family: "Xolonium";
    color: #f90c00;
    text-transform: uppercase;
    transition: all 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    display: inline-block;
}

#Balteus-8 .models a:hover {
    color: #d10a00;
}

#Balteus-8 .models p {
    font-size: 2em;
    font-family: "Xolonium";
    color: #fff;
    text-transform: uppercase;
}

#Balteus-8 .compare {
    text-align: center;
    margin-top: 50px;
}

#Balteus-8 .compare a {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #f90c00;
    border-radius: 5px;
    font-size: 2em;
    font-family: "Xolonium";
    color: #f90c00;
    text-transform: uppercase;
    transition: all 0.2s;
}

#Balteus-8 .compare a:hover {
    border-color: #bd0900;
    color: #bd0900;
}

#Balteus-8 .spec {}

#Balteus-8 .spec .row {
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
    box-sizing: border-box;
    display: flex;
    border-bottom: 2px solid #666;
    padding: 15px;
}

#Balteus-8 .spec .row .column {
    width: 50%;
}

#Balteus-8 .spec .row .column .s {
    color: #f90c00;
    font-family: "Roboto", serif;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 0 5px;
}

#Balteus-8 .spec .row .column .m {
    color: #ddd;
    font-family: "Roboto", serif;
    font-size: 18px;
    line-height: 1.5em;
    padding: 0 5px;
}

@media screen and (max-width: 768px) {
    #Balteus-8 .models .item img {
        width: 90%;
    }

    #Balteus-8 .models p {
        font-size: 1.3em;
        padding: 0 10px;
    }
}



@media screen and (max-width: 450px) {
    #Balteus-8 .models a {
        font-size: 1em;
        top: 35%;
        width: 100px;
        margin-left: -50px;
    }

    #Balteus-8 .models a:hover {
        color: #d10a00;
    }

    #Balteus-8 .spec .row .column .s {
        font-size: 14px;
    }

    #Balteus-8 .spec .row .column .m {
        font-size: 14px;
    }
}