@charset "UTF-8";
@font-face {
  font-family: PTSans;
  src: url("../fonts/pts55f-webfont.eot");
  src: url("../fonts/pts55f-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pts55f-webfont.woff") format("woff"), url("../fonts/pts55f-webfont.ttf") format("truetype"), url("../fonts/pts55f-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PTSans;
  src: url("../fonts/pts75f-webfont.eot");
  src: url("../fonts/pts75f-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pts75f-webfont.woff") format("woff"), url("../fonts/pts75f-webfont.ttf") format("truetype"), url("../fonts/pts75f-webfont.svg#pt_sansbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

.wrap {
  overflow: hidden;
}

.wrap .content {
  padding: 30px 15px;
  margin-bottom: 40px;
}
.wrap .content-col {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .wrap .content-col {
    padding-left: 15px;
  }
}

.center {
  text-align: center;
}

a {
  color: #2D2D2D;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #2D2D2D;
}

p {
  margin: 0 0 18px;
}

h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 110% !important;
  margin: 20px 0;
  font-family: PTSans;
  color: #424242;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 22px;
  line-height: 23px;
  font-family: PTSans;
  font-weight: bold;
  margin-bottom: 20px;
  color: rgba(0, 182, 8, 0.7);
}
@media (max-width: 991px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  margin: 30px 0 20px;
  font-family: PTSans;
  text-transform: uppercase;
  font-weight: bold;
  color: #3F3F3F;
}

h4 {
  font-weight: normal;
  font-size: 18px;
  margin: 20px 0;
  line-height: 24px;
  font-family: PTSans;
  font-weight: bold;
  color: #0d7fc7;
}

.nav-tabs a {
  text-decoration: none;
}

.content-col ol {
  margin-top: 20px;
  list-style: none;
  counter-reset: point;
  padding-left: 0;
}
.content-col ol > li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.content-col ol > li:before {
  content: counter(point);
  counter-increment: point 1;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0px;
  background: #0d7fc7;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.content-col ul {
  margin-top: 20px;
  list-style: none;
  counter-reset: point;
  padding-left: 0;
}
.content-col ul > li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.content-col ul > li:last-child {
  margin-bottom: 0;
}
.content-col ul > li:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #0d7fc7;
  text-align: center;
}
.content-col ul > li span {
  font-size: 12px;
  color: #868e96;
}

.gray {
  padding: 30px;
  margin-top: 40px;
  background-color: #bfe4fb;
}
.gray h3 {
  margin-top: 0;
}
.gray p:last-child {
  margin-bottom: 0;
}

/*ICONS*/
.file .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  padding-right: 6px;
  position: relative;
  top: 0px;
}

a.file[href$=doc] .icon:before, a.file[href$=docx] .icon:before, a.file[href$=DOC] .icon:before, a.file[href$=DOCX] .icon:before {
  content: "";
}
a.file[href$=xls] .icon:before, a.file[href$=xlsx] .icon:before, a.file[href$=XLS] .icon:before, a.file[href$=XLSX] .icon:before {
  content: "";
}
a.file[href$=rar] .icon:before, a.file[href$=jpg] .icon:before, a.file[href$=png] .icon:before, a.file[href$=JPG] .icon:before, a.file[href$=gif] .icon:before, a.file[href$=zip] .icon:before, a.file[href$=RAR] .icon:before, a.file[href$=ZIP] .icon:before {
  content: "";
}
a.file[href$=pdf] .icon:before, a.file[href$=PDF] .icon:before {
  content: "";
}
a.file[href$=txt] .icon:before, a.file[href$=TXT] .icon:before, a.file[href$=rtf] .icon:before, a.file[href$=RTF] .icon:before {
  content: "";
}

.all {
  text-align: right;
  color: rgba(0, 182, 8, 0.7);
  margin-top: 30px;
  clear: both;
}
.all A {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 182, 8, 0.7);
  font-family: PTSans;
}
.all SPAN {
  padding-right: 5px;
}

