@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,300italic,600,400italic,600italic,700,700italic,800italic&subset=latin,cyrillic);
html, body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: #113D5D;
    background: url('images/vertical.png');
    color: #fff;
    font-size: 14px;
}
.left {
    float: left;
    margin: 0 20px 0 0;
    width: 45%;
}
.right {
    float: right;
    width: 45%;
}
.clear {
    clear: both;
}
#logo {
    background: url("images/logo.png");
    height: 62px;
    width: 229px;
    float: left;
    margin: 20px 0 0 0;
}
#phone {
    float: right;
    font-weight: bold;
    text-align: right;
    margin-top: -95px;
}
#phone span {
    font-size: 26px;
    display: block;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#header {
    background: url("images/4_.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    height: 490px;
    padding: 20px 0 0;
    margin: 0 auto;
}
#img {
    position: relative;
}
#img img {
    display: block;
    left: 50%;
    margin-left: -650px;
    position: absolute;
    top: 0;
}
ul {
    list-style-type: none;
    padding: 0;
}
ul li {
    margin: 20px 0;
    line-height: 22px;
}
.title {
    font-size: 26px;
    color: #fff;
}
#timer_text {
    font-size: 28px;
    height: 100px;
    line-height: 100px;
}
#footer {
    /*background: url("images/5.png") no-repeat scroll 260px 95px rgba(0, 0, 0, 0);*/
    padding: 0 0 50px;
    position: relative;
}
#shower {
    background: url("/images/5.png");
    bottom: 0;
    height: 270px;
    position: absolute;
    right: 0;
    width: 747px;
}
#content {
    border-bottom: 1px solid #5385A6;
    margin: 0 0 30px;
    padding: 0 0 20px;
    display: none;
}
.main-img {
    margin-left: 356px;
    margin-top: 24px;
}
.header-a {
    display: block;
    height: 320px;
    width: 100%;
    position: relative;
    z-index: 10;
}
#timer_text a:hover, .title a:hover {
    text-decoration: underline;
}
#timer_text a, .title a {
    color: #ffffff;
    text-decoration: none;
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('http://timegenerator.ru/c/1/myriadpro-regular-webfont.eot?') format('eot'), url('http://timegenerator.ru/c/1/myriadpro-regular-webfont.woff') format('woff'), url('http://timegenerator.ru/c/1/myriadpro-regular-webfont.ttf') format('truetype'), url('http://timegenerator.ru/c/1/myriadpro-regular-webfont.svg#webfontZPnuZIZf') format('svg');
    font-weight: normal;
    font-style: normal;
}
#countbox {
    padding: 0;
    margin: 0 auto;
    line-height: 1.2;
    color: #fff;
    font-family: MyriadProRegular, Helvetica, sans-serif;
    font-size: 65px;
    width: 432px;
    height: 113px;
}
#countbox-days, #countbox-hours, #countbox-mins, #countbox-secs {
    /*float: left;text-align: center;background-image:url('http://timegenerator.ru/c/1/flip.png');background-repeat:no-repeat;margin: 0 7px 0 7px;height: 89px;width: 94px;z-index:1;*/
    background: #0f3248;
    float: left;
    height: 110px;
    margin: 0 7px;
    text-align: center;
    width: 94px;
    z-index: 1;
    border-radius: 5px;
}
/*#countbox-days-text,#countbox-hours-text,#countbox-mins-text,#countbox-secs-text{background-position: center;background-repeat:no-repeat;position: absolute;margin-top: 5px;height: 26px;width: 94px;}
    #countbox-days-text{background-image:url('http://timegenerator.ru/c/1/days_text.gif');}
    #countbox-hours-text{background-image:url('http://timegenerator.ru/c/1/hours_text.gif');}
    #countbox-mins-text{background-image:url('http://timegenerator.ru/c/1/mins_text.gif');}
    #countbox-secs-text{background-image:url('http://timegenerator.ru/c/1/secs_text.gif');}*/

#countbox-days-text, #countbox-hours-text, #countbox-mins-text, #countbox-secs-text {
    height: 26px;
    margin-top: 5px;
    position: absolute;
    width: 94px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    font-size: 13px;
}
/*#countbox-days span, #countbox-hours span, #countbox-mins span, #countbox-secs span {background: url('http://timegenerator.ru/c/1/flip_gradient.png');background-repeat:no-repeat;position: absolute;display: block;height: 57px;width: 94px;} */

.img {
    position: absolute;
    height: 250px;
    width: 250px;
    top: 158px;
    left: 356px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.name {
    position: absolute;
    left: 606px;
    top: 158px;
    width: 340px;
    height: 250px;
    /*font-weight: 500;*/
    text-align: center;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}