.main-screen-wrapper{
    background: url("bg-2.jpg") center top no-repeat;
    height: 806px;
    position: relative;
    margin-top: 145px;
}

.main-screen{
    background: url("texture_1.png") center top;
    height: 806px;
    position: relative;
    box-sizing: border-box;
    padding-top: 20px;
}


.utp2{
    font-size: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: din_bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.utp3{
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    background: url("ya-goo.pn-g") no-repeat top center;
    height: 148px;
    box-sizing: border-box;
    padding-top: 20px;
}

.utp4{
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-family: din_bold;
    background: #14acda;
    margin: 28px 10px 10px 10px;
    text-align: center;
    line-height: 60px;
}

.utp4 span:first-child{
    display: inline-block;
    margin: 0 105px;
}

.utp4 span:last-child{
    color: #000000;
}

.why{
    background: url("line.png") top left no-repeat;
    display: inline-block;
    color: white;
    font-family: din_bold;
    font-size: 24px;
    box-sizing: border-box;
    text-align: center;
    padding-left: 50px;
    padding-top: 15px;
    margin-left: 70px;

}

.why a{
    color: white;
    font-size: 16px;
    display: block;
    font-family: din_light;
    text-decoration: none;
    border-bottom: 1px dashed white;
}

.panel{
    background: url("panel.png");
    width: 551px;
    height: 164px;
    box-sizing: border-box;
    padding: 48px 10px 0 50px;
    text-align: center;
    font-size: 17px;
    margin-left: 40px;
    margin-top: 40px;
}

.panel span{
    color: #f44336;
}

.main-screen .button{
    margin-left: 180px;
    margin-top: 20px;
}

.main-screen .circles{
    margin-top: 50px;
    position: relative;
}

.circle-text{
    color: white;
    position: absolute;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-family: din_light;
}

.circle-text span{
    font-family: din_bold;
    font-size: 18px;
    display: block;
}

.main-screen .cases{
    cursor: pointer;
    display: inline-block;
    color: white;
    font-family: din_bold;
    font-size: 16px;
    margin-left: 90px;
    border-bottom: 1px dashed white;
    text-transform: uppercase;
    margin-top: 5px;
    text-decoration: none;
}