html.eskimobi_responsive {
  overflow-x: hidden;
  height: auto !important;
}
html.eskimobi_responsive body {
  /*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  width: 100%;
  min-width: 100% !important;
  padding-top: 50px;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Roboto-Regular';
  opacity: 0;
  /**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */
}
@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html.eskimobi_responsive body .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.eskimobi_responsive body .fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
html.eskimobi_responsive body .fa-2x {
  font-size: 2em;
}
html.eskimobi_responsive body .fa-3x {
  font-size: 3em;
}
html.eskimobi_responsive body .fa-4x {
  font-size: 4em;
}
html.eskimobi_responsive body .fa-5x {
  font-size: 5em;
}
html.eskimobi_responsive body .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
html.eskimobi_responsive body .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
html.eskimobi_responsive body .fa-ul > li {
  position: relative;
}
html.eskimobi_responsive body .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
html.eskimobi_responsive body .fa-li.fa-lg {
  left: -1.85714286em;
}
html.eskimobi_responsive body .fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
html.eskimobi_responsive body .fa-pull-left {
  float: left;
}
html.eskimobi_responsive body .fa-pull-right {
  float: right;
}
html.eskimobi_responsive body .fa.fa-pull-left {
  margin-right: 0.3em;
}
html.eskimobi_responsive body .fa.fa-pull-right {
  margin-left: 0.3em;
}
html.eskimobi_responsive body .pull-right {
  float: right;
}
html.eskimobi_responsive body .pull-left {
  float: left;
}
html.eskimobi_responsive body .fa.pull-left {
  margin-right: 0.3em;
}
html.eskimobi_responsive body .fa.pull-right {
  margin-left: 0.3em;
}
html.eskimobi_responsive body .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
html.eskimobi_responsive body .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
html.eskimobi_responsive body .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
html.eskimobi_responsive body .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
html.eskimobi_responsive body .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
html.eskimobi_responsive body .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
html.eskimobi_responsive body .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
html.eskimobi_responsive body :root .fa-rotate-90,
html.eskimobi_responsive body :root .fa-rotate-180,
html.eskimobi_responsive body :root .fa-rotate-270,
html.eskimobi_responsive body :root .fa-flip-horizontal,
html.eskimobi_responsive body :root .fa-flip-vertical {
  filter: none;
}
html.eskimobi_responsive body .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
html.eskimobi_responsive body .fa-stack-1x,
html.eskimobi_responsive body .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
html.eskimobi_responsive body .fa-stack-1x {
  line-height: inherit;
}
html.eskimobi_responsive body .fa-stack-2x {
  font-size: 2em;
}
html.eskimobi_responsive body .fa-inverse {
  color: #fff;
}
html.eskimobi_responsive body .fa-glass:before {
  content: "\f000";
}
html.eskimobi_responsive body .fa-music:before {
  content: "\f001";
}
html.eskimobi_responsive body .fa-search:before {
  content: "\f002";
}
html.eskimobi_responsive body .fa-envelope-o:before {
  content: "\f003";
}
html.eskimobi_responsive body .fa-heart:before {
  content: "\f004";
}
html.eskimobi_responsive body .fa-star:before {
  content: "\f005";
}
html.eskimobi_responsive body .fa-star-o:before {
  content: "\f006";
}
html.eskimobi_responsive body .fa-user:before {
  content: "\f007";
}
html.eskimobi_responsive body .fa-film:before {
  content: "\f008";
}
html.eskimobi_responsive body .fa-th-large:before {
  content: "\f009";
}
html.eskimobi_responsive body .fa-th:before {
  content: "\f00a";
}
html.eskimobi_responsive body .fa-th-list:before {
  content: "\f00b";
}
html.eskimobi_responsive body .fa-check:before {
  content: "\f00c";
}
html.eskimobi_responsive body .fa-remove:before,
html.eskimobi_responsive body .fa-close:before,
html.eskimobi_responsive body .fa-times:before {
  content: "\f00d";
}
html.eskimobi_responsive body .fa-search-plus:before {
  content: "\f00e";
}
html.eskimobi_responsive body .fa-search-minus:before {
  content: "\f010";
}
html.eskimobi_responsive body .fa-power-off:before {
  content: "\f011";
}
html.eskimobi_responsive body .fa-signal:before {
  content: "\f012";
}
html.eskimobi_responsive body .fa-gear:before,
html.eskimobi_responsive body .fa-cog:before {
  content: "\f013";
}
html.eskimobi_responsive body .fa-trash-o:before {
  content: "\f014";
}
html.eskimobi_responsive body .fa-home:before {
  content: "\f015";
}
html.eskimobi_responsive body .fa-file-o:before {
  content: "\f016";
}
html.eskimobi_responsive body .fa-clock-o:before {
  content: "\f017";
}
html.eskimobi_responsive body .fa-road:before {
  content: "\f018";
}
html.eskimobi_responsive body .fa-download:before {
  content: "\f019";
}
html.eskimobi_responsive body .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
html.eskimobi_responsive body .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
html.eskimobi_responsive body .fa-inbox:before {
  content: "\f01c";
}
html.eskimobi_responsive body .fa-play-circle-o:before {
  content: "\f01d";
}
html.eskimobi_responsive body .fa-rotate-right:before,
html.eskimobi_responsive body .fa-repeat:before {
  content: "\f01e";
}
html.eskimobi_responsive body .fa-refresh:before {
  content: "\f021";
}
html.eskimobi_responsive body .fa-list-alt:before {
  content: "\f022";
}
html.eskimobi_responsive body .fa-lock:before {
  content: "\f023";
}
html.eskimobi_responsive body .fa-flag:before {
  content: "\f024";
}
html.eskimobi_responsive body .fa-headphones:before {
  content: "\f025";
}
html.eskimobi_responsive body .fa-volume-off:before {
  content: "\f026";
}
html.eskimobi_responsive body .fa-volume-down:before {
  content: "\f027";
}
html.eskimobi_responsive body .fa-volume-up:before {
  content: "\f028";
}
html.eskimobi_responsive body .fa-qrcode:before {
  content: "\f029";
}
html.eskimobi_responsive body .fa-barcode:before {
  content: "\f02a";
}
html.eskimobi_responsive body .fa-tag:before {
  content: "\f02b";
}
html.eskimobi_responsive body .fa-tags:before {
  content: "\f02c";
}
html.eskimobi_responsive body .fa-book:before {
  content: "\f02d";
}
html.eskimobi_responsive body .fa-bookmark:before {
  content: "\f02e";
}
html.eskimobi_responsive body .fa-print:before {
  content: "\f02f";
}
html.eskimobi_responsive body .fa-camera:before {
  content: "\f030";
}
html.eskimobi_responsive body .fa-font:before {
  content: "\f031";
}
html.eskimobi_responsive body .fa-bold:before {
  content: "\f032";
}
html.eskimobi_responsive body .fa-italic:before {
  content: "\f033";
}
html.eskimobi_responsive body .fa-text-height:before {
  content: "\f034";
}
html.eskimobi_responsive body .fa-text-width:before {
  content: "\f035";
}
html.eskimobi_responsive body .fa-align-left:before {
  content: "\f036";
}
html.eskimobi_responsive body .fa-align-center:before {
  content: "\f037";
}
html.eskimobi_responsive body .fa-align-right:before {
  content: "\f038";
}
html.eskimobi_responsive body .fa-align-justify:before {
  content: "\f039";
}
html.eskimobi_responsive body .fa-list:before {
  content: "\f03a";
}
html.eskimobi_responsive body .fa-dedent:before,
html.eskimobi_responsive body .fa-outdent:before {
  content: "\f03b";
}
html.eskimobi_responsive body .fa-indent:before {
  content: "\f03c";
}
html.eskimobi_responsive body .fa-video-camera:before {
  content: "\f03d";
}
html.eskimobi_responsive body .fa-photo:before,
html.eskimobi_responsive body .fa-image:before,
html.eskimobi_responsive body .fa-picture-o:before {
  content: "\f03e";
}
html.eskimobi_responsive body .fa-pencil:before {
  content: "\f040";
}
html.eskimobi_responsive body .fa-map-marker:before {
  content: "\f041";
}
html.eskimobi_responsive body .fa-adjust:before {
  content: "\f042";
}
html.eskimobi_responsive body .fa-tint:before {
  content: "\f043";
}
html.eskimobi_responsive body .fa-edit:before,
html.eskimobi_responsive body .fa-pencil-square-o:before {
  content: "\f044";
}
html.eskimobi_responsive body .fa-share-square-o:before {
  content: "\f045";
}
html.eskimobi_responsive body .fa-check-square-o:before {
  content: "\f046";
}
html.eskimobi_responsive body .fa-arrows:before {
  content: "\f047";
}
html.eskimobi_responsive body .fa-step-backward:before {
  content: "\f048";
}
html.eskimobi_responsive body .fa-fast-backward:before {
  content: "\f049";
}
html.eskimobi_responsive body .fa-backward:before {
  content: "\f04a";
}
html.eskimobi_responsive body .fa-play:before {
  content: "\f04b";
}
html.eskimobi_responsive body .fa-pause:before {
  content: "\f04c";
}
html.eskimobi_responsive body .fa-stop:before {
  content: "\f04d";
}
html.eskimobi_responsive body .fa-forward:before {
  content: "\f04e";
}
html.eskimobi_responsive body .fa-fast-forward:before {
  content: "\f050";
}
html.eskimobi_responsive body .fa-step-forward:before {
  content: "\f051";
}
html.eskimobi_responsive body .fa-eject:before {
  content: "\f052";
}
html.eskimobi_responsive body .fa-chevron-left:before {
  content: "\f053";
}
html.eskimobi_responsive body .fa-chevron-right:before {
  content: "\f054";
}
html.eskimobi_responsive body .fa-plus-circle:before {
  content: "\f055";
}
html.eskimobi_responsive body .fa-minus-circle:before {
  content: "\f056";
}
html.eskimobi_responsive body .fa-times-circle:before {
  content: "\f057";
}
html.eskimobi_responsive body .fa-check-circle:before {
  content: "\f058";
}
html.eskimobi_responsive body .fa-question-circle:before {
  content: "\f059";
}
html.eskimobi_responsive body .fa-info-circle:before {
  content: "\f05a";
}
html.eskimobi_responsive body .fa-crosshairs:before {
  content: "\f05b";
}
html.eskimobi_responsive body .fa-times-circle-o:before {
  content: "\f05c";
}
html.eskimobi_responsive body .fa-check-circle-o:before {
  content: "\f05d";
}
html.eskimobi_responsive body .fa-ban:before {
  content: "\f05e";
}
html.eskimobi_responsive body .fa-arrow-left:before {
  content: "\f060";
}
html.eskimobi_responsive body .fa-arrow-right:before {
  content: "\f061";
}
html.eskimobi_responsive body .fa-arrow-up:before {
  content: "\f062";
}
html.eskimobi_responsive body .fa-arrow-down:before {
  content: "\f063";
}
html.eskimobi_responsive body .fa-mail-forward:before,
html.eskimobi_responsive body .fa-share:before {
  content: "\f064";
}
html.eskimobi_responsive body .fa-expand:before {
  content: "\f065";
}
html.eskimobi_responsive body .fa-compress:before {
  content: "\f066";
}
html.eskimobi_responsive body .fa-plus:before {
  content: "\f067";
}
html.eskimobi_responsive body .fa-minus:before {
  content: "\f068";
}
html.eskimobi_responsive body .fa-asterisk:before {
  content: "\f069";
}
html.eskimobi_responsive body .fa-exclamation-circle:before {
  content: "\f06a";
}
html.eskimobi_responsive body .fa-gift:before {
  content: "\f06b";
}
html.eskimobi_responsive body .fa-leaf:before {
  content: "\f06c";
}
html.eskimobi_responsive body .fa-fire:before {
  content: "\f06d";
}
html.eskimobi_responsive body .fa-eye:before {
  content: "\f06e";
}
html.eskimobi_responsive body .fa-eye-slash:before {
  content: "\f070";
}
html.eskimobi_responsive body .fa-warning:before,
html.eskimobi_responsive body .fa-exclamation-triangle:before {
  content: "\f071";
}
html.eskimobi_responsive body .fa-plane:before {
  content: "\f072";
}
html.eskimobi_responsive body .fa-calendar:before {
  content: "\f073";
}
html.eskimobi_responsive body .fa-random:before {
  content: "\f074";
}
html.eskimobi_responsive body .fa-comment:before {
  content: "\f075";
}
html.eskimobi_responsive body .fa-magnet:before {
  content: "\f076";
}
html.eskimobi_responsive body .fa-chevron-up:before {
  content: "\f077";
}
html.eskimobi_responsive body .fa-chevron-down:before {
  content: "\f078";
}
html.eskimobi_responsive body .fa-retweet:before {
  content: "\f079";
}
html.eskimobi_responsive body .fa-shopping-cart:before {
  content: "\f07a";
}
html.eskimobi_responsive body .fa-folder:before {
  content: "\f07b";
}
html.eskimobi_responsive body .fa-folder-open:before {
  content: "\f07c";
}
html.eskimobi_responsive body .fa-arrows-v:before {
  content: "\f07d";
}
html.eskimobi_responsive body .fa-arrows-h:before {
  content: "\f07e";
}
html.eskimobi_responsive body .fa-bar-chart-o:before,
html.eskimobi_responsive body .fa-bar-chart:before {
  content: "\f080";
}
html.eskimobi_responsive body .fa-twitter-square:before {
  content: "\f081";
}
html.eskimobi_responsive body .fa-facebook-square:before {
  content: "\f082";
}
html.eskimobi_responsive body .fa-camera-retro:before {
  content: "\f083";
}
html.eskimobi_responsive body .fa-key:before {
  content: "\f084";
}
html.eskimobi_responsive body .fa-gears:before,
html.eskimobi_responsive body .fa-cogs:before {
  content: "\f085";
}
html.eskimobi_responsive body .fa-comments:before {
  content: "\f086";
}
html.eskimobi_responsive body .fa-thumbs-o-up:before {
  content: "\f087";
}
html.eskimobi_responsive body .fa-thumbs-o-down:before {
  content: "\f088";
}
html.eskimobi_responsive body .fa-star-half:before {
  content: "\f089";
}
html.eskimobi_responsive body .fa-heart-o:before {
  content: "\f08a";
}
html.eskimobi_responsive body .fa-sign-out:before {
  content: "\f08b";
}
html.eskimobi_responsive body .fa-linkedin-square:before {
  content: "\f08c";
}
html.eskimobi_responsive body .fa-thumb-tack:before {
  content: "\f08d";
}
html.eskimobi_responsive body .fa-external-link:before {
  content: "\f08e";
}
html.eskimobi_responsive body .fa-sign-in:before {
  content: "\f090";
}
html.eskimobi_responsive body .fa-trophy:before {
  content: "\f091";
}
html.eskimobi_responsive body .fa-github-square:before {
  content: "\f092";
}
html.eskimobi_responsive body .fa-upload:before {
  content: "\f093";
}
html.eskimobi_responsive body .fa-lemon-o:before {
  content: "\f094";
}
html.eskimobi_responsive body .fa-phone:before {
  content: "\f095";
}
html.eskimobi_responsive body .fa-square-o:before {
  content: "\f096";
}
html.eskimobi_responsive body .fa-bookmark-o:before {
  content: "\f097";
}
html.eskimobi_responsive body .fa-phone-square:before {
  content: "\f098";
}
html.eskimobi_responsive body .fa-twitter:before {
  content: "\f099";
}
html.eskimobi_responsive body .fa-facebook-f:before,
html.eskimobi_responsive body .fa-facebook:before {
  content: "\f09a";
}
html.eskimobi_responsive body .fa-github:before {
  content: "\f09b";
}
html.eskimobi_responsive body .fa-unlock:before {
  content: "\f09c";
}
html.eskimobi_responsive body .fa-credit-card:before {
  content: "\f09d";
}
html.eskimobi_responsive body .fa-feed:before,
html.eskimobi_responsive body .fa-rss:before {
  content: "\f09e";
}
html.eskimobi_responsive body .fa-hdd-o:before {
  content: "\f0a0";
}
html.eskimobi_responsive body .fa-bullhorn:before {
  content: "\f0a1";
}
html.eskimobi_responsive body .fa-bell:before {
  content: "\f0f3";
}
html.eskimobi_responsive body .fa-certificate:before {
  content: "\f0a3";
}
html.eskimobi_responsive body .fa-hand-o-right:before {
  content: "\f0a4";
}
html.eskimobi_responsive body .fa-hand-o-left:before {
  content: "\f0a5";
}
html.eskimobi_responsive body .fa-hand-o-up:before {
  content: "\f0a6";
}
html.eskimobi_responsive body .fa-hand-o-down:before {
  content: "\f0a7";
}
html.eskimobi_responsive body .fa-arrow-circle-left:before {
  content: "\f0a8";
}
html.eskimobi_responsive body .fa-arrow-circle-right:before {
  content: "\f0a9";
}
html.eskimobi_responsive body .fa-arrow-circle-up:before {
  content: "\f0aa";
}
html.eskimobi_responsive body .fa-arrow-circle-down:before {
  content: "\f0ab";
}
html.eskimobi_responsive body .fa-globe:before {
  content: "\f0ac";
}
html.eskimobi_responsive body .fa-wrench:before {
  content: "\f0ad";
}
html.eskimobi_responsive body .fa-tasks:before {
  content: "\f0ae";
}
html.eskimobi_responsive body .fa-filter:before {
  content: "\f0b0";
}
html.eskimobi_responsive body .fa-briefcase:before {
  content: "\f0b1";
}
html.eskimobi_responsive body .fa-arrows-alt:before {
  content: "\f0b2";
}
html.eskimobi_responsive body .fa-group:before,
html.eskimobi_responsive body .fa-users:before {
  content: "\f0c0";
}
html.eskimobi_responsive body .fa-chain:before,
html.eskimobi_responsive body .fa-link:before {
  content: "\f0c1";
}
html.eskimobi_responsive body .fa-cloud:before {
  content: "\f0c2";
}
html.eskimobi_responsive body .fa-flask:before {
  content: "\f0c3";
}
html.eskimobi_responsive body .fa-cut:before,
html.eskimobi_responsive body .fa-scissors:before {
  content: "\f0c4";
}
html.eskimobi_responsive body .fa-copy:before,
html.eskimobi_responsive body .fa-files-o:before {
  content: "\f0c5";
}
html.eskimobi_responsive body .fa-paperclip:before {
  content: "\f0c6";
}
html.eskimobi_responsive body .fa-save:before,
html.eskimobi_responsive body .fa-floppy-o:before {
  content: "\f0c7";
}
html.eskimobi_responsive body .fa-square:before {
  content: "\f0c8";
}
html.eskimobi_responsive body .fa-navicon:before,
html.eskimobi_responsive body .fa-reorder:before,
html.eskimobi_responsive body .fa-bars:before {
  content: "\f0c9";
}
html.eskimobi_responsive body .fa-list-ul:before {
  content: "\f0ca";
}
html.eskimobi_responsive body .fa-list-ol:before {
  content: "\f0cb";
}
html.eskimobi_responsive body .fa-strikethrough:before {
  content: "\f0cc";
}
html.eskimobi_responsive body .fa-underline:before {
  content: "\f0cd";
}
html.eskimobi_responsive body .fa-table:before {
  content: "\f0ce";
}
html.eskimobi_responsive body .fa-magic:before {
  content: "\f0d0";
}
html.eskimobi_responsive body .fa-truck:before {
  content: "\f0d1";
}
html.eskimobi_responsive body .fa-pinterest:before {
  content: "\f0d2";
}
html.eskimobi_responsive body .fa-pinterest-square:before {
  content: "\f0d3";
}
html.eskimobi_responsive body .fa-google-plus-square:before {
  content: "\f0d4";
}
html.eskimobi_responsive body .fa-google-plus:before {
  content: "\f0d5";
}
html.eskimobi_responsive body .fa-money:before {
  content: "\f0d6";
}
html.eskimobi_responsive body .fa-caret-down:before {
  content: "\f0d7";
}
html.eskimobi_responsive body .fa-caret-up:before {
  content: "\f0d8";
}
html.eskimobi_responsive body .fa-caret-left:before {
  content: "\f0d9";
}
html.eskimobi_responsive body .fa-caret-right:before {
  content: "\f0da";
}
html.eskimobi_responsive body .fa-columns:before {
  content: "\f0db";
}
html.eskimobi_responsive body .fa-unsorted:before,
html.eskimobi_responsive body .fa-sort:before {
  content: "\f0dc";
}
html.eskimobi_responsive body .fa-sort-down:before,
html.eskimobi_responsive body .fa-sort-desc:before {
  content: "\f0dd";
}
html.eskimobi_responsive body .fa-sort-up:before,
html.eskimobi_responsive body .fa-sort-asc:before {
  content: "\f0de";
}
html.eskimobi_responsive body .fa-envelope:before {
  content: "\f0e0";
}
html.eskimobi_responsive body .fa-linkedin:before {
  content: "\f0e1";
}
html.eskimobi_responsive body .fa-rotate-left:before,
html.eskimobi_responsive body .fa-undo:before {
  content: "\f0e2";
}
html.eskimobi_responsive body .fa-legal:before,
html.eskimobi_responsive body .fa-gavel:before {
  content: "\f0e3";
}
html.eskimobi_responsive body .fa-dashboard:before,
html.eskimobi_responsive body .fa-tachometer:before {
  content: "\f0e4";
}
html.eskimobi_responsive body .fa-comment-o:before {
  content: "\f0e5";
}
html.eskimobi_responsive body .fa-comments-o:before {
  content: "\f0e6";
}
html.eskimobi_responsive body .fa-flash:before,
html.eskimobi_responsive body .fa-bolt:before {
  content: "\f0e7";
}
html.eskimobi_responsive body .fa-sitemap:before {
  content: "\f0e8";
}
html.eskimobi_responsive body .fa-umbrella:before {
  content: "\f0e9";
}
html.eskimobi_responsive body .fa-paste:before,
html.eskimobi_responsive body .fa-clipboard:before {
  content: "\f0ea";
}
html.eskimobi_responsive body .fa-lightbulb-o:before {
  content: "\f0eb";
}
html.eskimobi_responsive body .fa-exchange:before {
  content: "\f0ec";
}
html.eskimobi_responsive body .fa-cloud-download:before {
  content: "\f0ed";
}
html.eskimobi_responsive body .fa-cloud-upload:before {
  content: "\f0ee";
}
html.eskimobi_responsive body .fa-user-md:before {
  content: "\f0f0";
}
html.eskimobi_responsive body .fa-stethoscope:before {
  content: "\f0f1";
}
html.eskimobi_responsive body .fa-suitcase:before {
  content: "\f0f2";
}
html.eskimobi_responsive body .fa-bell-o:before {
  content: "\f0a2";
}
html.eskimobi_responsive body .fa-coffee:before {
  content: "\f0f4";
}
html.eskimobi_responsive body .fa-cutlery:before {
  content: "\f0f5";
}
html.eskimobi_responsive body .fa-file-text-o:before {
  content: "\f0f6";
}
html.eskimobi_responsive body .fa-building-o:before {
  content: "\f0f7";
}
html.eskimobi_responsive body .fa-hospital-o:before {
  content: "\f0f8";
}
html.eskimobi_responsive body .fa-ambulance:before {
  content: "\f0f9";
}
html.eskimobi_responsive body .fa-medkit:before {
  content: "\f0fa";
}
html.eskimobi_responsive body .fa-fighter-jet:before {
  content: "\f0fb";
}
html.eskimobi_responsive body .fa-beer:before {
  content: "\f0fc";
}
html.eskimobi_responsive body .fa-h-square:before {
  content: "\f0fd";
}
html.eskimobi_responsive body .fa-plus-square:before {
  content: "\f0fe";
}
html.eskimobi_responsive body .fa-angle-double-left:before {
  content: "\f100";
}
html.eskimobi_responsive body .fa-angle-double-right:before {
  content: "\f101";
}
html.eskimobi_responsive body .fa-angle-double-up:before {
  content: "\f102";
}
html.eskimobi_responsive body .fa-angle-double-down:before {
  content: "\f103";
}
html.eskimobi_responsive body .fa-angle-left:before {
  content: "\f104";
}
html.eskimobi_responsive body .fa-angle-right:before {
  content: "\f105";
}
html.eskimobi_responsive body .fa-angle-up:before {
  content: "\f106";
}
html.eskimobi_responsive body .fa-angle-down:before {
  content: "\f107";
}
html.eskimobi_responsive body .fa-desktop:before {
  content: "\f108";
}
html.eskimobi_responsive body .fa-laptop:before {
  content: "\f109";
}
html.eskimobi_responsive body .fa-tablet:before {
  content: "\f10a";
}
html.eskimobi_responsive body .fa-mobile-phone:before,
html.eskimobi_responsive body .fa-mobile:before {
  content: "\f10b";
}
html.eskimobi_responsive body .fa-circle-o:before {
  content: "\f10c";
}
html.eskimobi_responsive body .fa-quote-left:before {
  content: "\f10d";
}
html.eskimobi_responsive body .fa-quote-right:before {
  content: "\f10e";
}
html.eskimobi_responsive body .fa-spinner:before {
  content: "\f110";
}
html.eskimobi_responsive body .fa-circle:before {
  content: "\f111";
}
html.eskimobi_responsive body .fa-mail-reply:before,
html.eskimobi_responsive body .fa-reply:before {
  content: "\f112";
}
html.eskimobi_responsive body .fa-github-alt:before {
  content: "\f113";
}
html.eskimobi_responsive body .fa-folder-o:before {
  content: "\f114";
}
html.eskimobi_responsive body .fa-folder-open-o:before {
  content: "\f115";
}
html.eskimobi_responsive body .fa-smile-o:before {
  content: "\f118";
}
html.eskimobi_responsive body .fa-frown-o:before {
  content: "\f119";
}
html.eskimobi_responsive body .fa-meh-o:before {
  content: "\f11a";
}
html.eskimobi_responsive body .fa-gamepad:before {
  content: "\f11b";
}
html.eskimobi_responsive body .fa-keyboard-o:before {
  content: "\f11c";
}
html.eskimobi_responsive body .fa-flag-o:before {
  content: "\f11d";
}
html.eskimobi_responsive body .fa-flag-checkered:before {
  content: "\f11e";
}
html.eskimobi_responsive body .fa-terminal:before {
  content: "\f120";
}
html.eskimobi_responsive body .fa-code:before {
  content: "\f121";
}
html.eskimobi_responsive body .fa-mail-reply-all:before,
html.eskimobi_responsive body .fa-reply-all:before {
  content: "\f122";
}
html.eskimobi_responsive body .fa-star-half-empty:before,
html.eskimobi_responsive body .fa-star-half-full:before,
html.eskimobi_responsive body .fa-star-half-o:before {
  content: "\f123";
}
html.eskimobi_responsive body .fa-location-arrow:before {
  content: "\f124";
}
html.eskimobi_responsive body .fa-crop:before {
  content: "\f125";
}
html.eskimobi_responsive body .fa-code-fork:before {
  content: "\f126";
}
html.eskimobi_responsive body .fa-unlink:before,
html.eskimobi_responsive body .fa-chain-broken:before {
  content: "\f127";
}
html.eskimobi_responsive body .fa-question:before {
  content: "\f128";
}
html.eskimobi_responsive body .fa-info:before {
  content: "\f129";
}
html.eskimobi_responsive body .fa-exclamation:before {
  content: "\f12a";
}
html.eskimobi_responsive body .fa-superscript:before {
  content: "\f12b";
}
html.eskimobi_responsive body .fa-subscript:before {
  content: "\f12c";
}
html.eskimobi_responsive body .fa-eraser:before {
  content: "\f12d";
}
html.eskimobi_responsive body .fa-puzzle-piece:before {
  content: "\f12e";
}
html.eskimobi_responsive body .fa-microphone:before {
  content: "\f130";
}
html.eskimobi_responsive body .fa-microphone-slash:before {
  content: "\f131";
}
html.eskimobi_responsive body .fa-shield:before {
  content: "\f132";
}
html.eskimobi_responsive body .fa-calendar-o:before {
  content: "\f133";
}
html.eskimobi_responsive body .fa-fire-extinguisher:before {
  content: "\f134";
}
html.eskimobi_responsive body .fa-rocket:before {
  content: "\f135";
}
html.eskimobi_responsive body .fa-maxcdn:before {
  content: "\f136";
}
html.eskimobi_responsive body .fa-chevron-circle-left:before {
  content: "\f137";
}
html.eskimobi_responsive body .fa-chevron-circle-right:before {
  content: "\f138";
}
html.eskimobi_responsive body .fa-chevron-circle-up:before {
  content: "\f139";
}
html.eskimobi_responsive body .fa-chevron-circle-down:before {
  content: "\f13a";
}
html.eskimobi_responsive body .fa-html5:before {
  content: "\f13b";
}
html.eskimobi_responsive body .fa-css3:before {
  content: "\f13c";
}
html.eskimobi_responsive body .fa-anchor:before {
  content: "\f13d";
}
html.eskimobi_responsive body .fa-unlock-alt:before {
  content: "\f13e";
}
html.eskimobi_responsive body .fa-bullseye:before {
  content: "\f140";
}
html.eskimobi_responsive body .fa-ellipsis-h:before {
  content: "\f141";
}
html.eskimobi_responsive body .fa-ellipsis-v:before {
  content: "\f142";
}
html.eskimobi_responsive body .fa-rss-square:before {
  content: "\f143";
}
html.eskimobi_responsive body .fa-play-circle:before {
  content: "\f144";
}
html.eskimobi_responsive body .fa-ticket:before {
  content: "\f145";
}
html.eskimobi_responsive body .fa-minus-square:before {
  content: "\f146";
}
html.eskimobi_responsive body .fa-minus-square-o:before {
  content: "\f147";
}
html.eskimobi_responsive body .fa-level-up:before {
  content: "\f148";
}
html.eskimobi_responsive body .fa-level-down:before {
  content: "\f149";
}
html.eskimobi_responsive body .fa-check-square:before {
  content: "\f14a";
}
html.eskimobi_responsive body .fa-pencil-square:before {
  content: "\f14b";
}
html.eskimobi_responsive body .fa-external-link-square:before {
  content: "\f14c";
}
html.eskimobi_responsive body .fa-share-square:before {
  content: "\f14d";
}
html.eskimobi_responsive body .fa-compass:before {
  content: "\f14e";
}
html.eskimobi_responsive body .fa-toggle-down:before,
html.eskimobi_responsive body .fa-caret-square-o-down:before {
  content: "\f150";
}
html.eskimobi_responsive body .fa-toggle-up:before,
html.eskimobi_responsive body .fa-caret-square-o-up:before {
  content: "\f151";
}
html.eskimobi_responsive body .fa-toggle-right:before,
html.eskimobi_responsive body .fa-caret-square-o-right:before {
  content: "\f152";
}
html.eskimobi_responsive body .fa-euro:before,
html.eskimobi_responsive body .fa-eur:before {
  content: "\f153";
}
html.eskimobi_responsive body .fa-gbp:before {
  content: "\f154";
}
html.eskimobi_responsive body .fa-dollar:before,
html.eskimobi_responsive body .fa-usd:before {
  content: "\f155";
}
html.eskimobi_responsive body .fa-rupee:before,
html.eskimobi_responsive body .fa-inr:before {
  content: "\f156";
}
html.eskimobi_responsive body .fa-cny:before,
html.eskimobi_responsive body .fa-rmb:before,
html.eskimobi_responsive body .fa-yen:before,
html.eskimobi_responsive body .fa-jpy:before {
  content: "\f157";
}
html.eskimobi_responsive body .fa-ruble:before,
html.eskimobi_responsive body .fa-rouble:before,
html.eskimobi_responsive body .fa-rub:before {
  content: "\f158";
}
html.eskimobi_responsive body .fa-won:before,
html.eskimobi_responsive body .fa-krw:before {
  content: "\f159";
}
html.eskimobi_responsive body .fa-bitcoin:before,
html.eskimobi_responsive body .fa-btc:before {
  content: "\f15a";
}
html.eskimobi_responsive body .fa-file:before {
  content: "\f15b";
}
html.eskimobi_responsive body .fa-file-text:before {
  content: "\f15c";
}
html.eskimobi_responsive body .fa-sort-alpha-asc:before {
  content: "\f15d";
}
html.eskimobi_responsive body .fa-sort-alpha-desc:before {
  content: "\f15e";
}
html.eskimobi_responsive body .fa-sort-amount-asc:before {
  content: "\f160";
}
html.eskimobi_responsive body .fa-sort-amount-desc:before {
  content: "\f161";
}
html.eskimobi_responsive body .fa-sort-numeric-asc:before {
  content: "\f162";
}
html.eskimobi_responsive body .fa-sort-numeric-desc:before {
  content: "\f163";
}
html.eskimobi_responsive body .fa-thumbs-up:before {
  content: "\f164";
}
html.eskimobi_responsive body .fa-thumbs-down:before {
  content: "\f165";
}
html.eskimobi_responsive body .fa-youtube-square:before {
  content: "\f166";
}
html.eskimobi_responsive body .fa-youtube:before {
  content: "\f167";
}
html.eskimobi_responsive body .fa-xing:before {
  content: "\f168";
}
html.eskimobi_responsive body .fa-xing-square:before {
  content: "\f169";
}
html.eskimobi_responsive body .fa-youtube-play:before {
  content: "\f16a";
}
html.eskimobi_responsive body .fa-dropbox:before {
  content: "\f16b";
}
html.eskimobi_responsive body .fa-stack-overflow:before {
  content: "\f16c";
}
html.eskimobi_responsive body .fa-instagram:before {
  content: "\f16d";
}
html.eskimobi_responsive body .fa-flickr:before {
  content: "\f16e";
}
html.eskimobi_responsive body .fa-adn:before {
  content: "\f170";
}
html.eskimobi_responsive body .fa-bitbucket:before {
  content: "\f171";
}
html.eskimobi_responsive body .fa-bitbucket-square:before {
  content: "\f172";
}
html.eskimobi_responsive body .fa-tumblr:before {
  content: "\f173";
}
html.eskimobi_responsive body .fa-tumblr-square:before {
  content: "\f174";
}
html.eskimobi_responsive body .fa-long-arrow-down:before {
  content: "\f175";
}
html.eskimobi_responsive body .fa-long-arrow-up:before {
  content: "\f176";
}
html.eskimobi_responsive body .fa-long-arrow-left:before {
  content: "\f177";
}
html.eskimobi_responsive body .fa-long-arrow-right:before {
  content: "\f178";
}
html.eskimobi_responsive body .fa-apple:before {
  content: "\f179";
}
html.eskimobi_responsive body .fa-windows:before {
  content: "\f17a";
}
html.eskimobi_responsive body .fa-android:before {
  content: "\f17b";
}
html.eskimobi_responsive body .fa-linux:before {
  content: "\f17c";
}
html.eskimobi_responsive body .fa-dribbble:before {
  content: "\f17d";
}
html.eskimobi_responsive body .fa-skype:before {
  content: "\f17e";
}
html.eskimobi_responsive body .fa-foursquare:before {
  content: "\f180";
}
html.eskimobi_responsive body .fa-trello:before {
  content: "\f181";
}
html.eskimobi_responsive body .fa-female:before {
  content: "\f182";
}
html.eskimobi_responsive body .fa-male:before {
  content: "\f183";
}
html.eskimobi_responsive body .fa-gittip:before,
html.eskimobi_responsive body .fa-gratipay:before {
  content: "\f184";
}
html.eskimobi_responsive body .fa-sun-o:before {
  content: "\f185";
}
html.eskimobi_responsive body .fa-moon-o:before {
  content: "\f186";
}
html.eskimobi_responsive body .fa-archive:before {
  content: "\f187";
}
html.eskimobi_responsive body .fa-bug:before {
  content: "\f188";
}
html.eskimobi_responsive body .fa-vk:before {
  content: "\f189";
}
html.eskimobi_responsive body .fa-weibo:before {
  content: "\f18a";
}
html.eskimobi_responsive body .fa-renren:before {
  content: "\f18b";
}
html.eskimobi_responsive body .fa-pagelines:before {
  content: "\f18c";
}
html.eskimobi_responsive body .fa-stack-exchange:before {
  content: "\f18d";
}
html.eskimobi_responsive body .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
html.eskimobi_responsive body .fa-arrow-circle-o-left:before {
  content: "\f190";
}
html.eskimobi_responsive body .fa-toggle-left:before,
html.eskimobi_responsive body .fa-caret-square-o-left:before {
  content: "\f191";
}
html.eskimobi_responsive body .fa-dot-circle-o:before {
  content: "\f192";
}
html.eskimobi_responsive body .fa-wheelchair:before {
  content: "\f193";
}
html.eskimobi_responsive body .fa-vimeo-square:before {
  content: "\f194";
}
html.eskimobi_responsive body .fa-turkish-lira:before,
html.eskimobi_responsive body .fa-try:before {
  content: "\f195";
}
html.eskimobi_responsive body .fa-plus-square-o:before {
  content: "\f196";
}
html.eskimobi_responsive body .fa-space-shuttle:before {
  content: "\f197";
}
html.eskimobi_responsive body .fa-slack:before {
  content: "\f198";
}
html.eskimobi_responsive body .fa-envelope-square:before {
  content: "\f199";
}
html.eskimobi_responsive body .fa-wordpress:before {
  content: "\f19a";
}
html.eskimobi_responsive body .fa-openid:before {
  content: "\f19b";
}
html.eskimobi_responsive body .fa-institution:before,
html.eskimobi_responsive body .fa-bank:before,
html.eskimobi_responsive body .fa-university:before {
  content: "\f19c";
}
html.eskimobi_responsive body .fa-mortar-board:before,
html.eskimobi_responsive body .fa-graduation-cap:before {
  content: "\f19d";
}
html.eskimobi_responsive body .fa-yahoo:before {
  content: "\f19e";
}
html.eskimobi_responsive body .fa-google:before {
  content: "\f1a0";
}
html.eskimobi_responsive body .fa-reddit:before {
  content: "\f1a1";
}
html.eskimobi_responsive body .fa-reddit-square:before {
  content: "\f1a2";
}
html.eskimobi_responsive body .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
html.eskimobi_responsive body .fa-stumbleupon:before {
  content: "\f1a4";
}
html.eskimobi_responsive body .fa-delicious:before {
  content: "\f1a5";
}
html.eskimobi_responsive body .fa-digg:before {
  content: "\f1a6";
}
html.eskimobi_responsive body .fa-pied-piper-pp:before {
  content: "\f1a7";
}
html.eskimobi_responsive body .fa-pied-piper-alt:before {
  content: "\f1a8";
}
html.eskimobi_responsive body .fa-drupal:before {
  content: "\f1a9";
}
html.eskimobi_responsive body .fa-joomla:before {
  content: "\f1aa";
}
html.eskimobi_responsive body .fa-language:before {
  content: "\f1ab";
}
html.eskimobi_responsive body .fa-fax:before {
  content: "\f1ac";
}
html.eskimobi_responsive body .fa-building:before {
  content: "\f1ad";
}
html.eskimobi_responsive body .fa-child:before {
  content: "\f1ae";
}
html.eskimobi_responsive body .fa-paw:before {
  content: "\f1b0";
}
html.eskimobi_responsive body .fa-spoon:before {
  content: "\f1b1";
}
html.eskimobi_responsive body .fa-cube:before {
  content: "\f1b2";
}
html.eskimobi_responsive body .fa-cubes:before {
  content: "\f1b3";
}
html.eskimobi_responsive body .fa-behance:before {
  content: "\f1b4";
}
html.eskimobi_responsive body .fa-behance-square:before {
  content: "\f1b5";
}
html.eskimobi_responsive body .fa-steam:before {
  content: "\f1b6";
}
html.eskimobi_responsive body .fa-steam-square:before {
  content: "\f1b7";
}
html.eskimobi_responsive body .fa-recycle:before {
  content: "\f1b8";
}
html.eskimobi_responsive body .fa-automobile:before,
html.eskimobi_responsive body .fa-car:before {
  content: "\f1b9";
}
html.eskimobi_responsive body .fa-cab:before,
html.eskimobi_responsive body .fa-taxi:before {
  content: "\f1ba";
}
html.eskimobi_responsive body .fa-tree:before {
  content: "\f1bb";
}
html.eskimobi_responsive body .fa-spotify:before {
  content: "\f1bc";
}
html.eskimobi_responsive body .fa-deviantart:before {
  content: "\f1bd";
}
html.eskimobi_responsive body .fa-soundcloud:before {
  content: "\f1be";
}
html.eskimobi_responsive body .fa-database:before {
  content: "\f1c0";
}
html.eskimobi_responsive body .fa-file-pdf-o:before {
  content: "\f1c1";
}
html.eskimobi_responsive body .fa-file-word-o:before {
  content: "\f1c2";
}
html.eskimobi_responsive body .fa-file-excel-o:before {
  content: "\f1c3";
}
html.eskimobi_responsive body .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
html.eskimobi_responsive body .fa-file-photo-o:before,
html.eskimobi_responsive body .fa-file-picture-o:before,
html.eskimobi_responsive body .fa-file-image-o:before {
  content: "\f1c5";
}
html.eskimobi_responsive body .fa-file-zip-o:before,
html.eskimobi_responsive body .fa-file-archive-o:before {
  content: "\f1c6";
}
html.eskimobi_responsive body .fa-file-sound-o:before,
html.eskimobi_responsive body .fa-file-audio-o:before {
  content: "\f1c7";
}
html.eskimobi_responsive body .fa-file-movie-o:before,
html.eskimobi_responsive body .fa-file-video-o:before {
  content: "\f1c8";
}
html.eskimobi_responsive body .fa-file-code-o:before {
  content: "\f1c9";
}
html.eskimobi_responsive body .fa-vine:before {
  content: "\f1ca";
}
html.eskimobi_responsive body .fa-codepen:before {
  content: "\f1cb";
}
html.eskimobi_responsive body .fa-jsfiddle:before {
  content: "\f1cc";
}
html.eskimobi_responsive body .fa-life-bouy:before,
html.eskimobi_responsive body .fa-life-buoy:before,
html.eskimobi_responsive body .fa-life-saver:before,
html.eskimobi_responsive body .fa-support:before,
html.eskimobi_responsive body .fa-life-ring:before {
  content: "\f1cd";
}
html.eskimobi_responsive body .fa-circle-o-notch:before {
  content: "\f1ce";
}
html.eskimobi_responsive body .fa-ra:before,
html.eskimobi_responsive body .fa-resistance:before,
html.eskimobi_responsive body .fa-rebel:before {
  content: "\f1d0";
}
html.eskimobi_responsive body .fa-ge:before,
html.eskimobi_responsive body .fa-empire:before {
  content: "\f1d1";
}
html.eskimobi_responsive body .fa-git-square:before {
  content: "\f1d2";
}
html.eskimobi_responsive body .fa-git:before {
  content: "\f1d3";
}
html.eskimobi_responsive body .fa-y-combinator-square:before,
html.eskimobi_responsive body .fa-yc-square:before,
html.eskimobi_responsive body .fa-hacker-news:before {
  content: "\f1d4";
}
html.eskimobi_responsive body .fa-tencent-weibo:before {
  content: "\f1d5";
}
html.eskimobi_responsive body .fa-qq:before {
  content: "\f1d6";
}
html.eskimobi_responsive body .fa-wechat:before,
html.eskimobi_responsive body .fa-weixin:before {
  content: "\f1d7";
}
html.eskimobi_responsive body .fa-send:before,
html.eskimobi_responsive body .fa-paper-plane:before {
  content: "\f1d8";
}
html.eskimobi_responsive body .fa-send-o:before,
html.eskimobi_responsive body .fa-paper-plane-o:before {
  content: "\f1d9";
}
html.eskimobi_responsive body .fa-history:before {
  content: "\f1da";
}
html.eskimobi_responsive body .fa-circle-thin:before {
  content: "\f1db";
}
html.eskimobi_responsive body .fa-header:before {
  content: "\f1dc";
}
html.eskimobi_responsive body .fa-paragraph:before {
  content: "\f1dd";
}
html.eskimobi_responsive body .fa-sliders:before {
  content: "\f1de";
}
html.eskimobi_responsive body .fa-share-alt:before {
  content: "\f1e0";
}
html.eskimobi_responsive body .fa-share-alt-square:before {
  content: "\f1e1";
}
html.eskimobi_responsive body .fa-bomb:before {
  content: "\f1e2";
}
html.eskimobi_responsive body .fa-soccer-ball-o:before,
html.eskimobi_responsive body .fa-futbol-o:before {
  content: "\f1e3";
}
html.eskimobi_responsive body .fa-tty:before {
  content: "\f1e4";
}
html.eskimobi_responsive body .fa-binoculars:before {
  content: "\f1e5";
}
html.eskimobi_responsive body .fa-plug:before {
  content: "\f1e6";
}
html.eskimobi_responsive body .fa-slideshare:before {
  content: "\f1e7";
}
html.eskimobi_responsive body .fa-twitch:before {
  content: "\f1e8";
}
html.eskimobi_responsive body .fa-yelp:before {
  content: "\f1e9";
}
html.eskimobi_responsive body .fa-newspaper-o:before {
  content: "\f1ea";
}
html.eskimobi_responsive body .fa-wifi:before {
  content: "\f1eb";
}
html.eskimobi_responsive body .fa-calculator:before {
  content: "\f1ec";
}
html.eskimobi_responsive body .fa-paypal:before {
  content: "\f1ed";
}
html.eskimobi_responsive body .fa-google-wallet:before {
  content: "\f1ee";
}
html.eskimobi_responsive body .fa-cc-visa:before {
  content: "\f1f0";
}
html.eskimobi_responsive body .fa-cc-mastercard:before {
  content: "\f1f1";
}
html.eskimobi_responsive body .fa-cc-discover:before {
  content: "\f1f2";
}
html.eskimobi_responsive body .fa-cc-amex:before {
  content: "\f1f3";
}
html.eskimobi_responsive body .fa-cc-paypal:before {
  content: "\f1f4";
}
html.eskimobi_responsive body .fa-cc-stripe:before {
  content: "\f1f5";
}
html.eskimobi_responsive body .fa-bell-slash:before {
  content: "\f1f6";
}
html.eskimobi_responsive body .fa-bell-slash-o:before {
  content: "\f1f7";
}
html.eskimobi_responsive body .fa-trash:before {
  content: "\f1f8";
}
html.eskimobi_responsive body .fa-copyright:before {
  content: "\f1f9";
}
html.eskimobi_responsive body .fa-at:before {
  content: "\f1fa";
}
html.eskimobi_responsive body .fa-eyedropper:before {
  content: "\f1fb";
}
html.eskimobi_responsive body .fa-paint-brush:before {
  content: "\f1fc";
}
html.eskimobi_responsive body .fa-birthday-cake:before {
  content: "\f1fd";
}
html.eskimobi_responsive body .fa-area-chart:before {
  content: "\f1fe";
}
html.eskimobi_responsive body .fa-pie-chart:before {
  content: "\f200";
}
html.eskimobi_responsive body .fa-line-chart:before {
  content: "\f201";
}
html.eskimobi_responsive body .fa-lastfm:before {
  content: "\f202";
}
html.eskimobi_responsive body .fa-lastfm-square:before {
  content: "\f203";
}
html.eskimobi_responsive body .fa-toggle-off:before {
  content: "\f204";
}
html.eskimobi_responsive body .fa-toggle-on:before {
  content: "\f205";
}
html.eskimobi_responsive body .fa-bicycle:before {
  content: "\f206";
}
html.eskimobi_responsive body .fa-bus:before {
  content: "\f207";
}
html.eskimobi_responsive body .fa-ioxhost:before {
  content: "\f208";
}
html.eskimobi_responsive body .fa-angellist:before {
  content: "\f209";
}
html.eskimobi_responsive body .fa-cc:before {
  content: "\f20a";
}
html.eskimobi_responsive body .fa-shekel:before,
html.eskimobi_responsive body .fa-sheqel:before,
html.eskimobi_responsive body .fa-ils:before {
  content: "\f20b";
}
html.eskimobi_responsive body .fa-meanpath:before {
  content: "\f20c";
}
html.eskimobi_responsive body .fa-buysellads:before {
  content: "\f20d";
}
html.eskimobi_responsive body .fa-connectdevelop:before {
  content: "\f20e";
}
html.eskimobi_responsive body .fa-dashcube:before {
  content: "\f210";
}
html.eskimobi_responsive body .fa-forumbee:before {
  content: "\f211";
}
html.eskimobi_responsive body .fa-leanpub:before {
  content: "\f212";
}
html.eskimobi_responsive body .fa-sellsy:before {
  content: "\f213";
}
html.eskimobi_responsive body .fa-shirtsinbulk:before {
  content: "\f214";
}
html.eskimobi_responsive body .fa-simplybuilt:before {
  content: "\f215";
}
html.eskimobi_responsive body .fa-skyatlas:before {
  content: "\f216";
}
html.eskimobi_responsive body .fa-cart-plus:before {
  content: "\f217";
}
html.eskimobi_responsive body .fa-cart-arrow-down:before {
  content: "\f218";
}
html.eskimobi_responsive body .fa-diamond:before {
  content: "\f219";
}
html.eskimobi_responsive body .fa-ship:before {
  content: "\f21a";
}
html.eskimobi_responsive body .fa-user-secret:before {
  content: "\f21b";
}
html.eskimobi_responsive body .fa-motorcycle:before {
  content: "\f21c";
}
html.eskimobi_responsive body .fa-street-view:before {
  content: "\f21d";
}
html.eskimobi_responsive body .fa-heartbeat:before {
  content: "\f21e";
}
html.eskimobi_responsive body .fa-venus:before {
  content: "\f221";
}
html.eskimobi_responsive body .fa-mars:before {
  content: "\f222";
}
html.eskimobi_responsive body .fa-mercury:before {
  content: "\f223";
}
html.eskimobi_responsive body .fa-intersex:before,
html.eskimobi_responsive body .fa-transgender:before {
  content: "\f224";
}
html.eskimobi_responsive body .fa-transgender-alt:before {
  content: "\f225";
}
html.eskimobi_responsive body .fa-venus-double:before {
  content: "\f226";
}
html.eskimobi_responsive body .fa-mars-double:before {
  content: "\f227";
}
html.eskimobi_responsive body .fa-venus-mars:before {
  content: "\f228";
}
html.eskimobi_responsive body .fa-mars-stroke:before {
  content: "\f229";
}
html.eskimobi_responsive body .fa-mars-stroke-v:before {
  content: "\f22a";
}
html.eskimobi_responsive body .fa-mars-stroke-h:before {
  content: "\f22b";
}
html.eskimobi_responsive body .fa-neuter:before {
  content: "\f22c";
}
html.eskimobi_responsive body .fa-genderless:before {
  content: "\f22d";
}
html.eskimobi_responsive body .fa-facebook-official:before {
  content: "\f230";
}
html.eskimobi_responsive body .fa-pinterest-p:before {
  content: "\f231";
}
html.eskimobi_responsive body .fa-whatsapp:before {
  content: "\f232";
}
html.eskimobi_responsive body .fa-server:before {
  content: "\f233";
}
html.eskimobi_responsive body .fa-user-plus:before {
  content: "\f234";
}
html.eskimobi_responsive body .fa-user-times:before {
  content: "\f235";
}
html.eskimobi_responsive body .fa-hotel:before,
html.eskimobi_responsive body .fa-bed:before {
  content: "\f236";
}
html.eskimobi_responsive body .fa-viacoin:before {
  content: "\f237";
}
html.eskimobi_responsive body .fa-train:before {
  content: "\f238";
}
html.eskimobi_responsive body .fa-subway:before {
  content: "\f239";
}
html.eskimobi_responsive body .fa-medium:before {
  content: "\f23a";
}
html.eskimobi_responsive body .fa-yc:before,
html.eskimobi_responsive body .fa-y-combinator:before {
  content: "\f23b";
}
html.eskimobi_responsive body .fa-optin-monster:before {
  content: "\f23c";
}
html.eskimobi_responsive body .fa-opencart:before {
  content: "\f23d";
}
html.eskimobi_responsive body .fa-expeditedssl:before {
  content: "\f23e";
}
html.eskimobi_responsive body .fa-battery-4:before,
html.eskimobi_responsive body .fa-battery-full:before {
  content: "\f240";
}
html.eskimobi_responsive body .fa-battery-3:before,
html.eskimobi_responsive body .fa-battery-three-quarters:before {
  content: "\f241";
}
html.eskimobi_responsive body .fa-battery-2:before,
html.eskimobi_responsive body .fa-battery-half:before {
  content: "\f242";
}
html.eskimobi_responsive body .fa-battery-1:before,
html.eskimobi_responsive body .fa-battery-quarter:before {
  content: "\f243";
}
html.eskimobi_responsive body .fa-battery-0:before,
html.eskimobi_responsive body .fa-battery-empty:before {
  content: "\f244";
}
html.eskimobi_responsive body .fa-mouse-pointer:before {
  content: "\f245";
}
html.eskimobi_responsive body .fa-i-cursor:before {
  content: "\f246";
}
html.eskimobi_responsive body .fa-object-group:before {
  content: "\f247";
}
html.eskimobi_responsive body .fa-object-ungroup:before {
  content: "\f248";
}
html.eskimobi_responsive body .fa-sticky-note:before {
  content: "\f249";
}
html.eskimobi_responsive body .fa-sticky-note-o:before {
  content: "\f24a";
}
html.eskimobi_responsive body .fa-cc-jcb:before {
  content: "\f24b";
}
html.eskimobi_responsive body .fa-cc-diners-club:before {
  content: "\f24c";
}
html.eskimobi_responsive body .fa-clone:before {
  content: "\f24d";
}
html.eskimobi_responsive body .fa-balance-scale:before {
  content: "\f24e";
}
html.eskimobi_responsive body .fa-hourglass-o:before {
  content: "\f250";
}
html.eskimobi_responsive body .fa-hourglass-1:before,
html.eskimobi_responsive body .fa-hourglass-start:before {
  content: "\f251";
}
html.eskimobi_responsive body .fa-hourglass-2:before,
html.eskimobi_responsive body .fa-hourglass-half:before {
  content: "\f252";
}
html.eskimobi_responsive body .fa-hourglass-3:before,
html.eskimobi_responsive body .fa-hourglass-end:before {
  content: "\f253";
}
html.eskimobi_responsive body .fa-hourglass:before {
  content: "\f254";
}
html.eskimobi_responsive body .fa-hand-grab-o:before,
html.eskimobi_responsive body .fa-hand-rock-o:before {
  content: "\f255";
}
html.eskimobi_responsive body .fa-hand-stop-o:before,
html.eskimobi_responsive body .fa-hand-paper-o:before {
  content: "\f256";
}
html.eskimobi_responsive body .fa-hand-scissors-o:before {
  content: "\f257";
}
html.eskimobi_responsive body .fa-hand-lizard-o:before {
  content: "\f258";
}
html.eskimobi_responsive body .fa-hand-spock-o:before {
  content: "\f259";
}
html.eskimobi_responsive body .fa-hand-pointer-o:before {
  content: "\f25a";
}
html.eskimobi_responsive body .fa-hand-peace-o:before {
  content: "\f25b";
}
html.eskimobi_responsive body .fa-trademark:before {
  content: "\f25c";
}
html.eskimobi_responsive body .fa-registered:before {
  content: "\f25d";
}
html.eskimobi_responsive body .fa-creative-commons:before {
  content: "\f25e";
}
html.eskimobi_responsive body .fa-gg:before {
  content: "\f260";
}
html.eskimobi_responsive body .fa-gg-circle:before {
  content: "\f261";
}
html.eskimobi_responsive body .fa-tripadvisor:before {
  content: "\f262";
}
html.eskimobi_responsive body .fa-odnoklassniki:before {
  content: "\f263";
}
html.eskimobi_responsive body .fa-odnoklassniki-square:before {
  content: "\f264";
}
html.eskimobi_responsive body .fa-get-pocket:before {
  content: "\f265";
}
html.eskimobi_responsive body .fa-wikipedia-w:before {
  content: "\f266";
}
html.eskimobi_responsive body .fa-safari:before {
  content: "\f267";
}
html.eskimobi_responsive body .fa-chrome:before {
  content: "\f268";
}
html.eskimobi_responsive body .fa-firefox:before {
  content: "\f269";
}
html.eskimobi_responsive body .fa-opera:before {
  content: "\f26a";
}
html.eskimobi_responsive body .fa-internet-explorer:before {
  content: "\f26b";
}
html.eskimobi_responsive body .fa-tv:before,
html.eskimobi_responsive body .fa-television:before {
  content: "\f26c";
}
html.eskimobi_responsive body .fa-contao:before {
  content: "\f26d";
}
html.eskimobi_responsive body .fa-500px:before {
  content: "\f26e";
}
html.eskimobi_responsive body .fa-amazon:before {
  content: "\f270";
}
html.eskimobi_responsive body .fa-calendar-plus-o:before {
  content: "\f271";
}
html.eskimobi_responsive body .fa-calendar-minus-o:before {
  content: "\f272";
}
html.eskimobi_responsive body .fa-calendar-times-o:before {
  content: "\f273";
}
html.eskimobi_responsive body .fa-calendar-check-o:before {
  content: "\f274";
}
html.eskimobi_responsive body .fa-industry:before {
  content: "\f275";
}
html.eskimobi_responsive body .fa-map-pin:before {
  content: "\f276";
}
html.eskimobi_responsive body .fa-map-signs:before {
  content: "\f277";
}
html.eskimobi_responsive body .fa-map-o:before {
  content: "\f278";
}
html.eskimobi_responsive body .fa-map:before {
  content: "\f279";
}
html.eskimobi_responsive body .fa-commenting:before {
  content: "\f27a";
}
html.eskimobi_responsive body .fa-commenting-o:before {
  content: "\f27b";
}
html.eskimobi_responsive body .fa-houzz:before {
  content: "\f27c";
}
html.eskimobi_responsive body .fa-vimeo:before {
  content: "\f27d";
}
html.eskimobi_responsive body .fa-black-tie:before {
  content: "\f27e";
}
html.eskimobi_responsive body .fa-fonticons:before {
  content: "\f280";
}
html.eskimobi_responsive body .fa-reddit-alien:before {
  content: "\f281";
}
html.eskimobi_responsive body .fa-edge:before {
  content: "\f282";
}
html.eskimobi_responsive body .fa-credit-card-alt:before {
  content: "\f283";
}
html.eskimobi_responsive body .fa-codiepie:before {
  content: "\f284";
}
html.eskimobi_responsive body .fa-modx:before {
  content: "\f285";
}
html.eskimobi_responsive body .fa-fort-awesome:before {
  content: "\f286";
}
html.eskimobi_responsive body .fa-usb:before {
  content: "\f287";
}
html.eskimobi_responsive body .fa-product-hunt:before {
  content: "\f288";
}
html.eskimobi_responsive body .fa-mixcloud:before {
  content: "\f289";
}
html.eskimobi_responsive body .fa-scribd:before {
  content: "\f28a";
}
html.eskimobi_responsive body .fa-pause-circle:before {
  content: "\f28b";
}
html.eskimobi_responsive body .fa-pause-circle-o:before {
  content: "\f28c";
}
html.eskimobi_responsive body .fa-stop-circle:before {
  content: "\f28d";
}
html.eskimobi_responsive body .fa-stop-circle-o:before {
  content: "\f28e";
}
html.eskimobi_responsive body .fa-shopping-bag:before {
  content: "\f290";
}
html.eskimobi_responsive body .fa-shopping-basket:before {
  content: "\f291";
}
html.eskimobi_responsive body .fa-hashtag:before {
  content: "\f292";
}
html.eskimobi_responsive body .fa-bluetooth:before {
  content: "\f293";
}
html.eskimobi_responsive body .fa-bluetooth-b:before {
  content: "\f294";
}
html.eskimobi_responsive body .fa-percent:before {
  content: "\f295";
}
html.eskimobi_responsive body .fa-gitlab:before {
  content: "\f296";
}
html.eskimobi_responsive body .fa-wpbeginner:before {
  content: "\f297";
}
html.eskimobi_responsive body .fa-wpforms:before {
  content: "\f298";
}
html.eskimobi_responsive body .fa-envira:before {
  content: "\f299";
}
html.eskimobi_responsive body .fa-universal-access:before {
  content: "\f29a";
}
html.eskimobi_responsive body .fa-wheelchair-alt:before {
  content: "\f29b";
}
html.eskimobi_responsive body .fa-question-circle-o:before {
  content: "\f29c";
}
html.eskimobi_responsive body .fa-blind:before {
  content: "\f29d";
}
html.eskimobi_responsive body .fa-audio-description:before {
  content: "\f29e";
}
html.eskimobi_responsive body .fa-volume-control-phone:before {
  content: "\f2a0";
}
html.eskimobi_responsive body .fa-braille:before {
  content: "\f2a1";
}
html.eskimobi_responsive body .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
html.eskimobi_responsive body .fa-asl-interpreting:before,
html.eskimobi_responsive body .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
html.eskimobi_responsive body .fa-deafness:before,
html.eskimobi_responsive body .fa-hard-of-hearing:before,
html.eskimobi_responsive body .fa-deaf:before {
  content: "\f2a4";
}
html.eskimobi_responsive body .fa-glide:before {
  content: "\f2a5";
}
html.eskimobi_responsive body .fa-glide-g:before {
  content: "\f2a6";
}
html.eskimobi_responsive body .fa-signing:before,
html.eskimobi_responsive body .fa-sign-language:before {
  content: "\f2a7";
}
html.eskimobi_responsive body .fa-low-vision:before {
  content: "\f2a8";
}
html.eskimobi_responsive body .fa-viadeo:before {
  content: "\f2a9";
}
html.eskimobi_responsive body .fa-viadeo-square:before {
  content: "\f2aa";
}
html.eskimobi_responsive body .fa-snapchat:before {
  content: "\f2ab";
}
html.eskimobi_responsive body .fa-snapchat-ghost:before {
  content: "\f2ac";
}
html.eskimobi_responsive body .fa-snapchat-square:before {
  content: "\f2ad";
}
html.eskimobi_responsive body .fa-pied-piper:before {
  content: "\f2ae";
}
html.eskimobi_responsive body .fa-first-order:before {
  content: "\f2b0";
}
html.eskimobi_responsive body .fa-yoast:before {
  content: "\f2b1";
}
html.eskimobi_responsive body .fa-themeisle:before {
  content: "\f2b2";
}
html.eskimobi_responsive body .fa-google-plus-circle:before,
html.eskimobi_responsive body .fa-google-plus-official:before {
  content: "\f2b3";
}
html.eskimobi_responsive body .fa-fa:before,
html.eskimobi_responsive body .fa-font-awesome:before {
  content: "\f2b4";
}
html.eskimobi_responsive body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html.eskimobi_responsive body .sr-only-focusable:active,
html.eskimobi_responsive body .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html.eskimobi_responsive body .input-mixin {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .input-mixin::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .btn-blue {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0A81C0;
}
html.eskimobi_responsive body .btn-blue a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .btn-orange {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FF8E0F;
}
html.eskimobi_responsive body .btn-orange a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .btn-grey {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: none;
  color: #666666;
  border: 1px solid #666666;
}
html.eskimobi_responsive body .btn-grey a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .btn-blue-no-fill {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  line-height: 14px;
  background: none;
  color: #0A81C0;
  border: 1px solid #0A81C0;
}
html.eskimobi_responsive body .btn-blue-no-fill a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .new-title {
  margin-bottom: 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}
html.eskimobi_responsive body .title-2 {
  margin: 30px 0 15px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-transform: none;
  border: none;
  text-align: left;
  color: #0A81C0;
  letter-spacing: 0;
}
html.eskimobi_responsive body .btn-active {
  background: #F8F8F8 !important;
  color: #333 !important;
  text-shadow: none !important;
}
html.eskimobi_responsive body .btn-active .rightarrowclass {
  -webkit-transform: rotate(90deg);
  /* Chrome y Safari */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -o-transform: rotate(90deg);
  /* Opera */
  transform: rotate(90deg);
  /* Opera */
  margin-top: -4px;
}
html.eskimobi_responsive body .full {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto !important;
}
html.eskimobi_responsive body .clear:after {
  clear: both;
  display: table;
  content: '';
}
html.eskimobi_responsive body .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.eskimobi_responsive body .tableToBlocks {
  display: block;
}
html.eskimobi_responsive body .tableToBlocks > tbody {
  display: block;
}
html.eskimobi_responsive body .tableToBlocks > tbody > tr {
  display: block;
}
html.eskimobi_responsive body .tableToBlocks > tbody > tr > td {
  display: block;
}
html.eskimobi_responsive body #author {
  margin-bottom: 10px;
}
html.eskimobi_responsive body.opacity,
html.eskimobi_responsive body.fav-page {
  opacity: 1;
}
html.eskimobi_responsive body.main .news {
  display: none;
}
html.eskimobi_responsive body.main #map {
  width: auto !important;
  height: auto !important;
  margin: 0 -20px;
}
html.eskimobi_responsive body.main #map > ymaps {
  height: 330px !important;
}
html.eskimobi_responsive body.main #map > ymaps > ymaps {
  height: 330px !important;
}
html.eskimobi_responsive body.no-scroll {
  height: 100vh;
}
html.eskimobi_responsive body.nav-open {
  height: 100vh;
}
html.eskimobi_responsive body.nav-open .left-bar {
  display: block;
}
html.eskimobi_responsive body.nav-open #header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.eskimobi_responsive body *.no-mobile {
  display: none !important;
}
html.eskimobi_responsive body * {
  font-family: 'Roboto-Regular', sans-serif;
  box-sizing: border-box;
}
html.eskimobi_responsive body input[type="text"],
html.eskimobi_responsive body input[type="email"],
html.eskimobi_responsive body input[type="tel"],
html.eskimobi_responsive body input[type="submit"],
html.eskimobi_responsive body input select,
html.eskimobi_responsive body input button {
  -webkit-appearance: none;
}
html.eskimobi_responsive body h1.thin-title,
html.eskimobi_responsive body .landing-object__section-text-title {
  margin: 30px 0 15px;
  font-family: 'Roboto-Medium';
  font-size: 20px;
  text-transform: none;
  text-align: left;
  line-height: 23px;
  color: #0A81C0;
}
html.eskimobi_responsive body .left-bar {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding-bottom: 50px;
  z-index: 101;
  display: none;
  width: auto;
  padding-top: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
html.eskimobi_responsive body .left-bar ~ .sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 103;
  display: none;
  width: auto;
  background: #fff;
  overflow: auto;
}
html.eskimobi_responsive body .left-bar ~ .sub.js_open {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.eskimobi_responsive body .left-bar ~ .sub::before {
  content: 'Объекты';
  padding: 13px 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
  color: #0A81C0;
}
html.eskimobi_responsive body .left-bar ~ .sub .close {
  display: none;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-nav {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  background: none;
  border: 1px solid #0A81C0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-state-default {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0;
  border-right: 1px solid #0A81C0;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-state-default::after {
  display: none;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-state-default:last-child {
  border: none;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-state-default.ui-tabs-active {
  background: #0A81C0;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-state-default.ui-tabs-active a {
  color: #fff;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-state-default a {
  display: block;
  padding: 13px;
  font-family: 'Roboto-Medium';
  line-height: 14px;
  color: #0A81C0;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns {
  float: none;
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns fieldset {
  margin: 0;
  margin-bottom: 30px !important;
  padding: 0 !important;
  border: none;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns fieldset .toggle-cur-sec {
  position: static;
  display: -webkit-flex;
  display: flex;
  width: auto;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
  text-align: left;
  background: none;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns fieldset .toggle-cur-sec::after {
  content: '';
  position: relative;
  top: -1px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 8px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns fieldset .toggle-cur-sec span {
  font-family: 'Roboto-Light';
  font-size: 12px;
  line-height: 1;
  color: #666666;
  border: none;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns fieldset .chk-row {
  margin: 0;
  padding: 0;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns fieldset .chk-row a {
  padding: 9px 0 !important;
  color: #000;
  line-height: 19px;
}
html.eskimobi_responsive body .left-bar ~ .sub > .tabs .ui-tabs-panel .columns fieldset .chk-row a br {
  display: none;
}
html.eskimobi_responsive body .left-bar ~ .sub .sub-toggle {
  display: block;
  width: 55px;
  height: 50px;
  margin-left: auto;
  font-size: 0;
  background: #0A81C0 url('img/cross.svg') no-repeat center;
}
html.eskimobi_responsive body .left-bar .fav {
  display: none;
}
html.eskimobi_responsive body .left-bar a {
  line-height: 19px;
}
html.eskimobi_responsive body .left-bar .geo-info,
html.eskimobi_responsive body .left-bar .app-counter {
  display: none;
}
html.eskimobi_responsive body .left-bar .left-menu {
  margin-bottom: 0;
}
html.eskimobi_responsive body .left-bar .left-menu li {
  padding: 0;
}
html.eskimobi_responsive body .left-bar .left-menu a {
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  color: #000;
}
html.eskimobi_responsive body .left-bar .new-phone a,
html.eskimobi_responsive body .left-bar .phones a {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0A81C0;
  margin: 24px 20px 20px;
}
html.eskimobi_responsive body .left-bar .new-phone a a,
html.eskimobi_responsive body .left-bar .phones a a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .left-bar .objects-sections {
  padding: 0;
}
html.eskimobi_responsive body .left-bar .objects-sections .item {
  background: none;
}
html.eskimobi_responsive body .left-bar .objects-sections .item a,
html.eskimobi_responsive body .left-bar .objects-sections .item .sect {
  padding: 12px 20px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #0A81C0;
  border: none;
}
html.eskimobi_responsive body .left-bar .objects-sections .item a::after,
html.eskimobi_responsive body .left-bar .objects-sections .item .sect::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url('img/arrow.svg') no-repeat center;
}
html.eskimobi_responsive body .left-bar .objects-sections .item a br,
html.eskimobi_responsive body .left-bar .objects-sections .item .sect br {
  display: none;
}
html.eskimobi_responsive body .content-wrapper {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.eskimobi_responsive body .content-inner {
  padding-bottom: 0;
}
html.eskimobi_responsive body .content-inner > .row {
  margin: 0;
  min-width: 280px;
}
html.eskimobi_responsive body .content-inner > .row > .columns {
  padding: 0 20px;
}
html.eskimobi_responsive body .content-inner > .row > .columns > h2 {
  margin-bottom: 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin-top: 60px;
}
html.eskimobi_responsive body #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  padding-left: 20px;
  overflow: visible;
  background: #fff;
  -webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.1);
}
html.eskimobi_responsive body #header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
html.eskimobi_responsive body #header .logo {
  width: 40px;
  height: 60px;
  margin-right: auto;
  padding: 0;
  background: #0A81C0 url('img/logo-new.png') no-repeat center;
  background-size: 45px auto;
  border: none;
}
html.eskimobi_responsive body #header .logo img {
  display: none;
}
html.eskimobi_responsive body #header .menu_outer {
  -webkit-order: 4;
  order: 4;
  margin-left: 11px;
}
html.eskimobi_responsive body #header .menu_outer.js_open a {
  background: #0A81C0 url('img/cross.svg') no-repeat center;
}
html.eskimobi_responsive body #header .menu_outer a {
  display: block;
  width: 55px;
  height: 50px;
  font-size: 0;
  background: #0A81C0 url('img/menu.svg') no-repeat center;
}
html.eskimobi_responsive body #header .fav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-order: 3;
  order: 3;
  padding: 0 7px;
}
html.eskimobi_responsive body #header .fav.active span {
  display: block;
}
html.eskimobi_responsive body #header .fav a {
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url('img/fav.svg') no-repeat center;
}
html.eskimobi_responsive body #header .fav span {
  position: absolute;
  top: -2px;
  right: -2px;
  display: none;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #FF8E0F;
}
html.eskimobi_responsive body #header .phones,
html.eskimobi_responsive body #header .new-phone {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-order: 2;
  order: 2;
  padding: 0 7px;
  font-size: 0;
}
html.eskimobi_responsive body #header .phones ~ .phones,
html.eskimobi_responsive body #header .new-phone ~ .phones {
  display: none;
}
html.eskimobi_responsive body #header .phones a,
html.eskimobi_responsive body #header .new-phone a {
  display: block;
  width: 18px;
  height: 18px;
  background: url('img/phone.svg') no-repeat center;
}
html.eskimobi_responsive body .objectsListWrap,
html.eskimobi_responsive body .objects-section-list__item-flats {
  margin: 0;
}
html.eskimobi_responsive body .objectsListWrap .table-sort.more-items.show tbody tr:nth-child(n + 4),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort.more-items.show tbody tr:nth-child(n + 4) {
  display: -webkit-flex !important;
  display: flex !important;
}
html.eskimobi_responsive body .objectsListWrap .table-sort.more-items.show ~ .rooms-toggler::before,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort.more-items.show ~ .rooms-toggler::before {
  content: 'Скрыть';
}
html.eskimobi_responsive body .objectsListWrap .table-sort.more-items tbody tr:nth-child(n + 4),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort.more-items tbody tr:nth-child(n + 4) {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper.more-items.show .b-tile__item:nth-child(n + 8),
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper.more-items.show .b-tile__item:nth-child(n + 8) {
  display: block;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper.more-items.show ~ .catalog-toggler::before,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper.more-items.show ~ .catalog-toggler::before {
  content: 'Скрыть';
}
/*html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper.more-items .b-tile__item:nth-child(n + 8), cchanged 11.02*/
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper.more-items .b-tile__item:nth-child(n + 11),
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper.more-items .b-tile__item:nth-child(n + 8) {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper.more-items .recall-form,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper.more-items .recall-form {
  margin-top: 10px;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile {
  margin: 0;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item {
  display: block;
  width: auto;
  margin: 0;
  margin-bottom: 10px;
  border: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object {
  height: auto;
  padding: 0;
  background: #0A81C0;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object .title,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object .title,
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object .adress_block_i,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object .adress_block_i,
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object .items,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object .items,
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object .items a,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object .items a {
  background: none;
  color: #fff;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object .title,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object .title {
  padding: 13px 20px;
  font-family: 'Roboto-Medium';
  position: static;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object .title span,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object .title span {
  font-family: 'Roboto-Medium';
  font-size: 11pt !important;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object img,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object img {
  display: block;
  margin: 0 auto;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object a,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object a {
  text-decoration: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .img,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .img {
  position: static;
  height: auto;
  background: none !important;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info,
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .locat,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .locat {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail {
  position: static;
  display: block;
  height: auto;
  padding: 0 20px;
  opacity: 1;
  background: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail *,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail * {
  color: #fff !important;
  text-align: left;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .location,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .location {
  margin-bottom: 8px;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .location,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .location,
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .deadline,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .deadline {
  font-family: 'Roboto-Light';
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .location a,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .location a,
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .deadline a,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .deadline a {
  font-family: 'Roboto-Light';
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .location span,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .location span,
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .deadline span,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .deadline span {
  font-family: 'Roboto-Light';
  font-size: 10px;
  font-weight: normal;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .object-info__detail .more,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .object-info__detail .more {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .logo_building,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .logo_building {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .min-price,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .min-price {
  margin: 4px 0 0;
  font-family: 'Roboto-Medium';
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .min-price span,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .min-price span {
  font-size: 20px;
  opacity: 1;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .option,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .option {
  margin: 6px -20px 0;
  padding: 11px 20px;
  font-family: 'Roboto-Light';
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .option > a,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .option > a {
  display: block;
  background: url('img/var-arrow.svg') no-repeat right center;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .option a,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .option a {
  text-decoration: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .specials,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .specials {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .specials .special-content,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .specials .special-content {
  padding: 10px 20px;
  font-size: 10px;
  line-height: 12px;
}
html.eskimobi_responsive body .objectsListWrap .catalogue-wrapper .b-tile__item .specials .special-content::before,
html.eskimobi_responsive body .objects-section-list__item-flats .catalogue-wrapper .b-tile__item .specials .special-content::before {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap #flats_block,
html.eskimobi_responsive body .objects-section-list__item-flats #flats_block,
html.eskimobi_responsive body .objectsListWrap h2,
html.eskimobi_responsive body .objects-section-list__item-flats h2 {
  margin-bottom: 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin-top: 30px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table ~ div,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table ~ div {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table thead,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table thead {
  position: relative;
  z-index: 2;
  height: 40px;
  display: block;
  margin-bottom: 40px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table thead td,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table thead td {
  border: none !important;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table thead td:first-child,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table thead td:first-child,
html.eskimobi_responsive body .objectsListWrap .table-sort table thead td:last-child,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table thead td:last-child {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody {
  position: relative;
  z-index: 1;
  display: block;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
  background: #EDF9FF;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr.blank,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr.blank {
  height: auto;
  background: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr.blank td,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr.blank td {
  padding: 0 !important;
  background: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td {
  width: 50%;
  padding: 0;
  border: none;
  text-align: left;
  background: none !important;
  border: none !important;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:first-child,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:first-child {
  background: #fff !important;
  border: 1px solid #F2F2F2 !important;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td.td_price,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td.td_price {
  position: static;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td.td_price.booked::before,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td.td_price.booked::before {
  top: -13px;
  right: 30px;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 6px 20px;
  font-family: 'Roboto-Medium';
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
  color: #FF8E0F;
  border: 1px solid #FF8E0F;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td.td_price.special::after,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td.td_price.special::after {
  top: -13px;
  right: -5px;
  left: auto;
  width: 26px;
  height: 26px;
  background: #FF8E0F url('img/gift.svg') no-repeat center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-size: 14px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:first-child,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:first-child {
  -webkit-order: 1;
  order: 1;
  width: 100%;
  padding: 20px 38px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-bottom: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:first-child img,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:first-child img {
  display: block;
  max-height: 100%;
  max-width: 213px;
  margin: 0 auto;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(2),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(2) {
  -webkit-order: 6;
  order: 6;
  padding-left: 28px;
  font-family: 'Roboto-Light';
  font-size: 10px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(2)::before,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(2)::before {
  content: 'ЖК - ';
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(2) a,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(2) a {
  color: #0A81C0;
  text-decoration: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(3),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(3) {
  -webkit-order: 2;
  order: 2;
  padding-top: 23px;
  padding-left: 28px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  color: #0A81C0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(4),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(4) {
  -webkit-order: 4;
  order: 4;
  padding-left: 28px;
  margin-top: 4px;
  margin-bottom: 4px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(4)::before,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(4)::before {
  content: 'S - ';
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(5),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(5) {
  -webkit-order: 5;
  order: 5;
  margin-top: 4px;
  margin-bottom: 4px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(4),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(4),
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(5),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(5) {
  font-family: 'Roboto-Light';
  font-size: 10px;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:nth-child(6),
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:nth-child(6) {
  -webkit-order: 3;
  order: 3;
  padding-top: 23px;
  border: none !important;
  background: none !important;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:last-child,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:last-child {
  width: 100%;
  -webkit-order: 7;
  order: 7;
  margin-top: 5px;
  padding: 15px;
  border: none !important;
  background: none !important;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:last-child .actions,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:last-child .actions {
  position: static;
  padding: 0;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:last-child .actions .favorite,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:last-child .actions .favorite {
  top: 14px;
  left: 14px;
  width: 19px;
  height: 19px;
  background: url('img/fav-no-fill.svg') no-repeat center;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:last-child .actions .favorite.act,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:last-child .actions .favorite.act {
  background: url('img/fav-orange.svg') no-repeat center;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:last-child .actions .favorite .b-tooltip_sm,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:last-child .actions .favorite .b-tooltip_sm {
  display: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:last-child .button,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:last-child .button {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FF8E0F;
  line-height: 14px;
  font-size: 12px;
  border: none;
}
html.eskimobi_responsive body .objectsListWrap .table-sort table tbody tr td:last-child .button a,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort table tbody tr td:last-child .button a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .main-slider {
  height: auto !important;
}
html.eskimobi_responsive body .new-main-slider .swiper-slide {
  padding: 0 !important;
  opacity: 1 !important;
}
html.eskimobi_responsive body .filter-toggle:not(.close) {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FF8E0F;
  position: relative;
  margin: 20px 0;
  padding-left: 50px;
  font-size: 14px;
  text-align: left;
  background: #FF8E0F url('img/filter.svg') no-repeat left 20px center;
}
html.eskimobi_responsive body .filter-toggle:not(.close) a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .filter-toggle:not(.close)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url('img/filter-arrow.svg') no-repeat center;
}
.arrowspan{
display:block;position:absolute;bottom:0;right:20px;width:22px;height:22px;background: url('img/filter-arrow.svg') no-repeat center;
/*animation: blinker 2s linear infinite;*/
}

/*@keyframes blinker {
10% {
    right: 50px;
  }
  100% {
    right: 100px;
  }
}*/
html.eskimobi_responsive body .filter-flats .objects-button a {
  margin: 0 !important;
  font-family: 'Roboto-Medium';
  font-size: 12px !important;
}
html.eskimobi_responsive body .filter-flats .objects-button a::before {
  display: none;
}
html.eskimobi_responsive body .filter-flats .live_ned,
html.eskimobi_responsive body .filter-flats .com_ned {
  display: block;
  width: 50%;
  font-size: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.eskimobi_responsive body #indexFilter,
html.eskimobi_responsive body .filter-flats {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0;
  background: #fff;
  overflow: auto;
}
html.eskimobi_responsive body #indexFilter.js_open,
html.eskimobi_responsive body .filter-flats.js_open {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.eskimobi_responsive body #indexFilter::before,
html.eskimobi_responsive body .filter-flats::before {
  content: 'Фильтр';
  width: 80%;
  padding: 13px 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
  color: #0A81C0;
}
html.eskimobi_responsive body #indexFilter .close,
html.eskimobi_responsive body .filter-flats .close {
  display: block;
  width: 55px;
  height: 50px;
  margin-left: auto;
  font-size: 0;
  background: #0A81C0 url('img/cross.svg') no-repeat center;
}
html.eskimobi_responsive body #top-filter {
  width: 100%;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  padding-bottom: 25px;
  background: none;
  color: #000;
}
html.eskimobi_responsive body #top-filter .params-row {
  margin: 0;
}
html.eskimobi_responsive body #top-filter input:checked + label::before {
  border-color: #0A81C0;
}
html.eskimobi_responsive body #top-filter input:checked + label::after {
  display: block;
}
html.eskimobi_responsive body #top-filter label {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  margin-left: 0 !important;
  padding: 0;
  font-size: 12px;
  color: #000;
}
html.eskimobi_responsive body #top-filter label::before {
  content: '';
  position: static;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -webkit-transform: none;
  transform: none;
  border: 1px solid #DEDEDE;
  background: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
html.eskimobi_responsive body #top-filter label::after {
  content: '';
  position: absolute;
  top: 50% !important;
  left: 5px !important;
  display: none;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #0A81C0;
}
html.eskimobi_responsive body #top-filter .params-row > .col-main .col-sm:first-child {
  margin-bottom: 40px;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm:first-child,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm:first-child,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w:first-child,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w:first-child,
html.eskimobi_responsive body #top-filter .col-main .col-md:first-child,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md:first-child {
  margin-bottom: 30px;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm:first-child .title,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm:first-child .title,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w:first-child .title,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w:first-child .title,
html.eskimobi_responsive body #top-filter .col-main .col-md:first-child .title,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md:first-child .title {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666666;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm:not(:first-child),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm:not(:first-child),
html.eskimobi_responsive body #top-filter .col-main .col-sm-w:not(:first-child),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w:not(:first-child),
html.eskimobi_responsive body #top-filter .col-main .col-md:not(:first-child),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md:not(:first-child) {
  margin-bottom: 30px;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm:not(:first-child) .title,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm:not(:first-child) .title,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w:not(:first-child) .title,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w:not(:first-child) .title,
html.eskimobi_responsive body #top-filter .col-main .col-md:not(:first-child) .title,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md:not(:first-child) .title {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 18px;
  margin-right: -20px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 1;
  color: #000;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm:not(:first-child) .title::first-letter,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm:not(:first-child) .title::first-letter,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w:not(:first-child) .title::first-letter,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w:not(:first-child) .title::first-letter,
html.eskimobi_responsive body #top-filter .col-main .col-md:not(:first-child) .title::first-letter,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md:not(:first-child) .title::first-letter {
  color: red;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm:not(:first-child) .title::after,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm:not(:first-child) .title::after,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w:not(:first-child) .title::after,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w:not(:first-child) .title::after,
html.eskimobi_responsive body #top-filter .col-main .col-md:not(:first-child) .title::after,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md:not(:first-child) .title::after {
  content: '';
  position: relative;
  top: -6px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown {
  max-width: 100%;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-dropdown__toggle,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-dropdown__toggle,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-dropdown__toggle,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-dropdown__toggle,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-dropdown__toggle,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-dropdown__toggle {
  display: none;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-dropdown__list,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-dropdown__list,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-dropdown__list,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-dropdown__list,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-dropdown__list,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-dropdown__list {
  position: static;
  display: block;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-dropdown__list.js_open .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-dropdown__list.js_open .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-dropdown__list.js_open .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-dropdown__list.js_open .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-dropdown__list.js_open .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-dropdown__list.js_open .custom-dropdown__list__item:nth-child(n + 5) {
  display: block;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-dropdown__list.js_open ~ .custom-toggler::before,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-dropdown__list.js_open ~ .custom-toggler::before,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-dropdown__list.js_open ~ .custom-toggler::before,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-dropdown__list.js_open ~ .custom-toggler::before,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-dropdown__list.js_open ~ .custom-toggler::before,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-dropdown__list.js_open ~ .custom-toggler::before {
  content: 'Скрыть';
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item {
  margin-bottom: 10px;
  padding: 0;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:nth-child(n + 5),
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:nth-child(n + 5) {
  display: none;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:last-child,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:last-child,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:last-child,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:last-child,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:last-child,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-dropdown__list .custom-dropdown__list__item:last-child {
  margin-bottom: 0;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-toggler,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-toggler,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-toggler,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-toggler,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-toggler,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-toggler {
  display: inline-block;
  margin-top: 4px;
  text-decoration: none;
  font-family: 'Roboto-Light';
  font-size: 0;
  color: #0A81C0;
}
html.eskimobi_responsive body #top-filter .col-main .col-sm .custom-dropdown .custom-toggler::before,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm .custom-dropdown .custom-toggler::before,
html.eskimobi_responsive body #top-filter .col-main .col-sm-w .custom-dropdown .custom-toggler::before,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-sm-w .custom-dropdown .custom-toggler::before,
html.eskimobi_responsive body #top-filter .col-main .col-md .custom-dropdown .custom-toggler::before,
html.eskimobi_responsive body #top-filter .full-search .col-main .col-md .custom-dropdown .custom-toggler::before {
  content: 'Показать еще';
  font-size: 12px;
}
html.eskimobi_responsive body #top-filter .col-main .objects-button,
html.eskimobi_responsive body #top-filter .full-search .col-main .objects-button {
  display: -webkit-flex;
  display: flex;
}
html.eskimobi_responsive body #top-filter .col-main .objects-button a,
html.eskimobi_responsive body #top-filter .full-search .col-main .objects-button a {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 17px;
  padding-right: 0;
  padding-left: 0;
  font-size: 0;
  text-align: center;
  color: #0A81C0;
  border-color: #0A81C0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body #top-filter .col-main .objects-button a::before,
html.eskimobi_responsive body #top-filter .full-search .col-main .objects-button a::before {
  content: 'Выбрать';
  font-family: 'Roboto-Medium';
  font-size: 12px;
}
html.eskimobi_responsive body #top-filter .col-main .objects-button a::after,
html.eskimobi_responsive body #top-filter .full-search .col-main .objects-button a::after {
  display: none;
}
html.eskimobi_responsive body #top-filter .col-main .objects-button .checked-amout,
html.eskimobi_responsive body #top-filter .full-search .col-main .objects-button .checked-amout {
  position: static;
  -webkit-order: 2;
  order: 2;
  width: auto;
  height: auto;
  padding: 0;
  font-family: 'Roboto-Bold';
  font-size: 25px;
  line-height: 1;
  color: #0A81C0;
  background: none;
}
html.eskimobi_responsive body #top-filter .col-main .objects-button .checked-amout::after,
html.eskimobi_responsive body #top-filter .full-search .col-main .objects-button .checked-amout::after {
  content: 'Выбрано';
  display: block;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #666666;
}
html.eskimobi_responsive body #top-filter .full-search {
  padding-top: 0;
}
html.eskimobi_responsive body #top-filter .full-search .col-main .title {
  display: -webkit-flex;
  display: flex;
  margin-right: -20px;
  font-family: 'Roboto-Medium' !important;
  font-size: 16px !important;
  line-height: 1;
  color: #000 !important;
}
html.eskimobi_responsive body #top-filter .full-search .col-main .title::first-letter {
  color: red;
}
html.eskimobi_responsive body #top-filter .full-search .col-main .title::after {
  content: '';
  position: relative;
  top: -2px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
html.eskimobi_responsive body #top-filter .custom-dropdown {
  max-width: 100%;
}
html.eskimobi_responsive body #top-filter .custom-dropdown .submit {
  display: block;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0A81C0;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 50px 20px 0;
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  border: none;
  text-transform: none;
}
html.eskimobi_responsive body #top-filter .custom-dropdown .submit a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body #top-filter .icon_refresh {
  width: 95px;
  margin: 13px auto 0;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
  letter-spacing: 0;
  text-decoration: underline;
}
html.eskimobi_responsive body #top-filter .icon_refresh img {
  display: none;
}
html.eskimobi_responsive body #top-filter .col-main,
html.eskimobi_responsive body #top-filter .col-side,
html.eskimobi_responsive body #top-filter .special-check {
  float: none;
  width: auto;
  margin: 0;
  padding: 0 20px;
}
html.eskimobi_responsive body #top-filter .col-side {
  padding: 0;
}
html.eskimobi_responsive body #top-filter .col-side .map_or_list_view_toggle_block label {
  margin-bottom: 0;
}
html.eskimobi_responsive body #top-filter .col-side .map_or_list_view_toggle_block label::after {
  display: none;
}
html.eskimobi_responsive body #top-filter .col-side .chk-row {
  top: auto;
  display: block;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
}
html.eskimobi_responsive body #top-filter .col-side .chk-row::after {
  top: 5px;
  left: 3px;
  margin-top: 0;
}
html.eskimobi_responsive body #top-filter .col-side .chk-row.map::after {
  top: 4px;
  left: 5px;
  margin-top: 0;
}
html.eskimobi_responsive body #top-filter .special-check {
  padding: 0;
}
html.eskimobi_responsive body #top-filter .cols-row {
  margin: 0;
}
html.eskimobi_responsive body #top-filter .col-sm,
html.eskimobi_responsive body #top-filter .col-sm-w,
html.eskimobi_responsive body #top-filter .col-md {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
}
html.eskimobi_responsive body #top-filter .toggle-wrapper {
  position: static;
  width: auto;
  margin-top: -10px;
  padding: 0 20px;
}
html.eskimobi_responsive body #top-filter .toggle-wrapper .toggle-search {
  position: relative;
  right: auto;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #0A81C0;
}
html.eskimobi_responsive body #top-filter .toggle-wrapper .toggle-search::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url('img/toggle-arrow.svg') no-repeat center;
  -webkit-transform: none;
  transform: none;
}
html.eskimobi_responsive body #top-filter .toggle-wrapper .toggle-search.toggle-search_expand::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(180deg);
}
html.eskimobi_responsive body #top-filter input {
  color: #000;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__range {
  width: 100%;
  height: 1px;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__range .noUi-base {
  height: 1px;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__range .noUi-connect {
  top: -1px;
  height: 3px;
  border: 1px solid #0A81C0;
  background: #0A81C0;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__range .noUi-background {
  top: -1px;
  height: 3px;
  border: 1px solid #fff;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__range .noUi-handle {
  top: -6px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 4px solid #0A81C0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__range .noUi-handle::before {
  display: none;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__range .noUi-handle.noUi-handle-upper {
  left: -10px;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__fields {
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__fields::after {
  display: none;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__fields .filter-slider__fields__item::before,
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__fields .filter-slider__fields__item::after {
  display: none;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__fields .filter-slider__fields__item:first-child input {
  text-align: left;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__fields .filter-slider__fields__item:last-child input {
  text-align: right;
}
html.eskimobi_responsive body #top-filter .filter-slider .filter-slider-wrap .filter-slider__fields input {
  height: auto;
  margin: 0;
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 12px;
  border: none;
  color: #0A81C0;
}
html.eskimobi_responsive body #top-filter .modal-window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0 !important;
  padding: 0;
  overflow: auto;
}
html.eskimobi_responsive body #top-filter .modal-window .search-vals {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body #top-filter .modal-window .toggle-all-sec {
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-order: 2;
  order: 2;
  width: 100%;
}
html.eskimobi_responsive body #top-filter .modal-window .toggle-all-sec a {
  margin: 0;
}
html.eskimobi_responsive body #top-filter .modal-window .toggle-all-sec a.check-all {
  -webkit-order: 3;
  order: 3;
  margin: 0 auto;
  font-family: 'Roboto-Light';
  font-size: 12px;
  border: none;
  text-decoration: underline;
  color: #666666;
}
html.eskimobi_responsive body #top-filter .modal-window .toggle-all-sec a.uncheck-all {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: none;
  color: #666666;
  border: 1px solid #666666;
  width: 100%;
  font-family: 'Roboto-Light';
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  -webkit-order: 2;
  order: 2;
  margin: 10px 0 13px;
}
html.eskimobi_responsive body #top-filter .modal-window .toggle-all-sec a.uncheck-all a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body #top-filter .modal-window .toggle-all-sec a.cancel {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0A81C0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
html.eskimobi_responsive body #top-filter .modal-window .toggle-all-sec a.cancel a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body #top-filter .modal-window .close {
  top: 0;
  right: 0;
  border: none;
}
html.eskimobi_responsive body #top-filter .modal-window .close::after {
  display: none;
}
html.eskimobi_responsive body #top-filter .modal-window .ui-tabs-nav {
  padding: 0;
  border: none;
}
html.eskimobi_responsive body #top-filter .modal-window .ui-state-default {
  border: none;
}
html.eskimobi_responsive body #top-filter .modal-window .ui-state-default::after {
  display: none;
}
html.eskimobi_responsive body #top-filter .modal-window .ui-state-default a {
  padding: 13px 20px;
}
html.eskimobi_responsive body #top-filter .modal-window .ui-state-default a::before {
  content: 'Объекты / районы';
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
}
html.eskimobi_responsive body #top-filter .modal-window .ui-state-default a span {
  font-size: 0;
}
html.eskimobi_responsive body #top-filter .modal-window .ui-tabs-panel {
  padding: 19px 20px 15px;
}
html.eskimobi_responsive body #top-filter .modal-window .columns {
  float: none;
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset {
  margin: 0;
  margin-bottom: 30px !important;
  padding: 0 !important;
  border: none;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset label {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset label br {
  display: none;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .subsection {
  margin: 0;
  padding: 10px;
  padding-right: 0;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .toggle-cur-sec {
  position: static;
  display: -webkit-flex;
  display: flex;
  width: auto;
  margin: 0;
  margin-bottom: 12px;
  margin-right: -20px;
  padding: 0;
  text-align: left;
  background: none;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .toggle-cur-sec::after {
  content: '';
  position: relative;
  top: -10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 8px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .toggle-cur-sec label {
  margin-bottom: 0;
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .toggle-cur-sec span {
  font-family: 'Roboto-Light';
  font-size: 12px;
  line-height: 1;
  color: #666666;
  border: none;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .chk-row {
  display: block;
  margin: 0;
  padding: 0;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .chk-row a {
  padding: 9px 0 !important;
  line-height: 19px;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .chk-row a br {
  display: none;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .chk-row.sub {
  width: auto;
  font-size: 0;
}
html.eskimobi_responsive body #top-filter .modal-window .columns fieldset .chk-row input:checked ~ label {
  color: #0A81C0;
  background: url('img/checked-arrow.svg') no-repeat right center;
  background-size: 19px;
}
html.eskimobi_responsive body .checked-params {
  display: none !important;
}
html.eskimobi_responsive body #c2c_button {
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
}
html.eskimobi_responsive body #c2c_button #c2c_button_main {
  width: 60px;
  height: 60px;
  -webkit-animation: none;
  animation: none;
}
html.eskimobi_responsive body #c2c_button #c2c_button_main::before {
  -webkit-animation: none;
  animation: none;
}
html.eskimobi_responsive body .inner-container {
  margin: 0;
}
html.eskimobi_responsive body .subscribe-form {
  display: none;
}
html.eskimobi_responsive body .recall-form,
html.eskimobi_responsive body .subscribe-form {
  margin: 20px 0;
  padding: 28px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border: none;
  background: none;
}
html.eskimobi_responsive body .recall-form__layout,
html.eskimobi_responsive body .subscribe-form__layout {
  margin-top: 0;
}
html.eskimobi_responsive body .recall-form .recall-form__first,
html.eskimobi_responsive body .subscribe-form .recall-form__first {
  display: none;
}
html.eskimobi_responsive body .recall-form__first,
html.eskimobi_responsive body .subscribe-form__first,
html.eskimobi_responsive body .recall-form__subfirst,
html.eskimobi_responsive body .subscribe-form__subfirst {
  width: auto;
  padding-right: 0;
}
html.eskimobi_responsive body .recall-form__first br,
html.eskimobi_responsive body .subscribe-form__first br,
html.eskimobi_responsive body .recall-form__subfirst br,
html.eskimobi_responsive body .subscribe-form__subfirst br {
  display: none;
}
html.eskimobi_responsive body .recall-form__layout,
html.eskimobi_responsive body .subscribe-form__layout {
  display: block;
}
html.eskimobi_responsive body .recall-form .new-form__name,
html.eskimobi_responsive body .subscribe-form .new-form__name {
  margin-bottom: 10px;
}
html.eskimobi_responsive body .recall-form__second,
html.eskimobi_responsive body .subscribe-form__second {
  position: static;
  width: auto;
  margin-bottom: 10px !important;
  padding-right: 0;
}
html.eskimobi_responsive body .recall-form__last,
html.eskimobi_responsive body .subscribe-form__last {
  position: static;
  width: auto;
  margin-bottom: 0 !important;
}
html.eskimobi_responsive body .recall-form select,
html.eskimobi_responsive body .subscribe-form select {
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url('img/select-arrow.svg') no-repeat right 15px center;
}
html.eskimobi_responsive body .recall-form__label,
html.eskimobi_responsive body .subscribe-form__label,
html.eskimobi_responsive body .recall-form__title,
html.eskimobi_responsive body .subscribe-form__title {
  margin-bottom: 25px;
  font-family: 'Roboto-Bold';
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
}
html.eskimobi_responsive body .recall-form .new-checkbox,
html.eskimobi_responsive body .subscribe-form .new-checkbox {
  width: auto !important;
  margin-bottom: 25px;
  padding-right: 25px;
}
html.eskimobi_responsive body .recall-form .new-form__field,
html.eskimobi_responsive body .subscribe-form .new-form__field {
  margin-bottom: 10px;
}
html.eskimobi_responsive body .recall-form input[type="tel"],
html.eskimobi_responsive body .subscribe-form input[type="tel"],
html.eskimobi_responsive body .recall-form input[type="text"],
html.eskimobi_responsive body .subscribe-form input[type="text"],
html.eskimobi_responsive body .recall-form input[type="email"],
html.eskimobi_responsive body .subscribe-form input[type="email"] {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
}
html.eskimobi_responsive body .recall-form input[type="tel"]::placeholder,
html.eskimobi_responsive body .subscribe-form input[type="tel"]::placeholder,
html.eskimobi_responsive body .recall-form input[type="text"]::placeholder,
html.eskimobi_responsive body .subscribe-form input[type="text"]::placeholder,
html.eskimobi_responsive body .recall-form input[type="email"]::placeholder,
html.eskimobi_responsive body .subscribe-form input[type="email"]::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .recall-form input[type="tel"]::placeholder,
html.eskimobi_responsive body .subscribe-form input[type="tel"]::placeholder,
html.eskimobi_responsive body .recall-form input[type="text"]::placeholder,
html.eskimobi_responsive body .subscribe-form input[type="text"]::placeholder,
html.eskimobi_responsive body .recall-form input[type="email"]::placeholder,
html.eskimobi_responsive body .subscribe-form input[type="email"]::placeholder {
  color: #000;
}
html.eskimobi_responsive body .recall-form input[type="checkbox"],
html.eskimobi_responsive body .subscribe-form input[type="checkbox"] {
  display: none;
}
html.eskimobi_responsive body .recall-form input[type="submit"],
html.eskimobi_responsive body .subscribe-form input[type="submit"] {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FF8E0F;
  margin: 0;
  padding: 11px;
  font-size: 14px;
  line-height: 16px;
}
html.eskimobi_responsive body .recall-form input[type="submit"] a,
html.eskimobi_responsive body .subscribe-form input[type="submit"] a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .recall-form label,
html.eskimobi_responsive body .subscribe-form label {
  position: relative;
  font-family: 'Roboto-Light';
  font-size: 10px;
  line-height: 12px;
  color: #666666;
}
html.eskimobi_responsive body .recall-form label[for*="personal_data"],
html.eskimobi_responsive body .subscribe-form label[for*="personal_data"] {
  display: block;
}
html.eskimobi_responsive body .recall-form label[class*="error-required"],
html.eskimobi_responsive body .subscribe-form label[class*="error-required"] {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  width: auto;
  margin-top: 5px;
}
html.eskimobi_responsive body .recall-form label::before,
html.eskimobi_responsive body .subscribe-form label::before {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #0A81C0;
  -webkit-transform: none;
  transform: none;
}
html.eskimobi_responsive body .recall-form label::after,
html.eskimobi_responsive body .subscribe-form label::after {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #0A81C0;
}
html.eskimobi_responsive body .catalog-toggler,
html.eskimobi_responsive body .rooms-toggler {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  line-height: 14px;
  background: none; 
  color: #0A81C0;
  border: 1px solid #0A81C0;
}
/*-----------------add 11.02----------------*/
html.eskimobi_responsive body .catalog-toggler{
  background: #FF8E0F; 
  color: #fff;
  border: none;
}
/*--------------------------------------------*/
html.eskimobi_responsive body .catalog-toggler a,
html.eskimobi_responsive body .rooms-toggler a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .catalog-toggler::before,
html.eskimobi_responsive body .rooms-toggler::before {
  content: 'Показать больше';
}
html.eskimobi_responsive body .footer {
  position: static;
  width: auto;
}
html.eskimobi_responsive body .modern-page-navigation .modern-page-title {
  display: none;
}
html.eskimobi_responsive body .modern-page-navigation .modern-page-current {
  color: #0A81C0 !important;
}
html.eskimobi_responsive body .modern-page-navigation .modern-page-current::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 2px;
  background: #0A81C0;
}
html.eskimobi_responsive body .modern-page-navigation > a,
html.eskimobi_responsive body .modern-page-navigation .modern-page-current {
  padding: 0;
  border: none;
  position: relative;
  font-family: 'Roboto-Medium';
  color: #0A81C0;
  line-height: 1;
}
html.eskimobi_responsive body .modern-page-navigation > a:not(.current),
html.eskimobi_responsive body .modern-page-navigation .modern-page-current:not(.current) {
  color: rgba(10, 129, 192, 0.5);
}
html.eskimobi_responsive body .modern-page-navigation > a:not(.modern-page-next):not(.modern-page-previous),
html.eskimobi_responsive body .modern-page-navigation .modern-page-current:not(.modern-page-next):not(.modern-page-previous) {
  margin: 0 7px;
}
html.eskimobi_responsive body .modern-page-navigation > a.modern-page-next,
html.eskimobi_responsive body .modern-page-navigation .modern-page-current.modern-page-next,
html.eskimobi_responsive body .modern-page-navigation > a.modern-page-previous,
html.eskimobi_responsive body .modern-page-navigation .modern-page-current.modern-page-previous {
  display: block;
  width: 30px;
  height: 15px;
  font-size: 0;
}
html.eskimobi_responsive body .modern-page-navigation > a.modern-page-next,
html.eskimobi_responsive body .modern-page-navigation .modern-page-current.modern-page-next {
  margin-left: auto;
  background: url('img/pag-next.svg') no-repeat center;
}
html.eskimobi_responsive body .modern-page-navigation > a.modern-page-previous,
html.eskimobi_responsive body .modern-page-navigation .modern-page-current.modern-page-previous {
  margin-right: auto;
  background: url('img/pag-prev.svg') no-repeat center;
}
html.eskimobi_responsive body .main-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin: 0;
}
html.eskimobi_responsive body .main-actions .action {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 48%;
  height: auto;
  margin: 0;
  padding: 20px 10px 10px;
  background: #0A81C0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .main-actions .action::before {
  content: '';
  display: block;
  width: 69px;
  height: 69px;
  margin: 0 auto 20px;
}
html.eskimobi_responsive body .main-actions .action::after {
  display: block;
  width: 120px;
  font-family: 'Roboto-Bold';
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 140%;
}
html.eskimobi_responsive body .main-actions .action:nth-child(odd) {
  margin-right: 10px;
}
html.eskimobi_responsive body .main-actions .action:first-child::before {
  background: url('img/action-gift.svg') no-repeat center;
  background-size: contain;
}
html.eskimobi_responsive body .main-actions .action:first-child::after {
  content: 'Действует специальное предложение';
}
html.eskimobi_responsive body .main-actions .action:last-child::before {
  background: url('img/percent.svg') no-repeat center;
  background-size: 55px 64px;
}
html.eskimobi_responsive body .main-actions .action:last-child::after {
  content: 'Постоянные дополнительные скидки';
}
html.eskimobi_responsive body .main-actions .action .img {
  height: auto;
}
html.eskimobi_responsive body .main-actions .action a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
}
html.eskimobi_responsive body .advantages-main {
  margin: 0;
}
html.eskimobi_responsive body .advantages-main .row {
  margin: 0;
}
html.eskimobi_responsive body .advantages-main .col {
  float: none;
  width: auto;
  margin-bottom: 10px;
}
html.eskimobi_responsive body .advantages-main .col.col-1 {
  display: -webkit-flex;
  display: flex;
}
html.eskimobi_responsive body .advantages-main .col.col-1 .item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 48%;
  height: 150px;
  margin-bottom: 0;
}
html.eskimobi_responsive body .advantages-main .col.col-1 .item:nth-child(odd) {
  margin-right: 10px;
}
html.eskimobi_responsive body .advantages-main .col.col-1 .item:first-child .num {
  line-height: 140%;
}
html.eskimobi_responsive body .advantages-main .col.col-1 .item:last-child {
  display: -webkit-flex;
  display: flex;
  padding-top: 36px;
}
html.eskimobi_responsive body .advantages-main .col.col-1 .item:last-child .title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .advantages-main .col.col-1 .item:last-child .num {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 50px !important;
}
html.eskimobi_responsive body .advantages-main .col.col-1 .item:last-child .num span {
  margin-top: 13px;
}
html.eskimobi_responsive body .advantages-main .col.col-3 {
  margin-bottom: 0;
}
html.eskimobi_responsive body .advantages-main .col.col-3 .item {
  height: auto;
  margin: 0;
  padding: 25px 10px 20px 20px;
}
html.eskimobi_responsive body .advantages-main .col.col-3 .item:first-child {
  margin-bottom: 10px;
}
html.eskimobi_responsive body .advantages-main .col.col-3 .item .num {
  font-size: 38px !important;
  line-height: 140%;
}
html.eskimobi_responsive body .advantages-main .col.col-3 .item .num sup {
  font-size: 16px;
}
html.eskimobi_responsive body .advantages-main .col.col-3 .item .sub-title {
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body .advantages-main .col.col-3 .item .sub-title.large {
  font-size: 22px;
  line-height: 137%;
}
html.eskimobi_responsive body .advantages-main .col .title {
  position: static !important;
}
html.eskimobi_responsive body .advantages-main .col .item {
  padding: 23px 10px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-size: cover;
}
html.eskimobi_responsive body .advantages-main .col .item::before {
  display: none;
}
html.eskimobi_responsive body .advantages-main .col .item.large {
  height: 284px;
  padding-left: 82px;
}
html.eskimobi_responsive body .advantages-main .col .item.large .name {
  margin-bottom: 10px;
  font-family: 'Roboto-Bold';
  font-size: 22px;
  line-height: 140%;
}
html.eskimobi_responsive body .advantages-main .col .item.large .sub-title {
  margin-bottom: 20px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  line-height: 140%;
}
html.eskimobi_responsive body .advantages-main .col .item.large .nums .val {
  margin-left: 0;
  margin-right: 50px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
html.eskimobi_responsive body .advantages-main .col .item.large .nums .val span {
  font-family: 'Roboto-Bold';
  font-size: 22px;
  line-height: 140%;
}
html.eskimobi_responsive body .advantages-main .col .item .num {
  margin-bottom: 0 !important;
  font-family: 'Roboto-Medium';
  font-size: 60px !important;
}
html.eskimobi_responsive body .advantages-main .col .item .num span {
  font-family: 'Roboto-Bold';
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 1;
}
html.eskimobi_responsive body .advantages-main .col .item .sub-title {
  font-family: 'Roboto-Bold';
  font-size: 12px;
  letter-spacing: 0;
}
html.eskimobi_responsive body .news.list {
  display: block;
}
html.eskimobi_responsive body .news.list .columns {
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .news.list .news-list .row {
  margin: 0;
}
html.eskimobi_responsive body .news.list .news-list .col-6 {
  float: none;
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .news.list .news-list .news-preview__body {
  padding-right: 0;
  padding-left: 0;
  padding-top: 5px;
}
html.eskimobi_responsive body .news.list .news-list .news-preview__body__text {
  height: auto;
}
html.eskimobi_responsive body .news .news-preview__body {
  padding: 0;
}
html.eskimobi_responsive body .news .news-preview__body b {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .news-print {
  display: none;
}
html.eskimobi_responsive body .news-preview__nav .news-preview__nav__next {
  position: static;
}
html.eskimobi_responsive body .footer {
  margin-top: 60px;
}
html.eskimobi_responsive body .footer .footer-cont {
  height: auto;
  padding: 20px 20px 12px 20px;
}
html.eskimobi_responsive body .footer .footer-cont .rpw {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .footer .footer-cont .columns {
  float: none;
  width: 100%	;
  padding: 0;
}
html.eskimobi_responsive body .footer .footer-cont .columns.four {
  -webkit-order: 2;
  order: 2;
}
html.eskimobi_responsive body .footer .footer-cont .columns.four ul,
html.eskimobi_responsive body .footer .footer-cont .columns.four > br,
html.eskimobi_responsive body .footer .footer-cont .columns.four .title,
html.eskimobi_responsive body .footer .footer-cont .columns.four .sub-title {
  display: none;
}
html.eskimobi_responsive body .footer .footer-cont .columns.four .copyright {
  font-family: 'Roboto-Light';
  font-size: 10px;
}
html.eskimobi_responsive body .footer .footer-cont .columns.four .copyright a {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Roboto-Light';
  font-size: 10px !important;
  color: #fff !important;
}
html.eskimobi_responsive body .footer .footer-cont .columns.contacts .title,
html.eskimobi_responsive body .footer .footer-cont .columns.contacts .sub-title,
html.eskimobi_responsive body .footer .footer-cont .columns.contacts .search,
html.eskimobi_responsive body .footer .footer-cont .columns.contacts .scheme {
  display: none;
}
html.eskimobi_responsive body .footer .footer-cont .phone {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
html.eskimobi_responsive body .footer .footer-cont .phone > * {
  width: 50%;
}
html.eskimobi_responsive body .footer .footer-cont .phone p:not([style]) {
  line-height: 19px;
  margin-bottom: 8px;
  font-size: 16px !important;
}
html.eskimobi_responsive body .footer .footer-cont .phone p:not([style]) a {
  font-size: 16px !important;
}
html.eskimobi_responsive body .footer .footer-cont .phone p.new-phone {
  width: 100%;
}
html.eskimobi_responsive body .footer .footer-cont .phone p.new-phone + p {
  display: none;
}
html.eskimobi_responsive body .footer .footer-cont .phone p.new-phone + p + p {
  width: 100%;
}
html.eskimobi_responsive body .footer .footer-cont .phone p a {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .footer .footer-cont .phone p[style] {
  -webkit-order: 1;
  order: 1;
  margin: 0 !important;
  font-family: 'Roboto-Light' !important;
  font-size: 12px !important;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials {
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials li {
  width: auto;
  margin-right: 13px;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials a {
  display: block;
  margin: 0;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials a[href*="youtube"] {
  width: 21px;
  height: 21px;
  background: url('img/yt.svg') no-repeat center;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials a[href*="vk.com"] {
  width: 28px;
  height: 21px;
  background: url('img/vk.svg') no-repeat center;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials a[href*="facebook"] {
  width: 10px;
  height: 21px;
  background: url('img/fb.svg') no-repeat center;
  background-size: auto 19px;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials a[href*="instagram"] {
  width: 21px;
  height: 21px;
  background: url('img/insta.svg') no-repeat center;
}
html.eskimobi_responsive body .footer .footer-cont .phone .socials a img {
  display: none;
}
html.eskimobi_responsive body .footer .footer-cont .madeby {
  display: none;
}
html.eskimobi_responsive body .object-page {
  padding: 0 20px;
}
html.eskimobi_responsive body .object-page .content-inner > .row > .columns {
  padding: 0;
}
html.eskimobi_responsive body .object-page .footer {
  margin: 30px -20px 0;
}
html.eskimobi_responsive body .anchor-menu,
html.eskimobi_responsive body .advantages,
html.eskimobi_responsive body .map-objects-list,
html.eskimobi_responsive body #progress {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-order: 2;
  order: 2;
  max-width: calc(100% + 40px);
  height: auto;
  margin-bottom: 20px;
  background: none;
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap,
html.eskimobi_responsive body .advantages .anchor-menu__wrap,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap,
html.eskimobi_responsive body #progress .anchor-menu__wrap,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections),
html.eskimobi_responsive body .advantages ul:not(.photo-sections),
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections),
html.eskimobi_responsive body #progress ul:not(.photo-sections) {
  display: -webkit-flex;
  display: flex;
  max-width: calc(100% + 40px);
  margin: 0 -20px;
  padding-left: 20px;
  padding-top: 0;
  overflow: auto;
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap::before,
html.eskimobi_responsive body .advantages .anchor-menu__wrap::before,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap::before,
html.eskimobi_responsive body #progress .anchor-menu__wrap::before,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections)::before,
html.eskimobi_responsive body .advantages ul:not(.photo-sections)::before,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections)::before,
html.eskimobi_responsive body #progress ul:not(.photo-sections)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  height: 1px;
  background: #0A81C0;
  opacity: .3;
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap::after,
html.eskimobi_responsive body .advantages .anchor-menu__wrap::after,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap::after,
html.eskimobi_responsive body #progress .anchor-menu__wrap::after,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections)::after,
html.eskimobi_responsive body .advantages ul:not(.photo-sections)::after,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections)::after,
html.eskimobi_responsive body #progress ul:not(.photo-sections)::after {
  content: '';
  display: block;
  min-width: 1px;
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap .icon,
html.eskimobi_responsive body .advantages .anchor-menu__wrap .icon,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap .icon,
html.eskimobi_responsive body #progress .anchor-menu__wrap .icon,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections) .icon,
html.eskimobi_responsive body .advantages ul:not(.photo-sections) .icon,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections) .icon,
html.eskimobi_responsive body #progress ul:not(.photo-sections) .icon,
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap img,
html.eskimobi_responsive body .advantages .anchor-menu__wrap img,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap img,
html.eskimobi_responsive body #progress .anchor-menu__wrap img,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections) img,
html.eskimobi_responsive body .advantages ul:not(.photo-sections) img,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections) img,
html.eskimobi_responsive body #progress ul:not(.photo-sections) img {
  display: none;
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap a,
html.eskimobi_responsive body .advantages .anchor-menu__wrap a,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap a,
html.eskimobi_responsive body #progress .anchor-menu__wrap a,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections) a,
html.eskimobi_responsive body .advantages ul:not(.photo-sections) a,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections) a,
html.eskimobi_responsive body #progress ul:not(.photo-sections) a {
  margin-right: 15px;
  padding: 15px 0;
  font-size: 12px;
  color: #0A81C0;
  text-transform: none;
  text-decoration: none;
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap a:last-child,
html.eskimobi_responsive body .advantages .anchor-menu__wrap a:last-child,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap a:last-child,
html.eskimobi_responsive body #progress .anchor-menu__wrap a:last-child,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections) a:last-child,
html.eskimobi_responsive body .advantages ul:not(.photo-sections) a:last-child,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections) a:last-child,
html.eskimobi_responsive body #progress ul:not(.photo-sections) a:last-child {
  margin-right: 19px;
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap a.active,
html.eskimobi_responsive body .advantages .anchor-menu__wrap a.active,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap a.active,
html.eskimobi_responsive body #progress .anchor-menu__wrap a.active,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections) a.active,
html.eskimobi_responsive body .advantages ul:not(.photo-sections) a.active,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections) a.active,
html.eskimobi_responsive body #progress ul:not(.photo-sections) a.active {
  position: relative;
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body .anchor-menu .anchor-menu__wrap a.active::after,
html.eskimobi_responsive body .advantages .anchor-menu__wrap a.active::after,
html.eskimobi_responsive body .map-objects-list .anchor-menu__wrap a.active::after,
html.eskimobi_responsive body #progress .anchor-menu__wrap a.active::after,
html.eskimobi_responsive body .anchor-menu ul:not(.photo-sections) a.active::after,
html.eskimobi_responsive body .advantages ul:not(.photo-sections) a.active::after,
html.eskimobi_responsive body .map-objects-list ul:not(.photo-sections) a.active::after,
html.eskimobi_responsive body #progress ul:not(.photo-sections) a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #0A81C0;
}
html.eskimobi_responsive body .obj-slider-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .obj-slider-wrap .js-object-slider {
  margin: 0 -20px 7px;
}
html.eskimobi_responsive body .obj-slider-wrap .js-object-slider .swiper-container-fade,
html.eskimobi_responsive body .obj-slider-wrap .js-object-slider .swiper-controls-panel {
  display: none;
}
html.eskimobi_responsive body .obj-slider-wrap .actions {
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-order: 4;
  order: 4;
  width: 100%;
  height: auto;
  margin-top: 25px;
  background: none;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .object-link {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .object-link a {
  font-family: 'Roboto-Medium';
  color: #0A81C0;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .object-logo,
html.eskimobi_responsive body .obj-slider-wrap .actions .object-actions-title {
  display: none;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .quest {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  font-family: 'Roboto-Medium';
  font-weight: normal;
  line-height: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 48%;
  max-width: 48%;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .item[style*="rgba(205,153,12,0.6)"] {
  background: #987C2B !important;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .item[style*="rgba(128, 41, 141,0.6)"] {
  background: #6A3979 !important;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .item:last-of-type {
  margin-right: 0 !important;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .item a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 15px 10px;
  font-family: 'Roboto-Medium';
  font-weight: normal;
  line-height: 16px;
}
html.eskimobi_responsive body .obj-slider-wrap .actions .item:nth-child(odd) {
  margin-right: auto;
}
html.eskimobi_responsive body .obj-slider-wrap .caption {
  position: static;
  -webkit-order: 3;
  order: 3;
  width: auto;
  padding: 0;
  min-width: 100%;
  height: auto;
  background: none;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .obj-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col {
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col::after {
  display: none;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.adress {
  -webkit-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 26px;
  padding-left: 25px;
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #000;
  background: url(img/pin.svg) no-repeat left center;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.adress .verticalblock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: 'Roboto-Light';
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.adress a {
  margin-left: auto;
  font-size: 0;
  color: #0A81C0;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.adress a::before {
  content: 'На карте';
  font-size: 12px;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.locate {
  display: none;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.subway {
  -webkit-order: 2;
  order: 2;
  max-width: 50%;
  padding-right: 20px;
  background: url('img/metro.svg') no-repeat right top;
  color: #0A81C0;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.subway .verticalblock {
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.subway br {
  display: block !important;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.date {
  -webkit-order: 3;
  order: 3;
  width: 85px;
  margin-left: 42px;
  color: #0A81C0;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col.date .verticalblock {
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col .verticalblock {
  display: block;
  width: auto;
  height: auto;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col .verticalblock span {
  display: block;
  white-space: nowrap;
}
html.eskimobi_responsive body .obj-slider-wrap .caption .col .verticalblock br {
  display: none;
}
html.eskimobi_responsive body .breadcrumb {
  display: none;
}
html.eskimobi_responsive body .advantages {
  padding: 0;
  margin: 30px 0 0;
  background: none !important;
}
html.eskimobi_responsive body .advantages .title {
  display: none;
}
html.eskimobi_responsive body .advantages ul {
  position: relative;
  background: #0A81C0;
}
html.eskimobi_responsive body .advantages ul::before {
  content: '';
  display: none;
}
html.eskimobi_responsive body .advantages ul::after {
  content: '';
  min-width: 1px;
}
html.eskimobi_responsive body .advantages li {
  width: auto;
  margin: 0;
  margin-right: 15px;
  padding: 15px 0;
  padding-left: 35px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #fff;
  text-transform: none;
}
html.eskimobi_responsive body .advantages li:last-child {
  margin-right: 19px;
}
html.eskimobi_responsive body .advantages .adv-wrapper {
  min-width: 80px;
}
html.eskimobi_responsive body .advantages .adv-wrapper a {
  padding: 0 !important;
  color: #fff !important;
}
html.eskimobi_responsive body .advantages img {
  top: 16px !important;
  display: inline-block !important;
  width: 30px !important;
  height: auto !important;
  margin-right: 5px !important;
}
html.eskimobi_responsive body #about {
  margin: 0;
  padding: 0;
  font-family: 'Roboto-Light';
  text-align: left;
  color: #000;
}
html.eskimobi_responsive body #about ~ .inner-container {
  display: none;
}
html.eskimobi_responsive body #about .thin-title {
  margin: 40px 0 15px;
  font-family: 'Roboto-Medium';
  text-align: left;
  font-size: 16px;
  text-transform: none;
}
html.eskimobi_responsive body #about .js-text-with-hidden-part {
  position: relative;
  height: 70px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  color: #000;
}
html.eskimobi_responsive body #about .js-text-with-hidden-part.open {
  height: auto;
}
html.eskimobi_responsive body #about .js-text-with-hidden-part.open::after {
  display: none;
}
html.eskimobi_responsive body #about .js-text-with-hidden-part::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
html.eskimobi_responsive body #about .toggle-btn {
  margin-top: 6px;
  margin-bottom: 0;
}
html.eskimobi_responsive body #about .toggle-btn .link-btn {
  padding: 0;
  font-family: 'Roboto-Light';
  font-size: 12px;
  outline-color: transparent;
}
html.eskimobi_responsive body #about .toggle-btn .link-btn::first-letter {
  text-transform: uppercase;
}
html.eskimobi_responsive body .js-block-addition {
  margin: 15px 0;
  padding: 15px 10px;
  border: none;
}
html.eskimobi_responsive body .js-block-addition .flex-box {
  display: block;
}
html.eskimobi_responsive body .js-block-addition .flex-box .obj-desc-item {
  width: auto;
  margin-bottom: 15px;
  text-align: left;
}
html.eskimobi_responsive body .js-block-addition .flex-box .obj-desc-item:last-child {
  margin-bottom: 0;
}
html.eskimobi_responsive body .js-block-addition .flex-box .obj-desc-item h4 {
  margin-bottom: 10px;
  font-family: 'Roboto-Medium';
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
html.eskimobi_responsive body .js-block-addition .flex-box .obj-desc-item h4 span {
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body .js-block-addition .flex-box .obj-desc-item p {
  text-align: left;
  line-height: 140%;
}
html.eskimobi_responsive body .js-block-addition .flex-box .obj-desc-item br {
  display: none;
}
html.eskimobi_responsive body .columns {
  float: none;
}
html.eskimobi_responsive body .columns ~ .objectsListWrap {
  padding: 0 20px;
}
html.eskimobi_responsive body .columns ~ .objectsListWrap ~ tr .recall-form {
  margin-right: 20px;
  margin-left: 20px;
}
html.eskimobi_responsive body .columns ~ .objectsListWrap ~ tr .recall-form input[type="submit"] {
  background: #0A81C0;
  border-color: #0A81C0;
}
html.eskimobi_responsive body .columns ~ .objectsListWrap .table-sort__header tbody tr {
  padding-bottom: 25px;
}
html.eskimobi_responsive body .columns ~ .objectsListWrap .table-sort__header tbody tr:not(.blank) td:last-child {
  display: none;
}
html.eskimobi_responsive body #houseNormalBlock.favorites .img {
  display: block !important;
}
html.eskimobi_responsive body #houseNormalBlock .list {
  margin: 0;
}
html.eskimobi_responsive body #houseNormalBlock .columns {
  float: none;
  width: auto;
  margin-bottom: 10px;
  padding: 0;
}
html.eskimobi_responsive body #houseNormalBlock .item {
  height: auto !important;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body #houseNormalBlock .item.finish {
  margin-top: 23px;
}
html.eskimobi_responsive body #houseNormalBlock .item.sale:not(.finish) {
  margin-top: 23px;
}
html.eskimobi_responsive body #houseNormalBlock .item.sale:not(.finish)::after {
  top: -13px;
  right: -5px;
  left: auto;
  width: 26px;
  height: 26px;
  background: #FF8E0F url('img/gift.svg') no-repeat center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-size: 14px;
}
html.eskimobi_responsive body #houseNormalBlock .item.booked::before {
  top: -13px;
  right: 30px;
  bottom: auto;
  z-index: 10;
  left: auto;
  width: auto;
  height: auto;
  padding: 6px 20px;
  font-family: 'Roboto-Medium';
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
  color: #FF8E0F;
  border: 1px solid #FF8E0F;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
html.eskimobi_responsive body #houseNormalBlock .item .img {
  display: none;
}
html.eskimobi_responsive body #houseNormalBlock .item > a {
  display: block;
  border: 1px solid #f1f1f1;
  border-bottom: none;
}
html.eskimobi_responsive body #houseNormalBlock .item > a img {
  display: block;
  max-width: 216px;
  margin: 0 auto;
}
html.eskimobi_responsive body #houseNormalBlock .item .title {
  position: static;
  display: -webkit-flex;
  display: flex;
  height: auto;
  padding: 22px 30px;
  background: #EDF9FF;
}
html.eskimobi_responsive body #houseNormalBlock .item .title::before {
  display: none;
}
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-all span {
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #000;
}
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-all .sub-title:first-child,
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-live .sub-title:first-child {
  margin-bottom: 4px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
}
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-all .sub-title.inline,
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-live .sub-title.inline {
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #000;
}
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-all span,
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-live span {
  color: #000;
}
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-all .cur-price,
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-live .cur-price {
  margin-bottom: 4px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-align: left;
}
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-all .cur-price .ruble::after,
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-live .cur-price .ruble::after {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-all .finish-type,
html.eskimobi_responsive body #houseNormalBlock .item .title .sq-live .finish-type {
  margin-top: 0;
  text-align: left;
}
html.eskimobi_responsive body .apartm ~ br {
  display: none;
}
html.eskimobi_responsive body .apartments-view {
  display: none;
}
html.eskimobi_responsive body #conditions .js-tabs-menu {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  background: none;
  border: 1px solid #0A81C0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body #conditions .js-tabs-menu li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0;
  border-right: 1px solid #0A81C0;
}
html.eskimobi_responsive body #conditions .js-tabs-menu li::after {
  display: none;
}
html.eskimobi_responsive body #conditions .js-tabs-menu li:last-child {
  border: none;
}
html.eskimobi_responsive body #conditions .js-tabs-menu li.current {
  background: #0A81C0;
}
html.eskimobi_responsive body #conditions .js-tabs-menu li.current a {
  color: #fff;
}
html.eskimobi_responsive body #conditions .js-tabs-menu li a {
  display: block;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 12px;
  line-height: 14px;
  color: #0A81C0;
  text-decoration: none;
}
html.eskimobi_responsive body #progress .js-tabs {
  margin: 0;
}
html.eskimobi_responsive body #progress .thin-title {
  margin-bottom: 0 !important;
}
html.eskimobi_responsive body #progress .progress-menu-wrapper {
  position: relative;
}
html.eskimobi_responsive body #progress .js-tabs-menu {
  margin-bottom: 20px !important;
}
html.eskimobi_responsive body #progress .js-tabs-menu::before {
  right: 0 !important;
}
html.eskimobi_responsive body #progress .js-tabs-menu a {
  display: block;
  margin: 0 !important;
  opacity: .5;
  text-align: left;
  border-bottom: 2px solid transparent;
}
html.eskimobi_responsive body #progress .js-tabs-menu li {
  text-align: left;
  white-space: nowrap;
}
html.eskimobi_responsive body #progress .js-tabs-menu li:last-child {
  margin-right: 19px;
}
html.eskimobi_responsive body #progress .js-tabs-menu li.current a {
  font-family: 'Roboto-Medium';
  opacity: 1;
  border-color: #0A81C0;
}
html.eskimobi_responsive body #progress .bxslider {
  display: block;
  width: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}
html.eskimobi_responsive body #progress .bx-viewport {
  height: auto !important;
  overflow: visible !important;
}
html.eskimobi_responsive body #progress .bx-controls {
  display: none;
}
html.eskimobi_responsive body #progress .sections-wrap li {
  position: static !important;
  float: none !important;
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto;
}
html.eskimobi_responsive body #progress .header {
  position: relative;
  z-index: 2;
}
html.eskimobi_responsive body #progress .photo-sections-wrapper {
  position: relative;
  height: 40px;
  overflow: visible;
}
html.eskimobi_responsive body #progress .photo-sections-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url('img/select-arrow.svg') no-repeat center;
}
html.eskimobi_responsive body #progress .photo-sections-wrapper.js_open::after {
  -webkit-transform: rotate(180deg);
  /* Chrome y Safari */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  transform: rotate(180deg);
  /* Opera */
}
html.eskimobi_responsive body #progress .photo-sections-wrapper.js_open a:not(.act) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
html.eskimobi_responsive body #progress .photo-sections-wrapper.js_open li {
  display: block !important;
}
html.eskimobi_responsive body #progress .photo-sections-wrapper.js_open li:last-child a {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
html.eskimobi_responsive body #progress .photo-sections {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body #progress .photo-sections li {
  width: 100% !important;
  margin: 0 !important;
  margin-top: -1px !important;
}
html.eskimobi_responsive body #progress .photo-sections li:not(.active) {
  -webkit-order: 2;
  order: 2;
  display: none;
}
html.eskimobi_responsive body #progress .photo-sections li.active {
  -webkit-order: 1;
  order: 1;
}
html.eskimobi_responsive body #progress .photo-sections li a {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  line-height: 40px;
  text-align: left;
  background: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body #progress .photo-sections li a::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body #progress .photo-slider {
  overflow: visible;
}
html.eskimobi_responsive body #progress .photo-slider .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
html.eskimobi_responsive body #progress .photo-slider .swiper-slide.swiper-slide-prev {
  position: relative;
  right: -10%;
}
html.eskimobi_responsive body #progress .photo-slider .swiper-slide.swiper-slide-next {
  position: relative;
  left: -10%;
}
html.eskimobi_responsive body #progress .photo-slider .swiper-slide img {
  display: block;
  margin: 0 auto;
}
html.eskimobi_responsive body #progress .photo-gallery {
  position: relative;
}
html.eskimobi_responsive body #progress .photo-list {
  display: block !important;
}
html.eskimobi_responsive body #progress .photo-list[style*="none"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
html.eskimobi_responsive body #progress .photo-list .photo-row {
  display: none;
}
html.eskimobi_responsive body #progress .photo-list .show-all,
html.eskimobi_responsive body #progress .photo-list .hide-all {
  display: none;
}
html.eskimobi_responsive body #conditions,
html.eskimobi_responsive body #infrastructure,
html.eskimobi_responsive body #progress,
html.eskimobi_responsive body #investors,
html.eskimobi_responsive body #documents {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  background: none;
}
html.eskimobi_responsive body #conditions ~ .inner-container .recall-form,
html.eskimobi_responsive body #infrastructure ~ .inner-container .recall-form,
html.eskimobi_responsive body #progress ~ .inner-container .recall-form,
html.eskimobi_responsive body #investors ~ .inner-container .recall-form,
html.eskimobi_responsive body #documents ~ .inner-container .recall-form {
  margin: 50px 0;
}
html.eskimobi_responsive body #conditions h3,
html.eskimobi_responsive body #infrastructure h3,
html.eskimobi_responsive body #progress h3,
html.eskimobi_responsive body #investors h3,
html.eskimobi_responsive body #documents h3,
html.eskimobi_responsive body #conditions .thin-title,
html.eskimobi_responsive body #infrastructure .thin-title,
html.eskimobi_responsive body #progress .thin-title,
html.eskimobi_responsive body #investors .thin-title,
html.eskimobi_responsive body #documents .thin-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  text-align: left;
  color: #0A81C0;
  text-transform: none;
}
html.eskimobi_responsive body #conditions #map,
html.eskimobi_responsive body #infrastructure #map,
html.eskimobi_responsive body #progress #map,
html.eskimobi_responsive body #investors #map,
html.eskimobi_responsive body #documents #map {
  width: auto !important;
  height: 330px !important;
  margin: 0 -20px;
}
html.eskimobi_responsive body .news-pagination {
  margin-bottom: 40px;
}
html.eskimobi_responsive body .b-pagination,
html.eskimobi_responsive body .modern-page-navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 8px -20px 0;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(10, 129, 192, 0.3);
}
html.eskimobi_responsive body .b-pagination .b-pagination__item:not(.next):not(.prev),
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item:not(.next):not(.prev) {
  margin: 0 7px;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item.next,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.next,
html.eskimobi_responsive body .b-pagination .b-pagination__item.prev,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.prev {
  height: 15px;
  font-size: 0;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item.next a,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.next a,
html.eskimobi_responsive body .b-pagination .b-pagination__item.prev a,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.prev a {
  display: block;
  width: 30px;
  height: 15px;
  font-size: 0;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item.next,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.next {
  margin-left: auto;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item.next a,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.next a {
  background: url('img/pag-next.svg') no-repeat center;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item.prev,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.prev {
  margin-right: auto;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item.prev a,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item.prev a {
  background: url('img/pag-prev.svg') no-repeat center;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item a,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item a {
  position: relative;
  font-family: 'Roboto-Medium';
  color: #0A81C0;
  line-height: 1;
}
html.eskimobi_responsive body .b-pagination .b-pagination__item a:not(.active),
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item a:not(.active) {
  color: rgba(10, 129, 192, 0.5);
}
html.eskimobi_responsive body .b-pagination .b-pagination__item a.active::after,
html.eskimobi_responsive body .modern-page-navigation .b-pagination__item a.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: #0A81C0;
}
html.eskimobi_responsive body .simple-tabs-panel {
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  overflow: visible !important;
}
html.eskimobi_responsive body .simple-tabs-panel#tabs-info-panorama,
html.eskimobi_responsive body .simple-tabs-panel#tabs-video {
  margin: 0 -20px;
}
html.eskimobi_responsive body .simple-tabs-panel#tabs-info-panorama #ec_div_tipanova > div,
html.eskimobi_responsive body .simple-tabs-panel#tabs-video #ec_div_tipanova > div,
html.eskimobi_responsive body .simple-tabs-panel#tabs-info-panorama iframe,
html.eskimobi_responsive body .simple-tabs-panel#tabs-video iframe {
  height: 330px !important;
}
html.eskimobi_responsive body .simple-tabs-panel p {
  font-family: 'Roboto-Light';
}
html.eskimobi_responsive body .simple-tabs-panel a {
  color: #0A81C0;
  text-decoration: none;
}
html.eskimobi_responsive body .simple-tabs-panel u {
  text-decoration: none;
}
html.eskimobi_responsive body .simple-tabs-panel i {
  font-style: normal;
}
html.eskimobi_responsive body .simple-tabs-panel b {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .simple-tabs-panel b u {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .simple-tabs-panel div {
  padding: 0 !important;
}
html.eskimobi_responsive body .simple-tabs-panel div.light-table {
  width: auto;
  margin: 0 -20px;
  padding: 0 20px !important;
  overflow: auto;
}
html.eskimobi_responsive body .simple-tabs-panel div.light-table th,
html.eskimobi_responsive body .simple-tabs-panel div.light-table td {
  padding-right: 5px;
  padding-left: 5px;
}
html.eskimobi_responsive body .simple-tabs-panel div.light-table th {
  border-color: #0A81C0;
}
html.eskimobi_responsive body .simple-tabs-panel div.light-table td {
  min-width: 100px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  border-color: #0A81C0;
}
html.eskimobi_responsive body .simple-tabs-panel div.light-table thead .title {
  color: #0A81C0;
}
html.eskimobi_responsive body .simple-tabs-panel div.light-table tbody .title {
  background: #0A81C0;
  border-bottom: 1px solid #fff;
}
html.eskimobi_responsive body .simple-tabs-panel div.light-table tbody a {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .map-objects-list {
  position: relative;
  width: auto;
}
html.eskimobi_responsive body .map-objects-list .plans {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
html.eskimobi_responsive body .map-objects-list .plans > div {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  background-position: left 8px center;
}
html.eskimobi_responsive body .map-objects-list .title {
  display: none;
}
html.eskimobi_responsive body .map-objects-list ul {
  padding: 0 !important;
}
html.eskimobi_responsive body .map-objects-list ul::before {
  right: 0 !important;
}
html.eskimobi_responsive body .map-objects-list ul a {
  width: auto;
  height: 100%;
  margin: 0;
  margin-right: 15px;
  padding: 0 0 15px !important;
  padding-left: 30px !important;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  line-height: 14px;
  color: #0A81C0 !important;
  text-transform: none;
  background: url('img/advantage.svg') no-repeat left top !important;
  opacity: .5;
  border-bottom: 2px solid transparent;
}
html.eskimobi_responsive body .map-objects-list ul a.act {
  opacity: 1;
  border-color: #0A81C0;
}
html.eskimobi_responsive body .map-objects-list ul a::before {
  display: none;
}
html.eskimobi_responsive body .map-objects-list ul a:last-child {
  margin-right: 19px;
}
html.eskimobi_responsive body #investors {
  margin: 50px -20px;
  padding: 40px 20px;
  background: #EDEDED;
}
html.eskimobi_responsive body #investors .js-tabs {
  margin: 0;
}
html.eskimobi_responsive body #investors .js-tabs-menu {
  display: none;
}
html.eskimobi_responsive body #investors .row {
  margin: 0;
}
html.eskimobi_responsive body #investors .thin-title {
  margin: 0;
  margin-bottom: 25px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
}
html.eskimobi_responsive body #investors .news-list {
  margin: 0;
}
html.eskimobi_responsive body #investors .news-list > li a {
  font-family: 'Roboto-Light';
  font-size: 0;
}
html.eskimobi_responsive body #investors .news-list > li a::before {
  content: 'Все новости';
  font-size: 12px;
}
html.eskimobi_responsive body #investors .news-list .col-6 {
  float: none;
  width: auto;
}
html.eskimobi_responsive body #investors .news-list .col-6:nth-child(n + 4) {
  display: none;
}
html.eskimobi_responsive body #investors .news-list .news-preview__body {
  background: none;
  position: relative;
}
html.eskimobi_responsive body #investors .news-list__item {
  margin-bottom: 30px;
}
html.eskimobi_responsive body #investors .news-preview__line {
  display: none;
}
html.eskimobi_responsive body #investors .news-preview__body__date {
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #666666;
}
html.eskimobi_responsive body #investors .news-preview__body__text {
  height: auto;
  margin-top: 5px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  color: #0A81C0;
}
html.eskimobi_responsive body #investors .news-preview__body__more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  margin: 0;
}
html.eskimobi_responsive body #investors .news-pagination {
  display: none;
}
html.eskimobi_responsive body #contacts {
  margin: 0;
}
html.eskimobi_responsive body #contacts .gray-area {
  min-height: 100px;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body #contacts form {
  position: static;
  width: auto;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
