#hightlight{
    background: url("../images/bg-header.jpg") no-repeat #037cfc;
    background-position: top center;
    background-size: 100%;
    position: relative;
}

.logo{
    margin-bottom: 70px;

}

.big-title-hightlight{
    font-family: 'UTM Bebas';
    color: #ffffff;
    font-size: 53px;
    margin-bottom: 10px;
}

.line-2-hightlight{
    color: #ffffff;
    font-size: 24px;
    font-family: 'SfuFutura';
    text-transform: uppercase;
    margin-bottom: 35px;
}

.icon-hightlight{
    width: 40px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.list-hightlight{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto';
    float: left;
}

.list-hightlight li{
    margin-bottom: 20px;
}
.icon-hightlight-1{
    padding-left: 6px;
}
.icon-hightlight-2{
    padding-left: 8px;
}
.icon-hightlight-3{
    top: -4px;
}
.content-hightlight{
    float: left;
    width: 560px;
}

.content-item-list{
    display: inline-block;
    line-height: 1.2;
}

.hightlight{
    padding-left: 25px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 129px;
}

#cta-hightlight{
    background-color: #fff600;
    color: #000000;
    font-family: 'SfuFuturaBoldOblique';
    font-style: italic;
    font-size: 18px;
    line-height: 49px;
    font-weight: bold;
    padding: 0 15px;
    box-shadow: 0 5px 0 #0563c1;
}

.video-heightlight{
    width: 411px;
    height: 526px;
    background: url(../images/bg-video.png?v=1) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.content-video-heightlight{
    position: absolute;
    top: 218px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.dot-header1 {
    background: url(../images/dot-header2.png) no-repeat;
    width: 208px;
    height: 167px;
    position: absolute;
    bottom: -50px;
    left: -102px;
}

.dot-header2 {
    background: url(../images/dot-header2.png) no-repeat;
    width: 208px;
    height: 167px;
    position: absolute;
    bottom: -50px;
    left: 72%;
}
.content-item-list{
    width: calc(100% - 45px);

}
.line-befor-st1,.line-after-st1{
    position: relative;
}


@media screen and (max-width: 1024px){
    .list-hightlight{
        padding-left: 15px;
    }
}

@media screen and (max-width: 800px){
    .list-hightlight{
        padding-left: 0;
    }
    .video-heightlight{
        display: none;
    }
    .logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .big-title-hightlight{
        text-align: center;
        font-size: 45px;
        line-height: 1.2;
    }
    .big-text-title{
        display: block;
        position: relative;
    }
    .line-befor-st1:before{
        content: " ";
        width: 23px;
        height: 5px;
        background: #ffffff;
        position: absolute;
        top: 30px;
        left: -30px;
    }
    .line-after-st1:after{
        content: " ";
        width: 23px;
        height: 5px;
        background: #ffffff;
        position: absolute;
        top: 30px;
        right: -30px;
    }
    .line-title-header{
        display: none;
    }
    .hightlight{
        padding-top: 12px;
        padding-left: 0;
        padding-bottom: 50px;
    }
    .line-2-hightlight{
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 1.4;
    }
    .list-hightlight{
        font-size: 17px;

    }
    .content-item-list{
        width: calc(100% - 45px);
    }
    .content-hightlight{
        width: 100%;
    }
    .dot-header2{
        display: none;
    }
    .dot-header1{
        bottom: -70px;
        left: -129px;
    }
}

@media screen and (max-width: 320px){

}





