@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto_reg.ttf');
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('/fonts/bebasneuebold.woff2') format('woff2'), url('/fonts/bebasneuebold.woff') format('woff'), url('/fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Reg';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('/fonts/bebasneueregular.woff2') format('woff2'), url('/fonts/bebasneueregular.woff') format('woff'), url('/fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}

body, table, input, select, textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

article, section, nav, header, footer, aside, figure, figcaption, menu, hgroup {
  display: block;
}

img {
  border: 0;
}

a {
  color: #18467e;
}

p {
  margin: 0 0 10px;
}

h1 {
	font-size: 35px;
	font-weight: bold;
	color: #18467E;
	padding: 0px;
	margin: 0px 0px 10px;
}

h2 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: 0 0 10px;
}

ol, ul {
  padding: 0 0 0 25px;
  margin: 0 0 15px;
}

li {
  padding: 0;
  margin: 0 0 5px;
}

ol li {
  margin-left: 18px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0 0 5px;
  padding-left: 20px;
}

li > ol, li ul {
  padding-top: 5px;
}

li > ol li:last-child, li > ul li:last-child {
  margin-bottom: 0;
}

ul h3, ul p {
  margin-bottom: 3px;
  padding-bottom: 0;
}

dl {
  margin-bottom: 15px;
  overflow: hidden;
}

dt {
  display: block;
  float: left;
  font-weight: bold;
  clear: left;
  margin: 0 0 7px;
  min-width: 65px;
}

dd {
  display: block;
  float: left;
  margin: 0 0 7px 10px;
  max-width: 500px;
}

form input[type='text'],
form input[type='email'],
form textarea {
  background: #f9f8f8;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
  font-size: 14px;
  color: #53596c;
}
form .field {
  margin: 0 0 5px;
}
form button,
form input[type='submit'],
form input[type='button'],
form input[type='reset'] {
  border: 1px solid #555d7c;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  background: #586e9f;
  background: -moz-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #586e9f), color-stop(4%, #516696), color-stop(100%, #405485));
  background: -webkit-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
  background: -o-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
  background: -ms-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
  background: linear-gradient(to bottom, #586e9f 0%, #516696 4%, #405485 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#586e9f', endColorstr='#405485',GradientType=0 );
  cursor:pointer;
}
form button:hover,
form input[type='submit']:hover,
form input[type='button']:hover,
form input[type='reset']:hover {
  border: 1px solid #8fa239;
  background: #a2c100;
  background: -moz-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2c100), color-stop(4%, #a6c800), color-stop(100%, #82b100));
  background: -webkit-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: -o-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: -ms-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: linear-gradient(to bottom, #a2c100 0%, #a6c800 4%, #82b100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c100', endColorstr='#82b100',GradientType=0 );
}
form input + input {
  margin-left: 10px;
}
form > .button {
  padding: 10px 0;
}
form > .button p {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #53596c;
  text-transform: none;
  padding: 10px 0 0;
}

div#top-menu-block{
	height:22px;
}

div#top-menu-block ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

div#top-menu-block ul li{
	display:block;
	float:left;
	padding:0px 13px 0px 15px;
	text-transform:uppercase;
	background: url(../images/bullet01.png) no-repeat  0px 50%;
	font-size:19px;
}

div#top-menu-block ul li:last-child{
  padding: 0px 6px 0px 15px;
}

div#top-menu-block ul li a{
text-decoration: none;
font-size:17px;
}

div#top-menu-block ul li a:hover{
	text-decoration:underline;
}

div#top-menu-block ul li.sel a{
	color:#fb4102;
}

div.presentation-box{
	background:url(../images/presentation_ico.png) no-repeat;
	padding:21px 0px 22px 80px;
	font-size:20px;
	margin:18px 0px 0px 70px;
	cursor:pointer;
}

div.presentation-email{
	height:0px;
	overflow:hidden;
	margin:20px 0px 0px 70px;
	text-align:center;
}

.portal {
	padding-left: 13px;
	width: 169px;
	float: left;
}

.resp {
  position: absolute;
  bottom: 19px;
  display: block;
  width: 20px;
  height: 17px;
  right: 40px;
  cursor: pointer;
  background: url("../images/resp.png") no-repeat;
  transition: all 0.5s ease-in 0.5s;
}

.resp:hover {
  background:url("../images/resp_hover.png");
}

#respond,#respond1,#respond2 {
	padding: 25px;
}

#shadow,#shadow1{ 
	background: black;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	width: 100%;
	z-index: 50;
	display:none;
	top:0;
	left:0;
}

