body, html {
  font-family: "Arial";
  height: 100%;
}

a {
  color: #074d87;
  outline: none;
}

.ghost-footer {
  margin-top: 60px;
  height: 345px;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -345px;
}

.errorMessage, .help-block {
  color: red;
  font-size: 12px;
}

footer {
  height: 345px;
}
footer .menu-block {
  padding: 60px 0 30px;
}
footer .menu-block .title {
  font-size: 24px;
  margin-bottom: 25px;
}
footer a:hover {
  color: #074d87;
  text-decoration: none;
}
footer .contacts img {
  width: 20px;
}

.footer {
  font-family: "Tahoma";
  background: #4a4a4a;
  color: #ffffff;
  height: 62px;
  font-size: 12px;
  line-height: 16px;
}
.footer > .container {
  padding-top: 15px;
}

.add-address {
  background: url("/images/pattern.png");
  color: #ffffff;
}

#toTop {
  bottom: 80px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  font-size: 20px;
  padding: 15px 10px;
}
#toTop:hover {
  opacity: 0.9;
}

.map-block.mini .map-outer {
  height: 220px;
}
.map-block.mini .map-inner {
  margin-top: -190px;
}
.map-block.mini .map-type.full {
  display: none;
}
.map-block.full .map-type.mini {
  display: none;
}
.map-block .map-outer {
  overflow: hidden;
}
.map-block .map-buttons {
  margin-top: -80px;
  z-index: 2;
  position: relative;
}

.map-buttons .main-btn.white {
  cursor: pointer;
  padding: 12px;
}
.map-buttons .main-btn.white i {
  float: left;
}
.map-buttons .main-btn.white span {
  padding: 0 0 0 12px;
  float: left;
  width: 110px;
}
.map-buttons .main-btn.white.padding span {
  padding-top: 6px;
}
.map-buttons .main-btn.white.active {
  box-shadow: 0 9px 16px -6px #ababab inset;
}

.map-open {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  height: 36px;
  width: 200px;
  background: url("/images/button.png");
}
.map-open a {
  color: #074d87;
  text-decoration: underline;
}
.map-open a:hover {
  text-decoration: none;
}

.text {
  font-size: 16px;
  line-height: 1.2em;
}
.text ul {
  margin-left: 25px;
  margin-bottom: 10px;
}
.text ul li {
  list-style: square outside;
  padding-left: 15px;
}
.text p {
  margin-bottom: 10px;
}
.text strong, .text b {
  font-weight: bold;
}
.text h1 {
  font-size: 30px;
}
.text h2 {
  font-size: 24px;
}
.text h3 {
  font-size: 18px;
}
.text h4 {
  font-size: 18px;
}
.text h5 {
  font-size: 12px;
}
.text h6 {
  font-size: 10px;
}
.text small {
  font-size: 10px;
}
.text i {
  font-style: italic;
}
.text table td {
  padding: 5px;
  border: 1px solid #333333;
}

.ui-autocomplete .ui-menu-item strong {
  font-weight: bold;
}

header {
  padding-top: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 6px 8px -6px rgb(171, 171, 171);
  -moz-box-shadow: 0 6px 8px -6px rgb(171, 171, 171);
  box-shadow: 0 6px 8px -6px rgb(171, 171, 171);
  position: fixed;
  width: 100%;
  z-index: 1;
  min-height: 50px;
}
header .main-btn {
  margin-top: 5px;
  float: right;
}
header .phone {
  color: #000000;
  font-size: 18px;
  margin-top: 2px;
  white-space: nowrap;
}
header .phone a {
  color: #000000;
}
header .phone img {
  width: 20px;
}
header .dropdown {
  margin-top: 10px;
}

.ghost-header {
  height: 75px;
}

