
	@import url(https://fonts.googleapis.com/css?family=Exo+2:700,400,600,300,500&subset=latin,cyrillic,latin-ext);
	@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
@font-face {
  font-family: "BebasBold";
  src: url("../fonts/BebasBold/BebasBold.eot");
  src: url("../fonts/BebasBold/BebasBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasBold/BebasBold.woff") format("woff"), url("../fonts/BebasBold/BebasBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html,
body {
  font-size: 16px;
  height: 1px;
  min-height: 100%;
}
body {
  background-color: #fff;
  background-image: url("../images/body_bg_2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  font-family: 'Exo 2', sans-serif;
  color: #525252;
  line-height: 1;
}
.window {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper {
  width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.privacy_block {
display: none;
position: fixed;
justify-content: center;
align-items: center;
z-index: 9999999;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 15px;
color: #FFF;
background: #0dabd7;
padding: 10px 20px;
border-top: 4px solid #d8e8dc;
}
/* Оформление кнопок */
.privacy_block .close{margin-left: 25px;}
.privacy_btn {
display: inline-block;
text-decoration: none;
position: relative;
font-size: 13px;
padding: 4px 12px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
background: #bfdc3a;
border: 2px solid #BFE2FF;
}
.privacy_btn:hover {
color: #FFF;
cursor: pointer;
}
.privacy_btn:after,
.privacy_btn:before {
position: absolute;
height: 2px;
left: 50%;
background: #FFF;
bottom: -6px;
content: "";
transition: all 280ms ease-in-out;
width: 0;
}
.privacy_btn:before {
top: -6px;
}
.privacy_btn:hover:after,
.privacy_btn:hover:before {
width: 100%;
left: 0;
}
.privacy_block a {color:#fff;text-decoration:underline}
.privacy_block .close a {text-decoration:none}

@media (max-width: 789px) {
  body.adaptive .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .wrapper {
    padding-left: 10px;
    padding-right: 10px;
    width: 770px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .wrapper {
    padding-left: 10px;
    padding-right: 10px;
    width: 972px;
  }
}
@media (min-width: 1360px) {
  body.adaptive .wrapper {
    width: 1320px;
  }
}
.header {
  position: relative;
  z-index: 1;
}
.header__logo {
  float: left;
  width: 400px;
}
.header__logo a {
  font-size: 0;
  display: block;
  text-decoration: none;
  height: 124px;
}
.header__logo a:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  content: "";
}
.header__logo a img {
  display: inline-block;
  vertical-align: middle;
}
.header__logo-tagline {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #0dabd7;
  display: inline-block;
  border: 1px solid #d3d3d3;
  vertical-align: middle;
  margin-left: 24px;
  padding: 12px 31px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.header__info {
  font-size: 0;
  height: 124px;
  text-align: right;
}
.header__info:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  content: "";
}
.header__info-text {
  display: none;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #515151;
  vertical-align: middle;
  padding-left: 3px;
}
.header__phone,
.header__mail,
.header__callback,
.header__search,
.header__mobile-nav-toggle {
  display: inline-block;
  font-weight: 300;
  vertical-align: middle;
}
.header__phone,
.header__mail {
  font-size: 0;
}
.header__phone a,
.header__mail a {
  display: inline-block;
  vertical-align: middle;
  color: #005b8a;
  text-decoration: none;
  margin-left: 7px;
}
.header__phone a:hover,
.header__mail a:hover {
  text-decoration: underline;
}
.header__phone {
  margin-right: 70px;
}
.header__phone a {
  font-size: 16px;
  font-size: 1rem;
}
.header__mail {
  margin-right: 43px;
}
.header__mail a {
  font-size: 18px;
  font-size: 1.125rem;
}
.header__callback {
  margin-right: 31px;
}
.header__mobile-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 3px solid #005785;
  padding: 9px 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.header__mobile-nav-toggle-line {
  background-color: #005785;
  width: 20px;
  margin: 0 auto;
  height: 3px;
  margin-bottom: 3px;
}
.tagline {
  position: relative;
}
.tagline__line {
  position: absolute;
  bottom: -1px;
  left: 24px;
  width: 17px;
  background-color: #fff;
  height: 1px;
}
.tagline__left,
.tagline__right {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #d3d3d3;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.tagline__left {
  left: 0;
}
.tagline__right {
  right: 0;
}
.tagline__right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #d3d3d3;
  -webkit-transform: rotateZ(135deg);
     -moz-transform: rotateZ(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
  -webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  content: "";
}
@media (max-width: 789px) {
  body.adaptive .header__logo a img {
    max-width: 70px;
  }
}
@media (max-width: 380px) {
  body.adaptive .header__logo a img {
    max-width: 40px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__logo a img {
    max-width: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__logo a img {
    max-width: 65px;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__logo a {
    height: 96px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__logo a {
    height: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__logo a {
    height: 91px;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__logo-tagline {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__logo-tagline {
    font-size: 12.25px;
    font-size: 0.765625rem;
    padding: 9px 25px 9px;
    margin-left: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__logo-tagline {
    font-size: 12.25px;
    font-size: 0.765625rem;
    padding: 9px 25px 9px;
    margin-left: 8px;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__logo {
    width: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__logo {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__logo {
    width: auto;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__info {
    height: 96px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__info {
    height: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__info {
    height: 91px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__info-text {
    display: inline-block;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__phone,
  body.adaptive .header__mail {
    text-align: left;
  }
  body.adaptive .header__phone a,
  body.adaptive .header__mail a {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__phone {
    margin-right: 10px;
  }
  body.adaptive .header__phone a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  body.adaptive .header__phone .icon.icon-phone {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 350px) {
  body.adaptive .header__phone a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__phone {
    margin-right: 34px;
  }
  body.adaptive .header__phone .icon.icon-phone {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__phone {
    margin-right: 81px;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__mail {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__mail {
    margin-right: 18px;
  }
  body.adaptive .header__mail .icon.icon-mail {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__mail a {
    margin-left: 17px;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__callback {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .header__callback {
    margin-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .header__callback {
    margin-right: 14px;
  }
}
@media (max-width: 789px) {
  body.adaptive .header__mobile-nav-toggle {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .tagline__line {
    left: 16px;
  }
}
.footer {
  position: relative;
  border-top: 1px solid #c7d1db;
}
.footer__top {
  background-color: #f9f9f9;
}
.footer__bottom {
  background-color: #004f7c;
}
.footer__address {
  float: left;
  width: 25%;
  height: 90px;
  position: relative;
}
@media (max-width: 789px) {
  body.adaptive .footer__address {
    width: auto;
    float: none;
    height: auto;
  }
  body.adaptive .footer__address-text {
    padding: 18px 0;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .footer__address {
    height: 72px;
    line-height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .footer__address {
    height: 72px;
    line-height: 18px;
  }
}
.footer__address-text {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__nav-wrap {
  float: left;
  width: 75%;
}
@media (max-width: 789px) {
  body.adaptive .footer__nav-wrap {
    width: auto;
    float: none;
    padding-bottom: 18px;
  }
}
.footer__nav-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 789px) {
  body.adaptive .footer__nav-list {
    text-align: left;
  }
  html.csscolumns body.adaptive .footer__nav-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  html.no-csscolumns body.adaptive .footer__nav-list {
    font-size: 0;
  }
}
.footer__nav-item {
  display: inline-block;
  margin-left: 73px;
}
.footer__nav-item:first-child {
  margin-left: 0;
}
.footer__nav-item a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #00557f;
  height: 90px;
  line-height: 90px;
  text-decoration: none;
}
.footer__nav-item a:hover {
  text-decoration: underline;
}
@media (max-width: 789px) {
  body.adaptive .footer__nav-item {
    margin-left: 0;
    padding-bottom: 6px;
  }
  html.csscolumns body.adaptive .footer__nav-item {
    display: block;
  }
  html.no-csscolumns body.adaptive .footer__nav-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  body.adaptive .footer__nav-item a {
    height: auto;
    line-height: inherit;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .footer__nav-item {
    margin-left: 25px;
  }
  body.adaptive .footer__nav-item:first-child {
    margin-left: 0;
  }
  body.adaptive .footer__nav-item a {
    font-size: 14px;
    font-size: 0.875rem;
    height: 72px;
    line-height: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .footer__nav-item {
    margin-left: 40px;
  }
  body.adaptive .footer__nav-item:first-child {
    margin-left: 0;
  }
  body.adaptive .footer__nav-item a {
    height: 72px;
    line-height: 72px;
  }
}
.footer__site-map {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  height: 54px;
  line-height: 54px;
  color: #f9f9f9;
}
.footer__site-map a,
.footer__site-map a:link,
.footer__site-map a:visited {
  text-decoration: none;
  color: #f9f9f9;
}
.footer__site-map a:hover {
  text-decoration: underline;
}
@media (max-width: 789px) {
  .footer__site-map {
    text-align: left;
  }
}
.footer__copyright {
  float: left;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #f9f9f9;
  height: 54px;
  line-height: 54px;
}
@media (max-width: 789px) {
  .footer__copyright {
    float: none;
  }
}
.footer__developer {
  float: right;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #f9f9f9;
  height: 54px;
  line-height: 54px;
}
.footer__developer a,
.footer__developer a:link,
.footer__developer a:visited {
  color: #c3e53e;
  text-decoration: none;
}
@media (max-width: 789px) {
  .footer__developer {
    float: none;
  }
}
.grid {
  display: block;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-1 {
    width: 8.333333333333332%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-1 {
    width: 8.333333333333332%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-1 {
    width: 8.333333333333332%;
  }
}
.grid-lg-1 {
  width: 8.333333333333332%;
}
@media (min-width: 1360px) {
  .grid-lg-1 {
    width: 8.333333333333332%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-2 {
    width: 16.666666666666664%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-2 {
    width: 16.666666666666664%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-2 {
    width: 16.666666666666664%;
  }
}
.grid-lg-2 {
  width: 16.666666666666664%;
}
@media (min-width: 1360px) {
  .grid-lg-2 {
    width: 16.666666666666664%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-3 {
    width: 25%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-3 {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-3 {
    width: 25%;
  }
}
.grid-lg-3 {
  width: 25%;
}
@media (min-width: 1360px) {
  .grid-lg-3 {
    width: 25%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-4 {
    width: 33.33333333333333%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-4 {
    width: 33.33333333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-4 {
    width: 33.33333333333333%;
  }
}
.grid-lg-4 {
  width: 33.33333333333333%;
}
@media (min-width: 1360px) {
  .grid-lg-4 {
    width: 33.33333333333333%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-5 {
    width: 41.66666666666667%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-5 {
    width: 41.66666666666667%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-5 {
    width: 41.66666666666667%;
  }
}
.grid-lg-5 {
  width: 41.66666666666667%;
}
@media (min-width: 1360px) {
  .grid-lg-5 {
    width: 41.66666666666667%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-6 {
    width: 50%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-6 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-6 {
    width: 50%;
  }
}
.grid-lg-6 {
  width: 50%;
}
@media (min-width: 1360px) {
  .grid-lg-6 {
    width: 50%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-7 {
    width: 58.333333333333336%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-7 {
    width: 58.333333333333336%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-7 {
    width: 58.333333333333336%;
  }
}
.grid-lg-7 {
  width: 58.333333333333336%;
}
@media (min-width: 1360px) {
  .grid-lg-7 {
    width: 58.333333333333336%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-8 {
    width: 66.66666666666666%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-8 {
    width: 66.66666666666666%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-8 {
    width: 66.66666666666666%;
  }
}
.grid-lg-8 {
  width: 66.66666666666666%;
}
@media (min-width: 1360px) {
  .grid-lg-8 {
    width: 66.66666666666666%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-9 {
    width: 75%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-9 {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-9 {
    width: 75%;
  }
}
.grid-lg-9 {
  width: 75%;
}
@media (min-width: 1360px) {
  .grid-lg-9 {
    width: 75%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-10 {
    width: 83.33333333333334%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-10 {
    width: 83.33333333333334%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-10 {
    width: 83.33333333333334%;
  }
}
.grid-lg-10 {
  width: 83.33333333333334%;
}
@media (min-width: 1360px) {
  .grid-lg-10 {
    width: 83.33333333333334%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-11 {
    width: 91.66666666666666%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-11 {
    width: 91.66666666666666%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-11 {
    width: 91.66666666666666%;
  }
}
.grid-lg-11 {
  width: 91.66666666666666%;
}
@media (min-width: 1360px) {
  .grid-lg-11 {
    width: 91.66666666666666%;
  }
}
@media (max-width: 789px) {
  body.adaptive .grid-xs-12 {
    width: 100%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .grid-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .grid-md-12 {
    width: 100%;
  }
}
.grid-lg-12 {
  width: 100%;
}
@media (min-width: 1360px) {
  .grid-lg-12 {
    width: 100%;
  }
}
.grid-container {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-container:before,
.grid-container:after {
  content: "";
  display: table;
}
.grid-container:after {
  clear: both;
}
.grid-row {
  margin-left: -20px;
  margin-right: -20px;
}
.grid-row:before,
.grid-row:after {
  content: "";
  display: table;
}
.grid-row:after {
  clear: both;
}
@media (max-width: 789px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1360px) {
  .hidden-lg {
    display: none !important;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/sprite.png") no-repeat;
}
.icon-attention {
  background-position: -202px -126px;
  width: 35px;
  height: 30px;
}
.icon-site-form-paint {
  background-position: -267px -197px;
  width: 13px;
  height: 19px;
}
.icon-phone-contact {
  background-position: -137px -62px;
  width: 29px;
  height: 29px;
}
.icon-location-contact {
  background-position: -72px -62px;
  width: 22px;
  height: 30px;
}
.icon-mail-contact {
  background-position: -81px -183px;
  width: 30px;
  height: 20px;
}
.icon-phone-lico {
  background-position: -299px -60px;
  width: 12px;
  height: 12px;
}
.icon-velcom-lico {
  background-position: -235px -183px;
  width: 15px;
  height: 11px;
}
.icon-mts-lico {
  background-position: -299px -33px;
  width: 12px;
  height: 12px;
}
.icon-mail-lico {
  background-position: -299px -87px;
  width: 13px;
  height: 9px;
}
.icon-job-name {
  background-position: -267px -100px;
  width: 14px;
  height: 19px;
}
.icon-job-phone {
  background-position: -267px -231px;
  width: 15px;
  height: 15px;
}
.icon-job-file {
  background-position: 0px -262px;
  width: 14px;
  height: 17px;
}
.icon-job-mail {
  background-position: -61px -262px;
  width: 14px;
  height: 9px;
}
.icon-location {
  background-position: -267px -65px;
  width: 14px;
  height: 20px;
}
.icon-location-new {
  background-position: -299px 0px;
  width: 13px;
  height: 18px;
}
.icon-toggle-up {
  background-position: -183px -231px;
  width: 20px;
  height: 11px;
}
.icon-toggle-down {
  background-position: -218px -231px;
  width: 20px;
  height: 11px;
}
.icon-phone {
  background-position: -126px -183px;
  width: 20px;
  height: 20px;
}
.icon-mail {
  background-position: -148px -231px;
  width: 20px;
  height: 13px;
}
.icon-search {
  background-position: -267px 0px;
  width: 17px;
  height: 18px;
}
.icon-readmore {
  background-position: -267px -165px;
  width: 15px;
  height: 17px;
}
.icon-size {
  background-position: -267px -33px;
  width: 17px;
  height: 17px;
}
.icon-size-2 {
  background-position: -267px -134px;
  width: 16px;
  height: 16px;
}
.icon-section-title-normal {
  background-position: -161px -183px;
  width: 22px;
  height: 16px;
}
.icon-section-title-hover {
  background-position: -37px -231px;
  width: 22px;
  height: 16px;
}
.icon-section-title-active {
  background-position: 0px -231px;
  width: 22px;
  height: 16px;
}
.icon-icon-advantages-1 {
  background-position: -202px -62px;
  width: 42px;
  height: 49px;
}
.icon-icon-advantages-2 {
  background-position: 0px 0px;
  width: 57px;
  height: 42px;
}
.icon-icon-advantages-3 {
  background-position: 0px -57px;
  width: 48px;
  height: 49px;
}
.icon-icon-advantages-4 {
  background-position: 0px -183px;
  width: 66px;
  height: 33px;
}
.guideline p {
  font-family: 'Roboto', sans-serif;
}
.guideline a {
  color: #525252;
}
.guideline a:hover {
  color: #315882;
}
.guideline a:active {
  color: #193c62;
}
.guideline p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #525252;
  margin-top: 0;
  margin-bottom: 15px;
}
.guideline h1,
.guideline h2,
.guideline h3,
.guideline h4 {
  margin-top: 0;
}
.guideline h2,
.guideline .kmk-h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #515151;
  margin-bottom: 15px;
}
.guideline h3,
.guideline .kmk-h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #005180;
  margin-bottom: 15px;
}
.guideline h4,
.guideline .kmk-h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #2e527e;
  margin-bottom: 20px;
}
.guideline ol {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  counter-reset: list-ol;
}
.guideline ol li {
  position: relative;
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #525252;
}
.guideline ol li:before {
  counter-increment: list-ol;
  font-weight: 700;
  color: #315882;
  content: counter(list-ol) ". ";
}
.guideline ul {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  padding-left: 20px;
  list-style-type: none;
}
.guideline ul ul {
  margin: 6px 0;
}
.guideline ul ul li:before {
  background: #1799eb;
}
.guideline ul ul ul li:before {
  background: #00baff;
}
.guideline ul li {
  position: relative;
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #525252;
}
.guideline ul li:before {
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #1799eb;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  margin-left: -10px;
  vertical-align: middle;
  content: "";
}
.guideline ul li p {
  margin-bottom: 7px;
}
.guideline ul.mini li p {
  margin-bottom: 0;
}
.guideline .fix-table {
  overflow-x: auto;
}
.guideline table.props-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  min-width: 450px;
}
.guideline table.props-table thead td,
.guideline table.props-table tbody td,
.guideline table.props-table thead th,
.guideline table.props-table tbody th {
  padding: 10px;
  text-align: center;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #d9dfe8;
  border-color: rgba(50,88,130,0.1);
}
.guideline table.props-table thead tr {
  background: rgba(255,255,255,0.8);
}
.guideline table.props-table thead th {
  font-size: 1rem;
  font-weight: 300;
  color: #335a83;
}
.guideline table.props-table tbody td,
.guideline table.props-table tbody th {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #525252;
}
.guideline table.props-table tr {
  background: rgba(234,238,242,0.8);
}
.guideline table.props-table tr:nth-child(even) {
  background: rgba(255,255,255,0.8);
}
.guideline blockquote,
.guideline .blockquote {
  background: #dcf0ff;
  margin: 20px 0;
  padding: 25px;
  font-size: 0;
}
.guideline blockquote:before,
.guideline .blockquote:before,
.guideline blockquote:after,
.guideline .blockquote:after {
  content: "";
  display: table;
}
.guideline blockquote:after,
.guideline .blockquote:after {
  clear: both;
}
.guideline blockquote__left,
.guideline .blockquote__left,
.guideline blockquote__right,
.guideline .blockquote__right {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 789px) {
  body.adaptive .guideline blockquote__left,
  body.adaptive .guideline .blockquote__left,
  body.adaptive .guideline blockquote__right,
  body.adaptive .guideline .blockquote__right {
    width: auto;
    display: block;
  }
}
.guideline blockquote__right,
.guideline .blockquote__right {
  text-align: right;
}
.guideline blockquote__right .message-box,
.guideline .blockquote__right .message-box {
  width: 90%;
}
@media (max-width: 789px) {
  body.adaptive .guideline blockquote__right .message-box,
  body.adaptive .guideline .blockquote__right .message-box {
    width: auto;
  }
}
@media (max-width: 789px) {
  body.adaptive .guideline blockquote,
  body.adaptive .guideline .blockquote {
    padding: 15px;
  }
}
.guideline .message-box {
  text-align: left;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #515151;
  background: #fff;
  background: rgba(255,255,255,0.8);
  padding: 15px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.guideline .message-box:after {
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid rgba(255,255,255,0.8);
  border-right: 10px solid rgba(255,255,255,0.8);
  bottom: 16px;
  left: -20px;
  content: "";
}
@media (max-width: 789px) {
  body.adaptive .guideline .message-box:after {
    display: none;
  }
}
@media (max-width: 789px) {
  body.adaptive .guideline .message-box {
    display: block;
    margin-top: 15px;
  }
}
.guideline .kmk-mb-30 {
  margin-bottom: 30px;
}
.guideline .kmk-mb-25 {
  margin-bottom: 25px;
}
.guideline-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  min-width: 450px;
}
.guideline-table table thead td,
.guideline-table table tbody td,
.guideline-table table thead th,
.guideline-table table tbody th {
  padding: 10px;
  text-align: center;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #d9dfe8;
  border-color: rgba(50,88,130,0.1);
}
.guideline-table table thead tr {
  background: rgba(255,255,255,0.8);
}
.guideline-table table thead th {
  font-size: 1rem;
  font-weight: 300;
  color: #335a83;
}
.guideline-table table tbody td,
.guideline-table table tbody th {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #525252;
}
.guideline-table table tr {
  background: rgba(234,238,242,0.8);
}
.guideline-table table tr:nth-child(even) {
  background: rgba(255,255,255,0.8);
}
.section-title:before,
.section-title:after {
  content: "";
  display: table;
}
.section-title:after {
  clear: both;
}
.section-title__name {
  float: left;
  margin: 0;
  color: #515151;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.section-title__name.normal {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}
@media (max-width: 789px) {
  body.adaptive .section-title__name {
    float: none;
  }
}
.section-title__text {
  padding-right: 6px;
}
.section-title__readmore {
  display: block;
  float: right;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #335a83;
  font-size: 0;
  margin-top: 4px;
}
.section-title__readmore.home-advantages__section-readmore {
  margin-top: 7px;
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .section-title__readmore.home-advantages__section-readmore {
    margin-top: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .section-title__readmore.home-advantages__section-readmore {
    margin-top: 9px;
  }
}
.section-title__readmore span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-size: 1.0625rem;
}
.section-title__readmore:hover .section-title__text {
  text-decoration: underline;
}
.section-title__readmore:hover,
.section-title__readmore:active {
  color: #315882;
}
.section-title__readmore:hover .section-title__readmore-arrow {
  background-position: -37px -231px;
  width: 22px;
  height: 16px;
}
.section-title__readmore:active .section-title__readmore-arrow {
  background-position: 0px -231px;
  width: 22px;
  height: 16px;
}
.section-title__readmore-arrow {
  background: url("../images/sprite.png") no-repeat;
  background-position: -161px -183px;
  width: 22px;
  height: 16px;
}
.section-title__readmore.not_float {
  float: none;
}
@media (max-width: 789px) {
  body.adaptive .section-title__readmore {
    float: none;
    margin-top: 10px;
  }
}
.section-title.section-title_inline {
  text-align: justify;
  font-size: 0;
}
.section-title.section-title_inline:after {
  display: inline-block;
  vertical-align: bottom;
  height: 0;
  width: 100%;
  content: "";
}
.section-title.section-title_inline .section-title__name {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.section-title.section-title_inline .section-title__readmore {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.section-title.section-title_inline .section-title__text {
  padding-right: 14px;
}
.btn-nav-page {
  display: inline-block;
  border: 3px solid #c3d050;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #335a83;
  text-decoration: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  -webkit-transition-property: border-color, background, color;
  -o-transition-property: border-color, background, color;
  -moz-transition-property: border-color, background, color;
  transition-property: border-color, background, color;
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.btn-nav-page:hover {
  border-color: #dbef4d;
}
.btn-nav-page:active,
.btn-nav-page.active {
  border-color: #bfd142;
  background: #bfd142;
  color: #fff;
}
.btn-menu {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 27px 20px;
  text-decoration: none;
  text-align: center;
  background-color: #567294;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#567294), to(#2d507a));
  background-image: -webkit-linear-gradient(top, #567294, #2d507a);
  background-image: -moz-linear-gradient(top, #567294, #2d507a);
  background-image: -o-linear-gradient(top, #567294, #2d507a);
  background-image: linear-gradient(to bottom, #567294, #2d507a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff567294', endColorstr='#ff2d507a', GradientType=0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: rgba(255,255,255,0.1);
  content: "";
}
.btn-menu:hover {
  background-color: #5b8faa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b8faa), to(#2d5f7f));
  background-image: -webkit-linear-gradient(top, #5b8faa, #2d5f7f);
  background-image: -moz-linear-gradient(top, #5b8faa, #2d5f7f);
  background-image: -o-linear-gradient(top, #5b8faa, #2d5f7f);
  background-image: linear-gradient(to bottom, #5b8faa, #2d5f7f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b8faa', endColorstr='#ff2d5f7f', GradientType=0);
}
.btn-menu:active,
.btn-menu.active {
  background-color: #17c2d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17c2d7), to(#0d91a0));
  background-image: -webkit-linear-gradient(top, #17c2d7, #0d91a0);
  background-image: -moz-linear-gradient(top, #17c2d7, #0d91a0);
  background-image: -o-linear-gradient(top, #17c2d7, #0d91a0);
  background-image: linear-gradient(to bottom, #17c2d7, #0d91a0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17c2d7', endColorstr='#ff0d91a0', GradientType=0);
}
.btn-2 {
  border: 3px solid #bfd142;
  background-color: #fff;
  color: #355e90;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  padding: 12px 12px 13px;
  text-align: center;
  display: block;
  width: 135px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-2 span {
  border-bottom: 1px dotted #355e90;
}
.btn-2:hover {
  border-color: #dbef4d;
/*
		span {
			border-bottom: 0;
		}
		*/
}
.btn-2:active {
  border-color: #aec220;
/*
		span {
			border-bottom: 0;
		}
		*/
}
.btn-2.orange {
  border-color: #f8910c;
  background-color: #f8910c;
  color: #fff;
}
.btn-2.orange span {
  border-color: #fff;
}
.btn-2.orange:hover {
  border-color: #fdb52a;
  background-color: #fdb52a;
  color: #fff;
}
.btn-2.orange:active {
  border-color: #e66006;
  background-color: #e66006;
  color: #fff;
}
.btn-float-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.btn-float-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.btn-auto {
  display: block;
  margin: 0 auto;
}
.btn-readmore {
  background-color: #bfdc3a;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 15px 22px;
  font-size: 0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.btn-readmore span {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}
.btn-readmore span.icon-readmore {
  margin-left: 22px;
}
.btn-readmore:hover {
  background-color: #dbef4d;
}
.btn-readmore:active {
  background-color: #aec220;
}
.arrows {
  position: relative;
  width: 97px;
  height: 47px;
}
.arrows .arrow {
  position: absolute;
  background: url("../images/sprite.png") no-repeat;
  z-index: 10;
  cursor: pointer;
}
.arrows .arrow-prev {
  left: 0;
  background-position: 0px -121px;
  width: 50px;
  height: 47px;
}
.arrows .arrow-prev:hover {
  background-position: -137px 0px;
  width: 50px;
  height: 47px;
  z-index: 11;
}
.arrows .arrow-prev:active {
  background-position: -202px 0px;
  width: 50px;
  height: 47px;
  z-index: 11;
}
.arrows .arrow-next {
  right: 0;
  background-position: -72px 0px;
  width: 50px;
  height: 47px;
}
.arrows .arrow-next:hover {
  background-position: -130px -121px;
  width: 50px;
  height: 47px;
  z-index: 11;
}
.arrows .arrow-next:active {
  background-position: -65px -121px;
  width: 50px;
  height: 47px;
  z-index: 11;
}
.search-btn {
  background-color: #315882;
  width: 47px;
  height: 47px;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.search-btn:hover {
  background-color: #3c72ae;
}
.search-btn:active {
  background-color: #315882;
}
.apply-btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #61a9d4;
  border: none;
  outline: none;
  padding: 15px;
  min-width: 160px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition-property: background;
  -o-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.apply-btn:hover {
  background: #75cde6;
}
.apply-btn:active {
  background: #0a85a7;
}
.apply-btn.mini {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 15px;
  min-width: 0;
}
.reset-btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #335a83;
  background: #fff;
  border: none;
  outline: none;
  padding: 15px;
  min-width: 160px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition-property: background;
  -o-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.reset-btn:hover {
  background: #f5f9fc;
}
.reset-btn:active {
  background: #fff;
}
.filter-main {
  display: block;
  margin: 0;
  padding: 0;
}
.filter-main:before,
.filter-main:after {
  content: "";
  display: table;
}
.filter-main:after {
  clear: both;
}
.filter-main__buttons-siderbar {
  padding: 22px 26px;
  text-align: justify;
  font-size: 0;
}
.filter-main__buttons-siderbar:after {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 100%;
  content: "";
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .filter-main__buttons-siderbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.filter-main__buttons-siderbar button {
  width: 45%;
  min-width: 0;
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .filter-main__buttons-siderbar button {
    display: block;
    width: auto;
    min-width: 100%;
    margin-bottom: 10px;
  }
  body.adaptive .filter-main__buttons-siderbar button:last-child {
    margin-bottom: 0;
  }
}
.filter-main__fieldset-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
.filter-main__checkbox-list {
  margin-top: 3px;
}
.filter-main__checkbox-list.two-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.filter-main fieldset {
  margin: 0;
  padding: 22px 26px;
  border: 0;
}
.filter-main .checkbox-item {
  font-size: 0;
  padding-top: 15px;
}
.filter-main .checkbox-item:last-child {
  margin-bottom: 0;
}
.filter-main .checkbox-item label {
  display: block;
}
.filter-main .checkbox-item label:hover span.checkbox-item__block {
  border-color: #75cde6;
  background: #f7fafc;
}
.filter-main .checkbox-item span.checkbox-item__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  color: #005180;
  font-weight: 400;
  width: 100%;
  margin-left: -34px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.filter-main .checkbox-item span.checkbox-item__block {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #aed1df;
  background: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.filter-main .checkbox-item span.checkbox-item__block:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: url("../images/sprite.png") no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -7px;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  content: "";
  background-position: -30px -294px;
  width: 14px;
  height: 10px;
}
.filter-main .checkbox-item input {
  display: none;
}
.filter-main .checkbox-item input:checked + span.checkbox-item__block {
  border: 1px solid #aed1df;
  background: #fff;
}
.filter-main .checkbox-item input:checked + span.checkbox-item__block:after {
  opacity: 1;
  visibility: visible;
}
.filter-main .checkbox-item input:disabled + span.checkbox-item__block {
  background: #eee;
}
.filter-main__input-list {
  margin-top: 3px;
}
.filter-main .input-text-item {
  font-size: 0;
  padding-top: 15px;
}
.filter-main .input-text-item label {
  display: block;
}
.filter-main .input-text-item__start,
.filter-main .input-text-item__end,
.filter-main .input-text-item__input {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  color: #333;
  vertical-align: middle;
}
.filter-main .input-text-item__start,
.filter-main .input-text-item__end {
  width: 34px;
}
.filter-main .input-text-item__start {
  text-align: left;
}
.filter-main .input-text-item__end {
  text-align: right;
}
.filter-main .input-text-item__input {
  width: 100%;
  padding: 0 34px;
  margin: 0 -34px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.filter-main .input-text-item__input input {
  display: block;
  width: 100%;
  border: 1px solid #aed1df;
  padding: 7px;
  background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.filter-main .input-text-item__input input:hover {
  border-color: #75cde6;
  background: #f7fafc;
}
.filter-main .input-text-item__input input:active {
  border-color: #aed1df;
  background: #fff;
}
.filter-main__buttons {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 340px;
  text-align: justify;
}
.filter-main__buttons:after {
  display: inline-block;
  vertical-align: bottom;
  height: 0;
  width: 100%;
  content: "";
}
.filter-main__buttons button.apply-btn {
  float: left;
}
.filter-main__buttons button.reset-btn {
  float: right;
}
@media (max-width: 460px) {
  body.adaptive .filter-main__buttons button {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  body.adaptive .filter-main__buttons button:last-child {
    margin-bottom: 0;
  }
}
.select-box-guideline-wrap {
  position: relative;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #525252;
  width: 187px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.select-box-guideline-wrap.opened .select-box-guideline__list {
  display: block;
}
.select-box-guideline-wrap.opened .select-box-guideline {
  border-color: #75cde6;
  background: #fff;
}
.select-box-guideline-wrap.opened .select-box-guideline__opened {
  display: block;
}
.select-box-guideline-wrap.opened .select-box-guideline__closed {
  display: none;
}
.select-box-guideline {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 26px 0 14px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: #aed1df;
  background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.select-box-guideline:hover {
  border-color: #75cde6;
  background: #f7fafc;
}
.select-box-guideline__scroll {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.select-box-guideline__scroll ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #525252;
}
.select-box-guideline__scroll ul li {
  padding: 11px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.select-box-guideline__scroll ul li:nth-child(2n) {
  background: #eaeef2;
}
.select-box-guideline__scroll ul li:hover {
  background: #315882;
  color: #fff;
}
.select-box-guideline__list {
  display: none;
  margin-top: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  border: 1px solid #75cde6;
  background: #fff;
}
.select-box-guideline__list:before {
  position: absolute;
  top: -8px;
  margin-left: -7px;
  left: 50%;
  content: "";
  background-image: url("../images/sprite.png");
  background-position: -90px -262px;
  width: 14px;
  height: 8px;
}
.select-box-guideline__icon {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-box-guideline__opened {
  display: none;
}
.back-page {
  margin-top: 30px;
}
.back-page-btn {
  color: #005e93;
  background: #fff;
  display: inline-block;
  border: 3px solid #b9d22c;
  padding: 6px 15px;
  text-decoration: none;
  font-size: 0;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  transition: border 0.2s ease;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .back-page-btn {
    text-align: center;
    width: 100%;
    padding: 6px;
  }
}
.back-page-btn i,
.back-page-btn span {
  display: inline-block;
  vertical-align: middle;
}
.back-page-btn span {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 8px;
}
.back-page-btn i {
  font-size: 28px;
  font-size: 1.75rem;
  vertical-align: middle;
}
.back-page-btn:hover {
  border-color: #dbef4d;
}
.back-page-btn:active {
  border-color: #aec220;
}
.border-image {
  position: relative;
  padding: 9px;
  background: #fff;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.border-image .border-image-link {
  overflow: hidden;
}
.border-image .border-image-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.arrows-pack__prev,
.arrows-pack__next {
  display: inline-block;
  background: url("../images/sprite.png") no-repeat;
}
.arrows-pack__prev {
  background-position: -198px -183px;
  width: 22px;
  height: 16px;
}
.arrows-pack__prev:hover {
  background-position: -74px -231px;
  width: 22px;
  height: 16px;
}
.arrows-pack__prev:active {
  background-position: -111px -231px;
  width: 22px;
  height: 16px;
}
.arrows-pack__next {
  background-position: -161px -183px;
  width: 22px;
  height: 16px;
}
.arrows-pack__next:hover {
  background-position: -37px -231px;
  width: 22px;
  height: 16px;
}
.arrows-pack__next:active {
  background-position: 0px -231px;
  width: 22px;
  height: 16px;
}
ul.props-main {
  font-family: 'Roboto', sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.4;
}
ul.props-main li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  color: #515151;
}
ul.props-main li:before {
  display: none;
}
ul.props-main li:last-child {
  margin-bottom: 0;
}
ul.props-main li div.prop-icon,
ul.props-main li div.prop-text {
  display: inline;
  vertical-align: middle;
}
ul.props-main li div.prop-icon-wrap {
  display: inline-block;
  text-align: center;
  width: 17px;
  padding-right: 10px;
}
ul.props-main li span {
  vertical-align: middle;
}
ul.props-main li span.prop-key {
  color: #005a86;
}
span.required {
  font-weight: 700;
  color: #f5000c;
}
.ul-list {
  font-size: 0;
  margin: 0 -15px 20px;
}
.ul-list__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .ul-list__item {
    width: auto;
    display: block;
  }
}
.ul-list__item ul {
  font-size: 14px;
  font-size: 0.875rem;
}
.ul-list.column-2 .ul-list__item {
  width: 50%;
}
@media (max-width: 789px) {
  body.adaptive .ul-list.column-2 .ul-list__item {
    width: auto;
    display: block;
  }
}
.block-address {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 0;
}
.block-address__btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #0dabd7;
  padding: 8px 15px;
  line-height: 1.5;
}
.block-address_price .block-address__btn-wrap {
  width: 45%;
}
@media (max-width: 789px), (min-width: 790px) and (max-width: 991px) {
  body.adaptive .block-address_price .block-address__btn-wrap {
    width: auto;
  }
}
.block-address_price .block-address__price {
  width: 35%;
}
@media (max-width: 789px), (min-width: 790px) and (max-width: 991px) {
  body.adaptive .block-address_price .block-address__price {
    width: auto;
  }
}
.block-address_price .block-address__link {
  width: 20%;
}
@media (max-width: 789px), (min-width: 790px) and (max-width: 991px) {
  body.adaptive .block-address_price .block-address__link {
    width: auto;
  }
}
.block-address__btn-wrap,
.block-address__price,
.block-address__link {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px), (min-width: 790px) and (max-width: 991px) {
  body.adaptive .block-address__btn-wrap,
  body.adaptive .block-address__price,
  body.adaptive .block-address__link {
    display: block;
    margin-bottom: 20px;
  }
}
.block-address__price {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #005180;
  line-height: 1.8;
}
@media (max-width: 789px), (min-width: 790px) and (max-width: 991px) {
  body.adaptive .block-address__price {
    text-align: left;
  }
}
.block-address__price-color {
  background: #bfd142;
  color: #fff;
  padding: 3px 5px;
}
.block-address__link {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 789px), (min-width: 790px) and (max-width: 991px) {
  body.adaptive .block-address__link {
    text-align: left;
  }
}
.block-address__link a {
  color: #005e93;
  text-decoration: none;
  border-bottom: 1px dotted #005e93;
}
.block-address__link a:hover {
  border-bottom: 0;
}
.information-homes h2 {
  margin-bottom: 30px;
}
.props-line {
  margin-top: 20px;
}
.props-line__item {
  font-size: 0;
  text-align: justify;
  margin-bottom: 15px;
  border-bottom: 1px dotted #515151;
}
.props-line__item span {
  text-align: left;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #515151;
  background: #fff;
  margin-bottom: -2px;
}
.props-line__item span.props-line__item-key {
  padding-right: 5px;
  max-width: 65%;
}
.props-line__item span.props-line__item-value {
  padding-left: 5px;
  max-width: 30%;
}
.props-line__item:after {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 100%;
  content: "";
}
a.zoom-plus {
  display: inline-block;
  background: rgba(255,255,255,0.5);
  font-size: 22px;
  font-size: 1.375rem;
  color: #005785;
  text-decoration: none;
  padding: 8px;
  line-height: 0;
}
.attention-alert {
  background: #fbfdf4;
  color: #515151;
  padding: 20px;
  font-size: 0;
  margin-top: 20px;
}
.attention-alert__desc {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: -35px;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.select-label {
  font-size: 0;
}
.select-label__label {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 14px;
  color: #515151;
  vertical-align: middle;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.select-label__select {
  display: inline-block;
  vertical-align: middle;
}
.js-archive-message {
  padding: 0 10px;
}
@media (max-width: 789px) {
  body.adaptive .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 789px) {
  body.adaptive .btn-readmore {
    padding: 13px 22px;
  }
  body.adaptive .btn-readmore span.icon-readmore {
    margin-left: 10px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .btn-2 {
    width: 128px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .btn-2 {
    width: 129px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .btn-menu {
    font-size: 14px;
    padding: 18px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .btn-menu {
    padding: 22px 20px;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main__fieldset-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main__fieldset-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .filter-main__fieldset-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main fieldset {
    padding: 15px 0 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main fieldset {
    padding: 15px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .filter-main fieldset {
    padding: 18px 16px;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main__checkbox-list {
    margin-top: 3px;
    border-bottom: 1px solid #b2deea;
    padding-bottom: 15px;
  }
  body.adaptive .filter-main__checkbox-list:before,
  body.adaptive .filter-main__checkbox-list:after {
    content: "";
    display: table;
  }
  body.adaptive .filter-main__checkbox-list:after {
    clear: both;
  }
  body.adaptive .filter-main__checkbox-list.two-column {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main__checkbox-list {
    margin-top: 2px;
    border-bottom: 1px solid #b2deea;
    padding-bottom: 15px;
  }
  body.adaptive .filter-main__checkbox-list:before,
  body.adaptive .filter-main__checkbox-list:after {
    content: "";
    display: table;
  }
  body.adaptive .filter-main__checkbox-list:after {
    clear: both;
  }
  body.adaptive .filter-main__checkbox-list.two-column {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main .checkbox-item {
    float: left;
    width: 50%;
    padding-top: 10px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main .checkbox-item {
    float: left;
    width: 25%;
    padding-top: 10px;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main .checkbox-item span.checkbox-item__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main .checkbox-item span.checkbox-item__text {
    letter-spacing: -1.2px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .filter-main .checkbox-item span.checkbox-item__text {
    letter-spacing: -1.2px;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main__input-list {
    font-size: 0;
    text-align: justify;
  }
  body.adaptive .filter-main__input-list:after {
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 100%;
    content: "";
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main .input-text-item {
    display: inline-block;
    width: 45%;
    padding-top: 10px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main .input-text-item {
    display: inline-block;
    width: 145px;
    margin-right: 22px;
  }
  body.adaptive .filter-main .input-text-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main .input-text-item__start,
  body.adaptive .filter-main .input-text-item__end {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main .input-text-item__start,
  body.adaptive .filter-main .input-text-item__end {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .filter-main .input-text-item__start,
  body.adaptive .filter-main .input-text-item__end {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main__buttons {
    position: relative;
    bottom: auto;
    width: auto;
    margin-top: 22px;
  }
  body.adaptive .filter-main__buttons button {
/*
					width: 45%;
					min-width: 0;*/
    padding: 13px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main__buttons {
    bottom: 15px;
    right: 25px;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .filter-main__buttons {
    bottom: auto;
    height: 105px;
    width: 175px;
    top: 0;
    margin-top: 52.5px;
  }
  body.adaptive .filter-main__buttons button {
    float: none;
  }
  body.adaptive .filter-main__buttons button.apply-btn,
  body.adaptive .filter-main__buttons button.reset-btn {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body.adaptive .filter-main__buttons button.apply-btn {
    top: 0;
  }
  body.adaptive .filter-main__buttons button.reset-btn {
    bottom: 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .section-title__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.adaptive .section-title__name.normal {
    display: block;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .section-title__name {
    letter-spacing: -1.2px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .section-title__name {
    letter-spacing: -1.2px;
  }
}
@media (max-width: 789px) {
  body.adaptive .section-title__readmore span {
    font-size: 14px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .section-title__readmore span {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .section-title__readmore span {
    font-size: 15px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .section-title.section-title_inline .section-title__text {
    padding-right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .section-title.section-title_inline .section-title__text {
    padding-right: 9px;
  }
}
.menu {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item {
  position: relative;
  display: table-cell;
  width: 16.666666666666668%;
}
.menu__item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: rgba(255,255,255,0.15);
  content: "";
}
.menu__item:last-child {
  border-right: 0;
}
.menu__item a {
  display: block;
}
.menu-nav-mobile {
  display: none;
}
.menu-nav-mobile__close:before,
.menu-nav-mobile__close:after {
  content: "";
  display: table;
}
.menu-nav-mobile__close:after {
  clear: both;
}
.menu-nav-mobile__close-btn {
  position: relative;
  float: right;
  background: #005785;
  padding: 20px;
  cursor: pointer;
}
.menu-nav-mobile__close-btn:after {
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.menu-nav-mobile__close-btn:before {
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.menu-nav-mobile__close-btn:after,
.menu-nav-mobile__close-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  margin-left: -10px;
  margin-top: -2px;
  background: #fff;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  content: "";
}
.menu-nav-mobile__wrapper {
  display: none;
}
.menu-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 2px solid #005785;
}
.menu-mobile__item {
  display: block;
  position: relative;
  border-bottom: 2px solid #005785;
}
.menu-mobile__item:last-child,
.menu-mobile__item.last {
  border-bottom: 0;
}
.menu-mobile__link {
  background: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #005785;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.menu-mobile__link.active {
  background: #005785;
  color: #fff;
}
.menu-mobile__link:hover {
  background: #17c2d7;
  color: #fff;
}
@media (max-width: 789px) {
  body.adaptive .menu-nav {
    display: none;
  }
}
@media (max-width: 789px) {
  body.adaptive .menu-nav-mobile {
    display: block;
  }
}
.page-title {
  margin-bottom: 30px;
}
.page-title h1,
.page-title h2 {
  line-height: 1.4;
}
.page-title h1 {
  display: inline;
  margin-top: 0;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 2px solid #b9d22c;
  padding-bottom: 1px;
  color: #515151;
}
.page-title h3 {
  display: inline;
  margin-top: 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 2px solid #b9d22c;
  padding-bottom: 1px;
  color: #4d4d4d;
}
.page-wrapper {
  padding-top: 26px;
  padding-bottom: 26px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.8)), color-stop(#fff), to(rgba(255,255,255,0.8)));
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.8), #fff, rgba(255,255,255,0.8));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,0.8), #fff, rgba(255,255,255,0.8));
  background-image: -o-linear-gradient(left, rgba(255,255,255,0.8), #fff, rgba(255,255,255,0.8));
  background-image: linear-gradient(to right, rgba(255,255,255,0.8), #fff, rgba(255,255,255,0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=1);
  -webkit-box-shadow: 30px 0 100px 0 #fff, -30px 0 100px 0 #fff;
     -moz-box-shadow: 30px 0 100px 0 #fff, -30px 0 100px 0 #fff;
          box-shadow: 30px 0 100px 0 #fff, -30px 0 100px 0 #fff;
}
.page-body {
  padding-left: 20px;
}
@media (max-width: 789px) {
  body.adaptive .page-body {
    padding-left: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .page-body {
    padding-left: 0;
  }
}
.page-body__desc:before,
.page-body__desc:after {
  content: "";
  display: table;
}
.page-body__desc:after {
  clear: both;
}
.page-body__image {
  float: left;
  padding: 4px;
  min-width: 300px;
  max-width: 300px;
  margin-right: 25px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.page-body__image:hover {
  border-color: #315882;
  background: #fff;
}
.page-body__image:active {
  border-color: #3c72ae;
  background: #fff;
}
.page-body__image-wrap {
  display: block;
  overflow: hidden;
}
.page-body__image-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.main__tabs_select {
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 789px) {
  body.adaptive .main__tabs_select {
    text-align: justify;
  }
  body.adaptive .main__tabs_select:after {
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 100%;
    content: "";
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .main__tabs_select {
    text-align: justify;
  }
  body.adaptive .main__tabs_select:after {
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 100%;
    content: "";
  }
}
.main__tabs_select .select-label__select {
  width: 200px;
  text-align: left;
}
.main__tabs {
  display: block;
  font-size: 0;
  font-weight: 400;
  margin-bottom: 30px;
}
.main__tabs .main__tabs__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
.main__tabs .main__tabs__list ul li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 57px;
  margin-top: 10px;
  padding-bottom: 7px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .main__tabs .main__tabs__list ul li {
    margin-right: 40px;
  }
}
.main__tabs .main__tabs__list ul li:after {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 2px;
  background: #b9d22c;
  width: 100%;
  bottom: -1px;
  left: 0;
  content: "";
}
.main__tabs .main__tabs__list ul li:last-child {
  margin-right: 0;
}
.main__tabs .main__tabs__list ul li:hover:after,
.main__tabs .main__tabs__list ul li.active:after {
  opacity: 1;
  visibility: visible;
}
.main__tabs .main__tabs__list ul li a {
  color: #00598b;
  text-decoration: none;
}
.main__list.main__list_table {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.main__list.main__list_table:after {
  display: inline-block;
  vertical-align: top;
  height: 0;
  width: 100%;
  content: "";
}
.main__list.main__list_table .main__list-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 25%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.main__list.main__list_table .main__list-item:hover a {
  text-decoration: underline;
}
@media (max-width: 789px) {
  body.adaptive .main__list.main__list_table .main__list-item {
    width: 100%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .main__list.main__list_table .main__list-item {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .main__list.main__list_table .main__list-item {
    width: 33.333333333333336%;
  }
}
.main__list.main__list_table .main__list-desc {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.main__list.main__list_table .main__list-desc h2 {
  margin: 0;
}
.main__list.main__list_table .main__list-desc a {
  color: #005a86;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.main__list.main__list_table .main__list-desc a:hover {
  text-decoration: underline;
}
.main__list.main__list_table .main__list-image {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.main__list.main__list_table .main__list-image:hover {
  border-color: #315882;
  background: #fff;
}
.main__list.main__list_table .main__list-image:active {
  border-color: #3c72ae;
  background: #fff;
}
.main__list.main__list_table .main__list-image a {
  display: block;
  padding: 9px;
  height: 210px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .main__list.main__list_table .main__list-image a {
    height: auto;
  }
}
.main__list.main__list_table .main__list-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
html.objectfit .main__list.main__list_table .main__list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-home {
  margin-bottom: 25px;
}
.table-home h2 {
  margin-bottom: 30px;
}
.table-home__table {
  width: 100%;
  border-collapse: collapse;
}
.table-home__table tbody td,
.table-home__table tfoot td {
  padding: 10px;
}
.table-home__table tbody td.porch,
.table-home__table tfoot td.porch,
.table-home__table tbody td.porch-name,
.table-home__table tfoot td.porch-name {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #515151;
  border-color: #b9d22c;
  border-style: solid;
  text-align: center;
  background: #fff;
}
.table-home__table tbody td {
  border: 2px solid #e3e3e3;
  text-align: center;
}
.table-home__table tbody td.porch {
  position: relative;
  border-width: 0 2px;
}
.table-home__table tbody td.porch:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 80%;
  background: #e3e3e3;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
}
.table-home__table tbody td.number {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #005180;
  background: #edf7ff;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.table-home__table tbody td.number:hover {
  border-style: double;
  border-color: #bfd142;
  color: #bfd142;
  background: #fff;
}
.table-home__table tbody td.number:active,
.table-home__table tbody td.number.active {
  border-style: double;
  border-color: #315882;
  color: #315882;
  background: #fff;
}
.table-home__table tbody td.number:active .number-popup,
.table-home__table tbody td.number.active .number-popup {
  opacity: 1;
  visibility: visible;
}
.table-home__table tbody td.empty {
  background: #fff;
}
.table-home__table tbody td.porch-left {
  border-left-color: #b9d22c;
}
.table-home__table tbody tr:first-child td.porch,
.table-home__table tbody tr.first td.porch {
  border-width: 2px 2px 0;
}
.table-home__table tbody tr:last-child td,
.table-home__table tbody tr.last td {
  border-bottom: 0;
}
.table-home__table tfoot td.porch {
  border-width: 0 2px 2px;
}
.table-home__table tfoot td.porch-name {
  position: relative;
  border-width: 2px 0;
}
.table-home__table tfoot td.porch-name:last-child {
  border-width: 2px 2px 2px 0;
}
.table-home__table tfoot td.porch-name:after {
  position: absolute;
  right: 0;
  top: 50%;
  height: 60%;
  width: 1px;
  background: #e3e3e3;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.not-empty-info {
  display: none;
}
.home-number-popup {
  display: none;
  position: absolute;
  background: #fff;
  width: 218px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
          box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
  z-index: 100;
  padding: 20px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-align: center;
}
.home-number-popup:after {
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  background: transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  content: "";
}
.number-popup__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 70px;
  margin: 0 auto;
}
.number-popup__name {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #2e527e;
}
.number-popup__name a {
  color: #2e527e;
  text-decoration: none;
}
.number-popup__name a:hover {
  text-decoration: underline;
}
.number-popup__props {
  margin-top: 10px;
}
.number-popup__props p {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #525252;
}
.number-popup__props p:last-child {
  margin-bottom: 0;
}
.number-popup__desc {
  margin-top: 10px;
}
.main-homes {
  margin: 30px 0;
}
.main-homes__tables {
  overflow-x: auto;
}
.main-homes__tables table {
  width: 100%;
  border-collapse: collapse;
}
.main-homes__tables table colgroup col {
  border: 2px solid #e3e3e3;
}
.main-homes__tables table colgroup col.floor {
  border: 2px solid #b9d22c;
}
.main-homes__tables table tbody tr:first-child td.floor,
.main-homes__tables table tbody tr.first td.floor {
  border-top: 2px solid #b9d22c;
}
.main-homes__tables table tbody tr:last-child td.floor,
.main-homes__tables table tbody tr.last td.floor {
  border-bottom: 2px solid #b9d22c;
}
.main-homes__tables table tbody td {
  text-align: center;
  padding: 10px;
  min-width: 20px;
  border-top: 2px solid #e3e3e3;
}
.main-homes__tables table tbody td.floor {
  background: #fff;
/*position: relative;*/
  z-index: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #515151;
  border-top: 0;
/*
          &:after {
            position: absolute;
            width: 80%;
            height: 1px;
            background: $main-homes-normal-color;
            left: 50%;
            bottom: -1px;
            transform: translateX(-50%);
            z-index: 2;

            content: "";
          }*/
}
.main-homes__tables table tbody td.empty {
  background: #fff;
}
.main-homes__tables table tbody td.not-empty {
  color: #005180;
  background: #edf7ff;
  cursor: pointer;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.main-homes__tables table tbody td.not-empty:hover {
  border: 2px solid #bfd142;
  color: #bfd142;
  background: #fff;
}
.main-homes__tables table tbody td.not-empty:active {
  border: 2px solid #315882;
  color: #315882;
  background: #fff;
}
.main-homes__tables table tfoot tr {
  border-top: 2px solid #b9d22c;
}
.main-homes__tables table tfoot td {
  padding: 10px 5px;
  text-align: center;
}
.main-homes__tables table tfoot td.floor {
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: transparent;
}
.main-homes__tables table tfoot td.floor-text {
  background: #fff;
  border: 2px solid #b9d22c;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #515151;
}
.main-homes__tables table tfoot td.empty {
  background: transparent;
  border-bottom: 2px solid transparent;
}
.filter-sidebar {
  background: #d0eafe;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .filter-sidebar {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body.adaptive .filter-sidebar.opened .filter-main {
    display: block;
  }
  body.adaptive .filter-sidebar .filter-main {
    display: none;
  }
}
.filter-sidebar__item {
  border-bottom: 1px solid #b2deea;
}
.filter-sidebar__item:last-child {
  border-bottom: 0;
}
@media (max-width: 789px) {
  body.adaptive .filter-sidebar__item {
    border-bottom: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-sidebar__item {
    border-bottom: 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .filter-main__wrap {
    padding: 0 25px 15px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .filter-main__wrap {
    padding: 0 25px 15px;
  }
}
.mobile-toggle {
  cursor: pointer;
  position: relative;
  display: none;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding: 17px 85px 17px 25px;
  background: #dcf0ff;
}
.mobile-toggle.mobile-nav {
  background: #b9d22c;
  color: #fff;
}
.mobile-toggle.mobile-nav .mobile-toggle__arrow {
  background: #a3bc19;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .mobile-toggle {
    display: block;
  }
}
.mobile-toggle__arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #a2cbea;
}
.mobile-toggle__icon {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-toggle__opened {
  display: none;
}
.mobile-toggle__closed {
  display: block;
}
.filter-tags {
  margin-bottom: 25px;
}
ul.filter-tags__list li:before {
  display: none;
}
.filter-tags__list,
ul.filter-tags__list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-tags__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter-tags__link {
  position: relative;
  display: block;
  background: #daf0fe;
  color: #005989;
  padding: 8px 10px;
  padding-right: 5px;
  text-decoration: none;
  cursor: default;
}
.filter-tags__link span {
  display: inline-block;
  vertical-align: middle;
}
.filter-tags__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-right: 5px;
}
.filter-tags__remove {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.filter-tags__remove:after,
.filter-tags__remove:before {
  position: absolute;
  background: #005989;
  width: 12px;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
  margin-left: -6px;
  content: "";
}
.filter-tags__remove:after {
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.filter-tags__remove:before {
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.other-news {
  margin-top: 30px;
}
.other-news__name .other-news__name-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
}
.other-news__list {
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
.other-news__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: justify;
}
.other-news__list ul:after {
  display: inline-block;
  vertical-align: top;
  height: 0;
  width: 100%;
  content: "";
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .other-news__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.other-news__item {
  display: inline-block;
  width: 33.333333333333336%;
  margin-bottom: 30px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .other-news__item {
    display: block;
    width: auto;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    margin-bottom: 0;
  }
  body.adaptive .other-news__item:first-child,
  body.adaptive .other-news__item.first {
    padding-top: 0;
  }
  body.adaptive .other-news__item:last-child,
  body.adaptive .other-news__item.last {
    border-bottom: 0;
  }
}
.other-news__item-time {
  display: inline-block;
  vertical-align: top;
  width: 85px;
  background: #0dabd7;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.other-news__item-name {
  display: inline-block;
  vertical-align: top;
  color: #005a86;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  margin-left: -85px;
  padding-left: 105px;
  line-height: 1.4;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.other-news__item-name a {
  color: #005a86;
  text-decoration: none;
}
.other-news__item-name a:link,
.other-news__item-name a:visited {
  color: #005a86;
  text-decoration: none;
}
.other-news__item-name a:hover {
  text-decoration: underline;
}
.gallery-plan {
  position: relative;
  display: block;
}
.gallery-plan__big-item {
  outline: none;
}
.gallery-plan__big-item-name {
  padding-right: 65px;
}
.gallery-plan__main-image a {
  display: block;
  outline: none;
}
.gallery-plan__main-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.gallery-plan__thumbs {
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-plan__thumbs-wrap {
  cursor: pointer;
  padding-top: 15px;
}
.gallery-plan__thumbs-item {
  padding: 0 5px;
  outline: none;
}
.gallery-plan__thumbs-item.active .gallery-plan__thumbs-item-image {
  border-color: #2e517b;
}
.gallery-plan__thumbs-item.active .gallery-plan__thumbs-item-image:before {
  opacity: 1;
  visibility: visible;
}
.gallery-plan__thumbs-item.active .gallery-plan__thumbs-item-desc {
  color: #2e517b;
}
.gallery-plan__thumbs-item-image {
  position: relative;
  border: 2px solid #e2e2e2;
  height: 130px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.gallery-plan__thumbs-item-image:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin-top: -9px;
  margin-left: -8.5px;
  background-image: url("../images/sprite.png");
  background-position: -29px -262px;
  width: 17px;
  height: 9px;
}
.gallery-plan__thumbs-item-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.gallery-plan__thumbs-item-desc {
  text-align: center;
  color: #335a83;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.gallery {
  margin-bottom: 30px;
}
.gallery h2,
.gallery h3 {
  margin-bottom: 24px;
}
.gallery ul.gallery__list {
  list-style: none;
}
.gallery ul.gallery__list li:before {
  display: none;
}
.gallery .gallery__list {
  margin: 0;
  padding: 0;
}
.gallery .gallery__item-image {
  display: inline-block;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  padding: 4px;
}
.gallery .gallery__item-image:hover {
  border-color: #315882;
  background: #fff;
}
.gallery .gallery__item-image:active {
  border-color: #3c72ae;
  background: #fff;
}
.gallery .gallery__item-link {
  overflow: hidden;
}
.gallery .gallery__item-link a {
  display: block;
}
.gallery .gallery__item-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
}
.gallery__arrows {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}
.gallery__arrows a {
  margin-left: 12px;
}
.gallery__arrows a:first-child {
  margin-left: 0;
}
.gallery.dinamic {
  position: relative;
}
.gallery.dinamic .gallery__list {
  margin: 0 -5px;
}
.gallery.dinamic .gallery__item {
  outline: none;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery.dinamic .gallery__item-image {
  display: block;
}
.gallery.static .gallery__list {
  font-size: 0;
  margin: 0 -10px;
  text-align: left;
}
.gallery.static .gallery__item {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .gallery.static .gallery__item {
    width: 25%;
  }
}
@media (max-width: 600px) {
  body.adaptive .gallery.static .gallery__item {
    width: 33.333333333333336%;
  }
}
@media (max-width: 390px) {
  body.adaptive .gallery.static .gallery__item {
    width: 50%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .gallery.static .gallery__item {
    width: 25%;
  }
}
.gallery-btn {
  text-align: center;
}
.gallery-btn a {
  display: inline-block;
  width: auto;
}
.other-article {
  background: #f9f9f9;
  padding: 30px 0 0;
  -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
     -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
          box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}
.other-article__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #515151;
}
.other-article__list {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 789px) {
  body.adaptive .other-article__list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .other-article__list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.other-article__item {
  display: inline-block;
  width: 33.333333333333336%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.other-article__item:hover a {
  text-decoration: underline;
}
@media (max-width: 789px) {
  body.adaptive .other-article__item {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .other-article__item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.other-article__item-image {
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  border-width: 1px;
  border-style: solid;
  padding: 9px;
}
.other-article__item-image:hover {
  border-color: #315882;
  background: #fff;
}
.other-article__item-image:active {
  border-color: #3c72ae;
  background: #fff;
}
.other-article__item-link {
  overflow: hidden;
}
.other-article__item-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.other-article__item-desc {
  padding: 15px 0;
  font-weight: 300;
}
.other-article__item-desc a {
  font-size: 16px;
  font-size: 1rem;
  color: #005a86;
  text-decoration: none;
}
.other-article__item-location {
  color: #616161;
  font-size: 0;
}
.other-article__item-location span,
.other-article__item-location i {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.other-article__item-location i {
  font-size: 26px;
  font-size: 1.625rem;
  color: #0dabd7;
}
@media (max-width: 789px) {
  body.adaptive .other-article__item-location i {
    display: none;
  }
}
.other-article__item-location span {
  padding-left: 10px;
}
@media (max-width: 789px) {
  body.adaptive .other-article__item-location span {
    padding-left: 0;
  }
}
.scheme-homes {
  margin-bottom: 25px;
}
.scheme-homes h2 {
  margin-bottom: 30px;
}
.scheme-homes__image {
  border: 1px solid #e3e3e3;
  padding: 20px;
}
.scheme-homes__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.snipe-lens {
  border: 20px solid #fff;
}
.tabs-homes {
  margin-bottom: 25px;
}
.tabs-homes__list {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.tabs-homes__item {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  width: 20%;
  padding: 0 5px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .tabs-homes__item {
    width: 33.333333333333336%;
  }
}
@media (max-width: 400px) {
  body.adaptive .tabs-homes__item {
    width: 50%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .tabs-homes__item {
    width: 33.333333333333336%;
  }
}
.tabs-homes__item a {
  color: #00598b;
}
.tabs-homes__item a:hover {
  text-decoration: none;
}
.home-map {
  position: relative;
  margin-bottom: 25px;
}
.home-map-popup {
  position: absolute;
  background: #fff;
  width: 410px;
  padding: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 789px) {
  body.adaptive .home-map-popup {
    top: 20px;
    left: 10px;
    right: 10px;
    width: auto;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.home-map-popup__address {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  background: #0dabd7;
  color: #fff;
  padding: 15px;
  padding-left: 65px;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 789px) {
  body.adaptive .home-map-popup__address {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.home-map-popup__address:before {
  position: absolute;
  top: 50%;
  left: 0;
  border: 100px solid transparent;
  border-left: 40px solid #089bc4;
  margin-top: -100px;
  content: "";
  z-index: 1;
}
.home-map-popup__text {
  position: relative;
  z-index: 2;
}
.home-map-iframe {
  overflow: hidden;
  height: 220px;
}
.block-more {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 28px;
}
.block-more__info {
  padding-right: 28px;
}
@media (max-width: 789px) {
  body.adaptive .block-more__info {
    padding-right: 0;
  }
}
.block-more__image {
  position: relative;
}
@media (max-width: 789px) {
  body.adaptive .block-more__image {
    margin-top: 30px;
  }
}
.block-more__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-more__zoom {
  position: absolute;
  top: 0;
  right: 0;
}
.search-list__name h3 {
  font-weight: 500;
}
.search-list__coincidence {
  text-decoration: underline;
}
.search-list__item {
  font-family: 'Roboto';
  font-weight: 400;
  border-bottom: 1px solid #efefef;
  padding: 30px 0 15px;
}
.search-list__item:first-child,
.search-list__item.first {
  padding-top: 15px;
}
.search-list__item strong,
.search-list__item b {
  color: #04527e;
  font-weight: 700;
}
.search-list__selection {
  color: #04527e;
  font-weight: 700;
}
.search-block {
  margin-bottom: 25px;
}
.search-block__form {
  position: relative;
  width: 60%;
}
@media (max-width: 789px) {
  body.adaptive .search-block__form {
    width: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .search-block__form {
    width: auto;
  }
}
.search-block__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.search-block__query input {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  border: 3px solid #315882;
  height: 47px;
  line-height: 41px;
  outline: none;
  padding-left: 10px;
  padding-right: 57px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #525252;
}
.search-block__query input::-webkit-input-placeholder {
  color: #525252;
}
.search-block__query input:-moz-placeholder {
  color: #525252;
}
.search-block__query input::-moz-placeholder {
  color: #525252;
}
.search-block__query input:-ms-input-placeholder {
  color: #525252;
}
.search-block__query input::placeholder {
  color: #525252;
}
.btn-top {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #bfd142;
  background-color: #fff;
  color: #bfd142;
  z-index: 999;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-top:hover {
  border-color: #bfd142;
  background-color: #bfd142;
  color: #fff;
}
.btn-top:active {
  border-color: #89b82e;
  background-color: #89b82e;
  color: #fff;
}
.btn-top.show {
  opacity: 1;
  visibility: visible;
}
.btn-top__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-top__link i {
  font-size: 32px;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  .nav-page {
    margin-bottom: 30px;
  }
  .nav-page.opened .mobile-toggle__closed {
    display: none;
  }
  .nav-page.opened .mobile-toggle__opened {
    display: block;
  }
  .nav-page.opened nav {
    display: block;
  }
  .nav-page nav {
    display: none;
  }
}
.nav-page__item-toggle {
  display: none;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .nav-page__item-toggle {
    display: block;
  }
}
.nav-page__item-toggle-opened,
.nav-page__item-toggle-closed {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
  line-height: 1;
}
.nav-page__item-toggle-opened {
  display: none;
}
.nav-page__item-toggle-closed {
  display: block;
}
.nav-page__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .nav-page__list {
    border: 3px solid #b9d22c;
    border-top: 0;
  }
}
.nav-page__item {
  display: block;
  margin-bottom: 10px;
}
.nav-page__item ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 3px solid #bfd142;
  border-top: 0;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-page__item ul li {
  border-bottom: 1px solid #e2e2e2;
}
.nav-page__item ul li:first-child,
.nav-page__item ul li.first {
  padding-top: 10px;
}
.nav-page__item ul li:last-child,
.nav-page__item ul li.last {
  border-bottom: 0;
  padding-bottom: 10px;
}
.nav-page__item ul li a {
  display: block;
  padding: 15px 22px;
  color: #335a83;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
/*
														&:before
																font-family: "FontAwesome";
																content: "\f0da";
				*/
}
.nav-page__item ul li a span,
.nav-page__item ul li a:before {
  display: inline;
  vertical-align: middle;
}
.nav-page__item ul li a:hover {
  text-decoration: underline;
}
.nav-page__item ul li a.active {
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .nav-page__item {
    margin-bottom: 0;
    border-bottom: 2px solid #b9d22c;
  }
  body.adaptive .nav-page__item:last-child,
  body.adaptive .nav-page__item.last {
    border-bottom: 0;
  }
  body.adaptive .nav-page__item a.nav-page__link {
    border: 0;
    background: #fff;
    color: #282828;
    text-align: left;
  }
  body.adaptive .nav-page__item a.nav-page__link.active,
  body.adaptive .nav-page__item a.nav-page__link:active {
    background: rgba(191,209,66,0.6);
    color: #000;
  }
  body.adaptive .nav-page__item a.nav-page__link:hover {
    background: rgba(191,209,66,0.6);
    color: #000;
  }
  body.adaptive .nav-page__item a.nav-page__link + ul {
    display: none !important;
  }
  body.adaptive .nav-page__item ul {
    border: 0;
    padding: 0;
  }
  body.adaptive .nav-page__item ul li {
    padding: 0;
    border-top: 2px solid #b9d22c;
    border-bottom: 0;
  }
  body.adaptive .nav-page__item ul li a {
    background: #fff;
    color: #282828;
    text-align: left;
    padding: 15px 30px;
  }
  body.adaptive .nav-page__item ul li a:hover,
  body.adaptive .nav-page__item ul li a.active {
    font-weight: inherit;
    background: rgba(191,209,66,0.6);
    color: #000;
  }
  body.adaptive .nav-page__item ul li a.active {
    font-weight: inherit;
  }
  body.adaptive .nav-page__item ul li a:before {
    display: none;
  }
  body.adaptive .nav-page__item.mobile-open > a .nav-page__item-toggle-opened {
    display: block;
  }
  body.adaptive .nav-page__item.mobile-open > a .nav-page__item-toggle-closed {
    display: none;
  }
  body.adaptive .nav-page__item.mobile-open > a + ul {
    display: block !important;
  }
}
.nav-page__link {
  position: relative;
  display: block;
}
.nav-page__link.active + ul {
  display: block;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .nav-page__link.active + ul {
    display: none;
  }
}
.search__form {
  position: relative;
  display: block;
}
.search__form:hover .search__btn {
  background-color: #3c72ae;
}
.search__form.active .search__input {
  width: 880px;
}
@media (max-width: 789px) {
  body.adaptive .search__form.active .search__input {
    width: 200px;
  }
}
@media (max-width: 350px) {
  body.adaptive .search__form.active .search__input {
    width: 185px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .search__form.active .search__input {
    width: 460px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .search__form.active .search__input {
    width: 660px;
  }
}
.search__form.active .search__btn {
  background-color: #315882;
}
.search__btn {
  position: relative;
  background-color: #315882;
  width: 47px;
  height: 47px;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (max-width: 789px) {
  body.adaptive .search__btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .search__btn {
    width: 45px;
    height: 45px;
  }
}
.search__input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 0;
  overflow: hidden;
  -webkit-transition-property: width;
  -o-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.search__input input {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px;
  width: 100%;
  border: 3px solid #315882;
  height: 47px;
  line-height: 41px;
  outline: none;
  border-right: 0;
  color: #525252;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.search__input input::-ms-clear {
  display: none;
}
.search__input input::-webkit-input-placeholder {
  color: #525252;
}
.search__input input:-moz-placeholder {
  color: #525252;
}
.search__input input::-moz-placeholder {
  color: #525252;
}
.search__input input:-ms-input-placeholder {
  color: #525252;
}
.search__input input::placeholder {
  color: #525252;
}
@media (max-width: 789px) {
  body.adaptive .search__input input {
    height: 40px;
    line-height: 34px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .search__input input {
    height: 45px;
    line-height: 39px;
  }
}
.breadcrumbs {
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}
.breadcrumbs__wrap {
  padding-bottom: 25px;
}
.breadcrumbs__list {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: inline;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
}
.breadcrumbs__item:last-child,
.breadcrumbs__item.last {
  margin-left: 0;
}
.breadcrumbs__item:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  content: "";
  background-image: url("../images/sprite.png");
  background-position: -299px -111px;
  width: 13px;
  height: 9px;
}
.breadcrumbs__item.active span,
.breadcrumbs__item.active a {
  color: #03517e;
}
.breadcrumbs__item.active:after {
  display: none;
}
.breadcrumbs__link,
.breadcrumbs__text {
  display: inline;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.breadcrumbs__text {
  text-decoration: none;
}
.breadcrumbs__link {
  color: #535353;
  text-decoration: underline;
}
.breadcrumbs__link:link,
.breadcrumbs__link:visited {
  color: #535353;
  text-decoration: underline;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:active {
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #242424;
}
.breadcrumbs__link:active {
  color: #535353;
}
.pagination {
  font-family: 'Roboto', sans-serif;
}
.pagination__wrap {
  text-align: center;
  padding: 24px 0;
  font-size: 0;
}
.pagination__list > ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__list > ul li.pagination__item:before {
  display: none;
}
.pagination__name,
.pagination__list,
.pagination__next {
  display: inline-block;
  vertical-align: middle;
}
.pagination__name,
.pagination__item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
}
.pagination__name {
  padding-right: 14px;
}
@media (max-width: 789px) {
  body.adaptive .pagination__name {
    padding-right: 3px;
    padding-top: 2px /*
            float: left;*/;
  }
}
.pagination__item {
  display: inline-block;
  margin: 0 1px;
}
.pagination__item.active .pagination__text {
  color: #315882;
  border: 1px solid #315882;
}
.pagination__text {
  display: block;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  color: #515151;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination__text:link,
.pagination__text:visited {
  color: #515151;
}
.pagination__text:hover {
  color: #3c72ae;
  border: 1px solid #3c72ae;
}
.pagination__text:active {
  color: #315882;
  border: 1px solid #315882;
}
@media (max-width: 789px) {
  body.adaptive .pagination__text {
    height: 23px;
    line-height: 23px;
    padding: 0 4px;
  }
}
.pagination__next {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 33px;
}
@media (max-width: 789px) {
  body.adaptive .pagination__next {
    font-size: 0;
    padding-left: 10px;
  }
}
.pagination__next a {
  vertical-align: middle;
  color: #005785;
  text-decoration: none;
}
.pagination__next a span {
  padding-right: 12px;
}
@media (max-width: 789px) {
  body.adaptive .pagination__next a span {
    padding-right: 0;
  }
}
.pagination__next a:after {
  vertical-align: middle;
  display: inline-block;
  content: "";
  background-image: url("../images/sprite.png");
  background-position: -161px -183px;
  width: 22px;
  height: 16px;
}
.pagination__next a:hover {
  color: #315882;
}
.pagination__next a:hover:after {
  background-image: url("../images/sprite.png");
  background-position: -37px -231px;
  width: 22px;
  height: 16px;
}
.pagination__next a:active {
  color: #315882;
}
.pagination__next a:active:after {
  background-image: url("../images/sprite.png");
  background-position: 0px -231px;
  width: 22px;
  height: 16px;
}
.slide-toggle {
  display: block;
  margin-bottom: 30px;
}
.slide-toggle.job__item {
  margin-bottom: 10px;
}
.slide-toggle.job__item-wrap > .slide-toggle__item-header,
.slide-toggle.slide-toggle__wrap > .slide-toggle__item-header {
  margin-bottom: 10px;
}
.slide-toggle.job__item-wrap > .slide-toggle__item-content .slide-toggle__item-header,
.slide-toggle.slide-toggle__wrap > .slide-toggle__item-content .slide-toggle__item-header {
  background: #005180;
  color: #fff;
}
.slide-toggle.job__item-wrap > .slide-toggle__item-content .slide-toggle__item-location i,
.slide-toggle.slide-toggle__wrap > .slide-toggle__item-content .slide-toggle__item-location i,
.slide-toggle.job__item-wrap > .slide-toggle__item-content .slide-toggle__item-location span,
.slide-toggle.slide-toggle__wrap > .slide-toggle__item-content .slide-toggle__item-location span {
  color: #fff;
}
.slide-toggle.job__item-wrap > .slide-toggle__item-content .slide-toggle__item-toggle,
.slide-toggle.slide-toggle__wrap > .slide-toggle__item-content .slide-toggle__item-toggle {
  background: #00446a;
}
.slide-toggle:last-child,
.slide-toggle.last {
  margin-bottom: 0;
}
.slide-toggle.slide-toggle__not-wrap.slide-toggle__item-opened > .slide-toggle__item-header,
.slide-toggle.slide-toggle__not-wrap.opened > .slide-toggle__item-header {
  background: #005180;
  color: #fff;
}
.slide-toggle.slide-toggle__not-wrap.slide-toggle__item-opened > .slide-toggle__item-header .slide-toggle__item-location i,
.slide-toggle.slide-toggle__not-wrap.opened > .slide-toggle__item-header .slide-toggle__item-location i,
.slide-toggle.slide-toggle__not-wrap.slide-toggle__item-opened > .slide-toggle__item-header .slide-toggle__item-location span,
.slide-toggle.slide-toggle__not-wrap.opened > .slide-toggle__item-header .slide-toggle__item-location span {
  color: #fff;
}
.slide-toggle.slide-toggle__not-wrap.slide-toggle__item-opened > .slide-toggle__item-header .slide-toggle__item-toggle,
.slide-toggle.slide-toggle__not-wrap.opened > .slide-toggle__item-header .slide-toggle__item-toggle {
  background: #00446a;
}
.slide-toggle.slide-toggle__item-opened > .slide-toggle__item-header .slide-toggle__item-name,
.slide-toggle.opened > .slide-toggle__item-header .slide-toggle__item-name {
  border-bottom: 0;
}
.slide-toggle.slide-toggle__item-opened > .slide-toggle__item-header .slide-toggle__item-toggle .slide-toggle__item-toggle-opened,
.slide-toggle.opened > .slide-toggle__item-header .slide-toggle__item-toggle .slide-toggle__item-toggle-opened {
  display: block;
}
.slide-toggle.slide-toggle__item-opened > .slide-toggle__item-header .slide-toggle__item-toggle .slide-toggle__item-toggle-closed,
.slide-toggle.opened > .slide-toggle__item-header .slide-toggle__item-toggle .slide-toggle__item-toggle-closed {
  display: none;
}
.slide-toggle__item-header {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #005180;
  display: block;
  background: #dcf0ff;
  padding: 11px 0;
}
.slide-toggle__item-header:before,
.slide-toggle__item-header:after {
  content: "";
  display: table;
}
.slide-toggle__item-header:after {
  clear: both;
}
.slide-toggle__item-name {
  float: left;
  margin-left: 27px;
  border-bottom: 1px dotted #005180;
}
.slide-toggle__item-location {
  font-size: 0;
  float: right;
  margin-right: 72px;
}
@media (max-width: 789px) {
  body.adaptive .slide-toggle__item-location {
    display: none;
  }
}
.slide-toggle__item-location span {
  padding-left: 10px;
}
.slide-toggle__item-location i,
.slide-toggle__item-location span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  color: #0dabd7;
}
.slide-toggle__item-toggle {
  cursor: pointer;
  background: #cae5f8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52px;
}
.slide-toggle__item-toggle-opened {
  display: none;
}
.slide-toggle__item-toggle-icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slide-toggle__item-content {
  display: none;
  background: #fff;
  border: 2px solid #005180;
  border-top: 0;
  padding: 27px;
}
.slide-toggle__item-content.wrap {
  padding: 0;
  border: 0;
  background: none;
  margin-top: 10px;
}
.site-item-form {
  margin-top: 30px;
}
.site-form {
  width: 440px;
  background: #dcf0ff;
}
.site-form.popup {
  width: auto;
}
.site-form.popup .site-form__item.textarea textarea {
  padding-left: 35px;
}
.site-form.big {
  width: auto;
}
.site-form.big form {
  margin: 0 -10px;
}
.site-form.big form:before,
.site-form.big form:after {
  content: "";
  display: table;
}
.site-form.big form:after {
  clear: both;
}
@media (max-width: 789px) {
  body.adaptive .site-form.big form {
    margin: 0;
  }
}
.site-form.big .site-form__item {
  float: left;
  width: 33.333333333333336%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 789px) {
  body.adaptive .site-form.big .site-form__item {
    float: none;
    width: auto;
    padding: 0;
  }
}
.site-form.big .site-form__item.textarea {
  width: 100%;
}
.site-form.big .site-form__item.textarea textarea {
  padding-left: 35px;
}
.site-form.big .site-form__item.buttons {
  width: 100%;
}
.site-form.big .site-form__item.buttons .site-form__buttons {
  text-align: left;
}
@media (max-width: 789px) {
  body.adaptive .site-form.big .site-form__item.buttons .site-form__buttons {
    text-align: center;
  }
  body.adaptive .site-form.big .site-form__item.buttons .site-form__buttons button {
    display: inline-block;
    margin: 0 5px;
  }
}
@media (max-width: 500px) {
  body.adaptive .site-form.big .site-form__item.buttons .site-form__buttons button {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .site-form {
    width: auto;
  }
}
.site-form__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #005180;
  padding: 15px 20px;
  border-bottom: 1px solid #acd2ee;
}
.site-form__form {
  display: block;
  padding: 20px;
}
.site-form__item {
  margin-bottom: 23px;
}
.site-form__item:last-child,
.site-form__item.last {
  margin-bottom: 0;
}
.site-form__item label {
  margin: 0;
  padding: 0;
}
.site-form__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #005180;
  margin-bottom: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.site-form__field-wrap {
  position: relative;
}
.site-form__field {
  font-size: 0;
}
.site-form__field input,
.site-form__field textarea {
  border: 1px solid #aed1df;
  background: #fff;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  -moz-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.site-form__field input:hover,
.site-form__field textarea:hover {
  border-color: #75cde6;
  background: #f7fafc;
}
.site-form__field input:active,
.site-form__field textarea:active {
  border-color: #aed1df;
  background: #fff;
}
.site-form__field input:focus,
.site-form__field textarea:focus {
  border-color: #aed1df;
  background: #fff;
}
.site-form__field input::-webkit-input-placeholder,
.site-form__field textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.site-form__field input:-moz-placeholder,
.site-form__field textarea:-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.site-form__field input::-moz-placeholder,
.site-form__field textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.site-form__field input:-ms-input-placeholder,
.site-form__field textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.site-form__field input::placeholder,
.site-form__field textarea::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.site-form__field input:invalid,
.site-form__field textarea:invalid {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.site-form__field textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: none;
}
.site-form__field input[type="text"],
.site-form__field input[type="email"] {
  width: 100%;
  padding: 0 15px 0 35px;
  margin: 0;
  height: 36px;
  line-height: 36px;
}
.site-form__field input[type="text"]::-ms-clear,
.site-form__field input[type="email"]::-ms-clear {
  display: none;
}
.site-form__field-file-open {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #005180;
  text-decoration: underline;
  width: 30%;
  text-align: center;
}
@media (max-width: 789px) {
  body.adaptive .site-form__field-file-open {
    display: none;
  }
}
.site-form__field-file-open span {
  cursor: pointer;
}
.site-form__field-file {
  cursor: pointer;
  padding: 0 15px 0 35px;
  margin: 0;
  height: 36px;
  line-height: 36px;
  width: 70%;
  border: 1px solid #aed1df;
  background: #fff;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  -moz-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.site-form__field-file:hover {
  border-color: #75cde6;
  background: #f7fafc;
}
.site-form__field-file:active {
  border-color: #aed1df;
  background: #fff;
}
.site-form__field-file:focus {
  border-color: #aed1df;
  background: #fff;
}
@media (max-width: 789px) {
  body.adaptive .site-form__field-file {
    display: block;
    width: auto;
  }
}
.site-form__field-file input[type="file"] {
  display: none;
}
.site-form__field-file,
.site-form__field-file-open {
  display: inline-block;
}
.site-form__buttons {
  text-align: center;
  font-size: 0;
}
.site-form__buttons button {
  margin: 0 5px;
}
@media (max-width: 789px) {
  body.adaptive .site-form__buttons button {
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 400px) {
  body.adaptive .site-form__buttons button {
    min-width: 100%;
  }
}
.site-form__icon {
  position: absolute;
  top: 50%;
  left: 11px;
}
.site-form__icon-name {
  margin-top: -9.5px;
  background-image: url("../images/sprite.png");
  background-position: -267px -100px;
  width: 14px;
  height: 19px;
}
.site-form__icon-phone {
  margin-top: -7.5px;
  background-image: url("../images/sprite.png");
  background-position: -267px -231px;
  width: 15px;
  height: 15px;
}
.site-form__icon-mail {
  margin-top: -4.5px;
  background-image: url("../images/sprite.png");
  background-position: -61px -262px;
  width: 14px;
  height: 9px;
}
.site-form__icon-file {
  margin-top: -8.5px;
  background-image: url("../images/sprite.png");
  background-position: 0px -262px;
  width: 14px;
  height: 17px;
}
.site-form__icon-paint {
  top: 0;
  margin-top: 8px;
  background-image: url("../images/sprite.png");
  background-position: -267px -197px;
  width: 13px;
  height: 19px;
}
.site-form__icon-location {
  margin-top: -9.5px;
  background-image: url("../images/sprite.png");
  background-position: -109px -62px;
  width: 13px;
  height: 19px;
}
.props {
  margin-top: 30px;
}
.props h2 {
  margin-bottom: 24px;
}
.tovar-tabs__content-mobile {
  display: none;
}
@media (max-width: 789px) {
  body.adaptive .tovar-tabs__content-mobile {
    display: block;
  }
}
.tovar-tabs__header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
}
.tovar-tabs__header ul li {
  display: inline-block;
  width: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 0;
}
.tovar-tabs__header ul li:before {
  display: none;
}
@media (max-width: 789px) {
  body.adaptive .tovar-tabs__header ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tovar-tabs__header ul li a {
  color: #fff;
  background: #01507d;
  padding: 14px 24px;
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.tovar-tabs__header ul li a:link,
.tovar-tabs__header ul li a:visited,
.tovar-tabs__header ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.tovar-tabs__header ul li a span {
  border-bottom: 2px dotted #fff;
}
@media (max-width: 789px) {
  body.adaptive .tovar-tabs__header ul li a span {
    border-bottom: 0;
  }
}
.tovar-tabs__header ul li.active {
  font-weight: 700;
}
.tovar-tabs__header ul li.active a {
  border: 1px solid #c5e6ff;
  border-bottom: 0;
  background: #fff;
  color: #515151;
}
.tovar-tabs__header ul li:last-child a,
.tovar-tabs__header ul li.last a {
  border-right: 1px solid #c5e6ff;
}
.tovar-tabs__header ul.column-3 li {
  width: 33.333333333333336%;
}
.tovar-tabs__header ul.column-4 li {
  width: 25%;
}
.tovar-tabs__content {
  background: #fff;
  border: 1px solid #c5e6ff;
  padding: 25px;
  margin-top: -1px;
}
.tovar-tabs__close {
  display: none;
}
body.show-popup {
  overflow: hidden;
}
.js-popup.opened {
  opacity: 1;
  visibility: visible;
}
.js-popup.opened-fade {
  visibility: visible;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0,67,103,0.75);
  opacity: 0;
  visibility: hidden;
}
body.show-popup .popup-bg {
  opacity: 1;
  visibility: visible;
}
.popup-block-wrap {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-block {
  position: relative;
  margin: 100px auto;
  background: #dcf0ff;
  width: 440px;
}
.popup-block.size-1160 {
  width: 1160px;
}
@media (max-width: 1200px) {
  body.adaptive .popup-block.size-1160 {
    width: auto;
    margin: 20px;
  }
}
@media (max-width: 580px) {
  body.adaptive .popup-block {
    width: auto;
    margin: 20px;
  }
}
.popup-block blockquote {
  background: #fff;
}
.popup__name {
  position: relative;
}
.popup__close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52px;
  background: #cae5f8;
  cursor: pointer;
}
.popup__close:after {
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  content: "";
}
.popup__close:before {
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  content: "";
}
.popup__close:after,
.popup__close:before {
  width: 25px;
  height: 2px;
  margin-left: -12.5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #005180;
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.popup__buttons {
  font-size: 0;
  text-align: center;
}
.popup__buttons button {
  margin: 0 5px;
}
@media (max-width: 789px) {
  body.adaptive .popup__buttons button {
    width: 45%;
  }
}
@media (max-width: 460px) {
  body.adaptive .popup__buttons button {
    min-width: 100%;
    width: auto;
    display: block;
    margin: 0;
    margin-bottom: 5px;
  }
  body.adaptive .popup__buttons button:last-child {
    margin-bottom: 0;
  }
}
.select-form__select {
  width: 100%;
}
.select-form__select .jq-selectbox__select {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #aed1df;
  height: 36px;
  background: #fff;
  padding-left: 0;
}
.select-form__select.select-box__vac .jq-selectbox__select {
  height: 28px;
}
.select-form__select .jq-selectbox__select:hover {
  background: #f7fafc;
}
.select-form__select .jq-selectbox__select .jq-selectbox__select-text {
  font-size: 14px;
  font-size: 0.875rem;
  height: 36px;
  line-height: 36px;
  color: #515151;
  padding-left: 35px;
}
.select-form__select.not_icon .jq-selectbox__select .jq-selectbox__select-text {
  padding-left: 15px;
}
.select-form__select.select-box__vac .jq-selectbox__select .jq-selectbox__select-text {
  height: 28px;
  line-height: 28px;
}
.select-form__select .jq-selectbox__select .jq-selectbox__select-text.placeholder {
  color: #515151;
}
.select-form__select .jq-selectbox__select .jq-selectbox__select-text:before {
  position: absolute;
  left: 11px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -9.5px;
  content: "";
  background-image: url("../images/sprite.png");
  background-position: -109px -62px;
  width: 13px;
  height: 19px;
}
.select-form__select.not_icon .jq-selectbox__select .jq-selectbox__select-text:before {
  display: none;
}
.select-form__select .jq-selectbox__select .jq-selectbox__trigger {
  border-left: 0;
}
.select-form__select .jq-selectbox__select .jq-selectbox__trigger-arrow {
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.select-form__select .jq-selectbox__select .jq-selectbox__trigger-arrow:after {
  position: absolute;
  font-family: 'FontAwesome';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f107";
}
.select-form__select .jq-selectbox__dropdown {
  position: relative;
  border: 1px solid #75cde6;
  background: #fff;
  margin-top: 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  padding: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.select-form__select .jq-selectbox__dropdown:after {
  position: absolute;
  top: -8px;
  margin-left: -7px;
  left: 50%;
  cursor: default;
  content: "";
  background-image: url("../images/sprite.png");
  background-position: -90px -262px;
  width: 14px;
  height: 8px;
}
.select-form__select .jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-form__select .jq-selectbox__dropdown ul li {
  color: #525252;
  padding: 11px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.select-form__select .jq-selectbox__dropdown ul li:nth-child(2n) {
  background: #eaeef2;
}
.select-form__select .jq-selectbox__dropdown ul li:hover {
  background: #315882;
  color: #fff;
}
.select-form__select .jq-selectbox__dropdown ul li.sel {
  position: relative;
  background: #315882;
  color: #fff;
  padding: 11px 37px 11px 11px;
}
.select-form__select .jq-selectbox__dropdown ul li.sel span {
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.select-form__select .jq-selectbox__dropdown ul li.sel:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  background-image: url("../images/sprite.png");
  background-position: 0px -294px;
  width: 15px;
  height: 10px;
  content: "";
}
.select-form__select.opened .jq-selectbox__select .jq-selectbox__trigger-arrow:after {
  content: "\f106";
}
.select-form__select.focused .jq-selectbox__select {
  border: 1px solid #aed1df;
}
.list-and-title {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
@media (max-width: 789px) {
  body.adaptive .list-and-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.list-and-title__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.list-and-title__item:hover a {
  text-decoration: underline;
}
@media (max-width: 789px) {
  body.adaptive .list-and-title__item {
    width: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .list-and-title__item {
    width: 50%;
  }
}
.list-and-title__item-wrap {
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}
.list-and-title__item-wrap:hover {
  border-color: #315882;
  background: #fff;
}
.list-and-title__item-wrap:active {
  border-color: #3c72ae;
  background: #fff;
}
.list-and-title__item-image-link {
  overflow: hidden;
}
.list-and-title__item-image-link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.list-and-title__item-name {
  padding: 20px 0;
  text-align: center;
}
.list-and-title__item-name h2 {
  margin: 0;
}
.list-and-title__item-name a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #005a86;
  text-decoration: none;
}
.block-top__image__plan {
  padding: 50px;
}
.block-top {
  background: #fff;
  border: 1px solid #c5e6ff;
  margin-bottom: 30px;
}
.block-top_nav .block-top__left {
  width: 45%;
}
.block-top_nav .block-top__right {
  width: 55%;
}
.block-top_right .block-top__left {
  float: right;
}
.block-top_right .block-top__right {
  float: left;
}
.block-top:before,
.block-top:after {
  content: "";
  display: table;
}
.block-top:after {
  clear: both;
}
.block-top__all {
  margin-top: 25px;
}
.block-top__all a {
  text-decoration: none;
  border-bottom: 1px dotted #333;
}
.block-top__mobile-image {
  display: none;
}
.block-top__mobile-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 789px) {
  body.adaptive .block-top__mobile-image {
    display: block;
  }
}
.block-top__left,
.block-top__right {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .block-top__left,
  body.adaptive .block-top__right {
    float: none;
    width: auto;
  }
}
.block-top__left {
  float: left;
  padding: 25px;
  width: 35%;
}
.block-top__left-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #005180;
  margin-bottom: 15px;
}
.block-top__right {
  float: right;
  width: 65%;
}
@media (max-width: 789px) {
  body.adaptive .block-top__right {
    display: none;
  }
}
.block-top__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-top__button {
  margin-top: 25px;
}
@media (max-width: 789px) {
  body.adaptive .block-top__button {
    text-align: center;
  }
  body.adaptive .block-top__button a {
    width: auto;
    display: inline-block;
  }
}
.banner-one {
  position: relative;
  background: #dcf0ff;
  height: 241px;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (max-width: 789px) {
  body.adaptive .banner-one {
    height: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .banner-one {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .banner-one {
    height: auto;
  }
}
.banner-one__image {
  position: absolute;
  top: -22px;
  right: -39px;
  background: url("../images/banner-1.png") no-repeat;
  width: 441px;
  height: 286px;
}
@media (max-width: 789px) {
  body.adaptive .banner-one__image {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .banner-one__image {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .banner-one__image {
    display: none;
  }
}
.banner-one__table {
  position: relative;
  z-index: 2;
  display: table;
  height: 100%;
}
.banner-one__table td {
  padding: 30px;
}
.banner-one__table td p {
  margin: 0;
  margin-bottom: 5px;
}
.banner-one__table td p.banner-one__p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #005180;
}
@media (max-width: 789px) {
  body.adaptive .banner-one__table td p.banner-one__p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #515151;
  }
}
.banner-one__table td p.banner-one__h {
  font-family: 'BebasBold';
  font-size: 32px;
  font-size: 2rem;
  color: #005989;
  line-height: 1.1;
  margin-top: 10px;
}
@media (max-width: 789px) {
  body.adaptive .banner-one__table td p.banner-one__h {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Roboto';
    color: #515151;
  }
}
.banner-one__p span.banner-one__btn {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  background: #b9d22c;
}
/* Блоки на главной странице */
.home-slider-wrap {
  position: relative;
}
.home-slider__bg {
  background-color: #fff;
}
.home-slider__item {
  position: relative;
  outline: none;
}
.home-slider__image {
  display: block;
  width: auto;
  height: auto;
/*
		max-width: 100%;
		max-height: 100%;
			*/
}
.home-slider__desc {
  position: absolute;
  top: 38px;
  right: 35px;
  width: 442px;
}
.home-slider__desc > p {
  font-size: 32px;
  font-size: 2rem;
  font-family: 'BebasBold', sans-serif;
  color: #005989;
  line-height: 1.4;
}
.home-slider__readmore {
  margin-top: 20px;
}
.home-slider-arrow {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.home-slider-pagination-wrap {
  margin-top: 2px;
}
.home-slider-pagination__item {
  outline: none;
}
.home-slider-pagination__item a {
  outline: none;
  display: block;
  text-decoration: none;
}
.home-slider-pagination__item.active .home-slider-pagination__image-container img,
.home-slider-pagination__item:hover .home-slider-pagination__image-container img {
  opacity: 1;
}
.home-slider-pagination__item.active .home-slider-pagination__desc,
.home-slider-pagination__item:hover .home-slider-pagination__desc {
  background: #f9f9f9;
}
.home-slider-pagination__image-container {
  background: #000;
  overflow: hidden;
}
.home-slider-pagination__image-container img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
html.objectfit .home-slider-pagination__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-pagination__desc {
  color: #005989;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 11px 15px;
  background: #eee;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
  border-left: 1px solid #fff;
}
.home-slider-pagination__desc:first-child {
  border-left: 0;
}
@media (max-width: 789px) {
  body.adaptive .home-slider-arrow {
    display: none;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-slider__readmore {
    margin-top: 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-slider__desc {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 10px 10px 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(20%, rgba(255,255,255,0.5)), color-stop(20%, #fff));
    background-image: -webkit-linear-gradient(top, transparent 5%, rgba(255,255,255,0.5) 20%, #fff);
    background-image: -moz-linear-gradient(top, transparent 5%, rgba(255,255,255,0.5) 20%, #fff);
    background-image: -o-linear-gradient(top, transparent 5%, rgba(255,255,255,0.5) 20%, #fff);
    background-image: linear-gradient(to bottom, transparent 5%, rgba(255,255,255,0.5) 20%, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=0);
  }
  body.adaptive .home-slider__desc > p {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-slider__desc {
    top: 62px;
    right: 19px;
    width: 344px;
  }
  body.adaptive .home-slider__desc > p {
    letter-spacing: -0.9px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-slider__desc {
    right: 18px;
  }
}
.home-slider__image_lg,
.home-slider__image_md,
.home-slider__image_sm,
.home-slider__image_xs {
  display: none !important;
}
@media (min-width: 1360px) {
  body.adaptive .home-slider__image_lg {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-slider__image_md {
    display: block !important;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-slider__image_sm {
    display: block !important;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-slider__image_xs {
    display: block !important;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-slider__image {
    height: 340px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-slider__image {
    height: 425px;
    max-width: none;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-slider__image {
    height: 425px;
    max-width: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-slider-pagination__image-container img {
    height: 116px;
    max-width: none;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-slider-pagination__image-container img {
    max-width: none;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-slider-pagination__desc {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-slider-pagination__desc {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 16px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-slider-pagination__desc {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 16px 15px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-slider-pagination-wrap {
    margin-top: 0;
  }
}
.home-selection {
  padding: 30px 0 43px;
}
.home-selection__form {
  position: relative;
  z-index: 2;
}
.home-selection__bg {
  position: absolute;
  top: -47px;
  right: 0;
  background: url("../images/home-selection_bg.png") no-repeat;
  width: 436px;
  height: 261px;
  z-index: 1;
}
.home-selection__table {
  display: table;
  width: 100%;
  height: 214px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-selection__td {
  display: table-cell;
}
.home-selection__city {
  width: 192px;
  border-right: 1px solid #b2deea;
}
.home-selection__apartments {
  width: 374px;
  border-right: 1px solid #b2deea;
}
.home-selection__area {
  width: 194px;
  border-right: 1px solid #b2deea;
}
.home-selection__buttons {
  font-size: 0;
  position: relative;
}
.home-selection__nav {
  font-size: 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.home-selection__nav-name {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #515151;
  margin: 0;
}
.home-selection__nav-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-left: 32px;
  padding: 0;
  padding-bottom: 9px;
}
.home-selection__nav-list li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 32px;
  vertical-align: text-bottom;
}
.home-selection__nav-list li:last-child {
  margin-right: 0;
}
.home-selection__nav-list li a {
  position: relative;
  color: #00598b;
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  top: 10px;
}
.home-selection__nav-list li a:link,
.home-selection__nav-list li a:visited {
  color: #00598b;
  text-decoration: none;
}
.home-selection__nav-list li a:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #b9d22c;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  content: "";
}
.home-selection__nav-list li.active a:after,
.home-selection__nav-list li:hover a:after {
  opacity: 1;
  visibility: visible;
}
.home-selection__tabs {
  background: #dcf0ff;
}
.home-selection__tab {
  display: none;
  position: relative;
}
.home-selection__tab.opened {
  display: block;
}
@media (max-width: 789px) {
  body.adaptive .home-selection {
    padding-bottom: 30px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__buttons {
    position: static;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__table {
    display: block;
    height: auto;
    padding: 0 10px 15px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__table {
    position: relative;
    display: block;
    height: auto;
    padding: 0 25px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__table {
    height: 205px;
  }
}
@media (max-width: 789px) {
  .home-selection__td {
    display: block;
    border-right: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  .home-selection__td {
    display: block;
    border-right: none;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__bg {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__bg {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__bg {
    background: url("../images/home-selection_bg_960.png") no-repeat;
    width: 277px;
    height: 219px;
    top: -14px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__city {
    width: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__city {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__city {
    width: 143px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__apartments {
    width: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__apartments {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__apartments {
    width: 321px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__area {
    width: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__area {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__area {
    border-right: 0;
    width: 173px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__nav {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__nav {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__nav-name {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__nav-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__nav-name {
    letter-spacing: -1.2px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-selection__nav-list {
    display: block;
    margin-left: 0;
  }
  body.adaptive .home-selection__nav-list li {
    font-size: 14px;
    font-size: 0.875rem;
    width: 50%;
    margin-right: 0;
  }
  body.adaptive .home-selection__nav-list li a {
    padding-bottom: 12px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-selection__nav-list {
    margin-left: 70px;
  }
  body.adaptive .home-selection__nav-list li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 67px;
  }
  body.adaptive .home-selection__nav-list li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__nav-list {
    margin-left: 70px;
    letter-spacing: -1.1px;
  }
  body.adaptive .home-selection__nav-list li {
    margin-right: 54px;
  }
  body.adaptive .home-selection__nav-list li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-selection__tabs {
    position: relative;
    z-index: 1;
  }
}
.home-directions {
  padding: 0 0 34px;
}
@media (max-width: 789px) {
  body.adaptive .home-directions {
    padding-bottom: 30px;
  }
}
.home-directions__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,0.11);
     -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,0.11);
          box-shadow: 0 0 13px 0 rgba(0,0,0,0.11);
}
@media (max-width: 789px) {
  body.adaptive .home-directions__table {
    display: block;
  }
}
.home-directions__tr {
  display: table-row;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__tr {
    display: block;
  }
}
.home-directions__td {
  position: relative;
  display: table-cell;
  width: 33.333333333333336%;
  border: 1px solid #c5e6ff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s;
}
.home-directions__td:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  background: transparent;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  content: "";
}
.home-directions__td:hover {
  border-color: #c3e30c;
}
.home-directions__td:hover:before {
  background: #c3e30c;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__td {
    position: relative;
    display: block;
    width: auto;
  }
  body.adaptive .home-directions__td ~ div {
    margin-top: -1px;
  }
  body.adaptive .home-directions__td:hover {
    z-index: 2;
  }
  body.adaptive .home-directions__td:before {
    top: auto;
    bottom: -1px;
    width: 100%;
    height: 1px;
  }
  body.adaptive .home-directions__td:last-child:before {
    display: none;
  }
}
.home-directions__link {
  display: block;
  text-decoration: none;
  padding: 22px 22px 22px 182px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__link {
    min-height: 150px;
    padding: 14px 22px 22px 138px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-directions__link {
    padding: 38px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-directions__link {
    padding: 21px 8px 22px 146px;
  }
}
.home-directions__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto;
  max-width: 130px;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__image {
    left: 19px;
    max-width: 90px;
    top: 15px;
    bottom: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-directions__image {
    left: 10px;
    top: 10px;
    max-width: 85px;
    bottom: auto;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-directions__image {
    bottom: auto;
    top: 25px;
    left: 19px;
    max-width: 107px;
  }
}
.home-directions__content {
  margin-top: 29px;
}
.home-directions__content.text p {
  font-size: 13px;
  color: #333;
  line-height: 1.3;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__content {
    margin-top: 18px;
  }
  body.adaptive .home-directions__content.text p {
    font-size: 12px;
    font-weight: 300;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-directions__content {
    margin-top: 92px;
    margin-left: 31px;
    margin-right: 31px;
  }
  body.adaptive .home-directions__content.text p {
    font-size: 12px;
    font-weight: 300;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-directions__content {
    margin-top: 22px;
  }
  body.adaptive .home-directions__content.text p {
    font-size: 12px;
    font-weight: 300;
  }
}
.home-directions__desc a {
  color: #005180;
  text-decoration: none;
}
.home-directions__desc a:hover {
  text-decoration: underline;
}
.home-directions__desc h3 {
  color: #005a86;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__desc span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-directions__desc span {
    position: absolute;
    top: 38px;
    left: 108px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-directions__desc span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
}
.home-directions__desc ul {
  margin: 0;
  padding: 0;
  padding-left: 16px;
  list-style: square;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__desc ul {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-directions__desc ul {
    padding-left: 5px;
  }
}
.home-directions__desc ul li {
  color: #005180;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}
.home-directions__desc ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 789px) {
  body.adaptive .home-directions__desc ul li {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 9px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-directions__desc ul li {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-directions__desc ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.home-objects {
  background-color: #fff;
  background-image: url("../images/object-bg-left.jpg"), url("../images/object-bg-right.jpg");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
.home-objects__list {
  padding-top: 28px;
  padding-bottom: 20px;
}
.home-objects__row {
  margin-left: -15px;
  margin-right: -15px;
  text-align: justify;
  font-size: 0;
}
.home-objects__row:after {
  display: inline-block;
  vertical-align: top;
  height: 0;
  width: 100%;
  content: "";
}
.home-objects__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-objects__item-image {
  padding: 9px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.home-objects__item-image:hover {
  border-color: #315882;
  background: #fff;
}
.home-objects__item-image:active {
  border-color: #3c72ae;
  background: #fff;
}
.home-objects__item-image a {
  display: block;
  overflow: hidden;
}
.home-objects__item-image img {
  display: block;
}
html.objectfit .home-objects__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
html.no-objectfit .home-objects__item-image img {
  width: 100%;
  max-height: 100%;
}
.home-objects__item-desc {
  text-align: center;
}
.home-objects__item-desc h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.home-objects__item-desc a {
  color: #005a86;
  text-decoration: none;
  padding: 17px;
  display: block;
}
.home-objects__item-desc a:hover {
  text-decoration: underline;
}
.home-objects__item:hover a {
  text-decoration: underline;
}
@media (max-width: 789px) {
  body.adaptive .home-objects__item {
    display: block;
    width: auto;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-objects__item-desc h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-objects__item-desc h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-objects__item-image {
    padding: 4px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-objects__item-image {
    padding: 4px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-objects__item-image a {
    height: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-objects__item-image a {
    height: 230px;
  }
}
.home-news__item-title {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-weight: 400;
  color: #005a86;
}
.home-news__item-title a,
.home-news__item-title a:link,
.home-news__item-title a:visited {
  color: #005a86;
  text-decoration: none;
}
.home-news__item-title a:hover {
  text-decoration: underline;
}
.home-news {
  padding-top: 34px;
  padding-bottom: 40px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 2px 3.46px 6px 0 rgba(0,0,1,0.031);
     -moz-box-shadow: inset 2px 3.46px 6px 0 rgba(0,0,1,0.031);
          box-shadow: inset 2px 3.46px 6px 0 rgba(0,0,1,0.031);
}
.home-news__list {
  padding-top: 28px;
}
.home-news__list:before,
.home-news__list:after {
  content: "";
  display: table;
}
.home-news__list:after {
  clear: both;
}
.home-news__left {
  float: left;
  width: 67.5%;
}
.home-news__right {
  float: right;
  width: 32.5%;
}
.home-news__item {
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-news__item:first-child {
  border-top: 1px solid #dbdbdb;
}
.home-news__item-content {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  width: 78%;
  vertical-align: middle;
  padding: 0 17px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
.home-news__item-desc {
  font-size: 0;
}
.home-news__item-desc:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  content: "";
}
.home-news__item-desc time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #0dabd7;
  color: #fff;
  padding: 12px 5px;
  text-align: center;
  width: 18%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
.home-news__item-main-image {
  float: left;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 9px;
  width: 47.3%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 22px;
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.home-news__item-main-image:hover {
  border-color: #315882;
  background: #fff;
}
.home-news__item-main-image:active {
  border-color: #3c72ae;
  background: #fff;
}
.home-news__item-main-image a {
  display: block;
}
.home-news__item-main-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
html.objectfit .home-news__item-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news__item-main-content {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 17px;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}
.home-news__item-main-content h4 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-weight: 400;
  color: #005a86;
}
.home-news__item-main-content h4 a,
.home-news__item-main-content h4 a:link,
.home-news__item-main-content h4 a:visited {
  color: #005a86;
  text-decoration: none;
}
.home-news__item-main-text {
  font-size: 14px;
}
.home-news__item-main-desc {
  padding-top: 16px;
  padding-right: 15px;
}
.home-news__item-main-desc time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #0dabd7;
  color: #fff;
  padding: 12px 5px;
  text-align: center;
  min-width: 85px;
  vertical-align: middle;
}
.home-news__item-main-title {
  font-family: 'Roboto', sans-serif;
  margin: 17px 0 0;
  font-weight: 400;
  color: #005a86;
}
.home-news__item-main-title a {
  color: #005a86;
  text-decoration: none;
}
.home-news__item-main-title a:hover {
  text-decoration: underline;
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-main-title {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    margin: 0;
    padding: 0 17px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-main-header time {
    width: 18%;
    min-width: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-main-header {
    font-size: 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__left {
    width: auto;
    float: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__left {
    width: auto;
    float: none;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__right {
    width: auto;
    float: none;
    margin-top: 10px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__right {
    width: auto;
    float: none;
    font-size: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-news__list {
    padding-top: 24px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item-main:before,
  body.adaptive .home-news__item-main:after {
    content: "";
    display: table;
  }
  body.adaptive .home-news__item-main:after {
    clear: both;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-main-desc {
    padding-right: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item-main-desc {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-news__item-main-desc {
    padding-top: 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-main-image {
    float: none;
    width: auto;
    padding: 4px;
    margin-right: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item-main-image {
    padding: 4px;
    width: 30%;
    margin-right: 38px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-news__item-main-image {
    margin-right: 19px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-main-content {
    padding: 0;
    padding-top: 15px;
  }
  body.adaptive .home-news__item-main-content h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item-main-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-news__item-main-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-main-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item-main-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-news__item-main-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item {
    display: inline-block;
    width: 33.333333333333336%;
    border: 0;
    padding: 23px 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-news__item-content {
    font-size: 12px;
    font-size: 0.75rem;
    width: 82%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item-content {
    font-size: 12px;
    font-size: 0.75rem;
    vertical-align: top;
    width: 66%;
    padding: 0 20px 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-news__item-content {
    font-size: 12px;
    font-size: 0.75rem;
    width: 75%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-news__item-desc time {
    vertical-align: top;
    width: 34%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-news__item-desc time {
    width: 25%;
  }
}
.home-advantages {
  background: url("../images/advantages_bg.jpg") no-repeat;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 40px 0;
}
.home-advantages__image-mobile {
  display: none;
  vertical-align: middle;
  max-width: 30px;
}
.home-advantages__content {
  background: #fff;
  min-height: 100px;
  padding: 20px 28px;
}
.home-advantages__block:before,
.home-advantages__block:after {
  content: "";
  display: table;
}
.home-advantages__block:after {
  clear: both;
}
.home-advantages__block-image {
  float: left;
  width: 46.8%;
  padding-top: 40px;
}
.home-advantages__block-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.home-advantages__block-text {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 45px;
  line-height: 1.44;
  color: #515151;
}
.home-advantages__block-text p {
  margin: 0;
  margin-bottom: 6px;
}
.home-advantages__block-text p:last-child {
  margin-bottom: 0;
}
.home-advantages__block-link {
  display: none;
  margin-top: 15px;
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__block-link {
    display: block;
  }
}
.home-advantages__list {
  display: table;
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #e8e8e8;
}
.home-advantages__item {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  font-size: 0;
  padding: 36px 15px 36px 32px;
  border-right: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home-advantages__item:last-child {
  border-right: 0;
}
.home-advantages__item-icon,
.home-advantages__item-title {
  display: inline-block;
  vertical-align: middle;
}
.home-advantages__item-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  max-width: 190px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .home-advantages {
    padding: 30px 0;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__image-mobile {
    display: inline-block;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__list {
    display: block;
    width: auto;
    background-color: #fff;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__item {
    display: block;
    width: auto;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
  }
  body.adaptive .home-advantages__item:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-advantages__item {
    padding: 8px;
    font-size: 0;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-advantages__item {
    padding: 15px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__item-title {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: none;
    width: 100%;
    margin-left: -30px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-advantages__item-title {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: 95px;
    word-wrap: break-word;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-advantages__item-title {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: 120px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-advantages__item-icon {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__content {
    padding: 20px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-advantages__content {
    padding: 27px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-advantages__content {
    padding: 20px 21px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-advantages__section-title {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-advantages__section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-advantages__section-readmore.section-title__readmore .section-title__text {
    padding-right: 20px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__block-image {
    float: none;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-advantages__block-image {
    max-width: 235px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-advantages__block-image {
    max-width: 300px;
  }
}
@media (max-width: 789px) {
  body.adaptive .home-advantages__block-text {
    padding-top: 30px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .home-advantages__block-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
    padding-top: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .home-advantages__block-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    padding-top: 39px;
  }
}
/* Страница списка новостей */
.news__item {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.news__item:first-child,
.news__item.first {
  padding-top: 0;
}
.news__item:before,
.news__item:after {
  content: "";
  display: table;
}
.news__item:after {
  clear: both;
}
@media (max-width: 789px) {
  body.adaptive .news__item {
    border-bottom: 0;
  }
}
.news__item-left {
  float: left;
  width: 300px;
}
@media (max-width: 789px) {
  body.adaptive .news__item-left {
    float: none;
    width: auto;
    max-width: 300px;
  }
}
.news__item-right {
  margin-left: 320px;
}
@media (max-width: 789px) {
  body.adaptive .news__item-right {
    margin-left: 0;
  }
}
.news__item-image {
  position: relative;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.news__item-image:hover {
  border-color: #315882;
  background: #fff;
}
.news__item-image:active {
  border-color: #3c72ae;
  background: #fff;
}
.news__item-image a {
  display: block;
  overflow: hidden;
  margin: 4px;
}
.news__item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 789px) {
  body.adaptive .news__item-image img {
    max-width: none;
    width: 100%;
  }
}
.news__item-header {
  font-size: 0;
  margin-bottom: 20px;
}
@media (max-width: 789px) {
  body.adaptive .news__item-header {
    margin-bottom: 0;
  }
}
.news__item-time,
.news__item-title {
  position: relative;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.news__item-time {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #0dabd7;
  width: 85px;
  padding: 12px 0;
  z-index: 2;
}
.news__item-time_mobile {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.news__item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #005785;
  width: 100%;
  margin: 0;
  margin-left: -85px;
  padding-left: 105px;
  z-index: 1;
}
@media (max-width: 789px) {
  body.adaptive .news__item-title {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .news__item-title {
    padding-left: 0;
    margin-left: 0;
  }
}
.news__item-title a {
  color: #005785;
  text-decoration: none;
}
.news__item-title a:link,
.news__item-title a:visited {
  color: #005785;
  text-decoration: none;
}
.news__item-title a:hover {
  text-decoration: underline;
}
/* Страница новости*/
.news-item__left {
  float: left;
  width: 517px;
  margin-right: 22px;
}
@media (max-width: 789px) {
  body.adaptive .news-item__left {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .news-item__left {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .news-item__left {
    width: 400px;
  }
}
.news-item__image {
  position: relative;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .news-item__image {
    display: inline-block;
  }
}
.news-item__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.news-item__image-wrap {
  margin: 4px;
  overflow: hidden;
}
.news-item__header {
  font-size: 0;
  margin-bottom: 20px;
}
.news-item__time {
  position: relative;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #0dabd7;
  width: 85px;
  padding: 12px 0;
  z-index: 2;
  line-height: 1.5;
}
/* Страница о компании */
.adv-main {
  display: block;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
}
.adv-main__table {
  display: table;
  width: 100%;
}
@media (max-width: 789px) {
  body.adaptive .adv-main__table {
    display: block;
    width: auto;
  }
}
.adv-main__cell {
  display: table-cell;
  width: 25%;
  font-size: 0;
  border-right: 1px solid #e8e8e8;
  padding: 20px;
}
.adv-main__cell:last-child,
.adv-main__cell.last {
  border-right: 0;
}
.adv-main__cell span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 789px) {
  body.adaptive .adv-main__cell {
    display: block;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  body.adaptive .adv-main__cell:last-child,
  body.adaptive .adv-main__cell.last {
    border-bottom: 0;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .adv-main__cell {
    padding: 10px;
  }
  body.adaptive .adv-main__cell span.icon {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .adv-main__cell {
    padding: 10px;
  }
  body.adaptive .adv-main__cell span.icon {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
         -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
.adv-main__text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.adv-main__text-1 {
  margin-left: -42px;
  padding-left: 57px;
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .adv-main__text-1 {
    padding-left: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .adv-main__text-1 {
    padding-left: 30px;
  }
}
.adv-main__text-2 {
  margin-left: -57px;
  padding-left: 72px;
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .adv-main__text-2 {
    padding-left: 57px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .adv-main__text-2 {
    padding-left: 40px;
  }
}
.adv-main__text-3 {
  margin-left: -48px;
  padding-left: 63px;
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .adv-main__text-3 {
    padding-left: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .adv-main__text-3 {
    padding-left: 35px;
  }
}
.adv-main__text-4 {
  margin-left: -66px;
  padding-left: 81px;
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .adv-main__text-4 {
    padding-left: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .adv-main__text-4 {
    padding-left: 44px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .adv-main__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .adv-main__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.about-company-list {
  display: block;
  font-size: 0;
  margin: 20px -15px 10px;
}
.about-company-list:after {
  display: inline-block;
  vertical-align: top;
  height: 0;
  width: 100%;
  content: "";
}
@media (max-width: 789px) {
  body.adaptive .about-company-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-company-list__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.about-company-list__item h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #525252;
}
@media (max-width: 789px) {
  body.adaptive .about-company-list__item {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 30px;
  }
}
.about-company-list__image {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 9px;
}
.about-company-list__image-wrap {
  overflow: hidden;
}
.about-company-list__image-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
html.objectfit .about-company-list__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-company-list__desc {
  padding-top: 16px;
}
/* Страница вакансий */
.job__filter {
  background: #dcf0ff;
  margin-bottom: 30px;
  padding: 10px 20px;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .job__filter {
    padding: 20px;
  }
}
.job-filter__form form {
  font-size: 0;
  display: block;
  text-align: justify;
  text-justify: distribute;
}
.job-filter__form form:after {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 100%;
  content: "";
}
.job-filter__start {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  color: #005785;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .job-filter__start {
    display: block;
    margin-bottom: 15px;
  }
}
.job-filter__select-box {
  display: inline-block;
  vertical-align: middle;
  width: 302px;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .job-filter__select-box {
    display: block;
    width: auto;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  .job-filter__select-box {
    width: 170px;
  }
}
.job-filter__buttons {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .job-filter__buttons {
    display: block;
  }
}
.job-filter__buttons button {
  width: 142px;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.job__item-form {
  display: block;
  margin-top: 30px;
}
.job-form {
  width: 440px;
  background: #dcf0ff;
}
@media (max-width: 789px) {
  body.adaptive .job-form {
    width: auto;
  }
}
.job-form__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #005180;
  padding: 15px 20px;
  border-bottom: 1px solid #acd2ee;
}
.job-form__form {
  display: block;
  padding: 20px;
}
.job-form__item {
  margin-bottom: 23px;
}
.job-form__item:last-child,
.job-form__item.last {
  margin-bottom: 0;
}
.job-form__item label {
  margin: 0;
  padding: 0;
}
.job-form__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #005180;
  margin-bottom: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-wrap: break-word;
}
.job-form__field-wrap {
  position: relative;
}
.job-form__field {
  font-size: 0;
}
.job-form__field input,
.job-form__field textarea {
  border: 1px solid #aed1df;
  background: #fff;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  -moz-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.job-form__field input:hover,
.job-form__field textarea:hover {
  border-color: #75cde6;
  background: #f7fafc;
}
.job-form__field input:active,
.job-form__field textarea:active {
  border-color: #aed1df;
  background: #fff;
}
.job-form__field input:focus,
.job-form__field textarea:focus {
  border-color: #aed1df;
  background: #fff;
}
.job-form__field input::-webkit-input-placeholder,
.job-form__field textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.job-form__field input:-moz-placeholder,
.job-form__field textarea:-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.job-form__field input::-moz-placeholder,
.job-form__field textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.job-form__field input:-ms-input-placeholder,
.job-form__field textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.job-form__field input::placeholder,
.job-form__field textarea::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  opacity: 1;
}
.job-form__field textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: none;
}
.job-form__field input[type="text"] {
  width: 100%;
  padding: 0 15px 0 35px;
  margin: 0;
  height: 36px;
  line-height: 36px;
}
.job-form__field-file-open {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #005180;
  text-decoration: underline;
  width: 30%;
  text-align: center;
}
@media (max-width: 789px) {
  body.adaptive .job-form__field-file-open {
    display: none;
  }
}
.job-form__field-file-open span {
  cursor: pointer;
}
.job-form__field-file {
  cursor: pointer;
  padding: 0 15px 0 35px;
  margin: 0;
  height: 36px;
  line-height: 36px;
  width: 70%;
  border: 1px solid #aed1df;
  background: #fff;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  -moz-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.job-form__field-file:hover {
  border-color: #75cde6;
  background: #f7fafc;
}
.job-form__field-file:active {
  border-color: #aed1df;
  background: #fff;
}
.job-form__field-file:focus {
  border-color: #aed1df;
  background: #fff;
}
@media (max-width: 789px) {
  body.adaptive .job-form__field-file {
    display: block;
    width: auto;
  }
}
.job-form__field-file input[type="file"] {
  display: none;
}
.job-form__field-file,
.job-form__field-file-open {
  display: inline-block;
}
.job-form__buttons {
  text-align: center;
  font-size: 0;
}
.job-form__buttons button {
  margin: 0 5px;
}
@media (max-width: 789px) {
  body.adaptive .job-form__buttons button {
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 400px) {
  body.adaptive .job-form__buttons button {
    min-width: 100%;
  }
}
.job-form__icon {
  position: absolute;
  top: 50%;
  left: 11px;
}
.job-form__icon-name {
  margin-top: -9.5px;
  background-image: url("../images/sprite.png");
  background-position: -267px -100px;
  width: 14px;
  height: 19px;
}
.job-form__icon-phone {
  margin-top: -7.5px;
  background-image: url("../images/sprite.png");
  background-position: -267px -231px;
  width: 15px;
  height: 15px;
}
.job-form__icon-mail {
  margin-top: -4.5px;
  background-image: url("../images/sprite.png");
  background-position: -61px -262px;
  width: 14px;
  height: 9px;
}
.job-form__icon-file {
  margin-top: -8.5px;
  background-image: url("../images/sprite.png");
  background-position: 0px -262px;
  width: 14px;
  height: 17px;
}
/* Страница "Лица компании" */
.lica__item-content {
  padding: 0 !important;
}
.lica__table {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .lica__table {
    display: block;
    width: auto;
  }
}
.lica__tr {
  display: table-row;
}
.lica__tr:last-child .lica__td {
  border-bottom: 0;
}
@media (max-width: 789px) {
  body.adaptive .lica__tr {
    display: block;
  }
}
.lica__td {
  display: table-cell;
  width: 50%;
  padding: 18px 26px;
  border-right: 1px solid #d9e5ec;
  border-bottom: 1px solid #d9e5ec;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lica__td:last-child {
  border-right: 0;
}
@media (max-width: 789px) {
  body.adaptive .lica__td {
    display: block;
    border-right: 0;
    width: auto;
  }
}
.lica-item__post {
  font-weight: 400;
  color: #005180;
  margin-top: 10px;
}
.lica-item__contacts {
  color: #515151;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
}
.lica-item__contacts table {
  border-collapse: collapse;
}
.lica-item__contacts table td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.lica-item__contacts-text {
  padding-left: 5px;
}
.lica-item__contacts-text a {
  text-decoration: none;
}
/* Страница "Контакты" */
.contacts-map {
  position: relative;
  border: 1px solid #e8e8e8;
  min-height: 480px;
}
.contacts-map iframe {
  display: block;
}
.contacts-map__popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 434px;
  background: #fff;
  border-right: 1px solid #e8e8e8;
  z-index: 1;
}
@media (min-width: 790px) and (max-width: 991px), (max-width: 789px) {
  body.adaptive .contacts-map__popup {
    position: static;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }
}
.contacts-map__popup-header {
  background: #dcf0ff;
  padding: 15px;
  font-size: 0;
  text-align: justify;
}
.contacts-map__popup-header:after {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 100%;
  content: "";
}
@media (max-width: 789px) {
  body.adaptive .contacts-map__popup-header {
    padding: 10px;
  }
}
.contacts-map__popup-header-name {
  font-family: 'Roboto', sans-serif;
  color: #515151;
  display: block;
  float: left;
}
@media (max-width: 789px) {
  body.adaptive .contacts-map__popup-header-name {
    margin-top: 4px;
  }
}
.contacts-map__popup-header-name span,
.contacts-map__popup-header-name i {
  display: inline-block;
  vertical-align: middle;
}
.contacts-map__popup-header-name span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 10px;
}
@media (max-width: 789px) {
  body.adaptive .contacts-map__popup-header-name span {
    padding-left: 5px;
    letter-spacing: -1px;
  }
}
.contacts-map__popup-header-name i {
  font-size: 26px;
  font-size: 1.625rem;
  color: #0dabd7;
}
@media (max-width: 789px) {
  body.adaptive .contacts-map__popup-header-name i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.contacts-map__popup-header-select {
  display: block;
  float: right;
}
.contacts-map__select {
  width: 250px;
}
@media (max-width: 789px) {
  body.adaptive .contacts-map__select {
    width: 130px;
  }
}
.contacts-map__popup-content {
  padding: 24px;
}
.contacts-map__popup-content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  color: #515151;
  margin: 0;
  margin-bottom: 15px;
}
.contacts-map__popup-content-time {
  border-bottom: 1px solid #ece6dd;
  padding-bottom: 25px;
}
.contacts-map__popup-content-time table td span.name {
  width: 120px;
}
.contacts-map__popup-content-list {
  padding-top: 22px;
  padding-bottom: 25px;
}
.contacts-map__popup-content-list table td {
  vertical-align: middle;
  padding: 8px 0;
}
.contacts-map__popup-content-list table td.text-td {
  padding-left: 15px;
}
.contacts-map__table {
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  line-height: 1.4;
}
.contacts-map__table td {
  vertical-align: top;
  padding: 0;
}
.contacts-map__table td span.name {
  color: #03517e;
}
.contacts-map__popup-content-item {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #515151;
  line-height: 1.3;
}
.contacts-map__popup-content-item:before,
.contacts-map__popup-content-item:after {
  content: "";
  display: table;
}
.contacts-map__popup-content-item:after {
  clear: both;
}
.contacts-map__popup-content-item-key {
  float: left;
  color: #03517e;
  padding-right: 5px;
}
@media (max-width: 789px) {
  body.adaptive .contacts-map__popup-content-item-key {
    float: none;
    padding-right: 0;
  }
}
#maps {
  display: block;
  height: 480px;
  width: 100%;
}
/* Страница "Каталог раздел" */
.razdel__mobile-image {
  display: none;
}
.razdel__mobile-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 789px) {
  body.adaptive .razdel__mobile-image {
    display: block;
  }
}
.razdel__item {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 0;
}
.razdel__item:hover {
  border-color: #315882;
  background: #fff;
}
.razdel__item:active {
  border-color: #3c72ae;
  background: #fff;
}
.razdel__content,
.razdel__image {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.razdel__content {
  width: 45%;
  padding: 25px;
  vertical-align: middle;
}
.razdel__content .razdel__content-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  color: #515151;
  margin-bottom: 15px;
}
@media (max-width: 789px) {
  body.adaptive .razdel__content {
    display: block;
    width: 100%;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .razdel__content {
    width: 65%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .razdel__content {
    width: 65%;
  }
}
.razdel__city {
  font-size: 16px;
  font-size: 1rem;
  color: #005180;
  margin-bottom: 10px;
}
.razdel__image {
  width: 55%;
  overflow: hidden;
  vertical-align: top;
}
.razdel__image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 789px) {
  body.adaptive .razdel__image {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .razdel__image {
    width: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .razdel__image {
    width: 35%;
  }
}
/* Страница "Каталог продукции" */
.katalog {
  margin: 30px 0 0;
}
.katalog__list {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.katalog__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .katalog__item {
    display: block;
    width: auto;
  }
}
.katalog__item-wrap {
  border-color: #e2e2e2;
  background: #fff;
  -webkit-transition-property: border-color, background;
  -o-transition-property: border-color, background;
  -moz-transition-property: border-color, background;
  transition-property: border-color, background;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  border-width: 2px;
  border-style: solid;
  height: 250px;
  overflow: hidden;
}
.katalog__item-wrap:hover {
  border-color: #315882;
  background: #fff;
}
.katalog__item-wrap:active {
  border-color: #3c72ae;
  background: #fff;
}
@media (max-width: 789px) {
  body.adaptive .katalog__item-wrap {
    height: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .katalog__item-wrap {
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .katalog__item-wrap {
    height: 200px;
  }
}
.katalog__item-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #335a83;
  padding: 25px 15px 0;
  text-align: center;
  height: 70px;
  overflow: hidden;
  margin-bottom: 0 !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.katalog__item-name a {
  color: #335a83;
  text-decoration: none;
}
.katalog__item-name a:link,
.katalog__item-name a:visited,
.katalog__item-name a:hover {
  color: #335a83;
  text-decoration: none;
}
@media (max-width: 789px) {
  body.adaptive .katalog__item-name {
    height: auto;
    padding-bottom: 25px;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .katalog__item-name {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .katalog__item-name {
    height: 70px;
  }
}
.katalog__item-image {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  height: 180px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 789px) {
  body.adaptive .katalog__item-image {
    height: auto;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .katalog__item-image {
    height: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .katalog__item-image {
    height: 130px;
  }
}
.katalog__item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
/* Страница "Карточка товара" */
.border-image.kartochka-tovar {
  float: left;
  width: 300px;
  margin-right: 20px;
}
@media (max-width: 789px) {
  body.adaptive .border-image.kartochka-tovar {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.border-image.kartochka-tovar .border-image-link {
  padding: 20px 0;
}
.border-image.kartochka-tovar img {
  margin: 0 auto;
}
/* Страница "404" */
.page-code {
  font-size: 245px;
  font-size: 15.3125rem;
  font-weight: 700;
  color: #005785;
  text-align: center;
}
@media (max-width: 789px) {
  body.adaptive .page-code {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media (min-width: 790px) and (max-width: 991px) {
  body.adaptive .page-code {
    font-size: 150px;
    font-size: 9.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  body.adaptive .page-code {
    font-size: 200px;
    font-size: 12.5rem;
  }
}
.page-code__content {
  padding-left: 30px;
}
@media (max-width: 789px) {
  body.adaptive .page-code__content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.page-code__content-t1 {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 500;
  color: #17c2d7;
  margin-bottom: 30px;
}
@media (max-width: 789px) {
  body.adaptive .page-code__content-t1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page-code__content-t2 {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Roboto';
  color: #005785;
  margin-bottom: 30px;
}
.page-code__content-t3 {
  margin-bottom: 30px;
}
.page-code__content-t3 a {
  text-decoration: none;
}
.page-code__content-bg {
  background: url("../images/bg-404.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center top;
  height: 181px;
  margin: 0 auto;
}
@media (max-width: 789px) {
  body.adaptive .page-code__content-bg {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
}
