Body{
font:16px Courier New, monospace;
line-height: 1.1;
text-align:center;
width:900px;/*изначально было 900 px сейчас резиновый*/
margin:0 auto;
background-color:#87ceeb;
background-image:url('/images/city-back.jpg ');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
}

#wrapper{
margin:12px 0;
background-color:AliceBlue;
border:2px solid black;
box-shadow: 0 0 15px 2px RoyalBlue;
}
#Heder{
display:table;
height:auto;
margin-top: -10px;
background-color: #DAA520;
}

#Heder p{
margin-top: 10px;
padding:11px 10px 0 0;
text-align:right;
font-size: 26px;
font-weight:bold;
text-shadow: 1px 1px  1px #DFDFDF;
}

#phone_icon{
width:80px; 
position: relative;
float: left;
}

#phonemobile{
position: relative;
font-size: 26px;
float: right;
font-weight:bold;
font-family:Verdana;
}

#logo{
float:left;
margin:6px;
}

#slogan{
color:white;
font-size: 37px;
text-shadow: 1px 1px 1px grey;
font-weight: bold;
}

#list{
font-weight:bold;
border:3px outset blue;
border-radius: 15px;
Background-color:#FFFF98;
text-align: justify;
margin: 15px 20px;
width:90%;
padding:0 20px;
}

#list li{
margin:5px 15px 5px -5px;
line-height:1.2;
}

#conclusion{
text-align:justify;
padding: 0 20px;
}

#call_back{
height:150px;
width:320px;
float:right;
margin-top: 26px;
margin-right: 16px;
margin-left: 30px;
border-radius: 30px;
box-shadow: 0 0 15px 2px DarkRed;
}

#call_back2{
height:150px;
width:320px;
margin-right: 16px;
border-radius: 30px;
box-shadow: 0 0 15px 2px DarkRed;
}

#call_button{
height:auto;
}

#call_button p{
margin: 0px;
text-align: justify;
padding: 28px 30px;
}

#Quality{
float:right;
margin-right:10px;
padding: 2% 0;
}

#picture{
position:relative;
margin-top: 20px;
}

#timer {
width:100%;
height: 190px;
font-family:Verdana;
background: linear-gradient(to top, #153d27, #297a4d);
background: -webkit-linear-gradient(to top, #153d27, #297a4d);
background: -webkit-gradient(linear, left top, left bottom, from(#297a4d), to(#153d27));
color:white;
padding-top: 10px;
font-weight: bold;
font-size: 18pt;
text-shadow: 1px 1px 1px grey;
display: table;
}

#baner {
width:100%;
background: linear-gradient(to top, #153d27, #297a4d);
background: -webkit-linear-gradient(to top, #153d27, #297a4d);
background: -webkit-gradient(linear, left top, left bottom, from(#297a4d), to(#153d27));
color:white;
font-weight: bold;
text-shadow: 1px 1px 1px grey;
display: table;
}

#baner p{
margin-bottom: 15px;
margin-top: 15px;
}

#blink2 {
  -webkit-animation: blink2 0.8s linear infinite;
  animation: blink2 0.8s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: orange; }
}
@keyframes blink2 {
  100% { color: orange; }
}

#timer-left {
float: left;
width: 45%;
font-size: 12pt;
}

#timer p {
-webkit-margin-before: 0px;
}

#timer-right {
float: right;
padding: 0 10px;
width: 45%;
line-height: 1.5;
font-weight: normal;
text-align: justify;
font-size: 12pt;
}

#exm{
width:100%;
background: linear-gradient(to top, #153d27, #297a4d);
background: -webkit-linear-gradient(to top, #153d27, #297a4d);
background: -webkit-gradient(linear, left top, left bottom, from(#297a4d), to(#153d27));
display: table;
}

#exm p{
float:left;
padding:0 10px;
}

#indent{
margin-left:103px;
}

#counter{
box-shadow: 0 0 15px 2px RoyalBlue;
margin:12px 0px 10px 0px;
padding:7px 0 4px 0;
background-color:AliceBlue;
border:2px solid black;   
}

#footer-text{
font-size: 14px;
}
#footer-text p{
margin: 5px 0;

}

.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 99999;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
display: none;
pointer-events: none;
}

.modalDialog:target {
display: block;
pointer-events: auto;
}

.modalDialog > div {
width: 450px;
text-align: center;
font-size: 1.5em;
position: relative;
margin: 0% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);
background: -o-linear-gradient(#fff, #999);
}

.close {
background: #606061;
color: #FFFFFF;
line-height: 55px;
position: absolute;
right: 1px;
text-align: center;
top: -1px;
width: 54px;
height: 54px;
font-size: 2em;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }




