/* Eric Meyer's CSS 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;    
	background-color: rgb(173, 216, 230);
}
.wrapper {
	min-width: 50px;
	max-width: 1024px;
	margin: 0 auto;
	    background-color: rgb(173, 216, 230);
    border-top-color: rgb(33, 84, 160);
    border-right-color: rgb(33, 84, 160);
    border-bottom-color: rgb(33, 84, 160);
    border-left-color: rgb(33, 84, 160);
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	text-align: center;
}
.header_phones{
	    font-size: 14pt;
    color: #880000;
    font-weight: bold;
}
.skype{
	    color: #004870;
}
.advert{
	background-color: pink;
	padding-top: 15px;
	border: 3px dashed #0080c0;
}
.time {
    font-size: medium;
    color: #777777;
    font-weight: 500;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
}
.link{
	font-size: 16px;
    font-style: normal;
    color: #18368f;
    text-align: center;
    font-weight: 600;
}
.link2{
        font-size: 16px;
    font-style: normal;
    color: #18368f;
    text-align: left;
    font-weight: 600;
}
.akciya_main{
	    background-color: rgb(254, 235, 254);
	        height: 175px;
    padding: 10px;
}
.b{
	font-size: 21px;
    font-style: italic;
    color: #153f7d;
    font-weight: 500;
}
li{
	font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 16px;
    text-indent: 4px;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    color: #454545;
}
h2,h3, h4, h6{
	    color: #153f7d;
    text-align: center;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 20px;
    margin: 5px 0px 10px 0px;
    font-weight: bold;
}
.cena {
    text-align: center;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #008;
}
a {
    color: #00008B;
    text-decoration: underline;
    font-size: 14px;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-weight: 300;
}
strong, b {
    font-weight: bold;
}
.good{
    text-align: center;
    border-bottom: 1px solid lightblue;
}
.style4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    font-style: normal;
    color: #454545;
}
.style12{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 100%;
    font-style: normal;
    color: #153f7d;
    font-weight: 600;
    text-decoration: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
}
.stat-buy{
    width: 100%;
    white-space: normal;
    background-color: #feebfe;
}
/* Main menu
-----------------------------------------------------------------------------*/
#menu-icon{
	color: #153f7d;
    text-align: center;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 20px;
    margin: 5px 0px 10px 0px;
    cursor: pointer;
}

#nav li {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
}

#nav li:nth-child(1){
	border-top: 2px solid black;
}

#nav li:nth-last-child(1){
	border-bottom: 2px solid black;
}

#nav a {
    text-decoration: none;
}
#nav li.non-link{
    color: black;
    background-color: rgb(236, 249, 253);
}
#menu-icon:before { 
  content: "≡"; /* символ */
      font: 35px "arial";
    position: relative;
    top: 6px;
  content: "\2261"; /* юникод */
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: url(src/fon_img_bot.png);
    padding-top: 15px;
    border-top: 5px solid blue;
}

.header_menu1{
	display: none;
}
h1 {
    text-align: center;
    font-size: 22px;
    color: #800;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
}
.light_block{
	    background-color: rgb(236, 249, 253);
    font-size: 20px;
    line-height: 22px;
    font-weight: 100;
    font-style: normal;
    color: #454545;
    margin-top: 15px;
    padding: 15px 5px;
    text-align: center;
}
.light_block p{
	    text-indent: 4px;
    line-height: 24px;
    text-align: left;
}
img {
    overflow: hidden;
}
input[type="text"]{
    font-size: 40px;
}
.button-buy {
    margin: 7px;
    font-size: 40px;
}