* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #7d7d7d;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
::-webkit-scrollbar-thumb:active {
  background-color: #666;
}
::-moz-selection {
  background: #1c82b8;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1c82b8;
  color: #fff;
  text-shadow: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #474a4d;
  opacity: 0.5;
  font-size: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #474a4d;
  opacity: 0.5;
  font-size: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #474a4d;
  opacity: 0.5;
  font-size: inherit;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
svg:not(:root) {
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearboth {
  clear: both;
}
hr {
  background: #293033;
  height: 1px;
  border: none;
  border-bottom: 2px solid #293033;
  margin: 20px 0;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden,
.hide {
  display: none;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text_opacity {
  opacity: 0.7;
}
.text-left {
  display: block;
  text-align: left !important;
}
.text-center {
  display: block;
  text-align: center !important;
}
.text-right {
  display: block;
  text-align: right !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 24px;
  color: #474a4d;
  padding: 0;
  background: #fff;
}
.empty {
  height: 190px;
}
footer {
  height: 110px;
  //margin-top: -190px;
}
#loyout {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
.container {
  width: 960px !important;
}
.middle {
  margin: 0 0 65px;
  padding: 23px 0 0;
}
a {
  color: #1479c7;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #eb3606;
  text-decoration: none;
  outline: none;
}
.pre_link {
  text-decoration: none;
  border-bottom: 1px dotted #1479c7;
}
.pre_link:hover,
.pre_link:focus {
  border-bottom-color: transparent;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
h1,
.h1 {
  font-family: 'PT Serif', serif;
  font-size: 34px;
  line-height: 0.94;
  margin: 0 0 15px;
}
h2,
.h2 {
  font-family: 'Philosopher', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 17px;
}
h3,
.h3 {
  font-family: 'PT Serif', serif;
  font-size: 24px;
  line-height: 1.42;
  margin: 0 0 15px;
  font-weight: bold;
}
h4,
.h4 {
  font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 1.42;
  margin: 0 0 15px;
}
h5,
.h5 {
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 1.42;
  margin: 0 0 15px;
}
h6,
.h6 {
  font-family: 'PT Serif', serif;
  font-size: 14px;
  line-height: 1.42;
  margin: 0 0 15px;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #474a4d;
}
.media > .pull-left,
.media-body > .pull-left {
  margin-right: 10px;
  position: relative;
  top: 7px;
}
.media:hover .sprite-ico_find,
.media-body:hover .sprite-ico_find {
  background-position: -71px -5px;
}
.media:hover .sprite-ico_know,
.media-body:hover .sprite-ico_know {
  background-position: -137px -71px;
}
.media:hover .sprite-ico_like,
.media-body:hover .sprite-ico_like {
  background-position: -71px -71px;
}
.media-heading {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.media-btn {
  border: 1px solid #dbdbe7;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f5 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #f2f2f5 100%);
  padding: 10px 20px;
  min-height: 90px;
}
.media-btn > .pull-left {
  margin-right: 25px;
  top: 0;
}
.media-btn .media-header {
  font-size: 16px;
  line-height: 22px;
}
.media-btn--wrap {
  margin: 20px auto;
}
.btn-group .btn {
  margin: 0 2px;
}
.breadcrumb {
  padding: 0;
  background: none;
  margin: 0 0 5px;
}
.breadcrumb >li+li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.form-control {
  border-color: #e5e5e5;
  border-radius: 2px;
  box-shadow: none;
  font-size: 16px;
}
.btn-default {
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 50%, #e3e3e3 50%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 50%, #e3e3e3 50%, #f4f4f4 100%);
  border: 1px solid #1477c3;
  font-size: 14px;
  color: #4b5155;
  font-weight: bold;
  border-radius: 3px;
  padding: 4px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active .btn-default-active {
  background: -webkit-linear-gradient(top, #e4661a 0%, #ff8e1a 50%, #ff8300 50%, #fb9d00 100%);
  background: linear-gradient(to bottom, #e4661a 0%, #ff8e1a 50%, #ff8300 50%, #fb9d00 100%);
  border: 1px solid #d68c0b;
  color: #fff;
}
.btn-default-active {
  background: -webkit-linear-gradient(top, #e4661a 0%, #ff8e1a 50%, #ff8300 50%, #fb9d00 100%);
  background: linear-gradient(to bottom, #e4661a 0%, #ff8e1a 50%, #ff8300 50%, #fb9d00 100%);
  border: 1px solid #1477c3;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 4px;
}
.btn-blue {
  //background: -webkit-linear-gradient(top, #36d5f9 0%, #35b8f5 50%, #03a4f3 50%, #04c1f7 100%);
  //background: linear-gradient(to bottom, #36d5f9 0%, #35b8f5 50%, #03a4f3 50%, #04c1f7 100%);
  background-color:#4597de;
  border: 1px solid #3fa6e1;
  //color: #fff;
  color:#ff761a;
  font-weight: bold;
  border-radius: 3px;
  padding: 6px 8px;
  background:none;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  //background: -webkit-linear-gradient(top, #04c1f7 0%, #03a4f3 50%, #35b8f5 50%, #36d5f9 100%);
  //background: linear-gradient(to bottom, #04c1f7 0%, #03a4f3 50%, #35b8f5 50%, #36d5f9 100%);
  border: 1px solid #3fa6e1;
  color: #fff;
  //opacity:0.5;
  background-color:#4597de;
}
/*==============================
=            sprite            =
==============================*/
.sprite {
  background-image: url("../img/sprite_header-ico.png");
  background-repeat: no-repeat;
  display: block;
}
.sprite-ico_find {
  width: 56px;
  height: 56px;
  background-position: -5px -5px;
}
.sprite-ico_find-active {
  width: 56px;
  height: 56px;
  background-position: -71px -5px;
}
.sprite-ico_know {
  width: 56px;
  height: 56px;
  background-position: -137px -5px;

}
.sprite-ico_know-active {
  width: 56px;
  height: 56px;
  background-position: -137px -71px;
}
.sprite-ico_like {
  width: 56px;
  height: 56px;
  background-position: -5px -71px;

}
.sprite-ico_like-acitve {
  width: 56px;
  height: 56px;
  background-position: -71px -71px;
}
/*-----  End of sprite  ------*/
/*==============================
=            Header            =
==============================*/
.header_nav {
  background: #54779b;
  color: #fff;
}
.header_nav a {
  color: #fff;
}
.main_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_menu ul li {
  float: left;
}
.drop ul li{
    float:none;
}

.main_menu  ul li.active > a,
.main_menu  ul li:hover > a {
  color: #54779b;
  background: #fff;
}

.drop ul li:hover a {
  color: #54779b;
  background: #fff;
}

.main_menu a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
}
.main_menu ul li .drop {
	position:absolute;
	top:50px;
	background:#54779b;
	display:none;
        z-index: 1;
}
.main_menu > ul > li:hover .drop {display:block;}
.header_link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_link li {
  float: left;
}
.header_link li.active a span,
.header_link li:hover a span {
  border-bottom-color: transparent;
}
.header_link a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  border: 0 none;
}
.header_link a span {
  border-bottom: 1px dotted #fff;
}
.header_logo {
  padding: 25px 10px;
  background: url("../img/bg_mother-russia.png") no-repeat 100% -18px;

}
.logo {
  text-decoration: none;
}
.logo img {
  margin-right: 18px;
}
.logo h1,
.logo .h1 {
  font-family: 'Philosopher', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #474a4d;
}
.region_check {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 0 25px;
  position: relative;
  top: -7px;
}
.region_check p {
  margin: 0;
}
.region_check ul {
  list-style: none;
  margin: -4px 0 0;
  padding: 0;
}
.region_check ul a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px dotted #1479c7;
}
.region_check ul a:hover {
  border-bottom-color: transparent;
}
.header_btn {
  padding: 30px 0px;
  border-top: 1px dotted #e6e6e6;
}
/*-----  End of Header  ------*/
/*=================================
=            Container            =
=================================*/
.well {
  padding: 25px 15px;
  background: #4597de;
  color: #fff;
}
.well_mapbanner {
  padding: 0;
}
/*-----  End of Container  ------*/
/*=================================
=            mapbanner            =
=================================*/
.mapbanner-form {
  padding: 25px 15px;
}
.mapbanner-form h3,
.mapbanner-form .h3 {
  font-family: 'Philosopher', sans-serif;
  font-weight: 500;
}
.mapbanner-form .form-control {
  width: 99%;
  height: 50px;
  font-size: 20px;
  border-radius: 2px;
  border: 0;
  box-shadow: none;
}
.mapbanner-form .btn {
  height: 50px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 2px;
  //background: -webkit-linear-gradient(top, #36d5f9 0%, #35b9f5 50%, #03a7f3 50%, #04c4f7 100%);
  //background: linear-gradient(to bottom, #36d5f9 0%, #35b9f5 50%, #03a7f3 50%, #04c4f7 100%);
  background:none;
  border: 1px solid #f6f6f8;
  color: #fff;
}
.mapbanner-form .btn:hover {
  //background: -webkit-linear-gradient(top, #03a7f3 0%, #35b9f5 50%, #04c4f7 50%, #36d5f9 100%);
  //background: linear-gradient(to bottom, #03a7f3 0%, #35b9f5 50%, #04c4f7 50%, #36d5f9 100%);
  background-color: #f6f6f8;
  color: #ff761a;
}
.mapbanner-form .btn:active,
.mapbanner-form .btn:focus {
  color: #fff;
}
.mapbanner-wrap {
  overflow: hidden;
  position: relative;
}
.mapbanner-item {
  float: left;
  width: 310px;
  height: 300px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
.mapbanner-item > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 80px 45px;
  background: #4597de;
  -webkit-transition: background 0.15s ease-out;
          transition: background 0.15s ease-out;
}
.mapbanner-item > a:hover {
  background: none;
}
.mapbanner-item2 {
  width: 320px;
}
.mapbanner-row > div:last-child {
  border-right: 0;
}
.mapbanner-content {
  background: #54779b;
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.mapbanner-content--close {
  margin: 0 0 10px;
}
.mapbanner-content--close a {
  width: 12px;
  height: 12px;
  display: block;
  background: url("../img/ico-close.png") no-repeat 0 0;
  position: relative;
  right: -15px;
}
.mapbanner-content--close a:hover {
  opacity: 0.75;
}
.mapbanner-head {
  margin: 0 0 20px;
}
.mapbanner-head h3,
.mapbanner-head .h3 {
  font-size: 30px;
  font-weight: 500;
}
.mapbanner-head img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.mapbanner-head .btn {
  color: #8dd2ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #88a0b9;
  border-radius: 2px;
  height: 40px;
  line-height: 26px;
}
.mapbanner-txt {
  font-size: 16px;
  line-height: 20px;
}
.mapbanner-txt > p > a {
  color: white;
}


.mapbanner-acitve {
  opacity: 1;
  z-index: 100;
}
/*-----  End of mapbanner  ------*/
/*=====================================
=            Form Question            =
=====================================*/
.form_question {
  position: relative;
  margin: 0 0 40px;
}
.form_question-date {
  margin: 0 0 21px;
}
.form_question-date > span {
  float: left;
  line-height: 32px;
}
.form_question-date > div {
  float: left;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  width: 120px;
}
.form_question-date > div .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.form_question-group {
  margin: 10px 0 10px 0px;
  padding: 0 10px;
}
.form_question-group label {
  line-height: 24px;
  margin: 0;
  font-size: 16px;
  color: #4597de;
  cursor: pointer;
}
.form_question-group .form_question-prev,
.form_question-group .form_question-inner {
  display: none;
}
.form_question-group .btn-default {
  min-width: 68px;
  min-height: 53px;
}
.form_question-inner {
  margin: 10px 0 0;
  padding: 0;
}
.form_question-complete {
  opacity: 0.5;
  color: #474a4d;
}
.form_question-complete label {
  color: #474a4d;
}
.form_question-active {
  opacity: 1;
  background: #4597de;
  color: #fff;
  padding: 11px 10px 33px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form_question-active label {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.form_question-active .form_question-prev,
.form_question-active .form_question-inner {
  display: block;
}
.form_question-prev {
  margin: 0 0 18px;
}
.form_question-prev a {
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
}
.form_question-prev a span {
  border-bottom: 1px dotted #fff;
}
.form_question-prev a .fa {
  margin-right: 5px;
}
.form_question-prev a:hover span {
  border-bottom: transparent;
}
/*-----  End of Form Question  ------*/
/*======================================
=            Form Subscribe            =
======================================*/
.form_subscribe {
  background: #f6f6f8;
  padding: 22px 30px 25px 20px;
  margin: 40px 0 20px -10px;
}
.form_subscribe p {
  margin: 0 0 12px;
}
.form_subscribe button {
  margin-left: 10px;
  width: 100%;
}
.form_subscribe .btn {
  font-size: 18px;
}
.form_subscribe .form-control {
  width: 100%;
  height: 39px;
}
.form_subscribe .help-block {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
  margin: 9px 0 0;
}
/*-----  End of Form Subscribe  ------*/
/*===================================
=            About Found            =
===================================*/
.about_found {
  background: url("../img/about_found-top.png") no-repeat center top;
  padding: 13px 0 0;
  width: 301px;
  min-height: 420px;
  margin: 7px 0 20px;
}
.about_found-inner {
  background: -webkit-linear-gradient(top, #f3f3f5 0%, #f9f9fb 100%);
  background: linear-gradient(to bottom, #f3f3f5 0%, #f9f9fb 100%);
  width: 290px;
  margin: 0 auto;
  padding: 0 15px;
}
.about_found-bottom {
  background: url("../img/about_found-bottom.png") no-repeat center bottom;
  width: 301px;
  height: 82px;
}
.about_found h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding: 0.2em 0;
  margin: 20px 0 7px;
  text-transform: uppercase;
  color: #474a4d;
}
.about_found h3 span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.about_found h3:before,
.about_found h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #d2d3d5;
  background-clip: content-box;
}
.about_found h3:before {
  left: -0.5em;
  margin: 0 0 0 -50%;
}
.about_found h3:after {
  left: 0.5em;
  margin: 0 -50% 0 0;
}
.about_found h5 {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
}
.about_found p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 12px;
}
.about_found-rate {
  font-size: 72px;
  font-weight: bold;
  color: #ff761a;
  display: block;
  text-align: center;
  margin: 27px 0 20px;
}
/*-----  End of About Found  ------*/
/*===============================
=            Sidebar            =
===============================*/
.sidebar .media-btn {
  margin-bottom: 15px;
  padding: 10px 15px;
}
.sidebar .media-btn > .pull-left {
  margin-right: 20px;
  top: 0;
  width: 55px;
  height: auto;
}
/*-----  End of Sidebar  ------*/
/*===============================
=            Raiting            =
===============================*/
.raiting-change {
  background: #f6f6f8;
  padding: 12px 5px;
  margin: 0 0 20px;
}
.raiting-change td {
  padding: 0 2px;
}
.raiting-change select {
  width: 100%;
  height: 32px;
}
.raiting-change.scroll-to-fixed-fixed {
  width: 100% !important;
  left: 0 !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.raiting-change.scroll-to-fixed-fixed .raiting-change--inner {
  width: 940px;
  margin: 0 auto;
}
.raiting-item {
  position: relative;
  border-bottom: 1px solid #ededf2;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #474a4d;
}
.raiting-item:hover {
  background: #f9f9f9;
  cursor: pointer;
  color: #474a4d;
}
.raiting-item:hover .raiting-progress {
  background: #fbb58c;
}
.raiting-inner {
  position: relative;
  z-index: 50;
  width: 100%;
  display: table;
}
.raiting-inner > div {
  display: table-cell;
  padding: 15px 18px;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
}
.raiting-inner a,
.raiting-inner .pre_link {
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
  border-bottom: 0;
  color: #1479c7;
}
.raiting-inner a:hover,
.raiting-inner .pre_link:hover {
  text-decoration: underline;
}
.raiting-inner--num {
  width: 1%;
}
.raiting-inner--percent {
  text-align: right;
  width: 1%;
}
.raiting-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fee3d2;
  z-index: 10;
}
/*-----  End of Raiting  ------*/
/*==================================
=            Pagination            =
==================================*/
.pagination {
  position: relative;
  text-align: center;
  margin: 34px 0;
}
.pagination .pull-left,
.pagination .pull-right {
  position: absolute;
  top: 4px;
}
.pagination .pull-left a,
.pagination .pull-right a {
  text-decoration: none;
}
.pagination .pull-left a span,
.pagination .pull-right a span {
  text-decoration: underline;
}
.pagination .pull-left.pagination-disabled,
.pagination .pull-right.pagination-disabled {
  opacity: 0.2;
}
.pagination .pull-left.pagination-disabled a,
.pagination .pull-right.pagination-disabled a {
  pointer-events: none;
  cursor: default;
}
.pagination .pull-left.pagination-disabled a span,
.pagination .pull-right.pagination-disabled a span {
  text-decoration: none;
}
.pagination .pull-left.pagination-disabled .fa,
.pagination .pull-right.pagination-disabled .fa {
  display: none;
}
.pagination .pull-left {
  left: 0;
}
.pagination .pull-right {
  right: 0;
}
.pagination ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0 200px;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  font-size: 16px;
  line-height: 1;
  display: block;
  padding: 6px 11px 7px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.pagination ul li.active a {
  background: #fbfbfc;
  border-color: #dbdbe7;
  color: #474a4d;
  text-decoration: none;
}
/*-----  End of Pagination  ------*/
/*==============================
=            Footer            =
==============================*/
footer .container {
  border-top: 1px solid #edf7fc;
  padding: 10px 10px;
}
footer p {
  font-size: 14px;
  line-height: 24px;
}
footer .copy {
  font-size: 12px;
  font-family: Arial, sans-serif;
  opacity: 0.5;
}
/*-----  End of Footer  ------*/



/*----- от старого ------*/
.content-quote {
    background: none repeat scroll 0 0 #f2f5f6;
    height: 1%;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 13px 20px 16px;
}

.content-quote img {
    float: left;
    margin: 6px 19px 0 0;
}

blockquote, q {
    quotes: none;
}

.content-quote blockquote {
    display: block;
    height: 1%;
    overflow: hidden;
}

.content-quote q {
    color: #4b5764;
    display: block;
    font: italic 16px/24px Georgia,"Times New Roman",Times,serif;
    margin-bottom: 19px;
}

.title-row {
	overflow:hidden;
	height:1%;
	background:#f2f3f3;
	padding:9px 10px;
	margin-bottom:9px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.rating-table {margin:14px 0 -40px;}
.rating-table thead a {
	color:#4b5764;
	padding-right:22px;
	float:left;
	background:url(/img/kontrol/arrow11.gif) no-repeat 100% 50%;
}
.rating-table thead a span {border-bottom:1px dotted #2594cb;}
.rating-table thead a:hover {text-decoration:none;}
.rating-table thead a:hover span {border:none;}
.slide-content {
	overflow:hidden;
	height:1%;
	margin-bottom:28px;
}
.title-row .input-text {font-weight:bold;}
.hold-row {
	overflow:hidden;
	height:1%;
	background:#f2f3f3;
	padding:19px 20px 17px 20px;
	margin-bottom:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.hold-row p {
	margin:0;
	line-height:42px;
}
.hold-row .submit {float:right;}
.other-services {
	overflow:hidden;
	height:1%;
	margin-bottom:14px;
}
.rating-table {
    width: 100%;
    margin: 14px 0 -40px;
}
.rating-table th {
    background: none repeat scroll 0 0 #f2f3f3;
    color: #4b5764;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}
.rating-table td {
    border-bottom: 1px solid #eceded;
    color: #4b5764;
    font-size: 12px;
    line-height: 31px;
    padding: 5px;
}

.table-box {
    margin-bottom: 40px;
}