#window,#window1 {
	  background: #EAEAEA;
  border: 1px solid black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px #40310A;
  -webkit-box-shadow: 0 0 5px #40310a;
  -moz-box-shadow: 0 0 5px #40310a;
  display: none;
  min-height: 535px;
  position: fixed;
  width: 400px;
  z-index: 99;
  left: 50%;
  margin: 0px 0 0 -200px;
}

#window1{
	min-height: 100px;
	position: fixed;
	margin: -50px 0 0 -200px;
	top: 50%;
	left: 50%;
}

#window2{
	background: #EAEAEA;
	border: 1px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #40310A;
	-webkit-box-shadow: 0 0 5px #40310a;
	-moz-box-shadow: 0 0 5px #40310a;
	display: none;
	min-height: 535px;
	position: fixed;
	width: 400px;
	z-index: 99;
	margin: -267px 0 0 -200px;
	top: 50%;
	left: 50%;
}

#window3{
	background: #EAEAEA;
	border: 1px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #40310A;
	-webkit-box-shadow: 0 0 5px #40310a;
	-moz-box-shadow: 0 0 5px #40310a;
	display: none;
	min-height: 100px;
	position: absolute;
	width: 400px;
	z-index: 99;
	margin: -50px 0 0 -200px;
	top: 50%;
	left: 50%;
}

#close,#close1  { 
	background: url("../images/closebox.png") 50% 50% no-repeat transparent;
	border: medium none currentColor;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
}

#respond input[type="text"], #respond textarea, #respond select{
	margin-bottom:8px;
	padding: 2px 5px;
	width: 338px;
	border: 1px solid #2c3e50;
	border-radius: 5px;
	background:#F2F6F9;
}

#respond input[type="submit"], .coop.order,.asks.order { 
	border: 1px solid #555d7c;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 30px;
	line-height: 0px;
	background: #586e9f;
	background: -moz-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #586e9f), color-stop(4%, #516696), color-stop(100%, #405485));
	background: -webkit-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
	background: -o-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
	background: -ms-linear-gradient(top, #586e9f 0%, #516696 4%, #405485 100%);
	background: linear-gradient(to bottom, #586e9f 0%, #516696 4%, #405485 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#586e9f', endColorstr='#405485',GradientType=0 );
	width: 131px;
	cursor:pointer;
}

.resp.order{ 
	text-align: center;
	text-decoration: underline;
	color: #6A91A2;
	font-size: 16px;
	text-shadow: none;
	border-radius: 0px;
	box-shadow: none;
	line-height: 10px;
	background: transparent none repeat scroll 0% 0%;
	width: 132px;
	cursor: pointer;
	display: block;
	padding: 0px !important;
	font-weight: 300;
	border-width: 0;
	border-image: none;
	position: initial;
}

.resp.order:hover{
	background: transparent none repeat scroll 0% 0%!important;
}

#order_single_page{ 
	border: 0;
	text-align: center;
	text-decoration: none;
	color: #132b47;
	font-size: 27px;
	text-shadow: none;
	border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	height: 57px;
	line-height: 56px;
	background: transparent linear-gradient(to bottom, #C2F127 0%, #A8D31A 4%, #8EB40D 100%) repeat scroll 0% 0%;
	width: 223px;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	margin: 60px 0 0 40px;
}

#order_single_page:hover {
  background: transparent linear-gradient(to bottom, #9cc415 0%, #88ad0d 4%, #789a06 100%) repeat scroll 0% 0%;
}

.coop.order, .asks.order {
	padding: 8px 15px 8px 15px; 
	height: 15px; 
	margin:0 0 0 15px;
}

.asks.order {
	margin:0;
}

#respond input[type="submit"]:hover, .coop.order:hover,.asks.order:hover {
  border: 1px solid #8fa239;
  background: #a2c100;
  background: -moz-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2c100), color-stop(4%, #a6c800), color-stop(100%, #82b100));
  background: -webkit-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: -o-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: -ms-linear-gradient(top, #a2c100 0%, #a6c800 4%, #82b100 100%);
  background: linear-gradient(to bottom, #a2c100 0%, #a6c800 4%, #82b100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c100', endColorstr='#82b100',GradientType=0 );
}
#order_single_page {
	padding: 7px 24px;
}

#respond textarea {
	height:50px;
	max-width:338px;
	max-height:50px;
}

#window2 #respond textarea {
	height:120px;
	max-height:120px;
	max-width:338px;
}

#respond textarea#positive,#respond textarea#negative  {
	height:50px;
	max-width:338px;
	max-height:50px;
}

#respond input:focus, 
#respond textarea:focus, 
#respond select:focus {
	border: 1px solid red;
}

#name-resp {
	font-weight:bold;
	display:block;
	font-size:16px;
	text-align:center;
	margin: 0 0 18px;
}

