<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* endzeit_____ */
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}

body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: "AvenirNextCyr", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background: #b3d2e1;
}
.main-wrap{
    width: 480px;
    margin: 0 auto;
    background: #fff;
}
.main-wrap h1, .main-wrap h2, .main-wrap h3, .main-wrap h4, .main-wrap h5, .main-wrap h6{font-weight: 400;}
.main-wrap b, .main-wrap strong{font-weight: 700;}
section{
    margin: 0 auto;
    padding: 40px 0;   
    background: #fff;
}
.line-v1{
    height: 8px;
    color: transparent;
    background: url(../img/dot-bg.png) repeat transparent;
}

.main-wrap .lvl-title-v1{
    margin: 0 10px 30px;
    text-align: center;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.4em;   
    text-transform: uppercase;
}

.main-wrap .lvl-title-v1 span{
    color: #e50406;
}

.text-cont-v1{
    padding: 0 30px;
}
.text-cont-v1&gt;img{
    display: block;
    margin: 15px auto;
}
.text-cont-v1&gt;p{
    margin: 15px 0;
}

.button-m{
    display: block;
    width: 380px;
    height: 88px;
    margin: 0 auto;
    border: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer; 
    line-height: 86px;
    font-family: "AvenirNextCyr", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    border-bottom: 3px solid #b80204;
    background: #ec4446;
    background: -moz-linear-gradient(top, #ec4446 0%, #e50507 100%);
    background: -webkit-linear-gradient(top, #ec4446 0%,#e50507 100%);
    background: linear-gradient(to bottom, #ec4446 0%,#e50507 100%);    
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.button-m:active{
    position: relative;
    top: 2px;
    background: #e50507;
    background: -moz-linear-gradient(top, #e50507 0%, #ec4446 100%);
    background: -webkit-linear-gradient(top, #e50507 0%,#ec4446 100%);
    background: linear-gradient(to bottom, #e50507 0%,#ec4446 100%);

}

.list-type-v1{
    padding: 15px 0;
}
.list-type-v1&gt;li{
    padding: 0 0 15px 28px;
    background: url(../img/marker-1.png) 0 2px no-repeat;
}
.list-type-v1&gt;li:last-child{
    padding-bottom: 0;
}

.list-type-v2{
    padding: 0 10px;
    font-size: 0;
    letter-spacing: 0;
}
.list-type-v2&gt;li{
    display: inline-block;
    width: 50%;
    margin: 30px 0 0;
    padding: 0 10px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    letter-spacing: normal;
}
.list-type-v2&gt;li:nth-child(1),.list-type-v2&gt;li:nth-child(2){
    margin: 0;    
}
.list-type-v2&gt;li img{
    display: block;
    margin: 0 auto 18px;
}
.list-type-v2.list-icon&gt;li img{
}
.list-type-v2.list-square&gt;li img{
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow:         0 0 0 4px rgba(0, 0, 0, 0.07);
}
.list-type-v2.list-circle&gt;li img{
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow:         0 0 0 4px rgba(0, 0, 0, 0.07);
}
.list-type-v2&gt;li h4{
    padding: 0 0 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list-type-v3{
    padding: 0 10px;
}
.list-type-v3&gt;li{
    overflow: hidden;
    height: 170px;
    margin: 30px auto 0;
    padding: 0 10px 0 0;
    border-radius: 3px;
    border: 1px dashed #ccc;
    background: #f9f9f9;
}
.list-type-v3&gt;li:nth-child(1){
    margin: 0;
}
.list-type-v3&gt;li img{
    display: block;
    float: left;
    margin: 0 20px 0 0;
}
.list-type-v3&gt;li h4{
    padding: 10px 0 4px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list-type-v4{
    padding: 0 20px;
}
.list-type-v4&gt;li{
    margin: 20px auto 0;
    padding: 0 0 20px;
    border-bottom: 1px dashed #ccc;
}
.list-type-v4&gt;li:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.list-type-v4&gt;li:nth-child(1){
    margin: 0;
}
.list-type-v4&gt;li:last-child{
    padding: 0;
    border: 0;
}
.list-type-v4&gt;li img{
    display: block;
    float: left;
}
.list-type-v4.list-icon&gt;li img{

}
.list-type-v4.list-square&gt;li img{
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow:         0 0 0 4px rgba(0, 0, 0, 0.07);
}
.list-type-v4.list-circle&gt;li img{
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow:         0 0 0 4px rgba(0, 0, 0, 0.07);
}
.list-type-v4&gt;li h4{
    padding: 5px 0 10px 144px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.list-type-v4&gt;li p{
    padding: 0 0 0 144px;
}

.video-cont{
    position: relative;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}
.video-cont iframe, .video-cont object, .video-cont embed{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gradient-theme{
    color: #fff;
    background: #07a6e0;
    background: -moz-linear-gradient(-45deg, #32dac3 30%, #07a6e0 100%);
    background: -webkit-linear-gradient(-45deg, #32dac3 30%,#07a6e0 100%);
    background: linear-gradient(135deg, #32dac3 30%,#07a6e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32dac3', endColorstr='#07a6e0',GradientType=1 );
}
.gradient-theme .lvl-title-v1:after{
    color: #fff;
}
.gradient-theme .list-type-v2.list-square&gt;li img, .gradient-theme .list-type-v2.list-circle&gt;li img{
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
    box-shadow:         0 0 0 4px rgba(255, 255, 255, 0.25);
}
.gradient-theme .list-type-v3&gt;li{
    color: #333;
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow:         0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.gradient-theme .list-type-v4&gt;li{
    border-color: rgba(255,255,255,.7);
}
.gradient-theme .list-type-v4.list-square&gt;li img, .gradient-theme .list-type-v4.list-circle&gt;li img{
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
    box-shadow:         0 0 0 4px rgba(255, 255, 255, 0.25);
}

.dark-theme{
    color: #fff;
    background: url(../img/dark-bg.jpg) repeat;
}
.dark-theme .lvl-title-v1:after{
    color: #fff;
}
.dark-theme .list-type-v2.list-square&gt;li img, .dark-theme .list-type-v2.list-circle&gt;li img{
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.dark-theme .list-type-v3&gt;li{
    color: #333;
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow:         0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.dark-theme .list-type-v4&gt;li{
    border-color: rgba(255,255,255,.2);
}
.dark-theme .list-type-v4.list-square&gt;li img, .dark-theme .list-type-v4.list-circle&gt;li img{
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.m1-form{
    width: auto;
    max-width: 380px;
    margin: 0 auto;
    padding: 15px 0 0;
}
.m1-form&gt;div{
    margin: 15px auto;
}
.m1-form&gt;div:last-of-type{
    margin-bottom: 0;
}
.m1-form input{
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    margin: 0 auto;
    background: #f3f3f3;
    font-size: 19px;
    font-family: "AvenirNextCyr", Helvetica, Arial, sans-serif;
    font-weight: 400;  
    border: 1px solid #dedede;
    border-radius: 20px;
}
.m1-form button{
    display: block;
    width: 100%;
}

.m1-form.dark-bg input{
    background: #fff;
    border: 0;
}</pre></body></html>