html {
  -webkit-font-smoothing: antialiased;
}

a {
  font-size: 20px;
  color: #034da0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Copy & Lists */
p, u {
  color: #5f5e5e;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

ul li,
ol li {
  line-height: 1.5rem;
  color: #5f5e5e;
  margin-bottom: 5px;
  font-size: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #5f5e5e;
}

h1 {
  font-size: 24px;
  color: #034da0;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 0.707rem;
}

h5 {
  font-size: 0.4713333333333333rem;
}

h6 {
  font-size: 0.3535rem;
}

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
  line-height: 33px;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}

/* Hug the block above you */
.hug {
  margin-top: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #234a6f;
  line-height: 1;
  background: #fff;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}
html.page, html.single,
body.page,
body.single {
  background: #dddddd;
  padding-bottom: 55px;
}
html.form,
body.form {
  background: #f1f4f9;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.aligncenter {
  margin: 20px auto;
}

.right {
  float: right;
}

.left {
  float: left;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 */
.cfix:before,
.cfix:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}

.cfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Forms
   ========================================================================== */
.button {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  padding: 8px 4px;
  max-width: 132px;
  text-align: center;
  color: #fff;
  background-color: #1cb5c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1cb5c9), to(#0780a6));
  background-image: -webkit-linear-gradient(top, #1cb5c9, #0780a6);
  background-image: linear-gradient(top, #1cb5c9, #0780a6);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#1cb5c9', end-colourStr='#0780a6');
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
  height: 32px;
}
.button.blue {
  background: #0e3d66;
}
.button.blue:hover {
  background: rgba(14, 61, 102, 0.9);
}
.button.blue-gradient {
  background-color: #1d88ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d88ca), to(#0353a5));
  background-image: -webkit-linear-gradient(top, #1d88ca, #0353a5);
  background-image: linear-gradient(top, #1d88ca, #0353a5);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#1d88ca', end-colourStr='#0353a5');
  width: 116px;
  border: none;
}
.button.blue-gradient:hover {
  background-color: #0353a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0353a5), to(#1d88ca));
  background-image: -webkit-linear-gradient(top, #0353a5, #1d88ca);
  background-image: linear-gradient(top, #0353a5, #1d88ca);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#0353a5', end-colourStr='#1d88ca');
}
.button.auto {
  width: auto;
  max-width: 100%;
  padding: 8px;
}
.button:hover {
  background-color: #0780a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0780a6), to(#1cb5c9));
  background-image: -webkit-linear-gradient(top, #0780a6, #1cb5c9);
  background-image: linear-gradient(top, #0780a6, #1cb5c9);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#0780a6', end-colourStr='#1cb5c9');
  text-decoration: none;
}
.button:focus {
  outline: 0;
}
.button.small {
  padding: 2px 8px;
  font-size: 16px;
  line-height: 16px;
  text-transform: lowercase;
  height: 24px;
  min-width: 110px;
  display: inline-block;
}

.field-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.field-wrap label {
  color: #5d595a;
}
.field-wrap.bold label {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.field-wrap.inline label {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.field-wrap.inline textarea {
  display: inline-block;
  vertical-align: middle;
  max-width: 644px;
}
.field-wrap.gray textarea {
  border: 1px solid #e3e6f3;
  min-height: 50px;
}

.field-wrap-input-group {
  float: left;
  margin-right: 20px;
}
.field-wrap-input-group span.input-group-addon {
  display: block;
  background: #eaecf6;
  width: 40px;
  height: 34px;
  color: #5d595a;
  text-align: center;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  float: left;
  padding: 8px 0;
}
.field-wrap-input-group input.input-group-addon {
  display: block;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-clip: padding-box;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  background-clip: padding-box;
  width: 90px;
  height: 34px;
  float: left;
  border: 1px solid #eaecf6;
  padding: 7px 8px 9px;
  color: #5d595a;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-size: 16px;
  padding: 8px;
  line-height: 14px;
  height: 32px;
  outline: none;
  border: 1px solid #0e3d66;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 4px;
  background-clip: padding-box
  /* stops bg color from leaking outside the border: */
}

/* pxoves awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #0e3d66;
  font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

/*Placeholder*/
::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #999;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #999;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
  background: #f1f1f1;
  width: 100%;
  padding: 15px 0;
  text-align: right;
}
header a.page-logo {
  display: block;
  float: left;
  padding-left: 40px;
  background: transparent url("../img/logo-page.png") left center no-repeat;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  header a.page-logo {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header a.page-logo {
    text-align: center;
    float: none;
    padding-left: 0;
    padding-top: 35px;
    background: transparent url("../img/logo-page.png") top center no-repeat;
  }
}
header .search-form-hader {
  display: inline-block;
  width: 340px;
}
@media (max-width: 767px) {
  header .search-form-hader {
    margin: 20px auto 0;
    display: block;
  }
}
header .search-form-hader input {
  display: block;
  float: left;
}
header .search-form-hader input[type="text"] {
  width: 200px;
  background: #f1f1f1;
}
header .search-form-hader input[type="submit"] {
  width: 130px;
  margin-left: 10px;
}

/* ==========================================================================
   Menu
   ========================================================================== */
.tinynav {
  display: none;
  width: 85%;
  margin: 0 auto;
  font-family: 'PT Sans', sans-serif;
  border-bottom: 1px solid #234a6f;
  background: transparent url("../img/menu.svg") right center no-repeat;
  background-size: contain;
  font-weight: bold;
  cursor: pointer;
}

/* styles for mobile */
@media screen and (max-width: 1200px) {
  .tinynav {
    display: block;
  }

  #nav {
    display: none;
  }
}
nav {
  margin-top: 50px;
  margin-bottom: 20px;
}
nav ul.main-menu {
  width: 100%;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) and (max-width: 1279px) {
  nav ul.main-menu {
    width: 720px;
    margin: 0 auto;
  }
}
nav ul.main-menu li {
  width: 20%;
  display: block;
  float: left;
  position: relative;
  margin-right: -1px;
}
nav ul.main-menu li:before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #234a6f;
  height: 100%;
}
nav ul.main-menu li:first-of-type:before {
  display: none;
}
nav ul.main-menu li a {
  padding: 5px 30px;
  width: 100vw;
  display: table-cell;
  text-align: center;
  text-decoration: none;
  color: #133d65;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  height: 38px;
  -webkit-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
}
nav ul.main-menu li a:hover, nav ul.main-menu li a.active {
  background: #133d65;
  color: #fff;
}

/* ==========================================================================
   Content
   ========================================================================== */
main {
  width: 100%;
  position: relative;
}
main .left-bar,
main .right-bar {
  top: 0;
  height: 100vh;
  position: fixed;
  min-height: 520px;
}
main .left-bar {
  padding: 0 15px;
  width: 250px;
}
@media (max-width: 767px) {
  main .left-bar {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .left-bar {
    width: 200px;
  }
}
main .left-bar .logo {
  display: block;
  margin-top: 70px;
  margin-bottom: 60px;
}
main .left-bar .about-company-block {
  margin-bottom: 60px;
}
main .left-bar .about-company-block a {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  padding: 8px;
  max-width: 132px;
  text-align: center;
  color: #133d65;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid  #133d65;
  text-transform: uppercase;
  -webkit-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
}
main .left-bar .about-company-block a:hover {
  color: #fff;
  background: #133d65;
}
main .left-bar .block-contacts .phone,
main .left-bar .block-contacts .mail {
  color: #5b5a5c;
  display: block;
  text-decoration: none;
  font-size: 14px;
  margin-left: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  main .left-bar .block-contacts .phone,
  main .left-bar .block-contacts .mail {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .left-bar .block-contacts .phone,
  main .left-bar .block-contacts .mail {
    margin-left: 0px;
  }
}
main .left-bar .block-contacts .phone i,
main .left-bar .block-contacts .mail i {
  color: #0e3d66;
  margin-right: 5px;
}
main .left-bar .block-contacts .phone {
  font-weight: bold;
  margin-bottom: 4px;
}
main .left-bar .block-contacts .mail {
  margin-bottom: 25px;
}
main .right-bar {
  right: 0;
  width: 280px;
}
@media (max-width: 767px) {
  main .right-bar {
    width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .right-bar {
    width: 230px;
  }
}
main .right-bar .main-page-filter {
  padding: 0 30px;
  margin-top: 125px;
}
main .right-bar .main-page-filter .checkbox-block {
  margin-bottom: 40px;
}
main .right-bar .main-page-filter .checkbox-block label {
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
main .right-bar .main-page-filter .checkbox-block label input[type="checkbox"] {
  position: absolute;
  left: 0;
  margin-right: 5px;
}
main .right-bar .main-page-filter .checkbox-block label input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 16px;
  background-image: url(../img/checkbox-sprite-main.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-bottom: 2px;
  cursor: pointer;
}
main .right-bar .main-page-filter .checkbox-block label input[type="checkbox"]:checked::before {
  background-position: top left;
}
main .right-bar .main-page-filter .select-wrap {
  position: relative;
}
main .right-bar .main-page-filter .select-wrap:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #fff;
  font-size: 22px;
  padding: 4px 8px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 27px;
  right: 1px;
  background-color: #1da1db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da1db), to(#095bab));
  background-image: -webkit-linear-gradient(top, #1da1db, #095bab);
  background-image: linear-gradient(top, #1da1db, #095bab);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#1da1db', end-colourStr='#095bab');
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-sizing: border-box;
  cursor: pointer;
  z-index: -1;
}
main .right-bar .main-page-filter .select-wrap label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
main .right-bar .main-page-filter .select-wrap select {
  margin-bottom: 35px;
  cursor: pointer;
  background: transparent;
}
main .right-bar .main-page-filter .location {
  margin-bottom: 20px;
}
main .right-bar .main-page-filter .from-to-block {
  margin-bottom: 30px;
}
main .right-bar .main-page-filter .from-to-block .title {
  margin-bottom: 10px;
  text-align: center;
}
main .right-bar .main-page-filter .from-to-block label {
  float: left;
  width: 50%;
}
main .right-bar .main-page-filter .from-to-block label input {
  display: inline-block;
  width: 80px;
}
main .right-bar .main-page-filter .code-search-block {
  margin-bottom: 30px;
}
main .right-bar .main-page-filter .code-search-block label {
  text-align: center;
  margin-bottom: 10px;
}
main .main-container {
  padding: 0 280px 0 250px;
}
@media (max-width: 767px) {
  main .main-container {
    padding: 0 230px 0 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .main-container {
    padding: 0 230px 0 200px;
  }
}
main .main-container .realty-list .realty-item {
  padding: 15px;
  float: left;
  width: 33.3333%;
}
@media (max-width: 767px) {
  main .main-container .realty-list .realty-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .main-container .realty-list .realty-item {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  main .main-container .realty-list .realty-item {
    width: 33.333%;
  }
}
@media (min-width: 1280px) {
  main .main-container .realty-list .realty-item {
    width: 25%;
  }
}
@media (min-width: 1540px) {
  main .main-container .realty-list .realty-item {
    width: 20%;
  }
}
main .main-container .realty-list .realty-item a {
  text-decoration: none;
  display: block;
}
main .main-container .realty-list .realty-item a .title {
  background: #ceefff;
  padding: 10px 15px;
  font-weight: bold;
  color: #0e4274;
  text-transform: uppercase;
}
main .main-container .realty-list .realty-item a .image img {
  width: 100%;
}
main .main-container .realty-list .realty-item a .description {
  padding: 10px 15px;
  background-color: #21ace3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#21ace3), to(#0355a6));
  background-image: -webkit-linear-gradient(top, #21ace3, #0355a6);
  background-image: linear-gradient(top, #21ace3, #0355a6);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#21ace3', end-colourStr='#0355a6');
  -webkit-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
}
main .main-container .realty-list .realty-item a .description .type {
  font-size: 18px;
  text-transform: uppercase;
  color: #9fe9fc;
  font-weight: bold;
  margin-bottom: 3px;
}
main .main-container .realty-list .realty-item a .description .address {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .main-container .realty-list .realty-item a .description .area {
  color: #fff;
  margin-bottom: 3px;
}
main .main-container .realty-list .realty-item a .description .price {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #fdb913;
}
main .main-container .realty-list .realty-item a:hover .description {
  background-color: #0355a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0355a6), to(#21ace3));
  background-image: -webkit-linear-gradient(top, #0355a6, #21ace3);
  background-image: linear-gradient(top, #0355a6, #21ace3);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#0355a6', end-colourStr='#21ace3');
}

.container-site {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-site {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-site {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .container-site {
    max-width: 960px;
  }
}
.container-site .back {
  display: inline-block;
  line-height: 37px;
  padding-left: 50px;
  margin: 26px 0;
  background: transparent url("../img/back.png") left center no-repeat;
  font-size: 14px;
  color: #757474;
  text-transform: uppercase;
  text-decoration: none;
}
.container-site .page-container {
  padding: 50px 80px;
  background: #fff;
}
@media (max-width: 767px) {
  .container-site .page-container {
    padding: 30px 40px;
  }
}
.container-site .single-container {
  padding: 20px;
  background: #fff;
}
.container-site .single-container .gallery-block,
.container-site .single-container .description-block {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .container-site .single-container .gallery-block,
  .container-site .single-container .description-block {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .container-site .single-container .gallery-block {
    margin-bottom: 30px;
  }
}
.container-site .single-container .gallery-block #image-gallery {
  margin-bottom: 20px;
}
.container-site .single-container .gallery-block #image-gallery img {
  width: 100%;
}
.container-site .single-container .lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-bottom: 0 !important;
}
.container-site .single-container .lSSlideOuter .lSPager.lSGallery li.active, .container-site .single-container .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container-site .single-container .zoom-gallery a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.container-site .single-container .description-block {
  padding-left: 45px;
  color: #5f5e5e;
}
.container-site .single-container .description-block .code {
  text-align: right;
  font-size: 15px;
  margin-bottom: 20px;
}
.container-site .single-container .description-block .price {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-site .single-container .description-block .price a {
    float: none;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .container-site .single-container .description-block .price a {
    float: none;
    margin-top: 5px;
  }
}
.container-site .single-container .description-block .main-desc {
  padding-right: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-site .single-container .description-block .main-desc {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .container-site .single-container .description-block .main-desc {
    padding-right: 40px;
  }
}
.container-site .single-container .description-block .main-desc .first-desc {
  font-size: 20px;
  margin-bottom: 30px;
}
.container-site .single-container .description-block .main-desc .address, .container-site .single-container .description-block .main-desc .area {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.container-site .single-container .description-block .main-desc .area {
  text-transform: uppercase;
}
.container-site .single-container .description-block .main-desc .second-desc {
  font-size: 16px;
  margin-bottom: 65px;
}
.container-site .single-container .description-block .main-desc .contact {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.container-site .single-container .description-block .main-desc .contact i {
  color: #283f64;
  margin-right: 5px;
}
.container-site .single-container .description-block .main-desc .contact span {
  font-weight: normal;
}
.container-site .form-container {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 35px 0 60px;
}
.container-site .form-container .top-block {
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 25px;
  background: #2977ae;
  margin-bottom: 20px;
}
.container-site .form-container .block-item-form {
  margin-bottom: 20px;
}
.container-site .form-container .block-item-form label {
  color: #5d595a;
  font-weight: bold;
  cursor: pointer;
}
.container-site .form-container .block-item-form .left-block {
  width: 170px;
  float: left;
  color: #5d595a;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-site .form-container .block-item-form .left-block {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
}
.container-site .form-container .block-item-form .right-block {
  overflow: hidden;
}
.container-site .form-container .block-item-form .right-block ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.container-site .form-container .block-item-form .right-block ul li {
  width: 33.3333%;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-site .form-container .block-item-form .right-block ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .container-site .form-container .block-item-form .right-block ul li {
    width: 50%;
  }
}
.container-site .form-container .block-item-form .right-block textarea {
  border: 1px solid #e3e6f3;
  min-height: 50px;
}
.container-site .form-container .form-wrap {
  background: #fff;
  padding: 20px 45px;
  position: relative;
  box-shadow: 0 0 15px 1px rgba(87, 87, 87, 0.3);
}
.container-site .form-container .form-wrap .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: #5d595a;
}
.container-site .form-container .form-wrap .one-half {
  width: 48%;
  float: left;
}
.container-site .form-container .form-wrap .one-half.last {
  margin-left: 4%;
}
@media (max-width: 767px) {
  .container-site .form-container .form-wrap .one-half {
    width: 100%;
  }
  .container-site .form-container .form-wrap .one-half.last {
    margin-left: 0%;
  }
}
.container-site .form-container .form-wrap p {
  font-size: 17px;
  color: #06274a;
}
.container-site .form-container .form-wrap input[type="checkbox"] {
  margin-right: 5px;
}
.container-site .form-container .form-wrap input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 16px;
  background-image: url(../img/checkbox-sprite-main.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-bottom: 2px;
  cursor: pointer;
}
.container-site .form-container .form-wrap input[type="checkbox"]:checked::before {
  background-position: top left;
}
.container-site .copyright {
  margin-top: 20px;
}
.container-site .copyright span {
  display: block;
  font-size: 12px;
  color: #5f5e5e;
}

/* ==========================================================================
   PopUp
   ========================================================================== */
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 75vw;
  height: 60vh;
  margin: 0 auto;
}
.white-popup .head {
  padding: 10px 35px;
  background: #fff;
}
.white-popup .head span {
  color: #5f5e5e;
  line-height: 24px;
}
.white-popup .head a {
  display: inline-block;
  float: right;
  margin-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px;
}
.white-popup .map {
  text-align: center;
}

.mfp-bg, button.mfp-close, button.mfp-arrow {
  background: #ceefff;
}

.mfp-counter {
  color: #222 !important;
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
@media (min-width: 1600px) {
  .container {
    width: 1400px !important;
  }
}

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