.navbar-default {
  margin-top: 15px;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.navbar-default a {
  color: #333333;
  font-size: 14px;
}
.navbar-default .nav-pills > li.active > a, .navbar-default .nav-pills > li.active > a:hover, .navbar-default .nav-pills > li.active > a:focus {
  background: none;
  color: #074d87;
}
.navbar-default .nav > li > a {
  border-radius: none;
  padding: 0 8px;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active {
  background: none;
}
.navbar-default .nav > li.fa {
  font-size: 6px;
  padding: 4px 0;
  color: #7c7c7c;
  margin-right: 2px;
}
.navbar-default .caret {
  color: #7c7c7c;
  width: 10px;
  display: block;
  margin: 5px auto 0;
  border: none;
  text-align: center;
  font-family: "FontAwesome";
}
.navbar-default .caret:before {
  content: "\f107";
}

.main-btn {
  border-radius: 0;
  font-size: 16px;
  border: 2px solid #074d87;
  color: #074d87;
  background: none;
}
.main-btn:hover, .main-btn:focus, .main-btn:active {
  background: none;
  border: 2px solid #074d87;
}
.main-btn.orange {
  font-size: 18px;
  background: #fff600;
  color: #000000;
  border: none;
  padding: 16px 45px;
}
.main-btn.white {
  color: #000000;
  padding: 10px 25px;
  border: 1px solid #ededed;
  height: 50px;
  width: 270px;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0 6px 8px -6px rgb(171, 171, 171);
  -moz-box-shadow: 0 6px 8px -6px rgb(171, 171, 171);
  box-shadow: 0 6px 8px -6px rgb(171, 171, 171);
}
.main-btn.blue {
  border: none;
  background: #3e75d3;
  padding: 12px 45px;
  color: #ffffff;
  display: inline-block;
}

.main-title {
  font-size: 30px;
  margin: 60px 0 35px;
  color: #000000;
}

.add-address {
  padding: 30px 0;
  font-size: 16px;
}
.add-address .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.add-address .description {
  line-height: 26px;
}
.add-address .main-btn {
  margin-top: 20px;
}

.fast-search-block .fast-links {
  margin-top: 25px;
}

.fast-links {
  text-align: center;
}
.fast-links ul li {
  font-size: 14px;
  float: left;
}
.fast-links ul li a {
  color: #333333;
}
.fast-links ul li a i {
  float: left;
}
.fast-links ul li a span {
  float: left;
  padding: 8px 0 0 10px;
}
.fast-links ul li a:hover {
  color: #074d87;
}

.map-buttons .main-btn.white {
  font-size: 14px;
  width: 100%;
}

.banner {
  background: url("/images/head-banner.jpg") no-repeat center;
  height: 620px;
  display: inherit;
  background-size: cover;
}

.head-banner {
  height: 120px;
}
.head-banner.address {
  background: url("/images/head-bg/address.png") no-repeat center;
}
.head-banner.contacts {
  background: url("/images/head-bg/contacts.png") no-repeat center;
}
.head-banner.info {
  background: url("/images/head-bg/info.png") no-repeat center;
}
.head-banner.services {
  background: url("/images/head-bg/services.png") no-repeat center;
}
.head-banner.clients {
  background: url("/images/head-bg/clients.png") no-repeat center;
}
.head-banner .home-block {
  height: 23px;
  width: 23px;
  background-color: #074d87;
  color: #ffffff;
  padding: 3px 4px;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.head-banner .title {
  position: absolute;
  margin-top: 48px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}
.head-banner .breadcrumb-block {
  position: relative;
  height: 120px;
}
.head-banner .breadcrumb-block .breadcrumb {
  padding: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 390px;
  color: #ffffff;
  font-size: 10px;
}
.head-banner .breadcrumb-block .breadcrumb li {
  height: 15px;
}
.head-banner .breadcrumb-block .breadcrumb a {
  color: #ffffff;
  padding: 6px;
  display: inline-block;
}
.head-banner .breadcrumb-block .breadcrumb > li + li::before {
  color: #ffffff;
}

#address-list {
  margin-top: 25px;
}
#address-list .item {
  border-top: 1px solid #dfdfdf;
  padding: 35px 0;
  font-size: 14px;
}
#address-list .item .title {
  font-size: 18px;
  margin-bottom: 20px;
}
#address-list .item .title a {
  color: #000000;
}
#address-list .item .title a:hover {
  color: #074d87;
}
#address-list .item .description {
  margin-bottom: 25px;
}
#address-list .item img {
  opacity: 0.8;
}
#address-list .item img:hover {
  opacity: 1;
}
#address-list .item .info dl {
  margin-bottom: 12px;
}
#address-list .item .info dl.price {
  color: #074d87;
  font-size: 16px;
}
#address-list .item .info dt {
  text-align: left;
  width: 170px;
}
#address-list .item .info .price-description {
  margin-bottom: 26px;
}
#address-list .item .info .info-icon > div {
  margin-bottom: 12px;
}
#address-list .item .info .info-icon i {
  float: left;
}
#address-list .item .info .info-icon span {
  margin: 2px 20px;
  display: inline-block;
}
#address-list .sorter {
  text-align: right;
  margin-bottom: 15px;
}
#address-list .sorter ul {
  margin-left: 15px;
  float: right;
}

