@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

/* 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 'PT Sans', sans-serif;
	width: 100%;
}

b, strong {
	font-weight: bold;
}

/* Begin of styles for the demo (you can remove them) */
a.expand {
	width: 90px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demo */
.wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: auto;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	border-right: 220px solid transparent;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
.content {
	/*padding: 0 20px;*/
	padding-right: 20px;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin-right: -220px;
	width: 220px;
	position: relative;
	/*background: #FFACAA;*/
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: auto;
	/*background: #BFF08E;*/
}

* {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color: #666666;
}

img {
    border: 0;
}

body {
    margin: 0;
}

p {margin: 5px;}


html,body{height:100%;margin:0;padding:0}

body:before{
    content:"";
    width:100%;
    /*height:100%;*/
    display:block;
    background:#fffffff; 
}


#menu {
    background:  none repeat scroll 0 0 #f3f3f3;
    height: 95px;
    margin-top: -5px;
    border-bottom: 2px solid #666666;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-align: center;
}

#menu a {
    display:block;
    float:left;
    margin-right: 25px;
    margin-top: 12px;
    padding: 1px 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#menu a:hover, #menu a.active {
    background: #555555;
    color: #ffffff;
}



#footer {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #676767;
  height: 70px;
  margin-top: 30px;
  padding-top: 15px;
  width: 100%;
}

#footer a{
    color: #676767;
}


.footer_r {
    float:right;
    padding-top: 20px;
    width: 88px;
}

.footer_l {
    float:left;
    padding-top: 20px;
}



/* Navigation styles */
#nav6
{
	border-radius: 5px;
	display: inline-block;
    color: #FFFFFF;
    font-size: 30px;
    height: 70px;
    padding: 25px 8px 0;
	mo-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
	/*width: 100%;*/
}

#nav6 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav6 a
{
    color: #666666;
    font-size: 30px;
	text-decoration: none;
}
#nav6 > ul > li
{
	float: left;
	margin: 5px 10px;
	position: relative;
	display: inline;
}
#nav6 ul li
{
	display: inline;
}
#nav6 > ul > li > a
{
	border-radius: 4px;
    margin: 0;
	line-height: 35px;
	mo-border-radius: 4px;
	moz-transition: background-color .1s;
	ms-border-radius: 4px;
	ms-transition: background-color .1s;
	o-border-radius: 4px;
	o-transition: background-color .1s;
	padding: 0 5px;
	transition: background-color .1s;
	webkit-border-radius: 4px;
	webkit-transition: background-color .1s;
}
#nav6 > ul > li:hover > a
{
	background: #555555;
    color: #fffff;
}

#nav6 > ul > li:hover > a
{
	moz-transition: background-color .1s,color .1s;
	ms-transition: background-color .1s,color .1s;
	o-transition: background-color .1s,color .1s;
	transition: background-color .1s,color .1s;
	webkit-transition: background-color .1s,color .1s;
}
#nav6 .menu-drop > a
{
	border-radius: 4px 4px 0 0;
	mo-border-radius: 4px 4px 0 0;
	ms-border-radius: 4px 4px 0 0;
	o-border-radius: 4px 4px 0 0;
	padding-right: 10px;
	webkit-border-radius: 4px 4px 0 0;
}

#nav6 .menu-label
{
	/*background: url("img/menu6-drop1.png") no-repeat right;*/
	moz-transition: background .1s;
	ms-transition: background .1s;
	o-transition: background .1s;
	/*padding-right: 15px;*/
	transition: background .1s;
	webkit-transition: background .1s;
	font-size: 30px;
}
#nav6 .menu-drop:hover .menu-label
{
	/*background: url("menu6-drop2.png") no-repeat right;*/
	moz-transition: background .1s;
	ms-transition: background .1s;
	o-transition: background .1s;
	transition: background .1s;
	webkit-transition: background .1s;
    color: #fffff;
}
#nav6 .menu-right
{
	float: right;
}
#nav6 #menu-home
{
	background-image: url("menu6-home1.png");
	background-position: center;
	background-repeat: no-repeat;
	moz-transition: background-image .1s;
	ms-transition: background-image .1s;
	o-transition: background-image .1s;
	padding: 7px 20px;
	transition: background-image .1s;
	webkit-transition: background-image .1s;
}
#nav6 li:hover #menu-home
{
	background-image: url("menu6-home2.png");
	moz-transition: background-image .1s;
	ms-transition: background-image .1s;
	o-transition: background-image .1s;
	transition: background-image .1s;
	webkit-transition: background-image .1s;
}
#nav6 ul ul
{
	/*background-color: #404040;*/
	background-color: #555555;
	border-radius: 0 0 4px 4px;
	left: -5000px;
	min-width: 100%;
	mo-border-radius: 0 0 4px 4px;
	ms-border-radius: 0 0 4px 4px;
	o-border-radius: 0 0 4px 4px;
	opacity: 0;
	padding: 4px 10px 4px 0;
	position: absolute;
	webkit-border-radius-: 0 0 4px 4px;
	z-index: 100;
	text-align: left;
}
#nav6 .menu-right:hover ul
{
	left: auto;
	right: 0;
}
#nav6 li:hover ul
{
	top: 35px;
	left: 0;
	moz-transition: opacity .1s;
	ms-transition: opacity .1s;
	opacity: 1;
	o-transition: opacity .1s;
	transition: opacity .1s;
	webkit-transition: opacity .1s;
	background-color: #555555;
}
#nav6 ul ul li
{
	white-space: nowrap;
}
#nav6 ul ul a
{
	color: #fff;
	display: block;
	font-size: 18px;
	moz-transition: background-color .1s,color .1s;
	ms-transition: background-color .1s,color .1s;
	o-transition: background-color .1s,color .1s;
	padding: 6px 15px;
	transition: background-color .1s,color .1s;
	webkit-transition: background-color .1s,color .1s;
	border-radius: 0;
	margin-right: 0;
	width: 92%;
}
#nav6 ul ul a:hover
{
	background-color: #e0e0e0;
	color: #404040;
	moz-transition: background-color .1s,color .1s;
	ms-transition: background-color .1s,color .1s;
	o-transition: background-color .1s,color .1s;
	transition: background-color .1s,color .1s;
	webkit-transition: background-color .1s,color .1s;
	margin-right: 0;
}

