/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* reset */
/* line 5, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* fonts */
@font-face {
  font-family: 'franklingothicdemicond_allfont_ru';
  src: url("../fonts/franklingothicdemicond_allfont_ru.eot");
  src: url("../fonts/franklingothicdemicond_allfont_ru.eot") format("embedded-opentype"), url("../fonts/franklingothicdemicond_allfont_ru.woff2") format("woff2"), url("../fonts/franklingothicdemicond_allfont_ru.woff") format("woff"), url("../fonts/franklingothicdemicond_allfont_ru.ttf") format("truetype"), url("../fonts/franklingothicdemicond_allfont_ru.svg#franklingothicdemicond_allfont_ru") format("svg"); }
@font-face {
  font-family: 'freesetdemicregular';
  src: url("../fonts/freesetdemic-webfont.eot");
  src: url("../fonts/freesetdemic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/freesetdemic-webfont.woff2") format("woff2"), url("../fonts/freesetdemic-webfont.woff") format("woff"), url("../fonts/freesetdemic-webfont.ttf") format("truetype"), url("../fonts/freesetdemic-webfont.svg#freesetdemicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'freesetlightcregular';
  src: url("../fonts/freesetlightc-webfont.eot");
  src: url("../fonts/freesetlightc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/freesetlightc-webfont.woff2") format("woff2"), url("../fonts/freesetlightc-webfont.woff") format("woff"), url("../fonts/freesetlightc-webfont.ttf") format("truetype"), url("../fonts/freesetlightc-webfont.svg#freesetlightcregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* variables */
/* mixins */
/* Firefox 19+ */
/* Firefox 18- */
/* line 69, ../sass/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0; }
  /* line 76, ../sass/screen.scss */
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0; }

/* general */
/* line 87, ../sass/screen.scss */
body, html {
  min-width: 1350px; }

/* line 90, ../sass/screen.scss */
body {
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: url(../images/bg-1.jpg); }

/* line 96, ../sass/screen.scss */
.container {
  margin: 0 auto; }

/* line 100, ../sass/screen.scss */
.clearfix:after {
  content: '';
  display: table;
  width: 100%; }

/* line 106, ../sass/screen.scss */
.ieb {
  position: relative; }
  /* line 108, ../sass/screen.scss */
  .ieb:after, .ieb:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/* line 116, ../sass/screen.scss */
p {
  font-size: 14px;
  color: #7f786f;
  line-height: 25px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin: 0 0 25px; }
  /* line 122, ../sass/screen.scss */
  p a {
    color: #123752;
    white-space: nowrap; }
    /* line 125, ../sass/screen.scss */
    p a:hover {
      text-decoration: none; }

/* line 130, ../sass/screen.scss */
h1 {
  font-family: "freesetdemicregular";
  font-size: 35px;
  color: #123752;
  text-transform: uppercase;
  margin: 0 0 35px; }

/* line 137, ../sass/screen.scss */
h3 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 21px;
  color: #c40939;
  line-height: 25px;
  margin-bottom: 25px; }

/* line 146, ../sass/screen.scss */
header .container {
  width: 1353px; }
/* line 149, ../sass/screen.scss */
header .nav-header {
  display: inline; }
/* line 152, ../sass/screen.scss */
header nav.ieb {
  padding: 14px 0 0;
  height: 95px;
  position: relative;
  z-index: 2; }
  /* line 157, ../sass/screen.scss */
  header nav.ieb:before {
    width: 100%;
    height: 14px;
    background: url(../images/bg-2.jpg); }
  /* line 162, ../sass/screen.scss */
  header nav.ieb:after {
    width: 100%;
    height: 37px;
    border: 2px solid #f9f8f4;
    border-top: 0;
    top: auto;
    bottom: 0; }
  /* line 170, ../sass/screen.scss */
  header nav.ieb ul {
    position: relative;
    z-index: 1;
    float: left;
    margin: 20px 0 0 200px; }
    /* line 175, ../sass/screen.scss */
    header nav.ieb ul > li {
      display: inline-block;
      margin: 0 54px 0 0;
      position: relative;
      line-height: 40px; }
      /* line 180, ../sass/screen.scss */
      header nav.ieb ul > li > a {
        font-size: 20px;
        color: #12344e;
        text-decoration: none;
        font-family: "freesetlightcregular";
        text-transform: uppercase;
        -moz-transition: color 0.1s ease-in-out;
        -o-transition: color 0.1s ease-in-out;
        -webkit-transition: color 0.1s ease-in-out;
        transition: color 0.1s ease-in-out; }
        /* line 187, ../sass/screen.scss */
        header nav.ieb ul > li > a:hover {
          color: #c40939; }
      /* line 191, ../sass/screen.scss */
      header nav.ieb ul > li ul {
        margin: 0;
        display: none;
        position: absolute;
        width: 250px;
        background: rgba(192, 5, 53, 0.9);
        padding: 20px 7px;
        left: -13px;
        top: 100%;
        z-index: 99; }
        /* line 201, ../sass/screen.scss */
        header nav.ieb ul > li ul:before {
          content: '';
          display: block;
          position: absolute;
          width: 237px;
          height: 17.6%;
          border: 2px solid #f9f8f4;
          border-bottom: 0;
          top: 7px; }
        /* line 211, ../sass/screen.scss */
        header nav.ieb ul > li ul:after {
          content: '';
          display: block;
          position: absolute;
          width: 235px;
          height: 69%;
          border: 1px solid #f9f8f4;
          border-top: 0;
          bottom: 7px;
          left: 8px; }
        /* line 222, ../sass/screen.scss */
        header nav.ieb ul > li ul li {
          position: relative;
          z-index: 1;
          padding: 12px 25px;
          line-height: normal; }
          /* line 227, ../sass/screen.scss */
          header nav.ieb ul > li ul li a {
            color: #fff;
            font-size: 12px;
            text-decoration: none; }
            /* line 231, ../sass/screen.scss */
            header nav.ieb ul > li ul li a:hover {
              text-decoration: underline;
              color: #fff; }
      /* line 238, ../sass/screen.scss */
      header nav.ieb ul > li:hover ul {
        display: block; }
  /* line 244, ../sass/screen.scss */
  header nav.ieb .contacts {
    float: right;
    margin: 18px 180px 0 0;
    text-align: right;
    color: #12344e; }
    /* line 249, ../sass/screen.scss */
    header nav.ieb .contacts .phone {
      font-size: 23px;
      vertical-align: bottom;
      font-family: "freesetlightcregular"; }
      /* line 253, ../sass/screen.scss */
      header nav.ieb .contacts .phone span {
        font-size: 35px;
        font-family: "freesetdemicregular"; }
    /* line 258, ../sass/screen.scss */
    header nav.ieb .contacts .address {
      font-size: 13px; }

/* line 264, ../sass/screen.scss */
.big-tiles {
  margin: 15px 0 -452px;
  position: relative;
  z-index: 1; }
  /* line 268, ../sass/screen.scss */
  .big-tiles ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    /* line 272, ../sass/screen.scss */
    .big-tiles ul li {
      opacity: 0;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      align-items: center;
      height: 450px; }
      /* line 280, ../sass/screen.scss */
      .big-tiles ul li.span4 {
        width: 33.3333%; }
      /* line 283, ../sass/screen.scss */
      .big-tiles ul li.span8 {
        width: 66.6666%;
        padding-right: 33.3333%; }
      /* line 287, ../sass/screen.scss */
      .big-tiles ul li.blue {
        background-color: #12344e;
        color: #ddd0c0; }
      /* line 291, ../sass/screen.scss */
      .big-tiles ul li.text {
        padding: 0 92px;
        font-size: 14px;
        line-height: 25px; }
        /* line 295, ../sass/screen.scss */
        .big-tiles ul li.text .text-innr {
          position: relative; }
          /* line 297, ../sass/screen.scss */
          .big-tiles ul li.text .text-innr:before {
            content: '';
            position: absolute;
            display: block;
            width: 19px;
            height: 7px;
            background: url(../images/points.png) no-repeat;
            left: 0;
            top: -25px; }
      /* line 309, ../sass/screen.scss */
      .big-tiles ul li.bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      /* line 314, ../sass/screen.scss */
      .big-tiles ul li .border-text {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        font-size: 21px;
        line-height: 23px;
        font-family: "franklingothicdemicond_allfont_ru";
        text-transform: uppercase;
        color: #fff;
        padding: 25px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center; }
        /* line 330, ../sass/screen.scss */
        .big-tiles ul li .border-text:before {
          position: absolute;
          top: 30px;
          right: 30px;
          bottom: 30px;
          left: 30px;
          border: 1px solid #fff;
          content: '';
          opacity: 0;
          -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
          -o-transition: opacity 0.35s, -webkit-transform 0.35s;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, -webkit-transform 0.35s;
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -webkit-transform: scale(0);
          transform: scale(0); }
        /* line 342, ../sass/screen.scss */
        .big-tiles ul li .border-text P {
          text-align: center;
          color: #fff;
          padding: 15px 25px 0;
          line-height: 1.2;
          opacity: 0;
          -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
          -o-transition: opacity 0.35s, -webkit-transform 0.35s;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, -webkit-transform 0.35s;
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -webkit-transform: scale(0);
          transform: scale(0); }
        /* line 351, ../sass/screen.scss */
        .big-tiles ul li .border-text span {
          -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }
      /* line 360, ../sass/screen.scss */
      .big-tiles ul li:hover .border-text:before {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      /* line 364, ../sass/screen.scss */
      .big-tiles ul li:hover .border-text p {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      /* line 368, ../sass/screen.scss */
      .big-tiles ul li:hover .border-text span {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      /* line 376, ../sass/screen.scss */
      .big-tiles ul li.tile-2 {
        background-image: url(../images/tile-bg-1.jpg); }
      /* line 379, ../sass/screen.scss */
      .big-tiles ul li.tile-3 {
        background-image: url(../images/tile-bg-2.jpg); }
      /* line 382, ../sass/screen.scss */
      .big-tiles ul li.tile-4 {
        background-image: url(../images/tile-bg-3.jpg); }

/* line 388, ../sass/screen.scss */
.object-list-main {
  padding: 500px 0 60px;
  background: url(../images/bg-3.jpg); }
  /* line 391, ../sass/screen.scss */
  .object-list-main .container {
    width: 1048px; }
  /* line 394, ../sass/screen.scss */
  .object-list-main .all-button {
    margin-right: 24px; }
  /* line 397, ../sass/screen.scss */
  .object-list-main .bx-wrapper {
    padding: 45px 0 0; }

/* line 401, ../sass/screen.scss */
.title-block {
  text-align: center;
  font-family: "freesetdemicregular";
  color: #123752;
  font-size: 35px;
  text-transform: uppercase; }
  /* line 407, ../sass/screen.scss */
  .title-block .slide-prev {
    display: inline-block;
    cursor: pointer;
    margin-right: 64px;
    width: 12px;
    height: 27px;
    background: url(../images/slider-arrow.png) no-repeat;
    cursor: pointer; }
  /* line 416, ../sass/screen.scss */
  .title-block .slide-next {
    display: inline-block;
    cursor: pointer;
    margin-left: 64px;
    width: 12px;
    height: 27px;
    background: url(../images/slider-arrow.png) no-repeat -310px 0;
    cursor: pointer; }

/* line 426, ../sass/screen.scss */
.all-button {
  float: right;
  display: inline-block;
  color: #12344e;
  text-decoration: none;
  padding-left: 46px;
  margin-top: -25px; }
  /* line 433, ../sass/screen.scss */
  .all-button:before {
    width: 32px;
    height: 31px;
    background: url(../images/icon-more.png) no-repeat;
    top: -8px; }
  /* line 439, ../sass/screen.scss */
  .all-button:hover {
    text-decoration: underline; }

/* line 443, ../sass/screen.scss */
.object-item {
  display: block; }
  /* line 445, ../sass/screen.scss */
  .object-item a {
    /*display: block;*/
    width: 324px;
    background-color: #fff;
    text-decoration: none;
    padding: 0 14px 26px;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;}
  /* line 454, ../sass/screen.scss */
  .object-item .image {
    height: 100%
  }
  .object-item .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .object-item .date {
    font-size: 35px;
    color: #94908b;
    height: 65px;
    line-height: 65px; }
  /* line 460, ../sass/screen.scss */
  .object-item .line {
    height: 11px;
    width: 122px;
    margin: 18px auto 0;
    background: url(../images/line.png); }
  /* line 466, ../sass/screen.scss */
  .object-item .text {
    position: relative;
    font-size: 14px;
  height:78px;
    color: #123752;
    line-height: 20px; }
    /* line 471, ../sass/screen.scss */
    .object-item .text:before {
      content: '';
      display: block;
      width: 124px;
      border-top: 1px solid #a9a6a2;
      margin: 8px auto 18px; }
    /* line 478, ../sass/screen.scss */
    .object-item .text:after {
      content: '';
      display: block;
      width: 124px;
      border-top: 1px solid #a9a6a2;
      margin: 18px auto 0; }

/* line 487, ../sass/screen.scss */
.partners {
  padding: 35px 0;
  background-color: #12344e; }
  /* line 490, ../sass/screen.scss */
  .partners .container {
    width: 1353px; }
  /* line 493, ../sass/screen.scss */
  .partners .title-block {
    color: #fff; }
  /* line 496, ../sass/screen.scss */
  .partners .all-button {
    color: #fff;
    margin-right: 182px; }
  /* line 500, ../sass/screen.scss */
  .partners ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px; }
    /* line 505, ../sass/screen.scss */
    .partners ul li {
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      align-items: center;
      height: 210px;
      width: 25%; }

/* line 517, ../sass/screen.scss */
footer {
  height: 54px;
  background: url(../images/bg-4.jpg);
  line-height: 54px; }
  /* line 521, ../sass/screen.scss */
  footer .container {
    width: 1000px; }
  /* line 524, ../sass/screen.scss */
  footer .phone {
    float: left;
    font-size: 12px;
    color: #d3cfcb; }
  /* line 529, ../sass/screen.scss */
  footer .logo {
    float: left;
    margin-left: 76px;
    display: inline-block;
    height: 54px; }
    /* line 534, ../sass/screen.scss */
    footer .logo img {
      vertical-align: top; }
  /* line 538, ../sass/screen.scss */
  footer ul {
    float: left; }
    /* line 540, ../sass/screen.scss */
    footer ul li {
      display: inline-block;
      margin-left: 28px; }
      /* line 543, ../sass/screen.scss */
      footer ul li a {
        text-decoration: none;
        color: #f2e9e0;
        font-size: 12px; }
        /* line 547, ../sass/screen.scss */
        footer ul li a:hover {
          text-decoration: underline; }
  /* line 553, ../sass/screen.scss */
  footer .dev {
    float: right;
    font-size: 12px;
    color: #0d283f; }
    /* line 557, ../sass/screen.scss */
    footer .dev a {
      color: #ffffff;
      text-decoration: none; }
      /* line 560, ../sass/screen.scss */
      footer .dev a:hover {
        text-decoration: underline; }

/* line 566, ../sass/screen.scss */
.content-center {
  max-width: 970px;
  padding: 40px 0 55px; }
  /* line 569, ../sass/screen.scss */
  .content-center ul {
    font-size: 21px;
    line-height: 42px;
    padding: 0 0 0 100px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #7f786f;
    margin: 0 0 25px; }
    /* line 576, ../sass/screen.scss */
    .content-center ul li {
      display: block;
      padding-left: 25px;
      position: relative; }
      /* line 580, ../sass/screen.scss */
      .content-center ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        background: #d30335;
        left: 0;
        top: 20px; }

/* line 593, ../sass/screen.scss */
.back-button {
  text-align: right;
  margin: 35px 0 0; }
  /* line 596, ../sass/screen.scss */
  .back-button a {
    float: none; }

/* line 600, ../sass/screen.scss */
.image-border {
  margin: 50px -45px 40px;
  padding: 14px;
  background: #fff;
  position: relative;
  -moz-box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.3); }
  /* line 606, ../sass/screen.scss */
  .image-border img {
    width: 100%; }
  /* line 609, ../sass/screen.scss */
  .image-border:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    top: 2px;
    background: url(../images/shadow.png) no-repeat top right;
    background-size: auto 100%;
    width: 40px;
    right: -38px; }

/* line 621, ../sass/screen.scss */
.two-points {
  width: 19px;
  height: 7px;
  background: url(../images/points.png) no-repeat;
  margin: 35px 0 40px; }

/* line 627, ../sass/screen.scss */
.logo-inside {
  float: left;
  margin: -14px 0 0 160px;
  z-index: 2;
  position: relative;
  background-color: #12344e; }

/* line 637, ../sass/screen.scss */
.page-inside header nav.ieb ul {
  margin-left: 26px; }
  /* line 639, ../sass/screen.scss */
  .page-inside header nav.ieb ul li {
    margin-right: 26px; }
/* line 645, ../sass/screen.scss */
.page-inside #content {
  margin: 15px 0 0; }

/* line 649, ../sass/screen.scss */
.object-list-inside {
  background: url(../images/bg-3.jpg);
  padding: 35px 0; }
  /* line 652, ../sass/screen.scss */
  .object-list-inside .container {
    width: 1020px; }
  /* line 655, ../sass/screen.scss */
  .object-list-inside ul {
    margin-left: -24px; 
    display: flex;
    flex-wrap: wrap;}
  /* line 658, ../sass/screen.scss */
  .object-list-inside .object-item {
    margin: 0 0 68px 24px;
    /*float: left; */}
  /* line 662, ../sass/screen.scss */
  .object-list-inside .pagination {
    float: right;
    margin: -62px 0 0; }
    /* line 665, ../sass/screen.scss */
    .object-list-inside .pagination a {
      font-size: 23px;
      color: #12344e;
      text-decoration: none;
      font-family: "freesetlightcregular";
      margin: 0 3px;
      -moz-transition: color 0.1s ease-in-out;
      -o-transition: color 0.1s ease-in-out;
      -webkit-transition: color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out; }
      /* line 672, ../sass/screen.scss */
      .object-list-inside .pagination a:hover {
        color: #fff; }
      /* line 675, ../sass/screen.scss */
      .object-list-inside .pagination a.active {
        color: #fff;
        font-family: "freesetdemicregular"; }
      /* line 679, ../sass/screen.scss */
      .object-list-inside .pagination a.prev {
        display: inline-block;
        cursor: pointer;
        width: 12px;
        height: 27px;
        background: url(../images/slider-arrow.png) no-repeat;
        cursor: pointer;
        margin: -4px 6px 0 0;
        vertical-align: top; }
      /* line 689, ../sass/screen.scss */
      .object-list-inside .pagination a.next {
        display: inline-block;
        cursor: pointer;
        width: 12px;
        height: 27px;
        background: url(../images/slider-arrow.png) no-repeat -310px 0;
        cursor: pointer;
        margin: -4px 0 0 6px;
        vertical-align: top; }
    /* line 700, ../sass/screen.scss */
    .object-list-inside .pagination.bottom {
      margin-top: -30px; }

/* line 705, ../sass/screen.scss */
.partners.inside {
  margin-top: -1px;
  padding-bottom: 130px; }
  /* line 708, ../sass/screen.scss */
  .partners.inside ul {
    margin-top: 0; }
  /* line 711, ../sass/screen.scss */
  .partners.inside h1 {
    color: #fff;
    padding-left: 204px;
    margin: 0; }
  /* line 716, ../sass/screen.scss */
  .partners.inside .back-button {
    text-align: right;
    padding-right: 180px; }
    /* line 719, ../sass/screen.scss */
    .partners.inside .back-button .all-button {
      float: none;
      margin: 0; }

/* line 725, ../sass/screen.scss */
.contact-image {
  float: right;
  padding: 14px;
  background: #fff;
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.3); 
  }
  /* line 732, ../sass/screen.scss */
  .contact-image img {
    width: 100%; }
  /* line 735, ../sass/screen.scss */
  .contact-image:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    top: 2px;
    background: url(../images/shadow.png) no-repeat top right;
    background-size: auto 100%;
    width: 40px;
    right: -38px; }

/* line 748, ../sass/screen.scss */
.contact-block h3 {
  margin: 0; }

/* line 752, ../sass/screen.scss */
#yamap {
  width: 100%;
  height: 520px; }

@media (max-width: 1360px) and (min-width: 1000px) {
  /* line 758, ../sass/screen.scss */
  body, html {
    max-width: 100%;
    min-width: 0; }

  /* line 763, ../sass/screen.scss */
  header .container {
    max-width: 100%; }
  /* line 767, ../sass/screen.scss */
  header nav.ieb ul {
    margin-left: 70px; }
  /* line 770, ../sass/screen.scss */
  header nav.ieb .contacts {
    margin-right: 70px; }

  /* line 778, ../sass/screen.scss */
  .big-tiles ul li.text {
    padding: 0 45px; }

  /* line 785, ../sass/screen.scss */
  .object-list-main .container {
    max-width: 100%; }

  /* line 790, ../sass/screen.scss */
  .partners .container {
    max-width: 100%; }

  /* line 794, ../sass/screen.scss */
  .logo-inside {
    margin-left: 20px;
    width: 200px;
    padding: 10px 0; }
    /* line 798, ../sass/screen.scss */
    .logo-inside img {
      width: 100%; }

  /* line 805, ../sass/screen.scss */
  .page-inside header nav.ieb .contacts {
    margin-right: 20px; }

  /* line 811, ../sass/screen.scss */
  .image-border {
    margin-left: 0;
    margin-right: 0; }

  /* line 815, ../sass/screen.scss */
  .page-inside {
    overflow-x: hidden; }

  /* line 818, ../sass/screen.scss */
  .partners.inside {
    margin-top: -2px; }
    /* line 820, ../sass/screen.scss */
    .partners.inside .back-button {
      padding-right: 20px; }
    /* line 823, ../sass/screen.scss */
    .partners.inside h1 {
      padding-left: 20px; } }
@media (max-width: 999px) and (min-width: 768px) {
  /* line 830, ../sass/screen.scss */
  body, html {
    max-width: 100%;
    min-width: 0; }

  /* line 835, ../sass/screen.scss */
  header .container {
    max-width: 100%; }
  /* line 839, ../sass/screen.scss */
  header nav.ieb ul {
    margin-left: 20px; }
    /* line 841, ../sass/screen.scss */
    header nav.ieb ul > li {
      margin-right: 20px; }
  /* line 845, ../sass/screen.scss */
  header nav.ieb .contacts {
    margin-right: 20px; }
    /* line 847, ../sass/screen.scss */
    header nav.ieb .contacts .phone {
      font-size: 20px; }
      /* line 849, ../sass/screen.scss */
      header nav.ieb .contacts .phone span {
        font-size: 32px; }
  /* line 855, ../sass/screen.scss */
  header .logo {
    max-width: 100%;
    text-align: center; }
    /* line 858, ../sass/screen.scss */
    header .logo img {
      max-width: 90%; }

  /* line 865, ../sass/screen.scss */
  .big-tiles ul li {
    height: 300px; }
    /* line 867, ../sass/screen.scss */
    .big-tiles ul li.text {
      padding: 0 20px;
      font-size: 12px;
      line-height: 18px; }
      /* line 872, ../sass/screen.scss */
      .big-tiles ul li.text .text-innr:before {
        top: -15px; }

  /* line 881, ../sass/screen.scss */
  .object-list-main .container {
    max-width: 100%; }
  /* line 884, ../sass/screen.scss */
  .object-list-main .bx-wrapper {
    width: 673px; }

  /* line 889, ../sass/screen.scss */
  .partners .container {
    max-width: 100%; }
  /* line 892, ../sass/screen.scss */
  .partners .all-button {
    margin-right: 25px; }
  /* line 896, ../sass/screen.scss */
  .partners ul li {
    height: 160px; }
    /* line 898, ../sass/screen.scss */
    .partners ul li a {
      max-width: 90%; }
      /* line 900, ../sass/screen.scss */
      .partners ul li a img {
        max-width: 90%; }

  /* line 907, ../sass/screen.scss */
  footer {
    height: 55px; }
    /* line 909, ../sass/screen.scss */
    footer .container {
      max-width: 100%;
      padding: 0 10px; }
    /* line 913, ../sass/screen.scss */
    footer .logo {
      margin-left: 10px; }
    /* line 917, ../sass/screen.scss */
    footer ul li {
      margin-left: 10px; }

  /* line 923, ../sass/screen.scss */
  .logo-inside {
    margin-left: 10px;
    width: 150px;
    padding: 20px 0; }
    /* line 927, ../sass/screen.scss */
    .logo-inside img {
      width: 100%; }

  /* line 931, ../sass/screen.scss */
  .page-inside {
    overflow-x: hidden; }
    /* line 935, ../sass/screen.scss */
    .page-inside header nav.ieb .contacts {
      margin-right: 10px; }
      /* line 937, ../sass/screen.scss */
      .page-inside header nav.ieb .contacts .phone {
        font-size: 16px; }
        /* line 939, ../sass/screen.scss */
        .page-inside header nav.ieb .contacts .phone span {
          font-size: 26px; }
    /* line 945, ../sass/screen.scss */
    .page-inside header nav.ieb ul > li {
      margin-right: 15px; }
      /* line 947, ../sass/screen.scss */
      .page-inside header nav.ieb ul > li > a {
        font-size: 17px; }

  /* line 955, ../sass/screen.scss */
  .image-border {
    margin-left: 0;
    margin-right: 0; }

  /* line 959, ../sass/screen.scss */
  .partners.inside {
    margin-top: -5px;
    padding-bottom: 60px; }
    /* line 962, ../sass/screen.scss */
    .partners.inside .back-button {
      padding-right: 20px; }
    /* line 965, ../sass/screen.scss */
    .partners.inside h1 {
      padding-left: 20px; }

  /* line 969, ../sass/screen.scss */
  h1 {
    font-size: 30px; }

  /* line 972, ../sass/screen.scss */
  .content-center {
    padding: 30px 20px 35px; }
    /* line 974, ../sass/screen.scss */
    .content-center ul {
      padding-left: 25px;
      font-size: 18px;
      line-height: 35px; }

  /* line 980, ../sass/screen.scss */
  .image-border:after {
    display: none; }

  /* line 984, ../sass/screen.scss */
  .object-list-inside .container {
    width: 672px; }
  /* line 987, ../sass/screen.scss */
  .object-list-inside .object-item {
    margin-bottom: 24px; }
  /* line 990, ../sass/screen.scss */
  .object-list-inside .pagination.bottom {
    margin-top: 0;
    float: none;
    text-align: right; } }
@media (max-width: 767px) {
  /* line 999, ../sass/screen.scss */
  body, html {
    max-width: 100%;
    min-width: 0; }

  /* line 1004, ../sass/screen.scss */
  header .container {
    max-width: 100%; }
  /* line 1007, ../sass/screen.scss */
  header .nav-header {
    display: block;
    position: relative;
    float: left;
    margin: 18px 0 0 15px; }
    /* line 1012, ../sass/screen.scss */
    header .nav-header > span {
      display: block;
      position: relative;
      z-index: 99;
      cursor: pointer;
      width: 32px;
      height: 32px;
      background-size: 32px 32px;
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ1OSA0NTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1OSA0NTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ibWVudSI+CgkJPHBhdGggZD0iTTAsMzgyLjVoNDU5di01MUgwVjM4Mi41eiBNMCwyNTVoNDU5di01MUgwVjI1NXogTTAsNzYuNXY1MWg0NTl2LTUxSDB6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==); }
    /* line 1022, ../sass/screen.scss */
    header .nav-header > ul {
      display: none; }
    /* line 1026, ../sass/screen.scss */
    header .nav-header.open > span {
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ1OSA0NTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1OSA0NTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ibWVudSI+CgkJPHBhdGggZD0iTTAsMzgyLjVoNDU5di01MUgwVjM4Mi41eiBNMCwyNTVoNDU5di01MUgwVjI1NXogTTAsNzYuNXY1MWg0NTl2LTUxSDB6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==); }
    /* line 1029, ../sass/screen.scss */
    header .nav-header.open > ul {
      display: block; }
  /* line 1035, ../sass/screen.scss */
  header nav.ieb ul {
    top: -18px;
    left: -15px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    background: rgba(192, 5, 53, 0.9);
    width: 264px;
    padding: 60px 7px 20px; }
    /* line 1044, ../sass/screen.scss */
    header nav.ieb ul > li {
      margin-right: 0;
      display: block;
      padding: 0 7px; }
      /* line 1048, ../sass/screen.scss */
      header nav.ieb ul > li > a {
        color: #fff; }
      /* line 1051, ../sass/screen.scss */
      header nav.ieb ul > li ul {
        display: block;
        position: relative;
        background: transparent;
        left: -7px; }
  /* line 1059, ../sass/screen.scss */
  header nav.ieb .contacts {
    margin-right: 10px; }
    /* line 1061, ../sass/screen.scss */
    header nav.ieb .contacts .phone {
      font-size: 16px; }
      /* line 1063, ../sass/screen.scss */
      header nav.ieb .contacts .phone span {
        font-size: 28px; }
  /* line 1069, ../sass/screen.scss */
  header .logo {
    max-width: 100%;
    text-align: center; }
    /* line 1072, ../sass/screen.scss */
    header .logo img {
      max-width: 90%; }

  /* line 1079, ../sass/screen.scss */
  .big-tiles ul li {
    height: 300px; }
    /* line 1081, ../sass/screen.scss */
    .big-tiles ul li.span4 {
      width: 100%; }
    /* line 1084, ../sass/screen.scss */
    .big-tiles ul li.span8 {
      width: 100%;
      padding-right: 0; }
    /* line 1088, ../sass/screen.scss */
    .big-tiles ul li.text {
      padding: 0 20px;
      font-size: 11px;
      line-height: 18px; }
      /* line 1093, ../sass/screen.scss */
      .big-tiles ul li.text .text-innr:before {
        top: -15px; }

  /* line 1102, ../sass/screen.scss */
  .object-list-main .container {
    max-width: 100%; }
  /* line 1105, ../sass/screen.scss */
  .object-list-main .bx-wrapper {
    width: 300px; }

  /* line 1110, ../sass/screen.scss */
  .partners .container {
    max-width: 100%; }
  /* line 1113, ../sass/screen.scss */
  .partners .all-button {
    margin-right: 25px; }
  /* line 1116, ../sass/screen.scss */
  .partners ul {
    justify-content: center;
    margin-top: 25px; }
    /* line 1119, ../sass/screen.scss */
    .partners ul li {
      height: 110px;
      width: 33.333%; }
      /* line 1122, ../sass/screen.scss */
      .partners ul li a {
        max-width: 90%; }
        /* line 1124, ../sass/screen.scss */
        .partners ul li a img {
          max-width: 90%; }

  /* line 1131, ../sass/screen.scss */
  footer {
    height: auto;
    text-align: center;
    line-height: normal;
    padding: 20px 0; }
    /* line 1136, ../sass/screen.scss */
    footer .container {
      max-width: 100%;
      padding: 0 10px; }
    /* line 1140, ../sass/screen.scss */
    footer .phone {
      float: none; }
    /* line 1143, ../sass/screen.scss */
    footer .logo {
      margin-left: 0;
      float: none;
      margin-top: 15px; }
    /* line 1148, ../sass/screen.scss */
    footer ul {
      margin-top: 15px;
      float: none; }
      /* line 1151, ../sass/screen.scss */
      footer ul li {
        margin-left: 10px; }
    /* line 1155, ../sass/screen.scss */
    footer .dev {
      margin-top: 15px;
      float: none; }

  /* line 1160, ../sass/screen.scss */
  .all-button {
    float: none;
    display: block;
    width: 135px;
    white-space: nowrap;
    margin: 20px auto 0 !important; }

  /* line 1167, ../sass/screen.scss */
  .object-item {
    width: 300px !important; }
    /* line 1169, ../sass/screen.scss */
    .object-item a {
      width: 100%; }
    /* line 1172, ../sass/screen.scss */
    .object-item img, .object-item .image {
      max-width: 100%; }

  /* line 1177, ../sass/screen.scss */
  .title-block .slide-prev {
    margin-right: 25px; }
  /* line 1180, ../sass/screen.scss */
  .title-block .slide-next {
    margin-left: 25px; }

  /* line 1185, ../sass/screen.scss */
  .logo-inside {
    display: none; }

  /* line 1188, ../sass/screen.scss */
  .page-inside {
    overflow-x: hidden; }
    /* line 1192, ../sass/screen.scss */
    .page-inside header nav.ieb ul {
      margin-left: 0; }

  /* line 1198, ../sass/screen.scss */
  .partners.inside {
    margin-top: -5px;
    padding-bottom: 60px; }
    /* line 1201, ../sass/screen.scss */
    .partners.inside .back-button {
      padding-right: 20px; }
    /* line 1204, ../sass/screen.scss */
    .partners.inside h1 {
      padding-left: 20px; }

  /* line 1208, ../sass/screen.scss */
  h1 {
    font-size: 24px; }

  /* line 1211, ../sass/screen.scss */
  .content-center {
    padding: 15px 10px 35px; }
    /* line 1213, ../sass/screen.scss */
    .content-center ul {
      padding-left: 0;
      font-size: 16px;
      line-height: 25px; }
      /* line 1217, ../sass/screen.scss */
      .content-center ul li {
        padding-left: 17px; }
        /* line 1219, ../sass/screen.scss */
        .content-center ul li:before {
          top: 11px; }

  /* line 1225, ../sass/screen.scss */
  .image-border {
    margin: 25px 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    /* line 1229, ../sass/screen.scss */
    .image-border:after {
      display: none; }

  /* line 1234, ../sass/screen.scss */
  .object-list-inside .container {
    width: 300px; }
  /* line 1237, ../sass/screen.scss */
  .object-list-inside .object-item {
    margin-bottom: 24px; }
  /* line 1240, ../sass/screen.scss */
  .object-list-inside .pagination {
    float: none;
    margin: -20px 0 20px;
    text-align: center; }
  /* line 1245, ../sass/screen.scss */
  .object-list-inside .pagination.bottom {
    margin: 10px 0 0; }
  /* line 1248, ../sass/screen.scss */
  .object-list-inside h1 {
    text-align: center; }

  /* line 1252, ../sass/screen.scss */
  .contact-image {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0 0 20px;
    background: transparent; 
    z-index: auto;}
    /* line 1258, ../sass/screen.scss */
    .contact-image:after {
      display: none; }

  /* line 1262, ../sass/screen.scss */
  #yamap {
    height: 300px; } }
@media (max-width: 767px) and (min-width: 480px) {
  /* line 1270, ../sass/screen.scss */
  .big-tiles ul li.span4 {
    width: 50%; }
  /* line 1273, ../sass/screen.scss */
  .big-tiles ul li.span8 {
    padding-right: 50%; }
  /* line 1276, ../sass/screen.scss */
  .big-tiles ul li.tile-1 {
    order: 0; }
  /* line 1279, ../sass/screen.scss */
  .big-tiles ul li.tile-2 {
    order: 2; }
  /* line 1282, ../sass/screen.scss */
  .big-tiles ul li.tile-3 {
    order: 1; }
  /* line 1285, ../sass/screen.scss */
  .big-tiles ul li.tile-4 {
    order: 3; }
  /* line 1288, ../sass/screen.scss */
  .big-tiles ul li.tile-5 {
    order: 4; } }


.fancybox-title {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fancybox-title span {
    margin-right: 0!important;
}
.fancybox-title p {
    text-align:center!important;
}