.action-wrapper{
    background: url("bg-1.jpg") top center no-repeat;
    height: 286px;
}

.action{
    background: url("texture_1.png") top center;
    height: 284px;
    color: white;
    box-sizing: border-box;
    padding: 50px 0;
    text-align: center;
}

.action-text{
    font-size: 30px;
    font-family: din_bold;
    text-align: center;
    text-transform: uppercase;
}

.action-text span{
    color: #d0463c;
}

.action-text2{
    font-size: 24px;
    font-family: din_thin;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 28px;
}

.action2-wrapper{
    background: url("bg2.jpg") top center;
    height: 267px;
}


.action2{
    background: url("texture_1.png") top center;
    height: 265px;
    color: white;
    box-sizing: border-box;
    padding: 42px 0;
    text-align: center;
}

.action-text3{
    font-size: 40px;
    font-family: din_medium;
    text-align: center;
    text-transform: uppercase;
}


.action-text4{
    font-size: 24px;
    font-family: din_thin;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;
}

.text1{
    text-align: center;
    padding: 40px 0;
}

.text1-text1{
    font-family: din_thin;
    font-size: 22px;
}

.text1-text1 span{
    text-transform: uppercase;
    color: #ee3f32;
    font-size: 24px;
    display: block;
    margin-bottom: 2px;
    font-family: din_bold;
}

.text1 .text-line{
    height: 1px;
    background: #d6d6d6;
    width: 800px;
    margin: 15px auto;
}

.text1-text2{
    font-family: din_light;
    font-size: 20px;
}

.text1 img{
    margin: 20px 0 10px 0;
}

.text1-text3{
    font-size: 20px;
    font-family: din_light;
}

.text1-text3 span{
    color: #13abda;
    font-family: din_bold;
    text-transform: uppercase;
}

.text2{
    background: #f2f2f2;
    padding-bottom: 40px;
}

.text2 ul{
    margin: 0;
    padding: 0;
}

.text2 ul li{
    list-style: none;
    box-sizing: border-box;
    background: url("check-1.png") no-repeat left 2px;
    font-size: 16px;
    font-family: din_light;
    padding-left: 32px;
    line-height: 26px;
}


.text2 ul li span{
    color: #13abda;
    display: inline-block;
    margin-left: 10px;
}

.text2 ul li.empty{
    background: url("empty.png") no-repeat left center;
    height: 52px;
    width: 100%;
}