.menu-label {
	font-size: 30px !important;
}

/* END Navigation styles */


.copyrt {
  margin-top: 15px;
}


.copyrt, .copyrt a {
    font-size: 26px;
    text-decoration: none;
}

.rek-link, a.rek-link {
    font-size: 16px;
}


h1.main-page-head {
    font-size: 72px;
    color: #666666;
}

.mainpage-content {
    text-align: center;
}

.row {
  clear: both;
  display: block;
  margin-bottom: 40px;
}


.nomer-form input[type="text"] {
  background: url("img/in-bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 72px;
  line-height: 87px;
  margin-left: 10px;
  padding: 10px;
  vertical-align: middle;
  width: 555px;
  letter-spacing: 8px;
}

.nomer-form input[type="text"]:first-line {
    display: inline-block;    
}

.nomer-form {
    font-size: 72px;
}



.nomer-form input[type="submit"] {
  background: url("img/zoom-64.png") no-repeat scroll center center #666666;
  border: 0 none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  height: 76px;
  left: -87px;
  position: relative;
  vertical-align: middle;
  width: 75px;
}


.welcome-text {
  font-size: 30px;
  line-height: 30px;
  color: #9f9f9f;
}


span.search-logo {
  background: url("img/zoom-64.png") no-repeat scroll center center #c6c6c6;
  border-radius: 10px;
  display: inline-block;
  height: 64px;
  padding: 2px;
  vertical-align: middle;
  width: 64px;
}

span.numbers-count {
  color: #9f9f9f;
  display: block;
  font-size: 24px;
  padding-top: 20px;
}


.mainpage-content {
    margin: 30px auto 0;
}

span.prefix7 {
    display: inline-block;
    position: relative;
    top: 8px;
}



.number-result-label {
    display: inline-block;
    text-align: left;
    width: 270px;
    vertical-align: top;
}
.number-result-val {
    display: inline-block;
    text-align: left;
    width: 400px;
    vertical-align: top;
    line-height: 26px;
}
.number-result-label:after {
    content: ":";
}
.number-result-row {
    font-size: 25px;
    margin-bottom: 10px;
}

.margintop {
  margin-top: 30px;
}

.errorMessage {
  color: red;
  font-size: 18px;
  padding-top: 10px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .nomer-form input[type="submit"]{top:1px;} 
}


h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
}
.org-item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: top;
    width: 300px;
}


.org-line.head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.org-line > span {
  font-weight: bold;
  margin-right: 5px;
}



h1 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

div.history {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.history > a {
  display: block;
}


.num-comments-form {
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 15px;
  padding: 15px 15px 5px;
}

.num-comments-form input[type="text"], .num-comments-form input[type="email"], .num-comments-form textarea {
    border: 1px solid #ccc;
    border-radius: 7px;
    height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 5px;
    width: 80%;
}
.num-comments-form textarea {
    height: 120px;
}
.num-comments-form .wr-button {
    background-color: #666666 !important;
    background-image: url("../images/send.png");
    background-position: 13px 13px !important;
    background-repeat: no-repeat !important;
    border: medium none !important;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal;
    padding: 7px 13px 7px 47px !important;
}

.num-comments-form div.form .errorMessage {
  color: red;
  font-size: 10px;
  margin-top: -20px;
  overflow: visible;
  position: absolute;
}


.num-comments-form .loginza > img {
    margin-bottom: -50px;
    width: 78px;
}
.num-comments-list .num-author-name {
    font-size: 0.9em;
    font-weight: bold;
    padding-right: 10px;
}
.num-comments-list .num-author-date {
    color: #666;
    font-size: 0.9em;
    font-style: italic;
}
.num-comments-list .NumComment-comment {
    padding-bottom: 10px;
}


div.view-NumComment {
    border: 1px solid #cccccc;
    box-shadow: 0 0 10px #cccccc;
    margin: 10px 0;
    padding: 10px;
}

.num-comments {
    margin: 0 auto;
    max-width: 500px;
}





@media (max-width: 800px) { 
    
    .wrapper {
        width: 97%;
        box-sizing: border-box;
    }
    .nomer-form input[type="submit"] {
        border-radius: 10px;
        left: 0;
        width: 90%;
    }
    span.prefix7 {
        display: block;
        margin: 0 20px;
        top: 0;
    }

    .nomer-form input[type="text"] {
        display: block;
        width: 96% !important;
    }


    h1.main-page-head {
        font-size: 35px;
    }
    span.prefix7 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .main-page-head-w.row {
        margin-bottom: 0;
    }
    #menu {
        display: none;
    }
    
    .nomer-form input[type="text"] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid;
        border-radius: 10px;
        display: block;
        letter-spacing: 0;
        margin-bottom: 10px;
        text-align: center;
        width: 91% !important;
    }
    .nomer-form input[type="text"] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid;
        border-radius: 10px;
        display: block;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 40px;
        margin: 0 auto 10px;
        text-align: center;
        width: 91% !important;
    }

    .org-item {
        width: 100%;
    }
    .number-result-val {
        width: 100%;
    }


    .number-result-label {
        margin-top: 10px;
        width: 100%;
    }




}