/*CONTENT*/
.big {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.grey {
  background: #E4E4E4;
  padding: 20px;
  border-radius: 3px;
  margin: 15px 0 35px;
  border-right: 4px solid #D7D7D7;
}
.grey h3 {
  margin-top: 5px !important;
}
.grey p {
  margin-bottom: 0;
}

.reformagkh-form {
  font-size: 13px;
}
.reformagkh-form.reformagkh-form-house-list table thead tr {
  background: #0d7fc7 !important;
  color: #ffffff;
}
.reformagkh-form.reformagkh-form-house-list table tr:nth-child(odd) {
  background: #f8f9fa;
}
.reformagkh-form.reformagkh-form-house-list table td, .reformagkh-form.reformagkh-form-house-list table th {
  text-align: left !important;
  padding: 5px 10px !important;
}
.reformagkh-form.reformagkh-form-house-list table td:nth-child(1) {
  width: 450px;
}
.reformagkh-form.reformagkh-form-house-list table td:nth-child(2) {
  width: 120px;
}

.all-button {
  text-align: center;
  margin-bottom: 40px;
}
.all-button a {
  display: inline-block;
  border: 1px solid #ced4da;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .all-button a:hover {
    opacity: 0.6;
  }
}

.btn {
  text-decoration: none;
}

.bx-registration-table input[type=text], .bx-registration-table input[type=password], .bx-registration-table input[type=email], .bx-registration-table textarea, .profile-table input[type=text], .profile-table input[type=password], .profile-table input[type=email], .profile-table textarea, .bx-auth-table input[type=text], .bx-auth-table input[type=password], .bx-auth-table input[type=email], .bx-auth-table textarea, .bx-forgotpass-table input[type=text], .bx-forgotpass-table input[type=password], .bx-forgotpass-table input[type=email], .bx-forgotpass-table textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #cccccc;
}
.bx-registration-table td, .profile-table td, .bx-auth-table td, .bx-forgotpass-table td {
  padding-bottom: 10px;
  position: relative;
}
.bx-registration-table .starrequired, .profile-table .starrequired, .bx-auth-table .starrequired, .bx-forgotpass-table .starrequired {
  color: red;
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 12px;
}
.bx-registration-table input[type=submit], .profile-table input[type=submit], .bx-auth-table input[type=submit], .bx-forgotpass-table input[type=submit] {
  padding: 10px 20px;
  border: none;
  background: #0d7fc7;
  color: #ffffff;
  transition: 0.2s;
  cursor: pointer;
  font-size: 18px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .bx-registration-table input[type=submit]:hover, .profile-table input[type=submit]:hover, .bx-auth-table input[type=submit]:hover, .bx-forgotpass-table input[type=submit]:hover {
    opacity: 0.6;
  }
}

.bx-auth p, .bx-auth-profile p {
  font-size: 13px;
  color: #868e96;
}
.bx-auth p a, .bx-auth-profile p a {
  font-size: 15px;
}
.bx-auth input[type=submit], .bx-auth-profile input[type=submit] {
  padding: 10px 20px;
  border: none;
  background: #0d7fc7;
  color: #ffffff;
  transition: 0.2s;
  cursor: pointer;
  font-size: 18px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .bx-auth input[type=submit]:hover, .bx-auth-profile input[type=submit]:hover {
    opacity: 0.6;
  }
}
.bx-auth input[type=reset], .bx-auth-profile input[type=reset] {
  padding: 10px 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #000;
  transition: 0.2s;
  cursor: pointer;
  font-size: 18px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .bx-auth input[type=reset]:hover, .bx-auth-profile input[type=reset]:hover {
    opacity: 0.6;
  }
}

/*HEADER*/
header {
  position: relative;
}
header .container {
  position: relative;
}
header .logo {
  display: block;
  padding: 30px 0 30px 0;
  text-decoration: none;
}
header .logo img {
  max-width: 320px;
}
header .logo-text-1 {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}
header .logo-text-2 {
  display: block;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  color: rgba(0, 182, 8, 0.7);
}
header .contacts {
  padding: 25px 0 20px 0;
  text-align: right;
  font-size: 23px;
  color: #000000;
  line-height: 22px;
}
header .contacts span {
  display: block;
  font-size: 15px;
  margin-bottom: 9px;
}