header .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
header .dropdown-menu > li + li {
  border-top: 1px solid #dadada;
}
header .dropdown-menu > li > a {
  padding: 18px 44px;
}
header .dropdown-menu > li > a:hover, header .dropdown-menu > li > a:focus {
  color: #074d87;
  background: none;
}
header .flag {
  max-width: 30px;
}
header .flags {
  min-width: 50px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
}

.form-horizontal {
  margin: 0 15px;
}

.tax-block, .cities-block {
  background: #f5f5f5;
  padding: 20px 0;
}
.tax-block .title, .cities-block .title {
  font-size: 20px;
}
.tax-block .items, .cities-block .items {
  margin-top: 20px;
}
.tax-block .item, .cities-block .item {
  height: 40px;
  display: inline-block;
  border: 1px solid #074d87;
  background: #ffffff;
  text-align: center;
  padding: 12px 0;
  float: left;
  margin: 0 -1px -1px 0;
}
.tax-block .item.active, .cities-block .item.active {
  background: #074d87;
  color: #ffffff;
}
.tax-block .item.active a, .cities-block .item.active a {
  color: #ffffff;
}

.tax-block .item {
  width: 40px;
}

.cities-block .search-block {
  margin: 28px 0 0 0;
}
.cities-block .search-block .title {
  margin-top: 5px;
}
.cities-block .search-block input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #074d87;
}
.cities-block .search-block .btn-primary {
  border-radius: 0;
  background: #074d87;
  border-color: #074d87;
  height: 35px;
}
.cities-block .item {
  padding: 10px 37px;
}
.cities-block .item:first-child {
  padding: 10px 5px;
}

.title-block > div {
  display: inline-block;
}
.title-block .main-btn {
  margin-top: 50px;
}
.title-block .btn-prev {
  margin-top: 20px;
}

.item-btn {
  margin: 70px 0;
}
.item-btn > div {
  padding: 0 25px;
}
.item-btn > div + div {
  border-left: 1px solid #cccccc;
}
.item-btn > div i {
  margin-right: 8px;
}
.item-btn .red {
  color: #e00606;
}
.item-btn .red a {
  color: #e00606;
}
.item-btn .blue {
  color: #074d87;
}
.item-btn .blue a {
  color: #074d87;
}

#institutions-list {
  margin-top: 35px;
}
#institutions-list .title {
  font-size: 18px;
}
#institutions-list .title a {
  color: #000000;
  text-decoration: none;
}
#institutions-list .title a:hover {
  color: #074d87;
}
#institutions-list .info {
  min-height: 160px;
  margin-top: 25px;
}
#institutions-list .item {
  padding: 20px 0;
}
#institutions-list .dl-horizontal {
  font-size: 14px;
  clear: both;
  margin-bottom: 12px;
}
#institutions-list .dl-horizontal dt {
  text-align: left;
  font-weight: bold;
  width: auto;
}
#institutions-list .dl-horizontal dd {
  text-overflow: ellipsis;
  width: 270px;
  margin-left: 10px;
  float: left;
  white-space: inherit;
}
#institutions-list .link {
  margin-top: 10px;
}
#institutions-list .link a {
  text-decoration: underline;
}
#institutions-list .link a:hover {
  text-decoration: none;
}

#institution.tax-block-info {
  border: 1px solid #dadada;
  margin-bottom: 30px;
}
#institution.tax-block-info .dl-horizontal {
  margin-bottom: 24px;
}
#institution .dl-horizontal {
  font-size: 14px;
  clear: both;
  margin-bottom: 12px;
}
#institution .dl-horizontal dt {
  text-align: left;
  font-weight: bold;
  width: auto;
}
#institution .dl-horizontal dd {
  margin-left: 10px;
  float: left;
  white-space: inherit;
}

.social .item {
  clear: both;
  margin-bottom: 25px;
}
.social .item i {
  float: left;
}
.social .item span {
  float: left;
  margin: 10px;
}
.social a {
  color: #000000;
}