.red-input {
	color:red;
	border: 1px solid red!important;
}

.check{
	margin: 12px 0;
	padding:0;
	width:0px!important;
	height:0px;
	opacity:0;
}

.check:checked  + .podlog2 {
	background:url(../images/check_full_sm.jpg) no-repeat;
	background-position: 50%;
}

.podlog2 {
	background: url(../images/check_empty_sm.jpg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: -2px 15px 0px 0px;
	float: none;
	position: relative;
	top: 5px;
	border: 1px solid black;
	border-radius: 5px;
}

input.rating-hide[type="radio"] {
	opacity: 0;
	float: left;
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin:0px;
}

#rating-updated {
	background-image: url(../images/rating.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: text-top;
	height: 29px;
	width: 150px;
	margin: -25px 0 0 119px;
}

.icon-large-stars-0 {
	background-position: 0 0px;
}
.icon-large-stars-1 {
	background-position: 0 -29px;
}
.icon-large-stars-2 {
	background-position: 0 -58px;
}
.icon-large-stars-3 {
	background-position: 0 -87px;
}
.icon-large-stars-4 {
	background-position: 0 -116px;
}
.icon-large-stars-5 {
	background-position: 0 -145px;
}

.page_moyka {
	color:black;
}

#moyka_single {
	position: relative;
	padding: 15px 0px 45px;
	/*background: transparent url("../images/bg_sing_m.png") no-repeat scroll 18px bottom;*/
	margin-bottom: -30px;
}

#moyka_single img{
	max-width: 200px;
	float: left;
	border-radius: 7px;
	border: 6px solid rgb(255, 255, 255);
}

#moyka_single .obr_img{
	float: left;
	max-width: 300px;
	width: 224px;
	box-sizing: border-box;
	padding: 6px;
	margin: 60px 60px 60px 25px !important;
	outline: 25px solid #E1E7ED;
	background: rgb(225, 231, 237) none repeat scroll 0% 0%;	
}

.contact-info {
	font-size: 19px;
	display: block;
	font-weight: 300;
	line-height: 31px;
	margin-top: 67px;
}

.contact-info span {
	color:#6794a7;
}

.tablik tr td:last-child{
	padding-left:40px;
}

.big_zag {
	font-size: 25px;
	font-weight: normal;
	color: #223673;
	padding: 0;
	margin: 30px 0 -3px;
	display:block;
}

.resp_single_moyka {
	color: #565656;
	font-size: 13px;
	margin-bottom: 33px;
	border-bottom: 2px dashed #ccc;
}

.resp_single_moyka .date_resp {
	  color: #13A7EA;
}

.resp_single_moyka strong {
	  line-height: 30px;
}

._cooperation h2.sp{
	font-size: 22px;
	font-weight: normal;
	color: #de4426;
}

._cooperation ul{
	list-style-image: url(../images/bullet04.png);
}

.body_resp {
	margin-left:15px;
	display:block;
}
._about ul {
    list-style-image: url("../images/bullet04.png");
}
._about h2.sp {
    font-size: 22px;
    font-weight: normal;
    color: #DE4426;
}
.prisk{
	width: 99%;
	/*max-width:800px;*/
	border-collapse: collapse;
	margin: -20px 0 33px;
}
.prisk .plus{
	background:url('../images/bullet04.png') no-repeat 50%;
	top: 0px;
}
.prisk .minus{
	background:url('../images/bullet05.png') no-repeat 50%;
}

.prisk td {
	font-size:16px;
	text-align: center;
	border-bottom: 1px solid #D5D5D5;
	padding: 7px 3px;
}

.prisk tr td:first-child {
	text-align: left;
}
.prisk tr td:not(:first-child){
	width:20%;
}

.prisk td span{
	text-align: center;
	display: block;
	width: 50px;
	vertical-align: middle;
	color: #fff;
	margin: 0px auto;
}

.pri{
	border-bottom: 1px solid #D5D5D5;
	padding: 0px 0px 30px;
	margin: 0px 0px 30px;
}

#feedback_form #message{
	width: 566px;
}

.crums{
	margin-bottom:25px;
	color:#939596;
	font-size:12px;
}

.title_of_item{
	text-decoration:none;
}

.title_of_item span{
	font-size: 22px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px;
	display:block;
	text-decoration:none;
}

.pagination a{
	display:inline-block;
	margin:0 10px 0 0;
}

.names_form{
	font-size: 24px;
	margin: 0 0 16px 0;
	display: block;
}

#asks_forma{
	width:600px;
}

#asks_forma input, #asks_forma textarea{
	width:100%;
	resize:none;
}

#asks_forma textarea{
	margin-bottom:30px;
}

.s_moyka{
	margin: 10px 0 40px;
}