.time {
  top: 11px;
  left: 370px;
  padding: 15px 10px 15px 20px;
  border-radius: 5px;
  margin: 15px 0 15px 5px;
  line-height: 16px;
  color: #495057;
  border: 1px solid #dee2e6;
}
.time .title-time {
  font-size: 15px;
  margin-bottom: 5px;
  color: rgba(0, 182, 8, 0.7);
}
.time .text-time {
  font-size: 13px;
}
.sidebar .time {
  margin-bottom: 25px;
  border: 1px dashed rgba(0, 182, 8, 0.7);
}

footer {
  font-size: 14px;
}
footer .line-1 {
  background: #0d7fc7;
  color: #ffffff;
  padding: 30px 0;
}
footer .line-1 a {
  color: #ffffff;
}
footer .line-1 a:hover, footer .line-1 a:active, footer .line-1 a:focus {
  color: #ffffff;
}
footer .line-1 h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
footer .line-2 {
  padding: 30px 0;
}
footer .develop {
  font-weight: bold;
  text-decoration: none;
  line-height: 14px;
  text-align: right;
  display: block;
  margin-bottom: 15px;
}
footer .develop SPAN {
  font-size: 11px;
  display: block;
}
footer .liveinternet {
  text-align: right;
  margin-bottom: 7px;
}
footer .old-site {
  font-size: 12px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 14px;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .agreement-link {
  font-size: 12px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  footer .footer-menu {
    margin-bottom: 30px;
  }
  footer .footer-menu:last-child {
    margin-bottom: 0px;
  }
}

/*LEFT MENU*/
.left-menu {
  background: #bfe4fb;
  border-radius: 4px;
  margin-bottom: 25px !important;
  padding: 0;
}
.left-menu li {
  list-style: none;
  transition: 0.2s;
  margin: 0 !important;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .left-menu li:hover {
    opacity: 0.6;
  }
}
.left-menu li:before {
  content: initial !important;
}
.left-menu li a {
  padding: 13px 20px;
  display: block;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
.left-menu li a.selected {
  background: #0d7fc7 !important;
  color: #FFFFFF;
}
.left-menu li a.selected:before {
  border-left: 7px solid #FFFFFF;
  border-top: 7px solid rgba(113, 101, 58, 0);
  border-bottom: 7px solid rgba(113, 101, 58, 0);
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  position: absolute;
}
.left-menu li:last-child {
  border-bottom: none;
}
.left-menu li:first-child A {
  border-radius: 4px 4px 0 0;
}

.top-menu {
  background-color: #eeeeee !important;
  padding: 0;
  font-size: 14px;
}
.top-menu a {
  text-decoration: none;
  color: #343a40 !important;
  transition: 0.2s;
  padding: 0.8rem 1rem !important;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .top-menu a:hover {
    opacity: 0.6;
  }
}
.top-menu a.dropdown-toggle {
  border: none !important;
}
.top-menu li ul li {
  padding: 0;
}
.top-menu li ul li a {
  border: none;
  padding: 0.4rem 1rem !important;
  display: block;
}
.top-menu .navbar-nav {
  width: 100%;
}
@media (max-width: 991px) {
  .top-menu {
    position: absolute;
    background-color: transparent !important;
    z-index: 10;
    top: 112px;
    right: 0;
  }
  .top-menu .dropdown-toggle {
    height: 60px;
    line-height: 60px;
    padding: 0 1em !important;
    color: #ffffff !important;
  }
}

.main-menu {
  background: #0d7fc7 !important;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.main-menu .container {
  padding: 0 15px;
}
.main-menu .navbar-toggler {
  margin: 10px 0;
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.main-menu a {
  text-decoration: none;
  font-weight: bold;
}
.main-menu a.nav-link {
  color: #ffffff !important;
  padding: 23px 0 19px 0 !important;
  transition: 0.2s;
  font-size: 0.9em;
  display: block;
  transition: 0.2s;
  border-bottom: 3px solid transparent;
}
@media (min-width: 768px) {
  .main-menu a.nav-link:hover {
    opacity: 0.6;
  }
}
@media (min-width: 992px) {
  .main-menu .active > .nav-link {
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
@media (max-width: 991px) {
  .main-menu .active > .nav-link {
    color: #fcff81 !important;
  }
  .main-menu a.nav-link {
    border: none;
    padding: 18px 0 !important;
  }
}
.main-menu ul {
  width: 100%;
}
.main-menu ul li {
  position: relative;
  text-transform: uppercase;
}
.main-menu ul li:hover ul {
  display: block;
}
@media (min-width: 992px) {
  .main-menu ul li ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 5;
    background-color: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(50, 50, 50, 0.24);
    min-width: 280px;
    text-align: left;
    border-radius: 0 0 6px 6px;
  }
  .main-menu ul li ul li {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    text-align: left;
    text-transform: none;
  }
  .main-menu ul li ul li:last-child {
    border-bottom: none;
  }
  .main-menu ul li ul li .nav-link {
    color: #333333 !important;
    height: auto;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    padding: 0.7rem 1.5rem !important;
  }
  .main-menu ul li ul li:hover a {
    transition: 0.2s;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .main-menu ul li ul li:hover a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 991px) {
  .main-menu ul li ul {
    display: none;
    padding-left: 20px;
  }
  .main-menu ul li ul li {
    display: block;
    text-transform: none;
  }
  .main-menu ul li ul li .nav-link {
    height: auto;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    padding: 0.5rem 0rem !important;
  }
}

.sidebar .news-list {
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #dee2e6;
}
.sidebar .news-list h3 {
  margin: 0;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #dee2e6;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
}
.sidebar .news-list .news-date-time {
  display: block;
  color: rgba(0, 182, 8, 0.7);
}
.sidebar .news-list a {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
  display: block;
}
.sidebar .news-list .news-item {
  padding: 20px;
  font-size: 12px;
  border-bottom: 1px solid #dee2e6;
}
.sidebar .news-list .news-item:last-child {
  border: none;
}
.sidebar .block {
  background: #bfe4fb;
  padding: 20px 20px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.sidebar .block .item {
  margin-bottom: 10px;
  border-bottom: 1px dashed #a7d9f9;
  padding-bottom: 10px;
}
.sidebar .block .item .title-item {
  display: block;
  color: #0d7fc7;
  margin-bottom: 7px;
}
.sidebar .block .item .title-item span {
  font-size: 11px;
  color: #70B5CB;
  display: block;
  line-height: 14px;
  margin-top: 5px;
}
.sidebar .block .item .pnone-item {
  display: block;
  font-size: 16px;
  text-align: right;
}
.sidebar .block H3 {
  margin-bottom: 20px;
  margin-top: 0;
}

.docs-list .item, .docs-detail .item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #a7d9f9;
}
.docs-list .item .desc, .docs-detail .item .desc {
  font-size: 14px;
  margin-top: 15px;
}
.docs-list .item img, .docs-detail .item img {
  float: right;
  margin: 0 0 10px 10px;
}
.docs-list a, .docs-detail a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.docs-list a:last-child, .docs-detail a:last-child {
  margin-bottom: 0;
}
.docs-list h3, .docs-detail h3 {
  margin: 0.5rem 0;
}
.docs-list h3 a, .docs-detail h3 a {
  color: #0d7fc7;
}
.docs-list h3 a:hover, .docs-detail h3 a:hover {
  text-decoration: underline;
}
.docs-list .date, .docs-detail .date {
  font-size: 14px;
  color: rgba(0, 182, 8, 0.7);
}
.docs-list .size, .docs-detail .size {
  font-size: 13px;
  color: #868e96;
  padding-left: 10px;
}
.docs-list .title-file, .docs-detail .title-file {
  color: #333333;
  font-size: 15px;
}
.docs-list .title-file:hover, .docs-detail .title-file:hover {
  text-decoration: underline;
}

.docs-detail .docs-list {
  margin-bottom: 30px;
}

.news .item {
  margin-bottom: 30px;
}
.news .item .date {
  font-size: 15px;
  color: rgba(0, 182, 8, 0.7);
  margin-bottom: 5px;
  font-weight: 300;
}
.news .item img {
  margin-bottom: 15px;
}
.news .item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.news .item .title a {
  color: #0d7fc7;
}
.news .item .desc {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 5px;
  line-height: 20px;
  display: block;
}
.news .item a {
  text-decoration: none;
  color: #333333;
  display: block;
  transition: 0.2s;
  outline: none;
}
@media (min-width: 768px) {
  .news .item a:hover {
    opacity: 0.6;
  }
}
.news.news-block {
  padding-top: 0;
  padding-bottom: 0;
  min-width: inherit;
}

.detail img {
  margin-bottom: 20px;
}
.detail .date {
  margin-bottom: 20px;
  color: rgba(0, 182, 8, 0.7);
  display: block;
}

.more {
  margin-top: 70px;
}
.more h2 {
  margin-bottom: 20px;
}

.social {
  margin-top: 70px;
}
.social h3 {
  margin-bottom: 5px;
}
.social ul {
  margin-top: 0;
}
.social ul li {
  padding: 0;
}
.social ul li:before {
  content: "";
}

/*PAGINATION*/
.navigation {
  margin: 30px 0;
}
.navigation .navigation-arrows {
  margin-bottom: 10px;
}
.navigation .navigation-arrows SPAN, .navigation .navigation-arrows A {
  padding: 0 3px;
  font-size: 16px;
}
.navigation .navigation-arrows .ctrl {
  display: none;
}
.navigation .navigation-pages .navigation-title {
  display: none;
}
.navigation .navigation-pages SPAN, .navigation .navigation-pages A {
  font-size: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  background: #bfe4fb;
  text-decoration: none;
}
.navigation .navigation-pages .nav-current-page {
  color: #FFFFFF;
  background: #0d7fc7;
}

/*FILTER MENU*/
.filter {
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
}
.filter ul {
  text-align: right;
  width: 100%;
}
.filter ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.filter ul li:before {
  content: none !important;
}
.filter ul li a {
  padding: 3px 10px;
  display: block;
  background: #bfe4fb;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  color: #495057;
  font-size: 14px;
}
.filter ul li a:hover {
  background-color: #a7d9f9;
}
.filter ul li.active a {
  color: #FFFFFF;
  background-color: #0d7fc7;
}
.filter ul li span {
  padding-right: 3px;
  font-size: 14px;
  color: #9B9B9B;
}

/* HOUSES TABLE */
.houses-section {
  overflow: hidden;
}
.houses-section ul {
  margin: 0;
  padding: 0;
  margin-right: -10px;
}
.houses-section ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #a7d9f9;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px !important;
  -webkit-transition: all 0.5s ease;
}
.houses-section ul li:before {
  content: initial !important;
}
.houses-section ul li:hover {
  background: #0d7fc7;
}
.houses-section ul li:hover a {
  color: #FFFFFF;
}
.houses-section ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  color: #343a40;
}
.houses-section h3 {
  margin-top: 0;
}
.houses-section table {
  border-collapse: collapse;
  width: 100%;
}
.houses-section table th, .houses-section table td {
  border: 1px solid #DBDBDB;
  padding: 8px 15px;
}
.houses-section table th {
  font-size: 12px;
  font-weight: normal;
  background: #0d7fc7;
  color: #FFFFFF;
  border-color: #0d7fc7;
  text-align: left;
}
.houses-section table td {
  font-size: 14px;
}
.houses-section table td:nth-child(1) {
  width: 450px;
}
.houses-section table td:nth-child(2) {
  width: 120px;
}

/* HOUSES LEFT BLOCK */
.left-col-sect {
  background: #d7eefc;
  border-radius: 4px;
}
.left-col-sect h3 {
  margin: 0 0 15px 20px;
  padding-top: 20px;
}
.left-col-sect ul {
  margin: 0;
  padding: 0;
}
.left-col-sect ul li {
  margin: 0 !important;
  border-bottom: 1px solid #FFFFFF;
  width: initial !important;
  content: "";
  list-style: none;
}
.left-col-sect ul li:last-child {
  border-bottom: none;
}
.left-col-sect ul li:last-child a {
  border-radius: 0 0 4px 4px;
}
.left-col-sect ul li:first-child {
  border-top: 1px solid #FFFFFF;
}
.left-col-sect ul li a {
  padding: 8px 20px;
  display: block !important;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
}
.left-col-sect ul li a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.left-col-sect ul li.active a {
  background: #0d7fc7 !important;
  color: #FFFFFF;
}
.left-col-sect ul li.active a:before {
  border-left: 7px solid #FFFFFF;
  border-top: 7px solid rgba(113, 101, 58, 0);
  border-bottom: 7px solid rgba(113, 101, 58, 0);
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  position: absolute;
}
.left-col-sect ul li .count {
  position: relative;
  left: 3px;
  top: -6px;
  font-size: 11px;
  color: #0d7fc7;
}
.left-col-sect ul li.active .count {
  color: #E4EFF5;
}

/*HOUSE ELEMENT*/
.house-element {
  margin-top: 40px;
}
.house-element .props {
  width: 100%;
  margin: 0;
  padding: 0;
}
.house-element .props span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  color: #0d7fc7;
}
.house-element .props li {
  list-style: none;
  margin-bottom: 20px !important;
  border-bottom: 1px dashed #C5C5C5;
  padding-bottom: 20px;
}
.house-element .props li SPAN:last-child {
  padding-bottom: 0;
}
.house-element .props li:before {
  content: initial !important;
}
.house-element .props li a {
  display: inline-block;
  margin-bottom: 4px;
}
.house-element .props .files {
  margin-bottom: -7px;
  width: 330px;
  text-transform: none;
  font-size: 13px;
}
.house-element .props .file-size {
  width: auto !important;
  float: none !important;
  margin-left: 7px;
  font-size: 11px !important;
  color: #A5A5A5 !important;
}
.house-element .change-date {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: right;
  color: #C9C9C9;
  border-bottom: 1px dashed #C5C5C5;
  padding-bottom: 20px;
}
.house-element img {
  margin-bottom: 25px;
}
.house-element .jeu {
  float: right;
  width: 100px;
  padding: 20px;
  background: #a7d9f9;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
}
.house-element .jeu SPAN {
  font-size: 10px;
  text-transform: none;
  display: block;
  margin-bottom: 4px;
}
.house-element .map {
  height: 400px;
}

.specialists h3 {
  margin-bottom: 10px;
}

.sites {
  border-top: 1px solid #dee2e6;
  padding: 40px 0 40px;
  position: relative;
}
.sites .container {
  position: relative;
}
.sites h3 {
  position: absolute;
  top: -80px;
  left: 0px;
  padding: 0 15px;
  display: inline-block;
  font-size: 22px;
  background: #fff;
}
.sites img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sites .slider .slick-prev, .sites .slider .slick-next {
  z-index: 500;
  height: 40px;
  width: 40px;
  top: 38%;
}
.sites .slider .slick-prev:before, .sites .slider .slick-next:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #333333;
}
.sites .slider .slick-prev {
  left: -40px;
}
.sites .slider .slick-prev:before {
  content: "";
}
.sites .slider .slick-next {
  right: -40px;
}
.sites .slider .slick-next:before {
  content: "";
}
.sites .slider .item {
  margin: 0 15px;
}
.sites .slider .item .title {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.sites .slider .item .link {
  font-size: 12px;
  color: #868e96;
  margin-left: 10px;
}
.sites .slider .item a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: 0.2s;
  outline: none;
}
@media (min-width: 768px) {
  .sites .slider .item a:hover {
    opacity: 0.6;
  }
}
.sites .slider .slick-dots li button:before {
  color: #333;
}

.top {
  overflow: hidden;
  height: 500px;
  position: relative;
}
@media (max-width: 991px) {
  .top {
    height: 350px;
  }
}
.top .slider {
  margin-bottom: 0;
}
.top .container {
  display: table;
  min-height: 100%;
}
.top .item {
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .top .item {
    height: 350px;
  }
}
.top .item .bg-filter {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000 0%, #1f9bbe 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #000), color-stop(100%, #1f9bbe));
  background: -webkit-linear-gradient(-45deg, #000 0%, #1f9bbe 100%);
  background: -o-linear-gradient(-45deg, #000 0%, #1f9bbe 100%);
  background: -ms-linear-gradient(-45deg, #000 0%, #1f9bbe 100%);
  background: linear-gradient(135deg, #000 0%, #1f9bbe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="$color2", GradientType=1 );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;
}
.top .item .content {
  position: relative;
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px;
}
@media (max-width: 991px) {
  .top .item .content {
    padding: 0 40px;
  }
}
.top .item .content a {
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
  display: block;
}
.top .item .content .title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .top .item .content .title {
    font-size: 30px;
  }
}
.top .item .content .subtitle {
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .top .item .content .subtitle {
    font-size: 18px;
  }
}
.top .item .content .button {
  text-align: center;
  color: #fff;
  font-size: 19px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 50px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .top .item .content .button:hover {
    opacity: 0.6;
  }
}
.top .item .content .button:hover {
  background-color: #fff;
  color: #0d7fc7;
  opacity: 1;
}
.top .slick-prev, .top .slick-next {
  z-index: 500;
  height: 80px;
  width: 80px;
}
@media (max-width: 991px) {
  .top .slick-prev, .top .slick-next {
    height: 40px;
    width: 40px;
  }
}
.top .slick-prev:before, .top .slick-next:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media (max-width: 991px) {
  .top .slick-prev:before, .top .slick-next:before {
    font-size: 36px;
  }
}
.top .slick-prev {
  left: 30px;
}
@media (max-width: 991px) {
  .top .slick-prev {
    left: 0;
  }
}
.top .slick-prev:before {
  content: "";
}
.top .slick-next {
  right: 30px;
}
@media (max-width: 991px) {
  .top .slick-next {
    right: 0;
  }
}
.top .slick-next:before {
  content: "";
}
.top .slick-dots {
  bottom: 30px;
}
.top .slick-dots li button:before {
  color: #fff;
  font-size: 14px;
}
.top .facts {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .top .facts {
    display: none;
  }
}
.top .facts .fact-title {
  font-size: 40px;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 10px 7px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
  min-width: 160px;
}
/*CONTACTS PAGE*/
.map {
  margin-top: 20px;
  height: 550px;
  background: #eeeeee;
}

.items-contacts {
  margin-top: 35px;
}
.items-contacts .item {
  width: 50%;
  border-right: 1px dashed #BFBFBF;
  margin-top: 20px;
}
.items-contacts .item .li {
  margin-bottom: 15px;
}
.items-contacts .item .li SPAN {
  color: #363434;
  font-weight: bold;
}
.items-contacts .item H3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.items-contacts .item H4 {
  margin-bottom: 5px;
  margin-top: 30px;
}
.items-contacts .item.first {
  border-left: 4px solid #F27D0C;
}
.items-contacts .time-block {
  float: right;
  background: #E2F2F8;
  padding: 30px;
  margin-top: 78px;
  margin-right: 0;
  border-radius: 5px;
  width: 569px;
}
.items-contacts .time-block .text-time {
  margin-bottom: 5px;
}
.items-contacts .time-block .text-time SPAN {
  color: #0383A4;
}
.items-contacts .time-block .title-time {
  font-size: 22px;
  margin-bottom: 10px;
  float: left;
  margin-bottom: 45px;
  margin-right: 53px;
}

.cabinet {
  /*USER INFO*/
}
.cabinet form {
  margin-top: 30px;
}
.cabinet form .row {
  margin-bottom: 20px;
}
.cabinet form input {
  width: 90%;
  font-size: 22px;
  padding: 6px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-radius: 3px;
}
.cabinet form input:focus {
  background: #FEFAF0;
}
.cabinet form .lable {
  color: #404040;
  margin-bottom: 5px;
}
.cabinet form input[type=checkbox] {
  width: inherit;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.cabinet form .col .error INPUT {
  border-color: #F02929;
}
.cabinet form .agreement {
  margin: 20px 0;
}
.cabinet form .agreement label {
  display: inline;
  font-size: 14px;
}
.cabinet form .agreement input[type=checkbox] {
  width: inherit;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.cabinet form .agreement .error label {
  color: red;
}
.cabinet form .submit input {
  font-size: 18px;
  margin-top: 0;
  display: inline-block;
  padding: 10px 20px 12px;
  color: #FFF;
  font-size: 20px;
  border-radius: 3px;
  background-color: rgba(0, 182, 8, 0.7);
  -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px rgba(0, 0, 0, 0.07);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  text-decoration: none !important;
  line-height: 24px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  width: auto;
}
.cabinet form .submit input:hover {
  background-color: rgba(0, 208, 9, 0.7);
  color: #FFFFFF;
}
.cabinet .user-info {
  margin-bottom: 50px;
}
.cabinet .user-info ul li {
  list-style: none;
  padding: 5px 0;
  margin-bottom: 0;
}
.cabinet .user-info ul li span {
  color: #9F9F9F;
  font-size: 16px;
}
.cabinet .user-info h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 30px;
  padding-right: 20px;
}
.cabinet .user-info .number {
  color: #0d7fc7;
  border: 1px dashed #0d7fc7;
  padding: 14px 20px 10px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.cabinet .indication a {
  font-size: 14px;
  padding: 10px 0;
  display: inline-block;
}
.cabinet .indication ul {
  border-left: 1px dashed #ced4da;
  margin-top: 0;
}
.cabinet .indication ul li {
  padding-left: 20px;
  margin-bottom: 5px;
}
.cabinet ul li:before {
  content: "";
}
.cabinet .exit {
  text-decoration: none;
  border: 1px solid #ced4da;
  padding: 10px 20px;
  border-radius: 40px;
  transition: 0.2s;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cabinet .exit:hover {
    opacity: 0.6;
  }
}
.cabinet .exit i {
  margin-left: 10px;
  color: #868e96;
}

/*FAQ*/
.faq-list H3 A {
  text-transform: none;
  font-size: 21px;
  color: #0081AE;
}
.faq-list .item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #BEBEBE;
}
.faq-list .date-time {
  font-size: 12px;
  color: #F9BA00;
}
.faq-list .fio {
  border-left: 1px solid #B8B8B8;
  padding-left: 10px;
  margin-left: 5px;
  font-size: 12px;
  color: #979797;
}
.faq-list H3 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.faq-list P {
  color: #727272;
}

.faq-detail H4 {
  margin-bottom: 10px;
}
.faq-detail .quest {
  margin-bottom: 40px;
}
.faq-detail .date-time {
  color: #E6AD02;
}

/*FAQ FORM*/
.faqForm {
  background: #f6f9e5;
  padding: 30px;
  border-radius: 5px;
}
.faqForm h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  margin: 0 0 20px 0;
  font-family: PTSans;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.faqForm .controls .input {
  position: relative;
}
.faqForm .input input {
  width: 100%;
  padding: 7px;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-radius: 2px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: PTSans;
  outline: none;
}
.faqForm textarea {
  width: 100%;
  padding: 7px;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  outline: none;
  font-size: 15px;
  font-family: PTSans;
  height: 100px;
}
.faqForm button {
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 5px;
  background-color: rgba(0, 182, 8, 0.7);
  -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px rgba(0, 0, 0, 0.07);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.06));
  display: block;
  font-family: PTSans;
  font-size: 20px;
  color: #FFF;
  width: 100%;
  height: 44px;
  margin-top: 12px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.2s;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .faqForm button:hover {
    opacity: 0.6;
  }
}
.faqForm .error INPUT, .faqForm .error TEXTAREA {
  border: 1px solid #ed1c24;
  background: #FDFCD1;
}
.faqForm .required {
  color: #ed1c24;
  position: absolute;
  font-size: 13px;
  right: 8px;
  top: 2px;
}
.faqForm .thanks {
  padding: 35px 25px 30px;
  font-size: 17px;
  line-height: 24px;
  display: none;
  color: rgba(0, 182, 8, 0.7);
  text-align: center;
}
.faqForm .agreement {
  margin-top: 10px;
}
.faqForm .agreement input {
  width: inherit;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.faqForm .agreement .input {
  transition: 0.2s;
}
.faqForm .agreement .error {
  border: 1px solid #ED2323;
  padding: 10px;
  margin-right: 3px;
  background: #FCEAEA;
}
.faqForm .agreement label {
  display: inline;
  font-size: 14px;
}

/*# sourceMappingURL=main.css.map */