html.eskimobi_responsive body #contacts form .info {
  margin: -15px -15px 0;
  padding-left: 50px;
}
html.eskimobi_responsive body #contacts form .info::after {
  left: 15px;
}
html.eskimobi_responsive body #contacts form input[type="text"],
html.eskimobi_responsive body #contacts form input[type="tel"] {
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body #contacts form select,
html.eskimobi_responsive body #contacts form button {
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  font-family: 'Roboto-Regular';
}
html.eskimobi_responsive body #contacts form select option,
html.eskimobi_responsive body #contacts form button option {
  color: #000;
}
html.eskimobi_responsive body #contacts form textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body #contacts form .new-checkbox label {
  padding-left: 0;
  text-align: left;
  line-height: 16px;
}
html.eskimobi_responsive body #contacts form .new-checkbox label[for="personal_data"] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body #contacts form .new-checkbox label[for="personal_data"]::before {
  position: static;
  min-width: 14px;
  margin-right: 5px;
  -webkit-transform: none;
  transform: none;
}
html.eskimobi_responsive body #contacts form .new-checkbox label[for="personal_data"]::after {
  top: 50%;
  margin-top: -5px;
}
html.eskimobi_responsive body #contacts form .inp-row {
  margin: 10px 0;
}
html.eskimobi_responsive body #contacts .contacts {
  display: none;
}
html.eskimobi_responsive body #documents {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
html.eskimobi_responsive body #documents .documents-list {
  margin: 0;
}
html.eskimobi_responsive body #documents .documents-list li {
  /*display: block;   changed 11.02*/
  display: none;
  width: auto;
  margin-bottom: 15px;
  padding-top: 0;
  line-height: 140%;
}
/*---- add 11.02-----*/
html.eskimobi_responsive body #documents .documents-list li:first-child,
html.eskimobi_responsive body #documents .documents-list li:last-child{
  display: block;
}
/*--------------------------------------*/
html.eskimobi_responsive body #documents .documents-list li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('img/doc.svg') no-repeat center;
}
html.eskimobi_responsive body #documents .documents-list li a {
  font-family: 'Roboto-Light';
  color: #000;
  text-decoration: none;
}
html.eskimobi_responsive body #documents .documents-list li p {
  font-size: 10px;
  color: #666666;
}
html.eskimobi_responsive body #documents .history_journal {
  position: absolute;
  top: 3px;
  right: 0;
  width: auto;
  padding: 0;
  font-size: 12px;
  background: none;
}
html.eskimobi_responsive body #documents .history_journal a {
  color: #0A81C0;
  text-transform: none;
}
html.eskimobi_responsive body #documents .history_journal strong {
  font-family: 'Roboto-Light';
  font-weight: normal;
}
html.eskimobi_responsive body .objects-pagination {
  display: none;
}
html.eskimobi_responsive body #technologies {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card {
  padding: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__row {
  display: block;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__col {
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__col.flat-detail-card__col_type_info::after {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__counter {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__navigation-link-prev {
  margin-bottom: 5px;
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__header {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__title {
  max-width: 100%;
  margin-bottom: 10px;
  padding-right: 30px;
  text-align: left;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #0A81C0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__title b {
  font-family: 'Roboto-Bold';
  font-size: 20px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__main-text {
  position: static;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__favorite {
  position: absolute;
  top: -32px;
  z-index: 100;
  width: 23px;
  height: 23px;
  background: url('img/fav-no-fill.svg') no-repeat center;
  background-size: contain;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__favorite.act,
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__favorite.active {
  background: url('img/fav-orange.svg') no-repeat center;
  background-size: contain;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__favorite svg {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__main-info {
  position: relative;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__booked-mark {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: auto;
  left: auto;
  margin: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__booked-mark::before {
  content: 'Забронировано';
  width: auto;
  height: auto;
  padding: 6px 20px;
  font-family: 'Roboto-Medium';
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
  color: #FF8E0F;
  border: 1px solid #FF8E0F;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__booked-mark .booked-label__text,
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__booked-mark .booked-label__icon {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options {
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  padding: 15px 20px;
  background: #EDF9FF;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__type {
  margin-bottom: 3px;
  font-family: 'Roboto-Light';
  font-size: 10px;
  font-weight: normal;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__type-num {
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 16px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__type-num::after {
  content: 'S - ';
  display: inline-block;
  margin-left: 8px;
  font-family: 'Roboto-Light';
  font-size: 10px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .left-side {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .left-side .left {
  -webkit-order: 3;
  order: 3;
  margin-bottom: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .left-side .left .flat-detail-card__options-parametr-value {
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #666666;
  opacity: .5;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .left-side .flat-detail-card__options-parametr_type_price {
  margin-bottom: 6px;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .right-side {
  margin-top: 7px;
  margin-left: auto;
  line-height: 19px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .right-side .flat-detail-card__options-parametr {
  margin-bottom: 7px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .right-side .flat-detail-card__options-parametr-caption {
  margin-right: 5px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .right-side .flat-detail-card__options-parametr-caption,
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .right-side .flat-detail-card__options-parametr-value {
  width: auto;
  font-family: 'Roboto-Light';
  font-size: 10px;
  white-space: nowrap;
  line-height: 12px;
  color: #666666;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .right-side .flat-detail-card__options-parametr-value {
  color: #0A81C0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__options-parametr.flat-detail-card__options-parametr_type_price .flat-detail-card__options-parametr-caption,
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__options-parametr.left .flat-detail-card__options-parametr-caption {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__options-parametr.flat-detail-card__options-parametr_type_price .flat-detail-card__price_theme_default,
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__options-parametr.left .flat-detail-card__price_theme_default {
  margin-bottom: 2px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__options-parametr.flat-detail-card__options-parametr_type_price .flat-detail-card__price_theme_light,
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__options .flat-detail-card__options-parametr.left .flat-detail-card__price_theme_light {
  font-family: 'Roboto-Light';
  font-size: 10px;
  font-weight: normal;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links a {
  margin-right: 0;
  margin-left: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links .email-link-box {
  position: static;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links .form-data {
  width: 100%;
  right: auto;
  left: 0;
  top: 100%;
  padding: 15px;
  padding-top: 30px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links .form-data::before,
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links .form-data::after {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links .form-data .form-data__field {
  margin: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__action-links .form-data .form-data__field input {
  margin: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__nav {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__forms-group-col {
  margin-bottom: 10px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data {
  -webkit-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 30px;
  border: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data.form_feedback {
  margin-bottom: 0;
  padding-bottom: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data[style*="block"] ~ .flat-detail-card__forms-group-col:last-child {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__row {
  display: block;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__row .form-data__col {
  width: auto;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__row .form-data__col:last-child .form-data__field {
  margin-bottom: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__close {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100px;
  height: auto;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #666666;
  opacity: .5;
  line-height: 19px;
  background: none;
  text-decoration: none;
  border-bottom: 1px dashed #666666;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__close::before {
  content: 'Скрыть форму';
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  text-align: left;
  color: #0A81C0;
  line-height: 19px;
  text-transform: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__field {
  margin-bottom: 10px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__field.error input {
  border-color: #ff0000 !important;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__field .form-data__error {
  margin-bottom: 5px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__field input {
  margin: 0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data textarea {
  height: 108px;
  padding: 15px;
  font-family: 'Roboto-Light';
  border-color: #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data textarea::placeholder {
  color: #000;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data input[type="text"] {
  height: 40px !important;
  padding: 0 15px !important;
  font-family: 'Roboto-Light' !important;
  font-size: 12px !important;
  color: #000 !important;
  border: 1px solid #E6E6E6 !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data input[type="text"]::placeholder {
  font-family: 'Roboto-Light' !important;
  font-size: 12px !important;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data input[type="text"]::placeholder {
  color: #000;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__hint {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__button {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FF8E0F;
  width: 100%;
  height: auto !important;
  margin-bottom: 0;
  padding: 11px 0;
  font-size: 14px;
  line-height: 16px;
  border: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data .form-data__button a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__form-phone {
  -webkit-order: 2;
  order: 2;
  display: none;
  margin-top: 20px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__form-phone.js_open {
  display: block;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__form-phone.js_open ~ .callback-toggler {
  width: 100px;
  padding: 0;
  font-size: 0;
  background: none;
  color: #666666;
  border-bottom: 1px dashed #666666;
  opacity: .5;
  line-height: 1;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__form-phone.js_open ~ .callback-toggler::before {
  content: 'Скрыть форму';
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data__last {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data__last input {
  -webkit-order: 2;
  order: 2;
  margin-top: 10px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data__last .form-data__hint {
  margin-top: 0;
  font-family: 'Roboto-Light';
  font-size: 10px;
  font-weight: normal;
  color: #666666;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__btn-bron {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FF8E0F;
  margin-bottom: 0;
  padding: 11px 0;
  font-size: 14px;
  line-height: 16px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__btn-bron a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .callback-toggler {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0A81C0;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  padding: 11px 0;
  font-size: 14px;
  line-height: 16px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .callback-toggler a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="submit"] {
  display: block;
  height: auto;
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0A81C0;
  padding: 11px 0;
  font-size: 14px;
  line-height: 16px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="submit"] a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="tel"] {
  height: 40px !important;
  padding: 0 15px !important;
  font-family: 'Roboto-Light' !important;
  font-size: 12px !important;
  color: #000 !important;
  border: 1px solid #E6E6E6 !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="tel"]::placeholder {
  font-family: 'Roboto-Light' !important;
  font-size: 12px !important;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="tel"]::placeholder {
  color: #000;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__form-phone-title {
  margin-bottom: 20px;
  padding-right: 80px;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  text-align: left;
  color: #0A81C0;
  line-height: 19px;
  text-transform: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__form-phone-title::before {
  content: '';
  display: block;
  margin-bottom: 5px;
  width: 14px;
  height: 14px;
  background: url('img/phone-gift.svg') no-repeat center;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .flat-detail-card__form-phone-title svg {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .form-data__field {
  margin-top: 0 !important;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .new-checkbox {
  width: auto !important;
  margin-bottom: 20px;
  padding-right: 25px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .new-checkbox label {
  position: relative;
  font-family: 'Roboto-Light';
  font-size: 10px;
  line-height: 12px;
  color: #666666;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .new-checkbox label[for*="personal_data"] {
  display: block;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .new-checkbox label[class*="error-required"] {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  width: auto;
  margin-top: 5px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .new-checkbox label::before {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #0A81C0;
  -webkit-transform: none;
  transform: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .new-checkbox label::after {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #0A81C0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group .new-form__field {
  margin-bottom: 10px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="tel"] {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="tel"]::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__forms-group input[type="checkbox"] {
  display: none;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__credit-link {
  margin: 30px 0 15px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-transform: none;
  border: none;
  text-align: left;
  color: #0A81C0;
  letter-spacing: 0;
  float: none;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px dashed #0A81C0;
}
html.eskimobi_responsive body .flat-detail-card .flat-detail-card__credit-link:hover {
  color: #B3B3B3;
  border-color: #B3B3B3;
}
html.eskimobi_responsive body .flat-detail-card .carousel-section {
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
}
html.eskimobi_responsive body .flat-detail-card .carousel-section ~ .carousel-section {
  margin-top: 50px;
}
html.eskimobi_responsive body .flat-detail-card .carousel-section .carousel-section__title {
  margin: 30px 0 15px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-transform: none;
  border: none;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  color: #0A81C0;
}
html.eskimobi_responsive body .similar-slider {
  overflow: visible !important;
}
html.eskimobi_responsive body .similar-slider .swiper-wrapper {
  margin: 0 -20px;
  padding: 0 20px;
}
html.eskimobi_responsive body .similar-slider .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 75px;
}
html.eskimobi_responsive body .similar-slider .carousel-section__slider-item-name {
  -webkit-order: 2;
  order: 2;
  width: 100%;
  margin: 7px 0 0;
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #000;
  text-align: center;
  line-height: 12px;
}
html.eskimobi_responsive body .similar-slider .carousel-section__slider-item-img {
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  border: none;
}
html.eskimobi_responsive body .credit-popup {
  margin-top: 15px;
  padding: 25px 24px 0;
  border: none;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .credit-popup .credit-popup__close {
  top: 22px;
  right: 22px;
  width: 18px;
  height: 18px;
  background: url('img/cross-blue.svg') no-repeat center;
  background-size: contain;
}
html.eskimobi_responsive body .credit-popup .credit-popup__title {
  margin: 30px 0 15px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-transform: none;
  border: none;
  text-align: left;
  letter-spacing: 0;
  color: #0A81C0;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: lowercase;
}
html.eskimobi_responsive body .credit-popup .credit-popup__title::first-letter {
  text-transform: uppercase;
}
html.eskimobi_responsive body .credit-popup form {
  display: block;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col {
  width: auto;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block.percent-block,
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block:last-child {
  -webkit-order: 2;
  order: 2;
  width: calc(100% + 48px);
  margin: 0 -24px;
  background: #0A81C0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block.percent-block label,
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block:last-child label {
  -webkit-order: 3;
  order: 3;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #fff;
  text-align: center;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block.percent-block input,
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block:last-child input {
  width: auto;
  height: auto;
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  background: none;
  border: none;
  text-align: center;
  color: #fff;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block.percent-block input#c_rate,
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block:last-child input#c_rate {
  width: 35px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block.percent-block input#c_month_fee,
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block:last-child input#c_month_fee {
  width: 60px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block.percent-block span,
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block:last-child span {
  position: static;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block.percent-block {
  padding: 16px 24px 8px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__col:last-child .credit-popup__block:last-child {
  padding: 8px 24px 16px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block {
  position: relative;
  margin-bottom: 20px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block > span {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block > .credit-popup__block-flex {
  display: block;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block > .credit-popup__block-flex .credit-popup__block-flex {
  margin-top: 12px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block .custom-radio {
  margin-left: 0;
  margin-right: 13px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select,
html.eskimobi_responsive body .credit-popup form .credit-popup__block input {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 0;
  padding-right: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select::placeholder,
html.eskimobi_responsive body .credit-popup form .credit-popup__block input::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select[disabled],
html.eskimobi_responsive body .credit-popup form .credit-popup__block input[disabled] {
  font-family: 'Roboto-Medium';
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select[type="radio"]:checked ~ label::before,
html.eskimobi_responsive body .credit-popup form .credit-popup__block input[type="radio"]:checked ~ label::before {
  border-width: 4px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select[type="radio"] ~ label,
html.eskimobi_responsive body .credit-popup form .credit-popup__block input[type="radio"] ~ label {
  margin-bottom: 0;
  padding-left: 19px;
  font-size: 10px;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select[type="radio"] ~ label::before,
html.eskimobi_responsive body .credit-popup form .credit-popup__block input[type="radio"] ~ label::before {
  top: -1px;
  width: 14px;
  height: 14px;
  border-color: #0A81C0;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select[type="radio"] ~ label::after,
html.eskimobi_responsive body .credit-popup form .credit-popup__block input[type="radio"] ~ label::after {
  display: none;
}
html.eskimobi_responsive body .credit-popup form .credit-popup__block select {
  background: url('img/select-arrow.svg') no-repeat right 15px center;
}
html.eskimobi_responsive body .credit-popup form label {
  margin-bottom: 9px;
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .card-slider .swiper-slide {
  margin-bottom: 0 !important;
}
html.eskimobi_responsive body .card-slider .b-card__sub-title {
  display: none;
}
html.eskimobi_responsive body .card-slider .flat-detail-card__plan-rose {
  bottom: 0 !important;
  right: 0 !important;
  height: 65px;
}
html.eskimobi_responsive body .card-slider .flat-detail-card__plan-rose::after {
  top: -1px;
}
html.eskimobi_responsive body .card-slider img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  max-height: 30vh;
}
html.eskimobi_responsive body .product-slider-thumbs {
  width: 100%;
  margin-top: 20px !important;
}
html.eskimobi_responsive body .product-slider-thumbs .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform: none !important;
  transform: none !important;
}
html.eskimobi_responsive body .product-slider-thumbs .swiper-slide {
  width: 70px;
  margin: 0 15px;
  padding-bottom: 14px;
}
html.eskimobi_responsive body .product-slider-thumbs .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
html.eskimobi_responsive body .product-slider-thumbs .swiper-slide.swiper-slide-active::after {
  background: #FF8E0F;
}
html.eskimobi_responsive body .product-slider-thumbs .swiper-slide img {
  display: block;
  height: 40px;
  margin: 0 auto 10px;
}
html.eskimobi_responsive body .product-slider-thumbs .swiper-slide div {
  font-family: 'Roboto-Light';
  font-size: 10px;
  line-height: 1;
  color: #666666;
  opacity: .5;
  white-space: nowrap;
  text-align: center;
}
html.eskimobi_responsive body .landing-object {
  padding: 0;
}
html.eskimobi_responsive body .landing-object p {
  margin-bottom: 15px;
}
html.eskimobi_responsive body .landing-object p,
html.eskimobi_responsive body .landing-object b {
  font-family: 'Roboto-Light';
  font-size: 12px;
  font-weight: normal;
  text-align: left !important;
}
html.eskimobi_responsive body .objects-section-list__title {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: normal;
  color: #0A81C0;
  letter-spacing: 0;
}
html.eskimobi_responsive body .objects-section-list__item-flats {
  max-height: 100%;
  overflow: visible;
}
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort.more-items .js_result {
  display: -webkit-flex !important;
  display: flex !important;
}
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort.more-items .js_result:nth-child(n + 6) {
  display: none !important;
}
html.eskimobi_responsive body .sorting-select,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select {
  position: relative;
  z-index: 100;
  display: block;
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 15px;
  text-decoration: none;
  background: #fff;
}
html.eskimobi_responsive body .sorting-select::placeholder,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .sorting-select::before,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(img/select-arrow.svg) no-repeat center;
}
html.eskimobi_responsive body .sorting-select::after,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select::after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-left: 5px;
  background: url('https://lidgroup.ru/images/ico-arrows.png') no-repeat;
}
html.eskimobi_responsive body .sorting-select.desc::after,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select.desc::after {
  -webkit-transform: rotate(180deg);
  /* Chrome y Safari */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  transform: rotate(180deg);
  /* Opera */
}
html.eskimobi_responsive body .sorting-select.js_open::before,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select.js_open::before {
  -webkit-transform: rotate(180deg);
  /* Chrome y Safari */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  transform: rotate(180deg);
  /* Opera */
}
html.eskimobi_responsive body .sorting-select.js_open + tr,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select.js_open + tr {
  display: block !important;
}
html.eskimobi_responsive body .sorting-select + tr,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  margin-top: -1px;
  display: none !important;
  border: 1px solid #E6E6E6;
  background: #fff !important;
}
html.eskimobi_responsive body .sorting-select + tr td,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr td {
  display: block;
  width: 100% !important;
  padding: 13px 15px !important;
  text-align: left !important;
}
html.eskimobi_responsive body .sorting-select + tr td[style*="background"],
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr td[style*="background"] {
  background: #e9e9e9 !important;
}
html.eskimobi_responsive body .sorting-select + tr td:first-child,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr td:first-child,
html.eskimobi_responsive body .sorting-select + tr td:last-child,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr td:last-child {
  display: none;
}
html.eskimobi_responsive body .sorting-select + tr td::before,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr td::before {
  display: none;
}
html.eskimobi_responsive body .sorting-select + tr td a,
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr td a {
  font-size: 12px;
}
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select {
  margin-bottom: 38px;
}
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select + tr {
  top: 40px;
}
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select ~ tr td:last-child {
  display: none;
}
html.eskimobi_responsive body .objects-section-list__item-flats .table-sort .sorting-select ~ tr td:nth-child(2) {
  padding-bottom: 25px;
}
html.eskimobi_responsive body .objects-section-list__item {
  margin-bottom: 50px;
}
html.eskimobi_responsive body .objects-section-list__item-main-info {
  display: block;
  margin-bottom: 23px;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-pic {
  width: auto;
  height: auto;
  margin: 0;
  background: none !important;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-pic-specials {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  padding: 8px 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-pic-specials .objects-section-list__item-pic-specials-content {
  font-family: 'Roboto-Bold';
  font-size: 10px;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-pic-specials .objects-section-list__item-pic-specials-content::before {
  display: none;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-description {
  margin-top: -5px;
  padding: 15px 20px 0;
  background: #0A81C0;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-title {
  margin-bottom: 15px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__options-parametr:nth-child(1),
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__options-parametr:nth-child(2) {
  display: none;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__options-parametr:nth-child(3) {
  margin-bottom: 8px;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__options-parametr-caption {
  display: none;
  color: #fff;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__options-parametr-value {
  font-family: 'Roboto-Light';
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-footer {
  margin: 15px -20px 0;
  padding: 0 20px;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-footer .objects-section-list__item-btn {
  position: relative;
  display: block;
  font-family: 'Roboto-Light';
  padding: 12px 0;
  font-size: 10px;
  text-align: left;
  background: none;
  border: none;
}
html.eskimobi_responsive body .objects-section-list__item-main-info .objects-section-list__item-footer .objects-section-list__item-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: url('img/var-arrow.svg') no-repeat center;
}
html.eskimobi_responsive body .landing-object__map {
  margin-bottom: 50px;
}
html.eskimobi_responsive body .landing-object__map-title {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  color: #0A81C0;
}
html.eskimobi_responsive body .landing-object__map-layout {
  width: auto;
  height: auto;
  margin: 0 -20px;
}
html.eskimobi_responsive body .landing-object__map-layout .objectsListWrap {
  height: 330px !important;
}
html.eskimobi_responsive body .landing-object__map-layout .objectsListWrap > ymaps {
  max-width: 100% !important;
  height: 330px !important;
}
html.eskimobi_responsive body .landing-object__map-layout .objectsListWrap > ymaps > ymaps {
  max-width: 100% !important;
  height: 330px !important;
}
html.eskimobi_responsive body .landing-object__banner-section {
  margin-bottom: 50px;
}
html.eskimobi_responsive body .landing-object__banner-section .banner-link {
  padding: 20px 35px;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  line-height: 140%;
  background: #6EBE47;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .landing-object__actions {
  margin-bottom: 60px;
}
html.eskimobi_responsive body .landing-object__actions-title,
html.eskimobi_responsive body .landing-object__special-offers-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
html.eskimobi_responsive body .landing-object__section-text-ph p br {
  display: none;
}
html.eskimobi_responsive body .landing-object__recall-section ~ br {
  display: none;
}
html.eskimobi_responsive body .landing-object__recall-section .subscribe-form {
  display: block;
  margin-top: 30px;
  margin-bottom: -10px;
}
html.eskimobi_responsive body .landing-object__recall-section .subscribe-form .new-form__name,
html.eskimobi_responsive body .landing-object__recall-section .subscribe-form .subscribe-form__second {
  margin-bottom: 10px !important;
}
html.eskimobi_responsive body .landing-object__recall-section .subscribe-form .new-btn {
  background: #0A81C0;
}
html.eskimobi_responsive body .object-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: auto;
}
html.eskimobi_responsive body .object-popup .product-slider-thumbs .swiper-slide:first-child div::before {
  content: 'План квартиры';
}
html.eskimobi_responsive body .object-popup .product-slider-thumbs .swiper-slide:nth-child(2) div::before {
  content: 'На этаже';
}
html.eskimobi_responsive body .object-popup .product-slider-thumbs .swiper-slide:last-child div::before {
  content: 'В доме';
}
html.eskimobi_responsive body .object-popup .b-card {
  padding: 0;
}
html.eskimobi_responsive body .object-popup .b-card__item {
  margin-top: 0;
}
html.eskimobi_responsive body .object-popup .b-card__additional {
  position: static;
  display: none;
  padding: 0;
}
html.eskimobi_responsive body .object-popup .b-card__top {
  padding: 0;
}
html.eskimobi_responsive body .object-popup .b-card__title {
  padding: 14px 0 13px 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #0A81C0;
  line-height: 23px;
  background: none;
}
html.eskimobi_responsive body .object-popup .b-card__content {
  margin-top: 30px;
}
html.eskimobi_responsive body .object-popup .b-card__image {
  display: block;
  width: auto;
}
html.eskimobi_responsive body .object-popup .b-card__main-text {
  display: block;
  width: auto;
}
html.eskimobi_responsive body .object-popup .b-card__actions {
  display: none;
}
html.eskimobi_responsive body .object-popup .b-form-hid {
  position: static;
}
html.eskimobi_responsive body .object-popup .b-card__main-text {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .b-card__main-wrapper {
  width: 100%;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup {
  position: relative;
  top: auto;
  -webkit-order: 3;
  order: 3;
  height: auto;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup[style*="block"] {
  position: absolute;
  bottom: 100px;
  left: 20px;
  right: 20px;
  width: auto;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup[style*="block"] ~ .b-card__main-wrapper:last-child {
  padding-bottom: 650px;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup[style*="block"] ~ .b-card__main-wrapper:last-child .b-card__button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block {
  width: 100%;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block.percent-block {
  padding-top: 16px;
  padding-bottom: 8px;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block:last-child {
  padding-bottom: 16px;
  padding-top: 8px;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block.percent-block,
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block:last-child {
  -webkit-order: 2;
  order: 2;
  width: calc(100% + 48px);
  margin: 0 -24px;
  background: #0A81C0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block.percent-block label,
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block:last-child label {
  -webkit-order: 3;
  order: 3;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #fff;
  text-align: center;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block.percent-block input,
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block:last-child input {
  width: auto;
  height: auto;
  padding: 0;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
  background: none;
  border: none;
  text-align: center;
  color: #fff;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block.percent-block input#c_rate,
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block:last-child input#c_rate {
  width: 35px;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block.percent-block input#c_month_fee,
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block:last-child input#c_month_fee {
  width: 60px;
}
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block.percent-block span,
html.eskimobi_responsive body .object-popup .b-card__main-text .credit-popup form .credit-popup__block:last-child span {
  position: static;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper {
  display: -webkit-flex;
  display: flex;
  padding: 15px 12px 17px 18px;
  background: #EDF9FF;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .left {
  -webkit-order: 3;
  order: 3;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line {
  margin: 0;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.left {
  font-size: 10px;
  text-indent: -60px;
  overflow: hidden;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.left .b-card__left {
  font-family: 'Roboto-Light';
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line .b-card__left {
  color: #0A81C0;
  line-height: 19px;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line .b-card__left span:first-child {
  font-family: 'Roboto-Medium';
  font-size: 16px;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line .b-card__left span:first-child::first-letter {
  text-transform: uppercase;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line .b-card__left span:last-child {
  margin-left: 9px;
  font-family: 'Roboto-Light';
  font-size: 10px;
  font-weight: normal;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line .b-card__left span:last-child::before {
  content: 'S - ';
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last {
  margin-top: 10px;
  padding: 0;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last::before {
  display: none;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right {
  position: static;
  color: #0A81C0;
  text-align: left;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:first-child span {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 19px;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:first-child .ruble {
  position: relative;
  width: auto;
  height: auto;
  margin-left: 3px;
  background: none;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:first-child .ruble::before {
  content: 'P';
  display: inline-block;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:first-child .ruble::after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 5px;
  width: 80%;
  height: 2px;
  background: #0A81C0;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:last-child {
  font-family: 'Roboto-Light';
  font-size: 10px;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:last-child .ruble {
  position: relative;
  width: auto;
  height: auto;
  background: none;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:last-child .ruble::before {
  content: 'P';
  display: inline-block;
  font-size: 10px;
  font-family: 'Roboto-Light';
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__right div:last-child .ruble::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 80%;
  height: 1px;
  background: #0A81C0;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .left-side .b-card__line.last .b-card__left {
  display: none;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side {
  margin-left: auto;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .project-name,
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .b-card__line {
  margin: 0;
  margin-bottom: 7px;
  font-family: 'Roboto-Light';
  font-size: 10px;
  color: #000;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .project-name:last-child,
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .b-card__line:last-child {
  margin-bottom: 0;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .project-name .b-card__left,
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .b-card__line .b-card__left {
  font-family: 'Roboto-Light';
  color: #000;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .project-name br,
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .b-card__line br {
  display: none;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .project-name span,
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .b-card__line span {
  font-family: 'Roboto-Light';
  font-weight: normal;
  font-size: 10px;
}
html.eskimobi_responsive body .object-popup .b-card__line-wrapper .right-side .project-name {
  display: block;
  margin-top: 5px;
}
html.eskimobi_responsive body .object-popup .b-card__credit {
  margin-top: 30px;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-title {
  margin-bottom: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  text-transform: lowercase;
  color: #0A81C0;
  line-height: 19px;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-title::first-letter {
  text-transform: uppercase;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-info {
  margin-bottom: 22px;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-line {
  display: -webkit-flex;
  display: flex;
  line-height: 12px;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-line span {
  font-family: 'Roboto-Light';
  font-size: 10px;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-line span:first-child {
  display: -webkit-flex;
  display: flex;
  width: 150px;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-line span:first-child::after {
  content: '';
  position: relative;
  top: -4px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 3px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-line span:last-child {
  margin-right: auto;
  color: #0A81C0;
}
html.eskimobi_responsive body .object-popup .b-card__credit .b-card__credit-link {
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #0A81C0;
  outline-color: transparent;
}
html.eskimobi_responsive body .object-popup .b-card__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
html.eskimobi_responsive body .object-popup .b-card__button {
  padding: 13px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FF8E0F;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
}
html.eskimobi_responsive body .object-popup .b-card__button a {
  color: #fff;
  text-decoration: none;
}
html.eskimobi_responsive body .object-popup .b-form__return {
  display: none;
}
html.eskimobi_responsive body .object-popup .b-input__area {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .object-popup .b-input__area::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .object-popup textarea {
  min-height: 100px;
  padding-top: 10px !important;
}
html.eskimobi_responsive body .object-popup .special-check input:checked ~ label::before {
  border-color: #0A81C0;
}
html.eskimobi_responsive body .object-popup .special-check input:checked ~ label:after {
  display: block;
}
html.eskimobi_responsive body .object-popup .special-check label {
  position: relative;
  background: none;
}
html.eskimobi_responsive body .object-popup .special-check label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #E6E6E6;
}
html.eskimobi_responsive body .object-popup .special-check label::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #0A81C0;
}
html.eskimobi_responsive body .fancybox-overlay.fancy-obj .fancybox-inner {
  height: auto !important;
}
html.eskimobi_responsive body .fancybox-overlay.fancy-obj .fancybox-wrap,
html.eskimobi_responsive body .fancybox-overlay.fancy-obj .fancybox-skin {
  top: 0 !important;
  bottom: 0 !important;
}
html.eskimobi_responsive body .fancybox-overlay.fancy-obj .fancybox-nav {
  display: none;
}
html.eskimobi_responsive body .fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
  background: #0A81C0 url('img/cross.svg') no-repeat center;
}
html.eskimobi_responsive body .fullwidth-block {
  margin: 0;
}
html.eskimobi_responsive body .js-anchor-menu.fullwidth-block {
  margin: 0;
  margin-top: 15px;
}
html.eskimobi_responsive body .js-anchor-menu.fullwidth-block .anchor-menu {
  margin: 0;
}
html.eskimobi_responsive body .js-anchor-menu.fullwidth-block .anchor-menu__wrap {
  width: calc(100% + 40px);
}
html.eskimobi_responsive body .js-anchor-menu.fullwidth-block .anchor-menu__wrap::before {
  right: 0;
}
html.eskimobi_responsive body .actions-page,
html.eskimobi_responsive body .b-facing-page {
  margin: 0;
  margin-top: 15px;
}
html.eskimobi_responsive body .actions-page .anchor-menu,
html.eskimobi_responsive body .b-facing-page .anchor-menu {
  margin: 0;
}
html.eskimobi_responsive body .actions-page .anchor-menu__wrap,
html.eskimobi_responsive body .b-facing-page .anchor-menu__wrap {
  width: calc(100% + 40px);
}
html.eskimobi_responsive body .actions-page .anchor-menu__wrap::before,
html.eskimobi_responsive body .b-facing-page .anchor-menu__wrap::before {
  right: 0;
}
html.eskimobi_responsive body .actions-title-list {
  margin: 0;
  margin-bottom: 20px;
}
html.eskimobi_responsive body .actions-title-list .thin-title {
  margin-bottom: 20px;
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin-right: 0;
  margin-bottom: 15px;
}
html.eskimobi_responsive body .actions-title-list .js-object-filter {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  background: url('img/select-arrow.svg') no-repeat right 15px center;
}
html.eskimobi_responsive body .actions-title-list .js-object-filter::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .actions-list ~ .inner-container .subscribe-form {
  display: block;
}
html.eskimobi_responsive body .actions-list .row {
  margin: 0;
}
html.eskimobi_responsive body .actions-list .columns {
  width: auto !important;
  padding: 0;
}
html.eskimobi_responsive body .actions-list .b-action {
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 10px;
}
html.eskimobi_responsive body .actions-list .b-action__image {
  height: 54vw;
  background-size: contain;
}
html.eskimobi_responsive body .actions-list .b-action__link {
  padding: 0 10px;
}
html.eskimobi_responsive body .subscribe-form__subtitle {
  margin: 30px 0 15px;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-transform: none;
  border: none;
  text-align: left;
  color: #0A81C0;
  letter-spacing: 0;
}
html.eskimobi_responsive body .custom-action__info p {
  text-align: left !important;
}
html.eskimobi_responsive body .custom-action__info b {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .custom-action__info .row {
  margin: 0;
}
html.eskimobi_responsive body .custom-action__info .row .columns {
  width: auto;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body .custom-action__info .custom-action__pic {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body .custom-action__info .custom-action__img {
  display: none;
  position: static;
  width: 100%;
  height: 100%;
  background: none !important;
}
html.eskimobi_responsive body .custom-action__info .print-img {
  display: block;
  margin: 0 auto;
}
html.eskimobi_responsive body .custom-action__info .custom-action__header {
  border: none;
  font-size: 14px;
  line-height: 16px;
}
html.eskimobi_responsive body .custom-action__info .custom-action__header br {
  display: none;
}
html.eskimobi_responsive body .custom-action__ctrl {
  display: -webkit-flex;
  display: flex;
}
html.eskimobi_responsive body .custom-action__ctrl .icon-link {
  font-size: 10px;
}
html.eskimobi_responsive body .custom-action__ctrl .icon-link--print {
  display: none;
}
html.eskimobi_responsive body .custom-action__ctrl .columns {
  width: auto;
}
html.eskimobi_responsive body .custom-action .custom-action__ctrl {
  display: block;
}
html.eskimobi_responsive body .custom-action .custom-action__ctrl .columns {
  width: auto;
}
html.eskimobi_responsive body .custom-action .custom-action__ctrl .columns:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .custom-action .custom-action__ctrl .columns:last-child div:not(.custom-action__nav):first-child {
  margin-right: 10px;
}
html.eskimobi_responsive body .custom-action .custom-action__ctrl .columns:last-child .icon-link {
  margin: 0;
}
html.eskimobi_responsive body .custom-action .custom-action__ctrl .columns:last-child .icon-link::before {
  top: 50%;
  margin-top: -7px;
}
html.eskimobi_responsive body .b-facing__main-block {
  margin: 0 !important;
  padding: 10px;
}
html.eskimobi_responsive body .b-facing__main-block ~ p,
html.eskimobi_responsive body .b-facing__main-block ~ div:not(.recall-form) {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
html.eskimobi_responsive body .b-facing__main-block ~ p img,
html.eskimobi_responsive body .b-facing__main-block ~ div:not(.recall-form) img {
  display: block;
  float: none;
  margin: 20px auto 15px !important;
}
html.eskimobi_responsive body .b-facing__main-block p {
  text-align: left;
}
html.eskimobi_responsive body .ipoteka-slider {
  display: none;
}
html.eskimobi_responsive body .ipoteka-slider ~ .slider-nav {
  display: none;
}
html.eskimobi_responsive body .mortgage p {
  text-align: left !important;
}
html.eskimobi_responsive body #mortgage-table {
  display: block;
  width: 100%;
  overflow: auto;
}
html.eskimobi_responsive body #mortgage-table td {
  padding: 5px 15px;
}
html.eskimobi_responsive body .banks-list .row {
  margin: 0;
}
html.eskimobi_responsive body .banks-list .columns {
  float: none;
  width: auto !important;
  padding: 0;
}
html.eskimobi_responsive body .banks-list .item {
  margin-bottom: 10px;
  padding: 10px;
}
html.eskimobi_responsive body .b-facing-page .b-facing {
  margin-bottom: 20px;
  padding: 0;
}
html.eskimobi_responsive body .b-facing-page .b-facing .b-facing__main-block {
  margin-bottom: 20px !important;
  padding: 10px;
}
html.eskimobi_responsive body .b-facing-page .b-facing .b-facing__main-block .thin-title {
  color: #fff;
}
html.eskimobi_responsive body .b-facing-page .b-facing .thin-title {
  height: auto;
  margin-bottom: 15px;
  font-family: 'Roboto-Medium';
  text-align: left;
  color: #0A81C0;
  text-transform: lowercase;
}
html.eskimobi_responsive body .b-facing-page .b-facing .thin-title::first-letter {
  text-transform: uppercase;
}
html.eskimobi_responsive body .b-facing-page .b-facing .b-facing__text {
  margin-bottom: 20px !important;
}
html.eskimobi_responsive body .b-facing-page .b-facing .b-facing__style {
  display: block;
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}
html.eskimobi_responsive body .b-facing-page .b-facing .b-facing__style-text-wrapper {
  margin-top: 10px;
}
html.eskimobi_responsive body .b-facing-page .b-facing .b-facing__tile .gray-area {
  width: 100%;
  padding: 10px;
  height: auto;
  margin: 0;
  margin-bottom: 10px;
  border: none;
}
html.eskimobi_responsive body .b-facing-page .b-facing .b-facing__tile .gray-area li {
  margin-bottom: 5px;
}
html.eskimobi_responsive body .b-facing-page .b-facing__wrapper .b-facing__image,
html.eskimobi_responsive body .b-facing-page .b-facing__wrapper .b-facing__info {
  display: block;
  width: auto;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body .b-facing-page .b-facing__wrapper .b-facing__info {
  height: auto;
  margin-left: 0;
}
html.eskimobi_responsive body .b-facing-page .b-facing__wrapper .b-facing__list {
  padding: 10px;
}
html.eskimobi_responsive body .b-facing-page .b-facing__wrapper .b-facing__list div {
  float: none !important;
  width: auto !important;
}
html.eskimobi_responsive body .b-facing__text {
  padding: 0;
}
html.eskimobi_responsive body .custom-breadcrumbs {
  display: none;
}
html.eskimobi_responsive body .page-block-title {
  margin: 20px 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
html.eskimobi_responsive body .question-form-container {
  margin: 15px 0;
}
html.eskimobi_responsive body .question-form-container .question-form {
  padding: 10px;
}
html.eskimobi_responsive body .question-form-container .question-form .question-form__title {
  font-size: 14px;
}
html.eskimobi_responsive body .question-form-container .question-form .new-form__layout {
  display: block;
}
html.eskimobi_responsive body .question-form-container .question-form .question-form__left {
  width: auto;
}
html.eskimobi_responsive body .question-form-container .question-form .question-form__middle {
  display: none;
}
html.eskimobi_responsive body .question-form-container .question-form .question-form__right {
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .question-form-container .question-form .new-form__field {
  display: block !important;
  margin: 0;
}
html.eskimobi_responsive body .question-form-container .question-form input,
html.eskimobi_responsive body .question-form-container .question-form select {
  float: none !important;
  width: 100% !important;
  margin-bottom: 10px;
  height: 40px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-color: #fff;
}
html.eskimobi_responsive body .question-form-container .question-form input[type="submit"],
html.eskimobi_responsive body .question-form-container .question-form select[type="submit"] {
  font-family: 'Roboto-Medium';
  text-transform: none;
}
html.eskimobi_responsive body .question-form-container .question-form select {
  background: url('img/select-arrow-white.svg') no-repeat right 15px center;
}
html.eskimobi_responsive body .question-form-container .question-form select option {
  color: #000;
}
html.eskimobi_responsive body .question-form-container .question-form textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .question-form-container .question-form .question-form__left-50 {
  margin-top: 10px;
}
html.eskimobi_responsive body .btns-wrapper .btn-open-detail-popup {
  float: none;
  width: auto;
  margin: 0;
  margin-bottom: 10px;
}
html.eskimobi_responsive body .popup.message {
  padding: 20px;
  padding-right: 50px;
  font-size: 14px;
  word-wrap: break-word;
}
html.eskimobi_responsive body .popup.message div {
  width: auto !important;
}
html.eskimobi_responsive body .popup.message b {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .popup.message b span {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .represents {
  margin: 0;
}
html.eskimobi_responsive body .represents .represents__name {
  font-size: 16px;
}
html.eskimobi_responsive body .depart-widget {
  margin: 0;
}
html.eskimobi_responsive body .depart-widget .depart-widget__phone {
  font-size: 16px;
  color: #0A81C0;
}
html.eskimobi_responsive body .ads-years {
  margin-bottom: 20px;
  text-align: left;
}
html.eskimobi_responsive body .objects-select {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  background: url('img/select-arrow.svg') no-repeat right 15px center;
}
html.eskimobi_responsive body .objects-select::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .ads .ad-image {
  width: 100%;
  margin-bottom: 5px;
}
html.eskimobi_responsive body .ads .ad-info {
  width: auto;
}
html.eskimobi_responsive body .history-img {
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 175px;
  background-size: contain;
  background-position: left top;
}
html.eskimobi_responsive body .history-img .history-slider-wrap {
  position: static;
  width: auto;
  height: auto;
  min-height: 10px;
  padding: 20px;
}
html.eskimobi_responsive body .history-img .bx-pager {
  position: static;
  padding: 0;
  padding-top: 10px;
}
html.eskimobi_responsive body .history-img .history-slider-text {
  height: auto;
}
html.eskimobi_responsive body .notebook {
  max-width: 100%;
  margin: 0;
  white-space: normal;
  text-align: left;
}
html.eskimobi_responsive body .notebook label {
  margin-bottom: 5px;
  margin-right: 10px;
  -webkit-transform: none;
  transform: none;
  font-family: 'Roboto-Medium';
  font-size: 14px;
}
html.eskimobi_responsive body .notebook div {
  padding: 10px;
  padding-left: 15px;
}
html.eskimobi_responsive body .contacts-wrap {
  padding: 0;
}
html.eskimobi_responsive body .contacts-wrap #map {
  position: static;
  width: auto !important;
  height: auto !important;
  margin: 0 -20px;
  padding: 0;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps {
  height: 330px !important;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps {
  height: 330px !important;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-overlay"] {
  position: static !important;
  width: auto !important;
  height: auto !important;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon__content"] ymaps {
  height: auto !important;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon__tail"] {
  display: none;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon__tail"]::after {
  display: none;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] {
  position: static !important;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon__layout"] {
  position: relative;
  bottom: -15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-pane"],
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-panel"],
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] {
  top: auto !important;
  left: 0 !important;
  right: 0;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  z-index: 14205 !important;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-pane"] .map__badge,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-panel"] .map__badge,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] .map__badge {
  padding: 0;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-pane"] .map__badge__image,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-panel"] .map__badge__image,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] .map__badge__image {
  display: none;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-pane"] .map__badge__text,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-panel"] .map__badge__text,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] .map__badge__text {
  padding: 0;
  font-size: 12px;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-pane"] .map__badge__text span,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-panel"] .map__badge__text span,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] .map__badge__text span {
  margin: 0;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-pane"] .map__badge__text br,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon-panel"] .map__badge__text br,
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] .map__badge__text br {
  display: none;
}
html.eskimobi_responsive body .contacts-wrap #map > ymaps > ymaps [class*="balloon_layout_normal"] {
  right: 0;
}
html.eskimobi_responsive body .contacts-wrap .map__list {
  position: static;
  width: auto;
  padding: 0 20px;
}
html.eskimobi_responsive body .contacts-wrap .map__list a {
  padding: 15px 0 15px 25px;
}
html.eskimobi_responsive body .contacts-wrap .map__list a::before {
  left: 0;
  top: 14px;
}
html.eskimobi_responsive body .page-contacts {
  margin-top: 20px;
}
html.eskimobi_responsive body .page-contacts .gray-area {
  min-height: 100px;
  padding: 0;
  border: 1px solid #39b54a;
}
html.eskimobi_responsive body .page-contacts .green-form-contact {
  position: static;
  width: auto;
  padding: 10px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact .info {
  margin: 0;
  margin: -10px -10px 10px;
  padding-left: 40px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact .info::after {
  left: 10px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact .inp-row {
  margin-bottom: 10px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact input[type="text"] {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact input[type="text"]::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact select {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: url('img/select-arrow-white.svg') no-repeat right 15px center;
}
html.eskimobi_responsive body .page-contacts .green-form-contact select::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact select option {
  color: #000;
}
html.eskimobi_responsive body .page-contacts .green-form-contact label {
  display: block;
  margin-top: 5px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact .new-checkbox label {
  display: block;
  line-height: 20px;
  text-align: left;
}
html.eskimobi_responsive body .page-contacts .green-form-contact textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
html.eskimobi_responsive body .page-contacts .green-form-contact .button {
  height: 40px;
  padding: 0 15px;
  font-family: 'Roboto-Light';
  font-size: 12px;
  color: #000;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  color: #fff;
  text-transform: none;
}
html.eskimobi_responsive body .page-contacts .green-form-contact .button::placeholder {
  font-family: 'Roboto-Light';
  font-size: 12px;
}
html.eskimobi_responsive body .page-contacts .offices div {
  float: none !important;
  width: auto !important;
}
html.eskimobi_responsive body .page-contacts .contacts-sales,
html.eskimobi_responsive body .page-contacts .offices,
html.eskimobi_responsive body .page-contacts .contacts-sales,
html.eskimobi_responsive body .page-contacts .offices {
  margin: 0;
  padding: 10px;
  border: none;
}
html.eskimobi_responsive body .page-contacts .contacts-sales .row,
html.eskimobi_responsive body .page-contacts .offices .row,
html.eskimobi_responsive body .page-contacts .contacts-sales .row,
html.eskimobi_responsive body .page-contacts .offices .row {
  margin: 0;
  padding: 0;
  border: none;
}
html.eskimobi_responsive body .page-contacts .contacts-sales div,
html.eskimobi_responsive body .page-contacts .offices div,
html.eskimobi_responsive body .page-contacts .contacts-sales div,
html.eskimobi_responsive body .page-contacts .offices div {
  text-align: left !important;
}
html.eskimobi_responsive body .page-contacts .contacts-sales h3,
html.eskimobi_responsive body .page-contacts .offices h3,
html.eskimobi_responsive body .page-contacts .contacts-sales h3,
html.eskimobi_responsive body .page-contacts .offices h3 {
  text-align: left;
}
html.eskimobi_responsive body .page-contacts .contacts-sales h3 br,
html.eskimobi_responsive body .page-contacts .offices h3 br,
html.eskimobi_responsive body .page-contacts .contacts-sales h3 br,
html.eskimobi_responsive body .page-contacts .offices h3 br {
  display: none;
}
html.eskimobi_responsive body .page-contacts .columns {
  width: auto !important;
  padding: 0 !important;
  text-align: left;
}
html.eskimobi_responsive body .page-contacts .columns.two {
  margin-bottom: 15px;
}
html.eskimobi_responsive body #splashMap {
  width: 100vw !important;
  height: 330px !important;
}
html.eskimobi_responsive body #splashMap > ymaps {
  max-width: 100%;
  height: 330px !important;
}
html.eskimobi_responsive body #splashMap > ymaps > ymaps {
  max-width: 100%;
  height: 330px !important;
}
html.eskimobi_responsive body .progress {
  margin: 0;
  margin-top: 20px;
}
html.eskimobi_responsive body .progress .progress-item {
  display: block;
  width: auto;
  margin-right: 0;
  margin-bottom: 10px;
}
html.eskimobi_responsive body .progress .progress-item .progress-item-title {
  font-size: 14px;
}
html.eskimobi_responsive body .subsections {
  padding: 0 20px;
}
html.eskimobi_responsive body .subsections .subsections-item {
  margin-bottom: 5px;
  font-weight: normal;
}
html.eskimobi_responsive body .flat-handover-steps .gray-accordeon-title {
  font-family: 'Roboto-Bold';
  font-weight: normal;
}
html.eskimobi_responsive body .flat-handover-steps .gray-accordeon-content {
  padding: 10px;
  font-size: 14px;
  line-height: 140%;
}
html.eskimobi_responsive body .flat-handover-steps .gray-accordeon-content p {
  text-align: left;
}
html.eskimobi_responsive body .schedule {
  padding: 10px;
}
html.eskimobi_responsive body .schedule .schedule-img {
  width: auto;
  height: auto;
}
html.eskimobi_responsive body .schedule .schedule-info {
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .schedule .gray-area-simple {
  margin: 10px -10px;
}
html.eskimobi_responsive body .schedule .schedule-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
html.eskimobi_responsive body .simple-accordion-content {
  padding: 0;
}
html.eskimobi_responsive body .gray-area-new {
  padding: 10px;
  border: none;
  text-align: left;
}
html.eskimobi_responsive body .all-partners .partner-block {
  display: block;
  width: auto;
  padding: 0;
}
html.eskimobi_responsive body .all-partners .partner-block .partner-link {
  margin: 0;
}
html.eskimobi_responsive body .all-partners .partner-block .partner-img {
  display: block;
  margin: 5px auto;
}
html.eskimobi_responsive body .all-partners .partner-block .partner-info {
  width: auto;
}
html.eskimobi_responsive body .contacts-wrap #map {
  margin: 0 -20px !important;
}
html.eskimobi_responsive body .contacts-wrap .map__list .add-cont-pin {
  padding-left: 30px;
}
html.eskimobi_responsive body .contacts-wrap .map__list .add-cont-pin::before {
  left: 0;
}
html.eskimobi_responsive body .contacts-wrap .map__list .add-cont-addr {
  margin: 0;
}
html.eskimobi_responsive body .contacts-wrap .map__list .add-cont-addr > b {
  display: block;
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .contacts-wrap .map__list .add-cont-addr br {
  display: none;
}
html.eskimobi_responsive body .fancybox-wrap.fancybox-type-ajax {
  top: 0 !important;
  left: 0 !important;
}
html.eskimobi_responsive body .fancybox-wrap.fancybox-opened:not(.fancybox-type-ajax),
html.eskimobi_responsive body .fancybox-wrap.diamond {
  left: 20px !important;
  right: 20px;
  width: auto !important;
  height: auto !important;
  -webkit-transform: none;
  transform: none;
  border-width: 5px;
}
html.eskimobi_responsive body .fancybox-wrap.fancybox-opened:not(.fancybox-type-ajax) .fancybox-inner,
html.eskimobi_responsive body .fancybox-wrap.diamond .fancybox-inner {
  width: auto !important;
  height: auto !important;
}
html.eskimobi_responsive body .fancybox-wrap.fancybox-opened:not(.fancybox-type-ajax) .fancybox-close,
html.eskimobi_responsive body .fancybox-wrap.diamond .fancybox-close {
  -webkit-transform: none;
  transform: none;
}
html.eskimobi_responsive body .payment_div {
  position: static;
  width: auto;
  height: auto;
  padding-bottom: 10px;
  -webkit-transform: none;
  transform: none;
}
html.eskimobi_responsive body .payment_div > br {
  display: none;
}
html.eskimobi_responsive body .payment_div .diamond-title {
  width: auto !important;
  margin: 15px 15px 0 !important;
}
html.eskimobi_responsive body .payment_div [class*="textblock"] {
  width: auto;
  padding: 0 10px;
}
html.eskimobi_responsive body .payment_div [class*="textblock"]::after {
  display: none;
}
html.eskimobi_responsive body .payment_div [class*="textblock"] span {
  font-size: 14px !important;
}
html.eskimobi_responsive body .payment_div .diamond-button {
  display: block;
  margin: 0 10px;
}
html.eskimobi_responsive body .content-text-block {
  margin: 0;
}
html.eskimobi_responsive body .content-text-block p {
  text-align: left !important;
}
html.eskimobi_responsive body .flat-detail-card__main-description .card-slider {
  margin-top: 25px;
}
html.eskimobi_responsive body .allList strong {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body .allList table {
  display: block;
}
html.eskimobi_responsive body .allList table tbody {
  display: block;
}
html.eskimobi_responsive body .allList table tbody tr {
  display: block;
}
html.eskimobi_responsive body .allList table tbody tr td {
  display: block;
  padding: 0 !important;
}
html.eskimobi_responsive body .allList table tbody tr td li {
  margin-bottom: 5px;
}
html.eskimobi_responsive body .allList .catalogue-wrapper {
  margin: 0;
}
html.eskimobi_responsive body .allList .catalogue-wrapper .columns {
  width: auto;
  margin: 0;
  margin-bottom: 10px;
  border: none;
}
html.eskimobi_responsive body .allList .catalogue-wrapper .object {
  height: auto;
  padding: 0;
  padding-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
html.eskimobi_responsive body .allList .catalogue-wrapper .object > a {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.eskimobi_responsive body .allList .catalogue-wrapper .object > a .img {
  -webkit-order: 2;
  order: 2;
  height: auto;
  background: none !important;
}
html.eskimobi_responsive body .allList .catalogue-wrapper .object > a img {
  max-width: 100%;
  margin: 0 auto;
}
html.eskimobi_responsive body .allList .catalogue-wrapper .title {
  position: static;
  font-family: 'Roboto-Medium';
  padding: 10px;
  color: #0A81C0;
}
html.eskimobi_responsive body .allList .catalogue-wrapper .object-info {
  position: static;
  padding: 0 10px;
}
html.eskimobi_responsive body .allList .catalogue-wrapper .object-info p {
  margin: 0;
  font-family: 'Roboto-Light';
  font-size: 12px;
  line-height: 16px;
}
html.eskimobi_responsive body .bank-popup-full table {
  display: block;
  width: 100% !important;
  overflow: auto;
}
html.eskimobi_responsive body .bank-popup-full table td {
  width: auto !important;
  min-width: 100px;
  height: auto !important;
  padding: 5px !important;
  font-size: 11px;
}
html.eskimobi_responsive body .bank-popup-full p br {
  display: none;
}
html.eskimobi_responsive body .bank-popup-full b,
html.eskimobi_responsive body .bank-popup-full strong {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body #promoDetailesPopup,
html.eskimobi_responsive body .bank-popup-full {
  width: auto;
  padding: 15px;
}
html.eskimobi_responsive body #promoDetailesPopup::before,
html.eskimobi_responsive body .bank-popup-full::before {
  display: none;
}
html.eskimobi_responsive body #promoDetailesPopup ul,
html.eskimobi_responsive body .bank-popup-full ul {
  margin-left: 15px;
}
html.eskimobi_responsive body #promoDetailesPopup h4,
html.eskimobi_responsive body .bank-popup-full h4 {
  padding-right: 40px;
  font-size: 12px;
}
html.eskimobi_responsive body #promoDetailesPopup h4,
html.eskimobi_responsive body .bank-popup-full h4,
html.eskimobi_responsive body #promoDetailesPopup strong,
html.eskimobi_responsive body .bank-popup-full strong {
  font-family: 'Roboto-Bold';
}
html.eskimobi_responsive body #image-map {
  width: 100% !important;
  height: auto !important;
}
html.eskimobi_responsive body #image-map .leaflet-control-zoom {
  display: none;
}
html.eskimobi_responsive body #image-map .leaflet-map-pane {
  position: static !important;
  transform: none !important;
}
html.eskimobi_responsive body #image-map .leaflet-overlay-pane {
  position: static !important;
}
html.eskimobi_responsive body #image-map .leaflet-image-layer {
  position: static !important;
  stransform: none !important;
  max-width: 100% !important;
  height: auto !important;
}
html.eskimobi_responsive body .fancybox-iframe {
  height: 400px;
}
html.eskimobi_responsive body .b-facing-page .b-facing__style,
html.eskimobi_responsive body .b-facing-page .b-facing__image {
  height: auto;
}
html.eskimobi_responsive body .b-facing-page .b-facing__style .swiper-slide,
html.eskimobi_responsive body .b-facing-page .b-facing__image .swiper-slide {
  display: block !important;
}
html.eskimobi_responsive body .b-facing-page .b-facing__style .swiper-slide img,
html.eskimobi_responsive body .b-facing-page .b-facing__image .swiper-slide img {
  margin: 0 !important;
}
html.eskimobi_responsive body .b-facing-page .b-facing__style .swiper-pagination,
html.eskimobi_responsive body .b-facing-page .b-facing__image .swiper-pagination {
  position: static;
  margin-top: 10px;
}
html.eskimobi_responsive body .b-facing-page .b-facing__image {
  margin-bottom: 20px !important;
}
html.eskimobi_responsive body .index__slider .orbit-wrapper {
  display: none;
}
html.eskimobi_responsive body .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
html.eskimobi_responsive body .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
html.eskimobi_responsive body .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
html.eskimobi_responsive body .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html.eskimobi_responsive body .swiper-container-android .swiper-slide,
html.eskimobi_responsive body .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.eskimobi_responsive body .swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.eskimobi_responsive body .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
html.eskimobi_responsive body .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
html.eskimobi_responsive body .swiper-invisible-blank-slide {
  visibility: hidden;
}
html.eskimobi_responsive body .swiper-container-autoheight,
html.eskimobi_responsive body .swiper-container-autoheight .swiper-slide {
  height: auto;
}
html.eskimobi_responsive body .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform, height, -webkit-transform;
}
html.eskimobi_responsive body .swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
html.eskimobi_responsive body .swiper-container-3d .swiper-cube-shadow,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-bottom,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-left,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-right,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-top,
html.eskimobi_responsive body .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-bottom,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-left,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-right,
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html.eskimobi_responsive body .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
html.eskimobi_responsive body .swiper-container-wp8-horizontal,
html.eskimobi_responsive body .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
html.eskimobi_responsive body .swiper-container-wp8-vertical,
html.eskimobi_responsive body .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
html.eskimobi_responsive body .swiper-button-next,
html.eskimobi_responsive body .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
html.eskimobi_responsive body .swiper-button-next.swiper-button-disabled,
html.eskimobi_responsive body .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
html.eskimobi_responsive body .swiper-button-prev,
html.eskimobi_responsive body .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
html.eskimobi_responsive body .swiper-button-next,
html.eskimobi_responsive body .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
html.eskimobi_responsive body .swiper-button-prev.swiper-button-white,
html.eskimobi_responsive body .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
html.eskimobi_responsive body .swiper-button-next.swiper-button-white,
html.eskimobi_responsive body .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
html.eskimobi_responsive body .swiper-button-prev.swiper-button-black,
html.eskimobi_responsive body .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
html.eskimobi_responsive body .swiper-button-next.swiper-button-black,
html.eskimobi_responsive body .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
html.eskimobi_responsive body .swiper-button-lock {
  display: none;
}
html.eskimobi_responsive body .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
html.eskimobi_responsive body .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
html.eskimobi_responsive body .swiper-container-horizontal > .swiper-pagination-bullets,
html.eskimobi_responsive body .swiper-pagination-custom,
html.eskimobi_responsive body .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
html.eskimobi_responsive body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
html.eskimobi_responsive body .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
html.eskimobi_responsive body button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html.eskimobi_responsive body .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
html.eskimobi_responsive body .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
html.eskimobi_responsive body .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
html.eskimobi_responsive body .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
html.eskimobi_responsive body .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
html.eskimobi_responsive body .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
html.eskimobi_responsive body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
html.eskimobi_responsive body .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
html.eskimobi_responsive body .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
html.eskimobi_responsive body .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
html.eskimobi_responsive body .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
html.eskimobi_responsive body .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
html.eskimobi_responsive body .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
html.eskimobi_responsive body .swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
html.eskimobi_responsive body .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
html.eskimobi_responsive body .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
html.eskimobi_responsive body .swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
html.eskimobi_responsive body .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
html.eskimobi_responsive body .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
html.eskimobi_responsive body .swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
html.eskimobi_responsive body .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
html.eskimobi_responsive body .swiper-pagination-lock {
  display: none;
}
html.eskimobi_responsive body .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
html.eskimobi_responsive body .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
html.eskimobi_responsive body .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
html.eskimobi_responsive body .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
html.eskimobi_responsive body .swiper-scrollbar-cursor-drag {
  cursor: move;
}
html.eskimobi_responsive body .swiper-scrollbar-lock {
  display: none;
}
html.eskimobi_responsive body .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
html.eskimobi_responsive body .swiper-zoom-container > canvas,
html.eskimobi_responsive body .swiper-zoom-container > img,
html.eskimobi_responsive body .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
html.eskimobi_responsive body .swiper-slide-zoomed {
  cursor: move;
}
html.eskimobi_responsive body .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
html.eskimobi_responsive body .swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
html.eskimobi_responsive body .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html.eskimobi_responsive body .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
html.eskimobi_responsive body .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
html.eskimobi_responsive body .swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
html.eskimobi_responsive body .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
html.eskimobi_responsive body .swiper-container-fade .swiper-slide-active,
html.eskimobi_responsive body .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
html.eskimobi_responsive body .swiper-container-cube {
  overflow: visible;
}
html.eskimobi_responsive body .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
html.eskimobi_responsive body .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
html.eskimobi_responsive body .swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-active,
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-active,
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-next,
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-next + .swiper-slide,
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-shadow-bottom,
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-shadow-left,
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-shadow-right,
html.eskimobi_responsive body .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.eskimobi_responsive body .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
html.eskimobi_responsive body .swiper-container-flip {
  overflow: visible;
}
html.eskimobi_responsive body .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
html.eskimobi_responsive body .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
html.eskimobi_responsive body .swiper-container-flip .swiper-slide-active,
html.eskimobi_responsive body .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
html.eskimobi_responsive body .swiper-container-flip .swiper-slide-shadow-bottom,
html.eskimobi_responsive body .swiper-container-flip .swiper-slide-shadow-left,
html.eskimobi_responsive body .swiper-container-flip .swiper-slide-shadow-right,
html.eskimobi_responsive body .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.eskimobi_responsive body .swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
