/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
 * font LESS Mixin
 * use: .font(
 *   @font-family, // name
 *   @file-size,   // any unit/inherit
 *   @font-weight, // light/normal/bold/inherit | 300/400/700
 *   @font-style   // italic/normal/inherit
 * )
 */
@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI-Bold.eot');
  src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#../fonts/SegoeUI-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI-Semibold.eot');
  src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Semibold.woff') format('woff'), url('../fonts/SegoeUI-Semibold.ttf') format('truetype'), url('../fonts/SegoeUI-Semibold.svg#../fonts/SegoeUI-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot');
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#../fonts/SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg#../fonts/fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon::before {
  font-family: 'fontello';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
}
.icon.location::before {
  content: '\e800';
}
.icon.verified::before {
  content: '\e801';
}
.icon.gallery::before {
  content: '\e802';
}
.icon.more::before {
  content: '\e803';
}
.icon.caret-down::before {
  content: '\e804';
}
.icon.video::before {
  content: '\e806';
}
.nav {
  overflow-x: auto;
}
.nav-link {
  padding: 1rem 2.5rem;
  position: relative;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
}
.nav-link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
  border-top: 3px solid transparent;
}
.nav-link.active::before {
  border-top-color: #000;
}
.grid {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.grid [class^='col-'] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.grid-item {
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  position: relative;
  overflow: hidden;
}
.grid-item .icon {
  position: absolute;
  right: 5px;
}
.grid-item .icon::before {
  font-size: 1rem;
  color: #fff;
}
.grid-item img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.3s;
}
.grid-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.3s;
}
.grid-item:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.btn {
  height: 45px;
  text-align: center;
  font-size: 1.25rem;
  margin-left: 5px;
  margin-right: 5px;
}
#menuMore::after {
  display: none;
}
.btn-outline-white {
  border: 1px solid #d9d9d9;
  background: white;
}
.btn-outline-0 {
  border: 0;
  background-color: #fff;
}
.btn-icon {
  width: 45px;
  padding: 0;
}
.modal-full-screen {
  max-width: 100vw;
  margin: 0;
}
.modal-full-screen .modal-content {
  height: 100vh;
}
#gallery-wrapper img {
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
}
#gallery-wrapper .slick-arrow {
  font-size: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  border: 3px solid #777;
  border-bottom: 0;
  border-right: 0;
  opacity: 0.7;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#gallery-wrapper .slick-arrow:hover {
  opacity: 1;
}
#gallery-wrapper .slick-arrow.slick-prev {
  left: 2.5rem;
  transform: translate(-50%) rotate(-45deg);
}
#gallery-wrapper .slick-arrow.slick-next {
  right: 0;
  transform: translate(-50%) rotate(135deg);
}
#gallery-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.statistic {
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
}
.statistic-item {
  width: 33.33333%;
  font-size: 1rem;
}
.statistic-item b {
  font-weight: 700;
}
body {
  font-family: 'SegoeUI';
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2rem;
  background-color: #fafafa;
}
b {
  font-weight: 600;
}
.container {
  padding: 0;
}
header {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
header.row {
  margin: 0;
}
header h1 {
  margin-top: 5px;
  line-height: 1;
  margin-bottom: 0;
}
header .icon.verified {
  color: #3897f0;
}
header .icon.caret-down::before {
  font-size: 1.25rem;
}
.logo img {
  max-width: 168px;
  max-height: 169px;
}
#fancy-block,
#fancy-block * {
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
  .h1 {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.375rem;
  }
  .logo img {
    max-width: 150px;
    max-height: 150px;
  }
  .statistic-item {
    font-size: 1.375rem;
  }
  .statistic-item:first-child {
    width: 200px;
  }
  .statistic-item:nth-child(2) {
    width: 235px;
  }
  .grid {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid [class^='col-'] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-item {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .grid-item .icon {
    right: 10px;
  }
  .grid-item .icon::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: unset;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1330px;
  }
  .logo img {
    max-width: 242px;
    max-height: 242px;
  }
}
