/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
/* michael-k90 */
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input{outline: none;}
/* endzeit_____ */
.hidden{display: none;}
.clear{clear: both;height: 0;}
.invis{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}

html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.opacity-75{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.shadow-text{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.shadow-55{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0 1px 2px 0 rgba(0, 0, 0, 0.55);
    box-shadow:         0 1px 2px 0 rgba(0, 0, 0, 0.55);
}
.border-4{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    -ms-transition:     all 0.3s;
    transition:         all 0.3s;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&amp;subset=cyrillic');

/* michael-k90 */
h1,h2,h3,h4,h5,h6, b, strong{font-family: "Open Sans", sans-serif; font-weight: 700;}
i{font-style: italic;}

.f-normal{font-weight: normal;}
.mob-vis{display: none;}
body{
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
    font-family: "Open Sans", 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #222;
    background: url(../img/bg-rep.jpg);
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.wrap{
    width: 960px;
    padding: 40px 20px;
    margin: 0 auto;
}
.button-m{
    position: relative;
    display: block;
    width: 286px;
    height: 74px;
    margin: 0 auto;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer; 
    top: 0;
    background: url(../img/button.png) 0 0 no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.button-m:hover{
    top: -1px;
}
.m1-form>div{
    padding-bottom: 15px;
}
.m1-form>div:last-child{
    padding-bottom: 0;
}
.m1-form input{
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    height: 62px;
    line-height: 62px;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    text-indent: 15px;
    font-size: 20px;
    font-family: "Open Sans", 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    border-radius: 4px;
}
.m1-form input:focus{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0 0 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow:         0 0 10px 0 rgba(0, 0, 0, 0.6);
}
h1{
    line-height: 1em;
}
h2.zag{
    padding: 25px 0 0;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
}
h2.zag>span{
    color: #cda435;
}
/* owmen17 */
.countbox{
    margin: 0 auto;
    padding: 5px 0 20px;
    line-height: 1.2; 
    font-size: 24px; 
    width: 264px; 
    text-align: center;
    color: #235569;
}
.countbox .countbox-num{
    float: left; 
    width: 74px; 
    height: 52px; 
    line-height: 50px; 
    position: relative;
    color: #555;
    font-weight: 700;
}
.countbox .countbox-space{
    float: left; 
    width: 20px; 
    height: 52px;
}
.countbox .countbox-space:before{content: '\003A'; font-weight: normal; line-height: 46px; color: #ccc;}
.countbox-hours1,.countbox-mins1,.countbox-secs1, .countbox-hours2,.countbox-mins2,.countbox-secs2{
    float: left; 
    width: 33px;
    height: 52px;
    margin: 0 2px;
    text-align: center;
    z-index:1;
}
.countbox-hours-text,.countbox-mins-text,.countbox-secs-text{
    position: absolute;
    margin-top: 40px;
    height: 18px;
    width: 68px; 
    font-weight: 400;
    font-size: 13px;
    color: #ccc;
}
/* owmen17 */
/* owmen17 */
@media screen and (max-width: 959px){
    .wrap{
        width: 640px;
        padding: 40px 10px;
    }
}
@media screen and (max-width: 639px){
    .wrap{
        width: 320px;
    }
}