.contacts .title {
  font-size: 24px;
  margin-bottom: 25px;
}
.contacts .item {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 25px;
}
.contacts .item a {
  color: #333333;
  font-size: 14px;
}
.contacts .item a:hover {
  text-decoration: underline;
}
.contacts .item a:hover span {
  text-decoration: underline;
}

footer .contacts span {
  width: 230px;
}

.last-news a {
  color: #000000;
}
.last-news .date {
  margin-top: 12px;
}
.last-news .item {
  margin-bottom: 30px;
}

.site-map a {
  color: #000000;
}
.site-map li {
  margin-bottom: 25px;
}

.block-big-icon {
  margin: 40px 0;
}
.block-big-icon i {
  float: left;
}
.block-big-icon span {
  float: left;
  margin: 15px;
  margin: 15px 0 0 7px;
  width: 165px;
}

.modal-content {
  border-radius: 0;
}
.modal-content .main-title {
  margin: 20px 0;
}

.form-control {
  border-radius: 0;
}

.phone-block, .left-menu {
  padding: 18px;
  background: #f6f6f6;
  border: 1px solid #dadada;
}

.left-menu {
  margin-bottom: 55px;
}

.phone-block {
  text-align: right;
}
.phone-block .phone {
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 25px;
}
.phone-block i {
  float: left;
}
.phone-block span {
  float: left;
  margin: 0 5px;
  text-decoration: underline;
}
.phone-block a {
  color: #3e75d3;
}
.phone-block a:hover {
  color: #074d87;
}
.phone-block a:hover span {
  text-decoration: none;
}

.left-menu li {
  clear: both;
  margin-bottom: 8px;
}
.left-menu li i {
  margin-right: 12px;
}
.left-menu li .icon-wrap {
  float: left;
  width: 12px;
}
.left-menu li + li {
  padding-top: 15px;
}
.left-menu li:last-child {
  padding-bottom: 0;
}
.left-menu li .title {
  float: left;
  margin-left: 15px;
}
.left-menu li a .icon {
  float: right;
}
.left-menu li.active a, .left-menu li:hover a {
  color: #074d87;
}
.left-menu a {
  color: #333333;
}

button.close {
  padding: 4px 15px 0 0;
}

.modal-body .form-group {
  font-size: 14px;
}
.modal-body .form-group label {
  padding-top: 10px;
}
.modal-body .tab-content {
  margin-top: 15px;
}

label .required {
  color: red;
}

.images-block {
  margin-top: 6px;
}
.images-block a {
  float: left;
  margin-right: 6px;
}
.images-block a:last-child {
  margin-right: 0;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.streets .head {
  font-weight: bold;
}
.streets .item {
  border: 1px solid #dadada;
  margin-bottom: -1px;
  padding: 12px 0;
}
.streets a {
  color: #000000;
}
.streets a:hover {
  color: #074d87;
}

#searchsubmit {
  background: none;
  border: none;
  color: #074d87;
  float: right;
  margin-top: -25px;
}

.search {
  margin-top: 33px;
}
.search .search-input.street {
  font-size: 14px;
  width: 100%;
  border: 1px solid #074d87;
  padding: 10px 25px;
}

.ui-widget-content {
  background: #ffffff;
}
.ui-widget-content a {
  padding: 10px 15px;
  display: inline-block;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #074d87;
  color: #ffffff;
}
.ui-state-hover a, .ui-widget-content .ui-state-hover a, .ui-widget-header .ui-state-hover a, .ui-state-focus a, .ui-widget-content .ui-state-focus a, .ui-widget-header .ui-state-focus a {
  color: #ffffff;
}

.btn-back {
  margin-top: 42px;
  margin-right: 12px;
}
.btn-back i {
  float: left;
}
.btn-back span {
  margin-top: -3px;
  display: inline-block;
  padding-right: 10px;
  float: left;
}
.btn-back span {
  text-decoration: underline;
}
.btn-back a:hover {
  color: #e00606;
}
.btn-back a:hover span {
  text-decoration: none;
}

#toTop {
  border: 1px solid #074d87;
  padding: 18px 8px;
  opacity: 0.7;
}
#toTop:hover {
  opacity: 1;
}

.address-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
  margin: 0 10px 30px 3px;
}

.address-info dl {
  margin-bottom: 28px;
}
.address-info dl.price {
  font-size: 18px;
  color: #074d87;
}
.address-info dt {
  text-align: left;
  width: 220px;
}
.address-info .main-btn {
  margin-top: 12px;
}

#news-list .item .title {
  font-size: 18px;
  margin-bottom: 5px;
}
#news-list .item .title a {
  color: #000000;
}
#news-list .item .date {
  font-size: 14px;
  margin-bottom: 30px;
}
#news-list .item + .item {
  margin-top: 55px;
}

.address-carousel .image {
  margin-bottom: 24px;
}
.address-carousel .title {
  color: #000000;
  font-size: 18px;
  height: 50px;
  overflow: hidden;
}
.address-carousel .title a {
  color: #000000;
}
.address-carousel .price {
  font-size: 14px;
}
.address-carousel .price span {
  display: inline-block;
  margin-top: 10px;
  color: #074d87;
  font-size: 18px;
}

.services-list .title {
  font-size: 18px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-list .title a {
  color: #000000;
}
.services-list .price {
  font-size: 18px;
  color: #074d87;
  margin-bottom: 15px;
}
.services-list .description {
  font-size: 14px;
  height: 65px;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-list .more a {
  text-decoration: underline;
}
.services-list .more a:hover {
  text-decoration: none;
}
.services-list .items > div > div {
  margin-bottom: 50px;
}

.btn-default {
  text-shadow: none;
}

#map a {
  color: #000000;
}
#map a:hover {
  color: #074d87;
  text-decoration: none;
}

.pagination {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .navbar-default {
    float: right;
    margin-top: 0;
    max-width: 250px;
    width: 100%;
  }
  .navbar-default .navbar-collapse li {
    float: none;
    display: block;
    padding: 10px 0;
  }
  .navbar-default .navbar-collapse .fa-circle {
    display: none;
  }
  .navbar-default .caret {
    float: right;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .fast-search-block .fast-links li {
    margin-bottom: 25px;
    text-align: center;
  }
  .fast-search-block .fast-links li i {
    float: none;
  }
  .fast-search-block .fast-links li span {
    float: none;
    display: block;
  }
  header .dropdown-menu {
    border: none;
    position: relative;
    margin: 0 0 20px;
    box-shadow: none;
    width: 100%;
  }
  header .dropdown-menu > li + li {
    border: 0;
  }
  header .dropdown-menu > li a {
    padding: 20px 10px;
  }
}
.breadcrumb {
  margin-top: 25px;
}

@media screen and (max-width: 990px) {
  .banner {
    display: none;
  }
  .title-block .main-title {
    margin: 20px 0 15px;
  }
  .title-block .btns {
    margin: 20px 0;
  }
  .title-block .main-btn {
    margin: 0;
  }
  .title-block .item-btn {
    margin: 20px 0;
  }
  .map-block .map-buttons {
    margin-top: -170px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-header {
    margin-top: -60px;
    display: inline-block;
    float: right;
  }
  .navbar-default {
    max-width: 100%;
  }
  #address-list .order-btn {
    margin-top: 26px;
  }
  #news-list .item .title {
    margin: 20px 0;
  }
  .map-block.mini .map-outer {
    height: 220px;
  }
  .map-block.mini .map-inner {
    margin-top: -40px;
  }
  .map-block .map-buttons {
    margin-top: -325px;
  }
  .services-list .title {
    margin: 20px 0;
  }
  .left-menu {
    margin-bottom: 20px;
  }
  .main-title {
    margin: 30px 0 20px;
  }
  #address-list .title {
    margin: 20px 0;
  }
  .title-block .btn-back {
    margin-top: 0;
  }
  .address-info {
    margin: 20px 0;
  }
  .address-info .order-btn {
    margin: 20px 0;
  }
  .block-big-icon .row > div {
    margin-bottom: 20px;
  }
  .map-buttons {
    margin-left: 40px;
  }
  #institutions-list .dl-horizontal dt {
    float: left;
  }
  #institutions-list .dl-horizontal dd {
    width: auto;
  }
  header {
    position: relative;
  }
  header .phone {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
  }
  .ghost-header {
    display: none;
  }
}
.developer {
  padding-top: 10px;
}
.developer a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.developer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.free-consultation .description {
  color: #074d87;
  line-height: 24px;
}
.free-consultation .main-btn {
  margin: 14px 0;
}

.image-items {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.image-items .item {
  width: 25%;
}

.files {
  margin-top: 30px;
}
.files .item {
  margin-bottom: 15px;
}
.files .item a {
  display: flex;
  align-items: center;
}
.files .item a img {
  margin-right: 10px;
}