@charset "UTF-8";
/**
 * Swiper 4.4.6
 * 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: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  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; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.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; }

.swiper-button-next,
.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; }

.swiper-button-prev.swiper-button-white,
.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"); }

.swiper-button-next.swiper-button-white,
.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"); }

.swiper-button-prev.swiper-button-black,
.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"); }

.swiper-button-next.swiper-button-black,
.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"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

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; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.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%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.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; }

.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); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
  width: 61px; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

@font-face {
  font-family: 'AshleyCapitaliSofia';
  src: local("AshleyCapitaliSofia"), url("./fonts/AshleyCapitaliSofia.woff2") format("woff2"), url("./fonts/AshleyCapitaliSofia.woff") format("woff"), url("./fonts/AshleyCapitaliSofia.svg#AshleyCapitaliSofia") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("./fonts/Montserrat-Regular.woff2") format("woff2"), url("./fonts/Montserrat-Regular.woff") format("woff"), url("./fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("./fonts/Montserrat-Bold.woff2") format("woff2"), url("./fonts/Montserrat-Bold.woff") format("woff"), url("./fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Light"), local("Montserrat-Light"), url("./fonts/Montserrat-Light.woff2") format("woff2"), url("./fonts/Montserrat-Light.woff") format("woff"), url("./fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::after,
*::before {
  -webkit-box-sizing: inherit; }

body,
html {
  width: 100%;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background-color: #f1f1f1; }

h1,
h2,
h3,
h4,
ul,
li,
img,
a,
p,
button {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #323232; }

main {
  padding-top: 80px;
  min-width: 800px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.ovh {
  overflow: hidden;
  position: fixed; }

.wrapper {
  max-width: 1549px;
  margin: 0 auto; }

.ititle {
  font-family: 'AshleyCapitaliSofia';
  font-size: 24px;
  line-height: 1;
  color: #323232;
  font-weight: normal;
  margin-left: 48px;
  padding-bottom: 30px; }
  .ititle a {
    border-bottom: 1px solid #323232;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
    color: #323232; }
    .ititle a:hover {
      border-color: transparent; }

.container {
  max-width: 1549px;
  margin: 0 auto; }
  .container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: transparent;
    max-width: inherit; }

@media (max-width: 1600px) {
  .wrapper,
  .container {
    max-width: 1400px; } }

@media (max-width: 1450px) {
  .wrapper,
  .container {
    max-width: 1170px; }
  .ititle {
    margin-left: 38px; } }

@media (max-width: 1225px) {
  .wrapper,
  .container {
    max-width: 890px; }
  .ititle {
    margin-left: 29px;
    font-size: 20px;
    padding-bottom: 20px; } }

@media (max-width: 1000px) {
  .wrapper,
  .container {
    max-width: inherit; }
  .ititle {
    font-size: 35px;
    margin-left: 59px;
    padding-bottom: 20px; }
  .container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.header {
  background-color: #303030;
  padding: 0 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .header .wrapper {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: inherit; }
  .header .logo {
    margin-right: auto; }
  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 26px; }
    .header__social-link {
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 21px;
      cursor: pointer;
      -webkit-transition: opacity .8s;
      transition: opacity .8s;
      height: 30px; }
      .header__social-link:hover {
        opacity: .7; }
      .header__social-link--facebook {
        width: 16px;
        background-image: url("../i/facebook.svg"); }
      .header__social-link--instagramm {
        width: 28px;
        background-image: url("../i/twitter.svg"); }
        .header__social-link--vkontakte {
          width: 30px;
          background-image: url("../i/vk.svg");
          margin-right: 0; }
  .header__search-form {
    position: relative; }
  .header__search-input {
    width: 187px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    padding-right: 25px; }
  .header__search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 22px;
    background-position: center;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../i/search.png");
    outline: none;
    cursor: pointer;
    -webkit-transition: opacity .8s;
    transition: opacity .8s; }
    .header__search-btn:hover {
      opacity: .7; }

@media (max-width: 1740px) {
  .header .logo {
    margin-right: 25px; } }

@media (max-width: 1450px) {
  .header .wrapper {
    max-width: 1170px; }
  .header .nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 20px; }
  .header .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0; }
  .header .exchange {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .header__social {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .header__search {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (max-width: 1225px) {
  .header {
    padding: 0 70px; }
    .header .wrapper {
      max-width: 890px; }
    .header__search-input {
      width: 153px; } }

@media (max-width: 1030px) {
  .header {
    padding: 0 25px; }
    .header__social {
      margin-left: auto; } }

@media (max-width: 800px) {
  .header {
    width: 800px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; } }

.logo {
  font-family: 'AshleyCapitaliSofia'; }
  .logo__link {
    font-size: 31px;
    font-weight: normal;
    color: #ffffff; }

.nav-burger {
  position: relative;
  height: 65px;
  width: 35px;
  margin-top: 0;
  cursor: pointer;
  margin-right: 18px;
  margin-top: -4px; }
  .nav-burger i {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 35px;
    border-radius: 3px; }
  .nav-burger::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    top: 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px; }
  .nav-burger::after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    bottom: 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px; }
  .nav-burger.open i {
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s; }
  .nav-burger.open::before {
    top: 30px;
    left: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .nav-burger.open::after {
    bottom: 29px;
    left: 3px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }

@media (max-width: 1450px) {
  .nav-burger {
    margin-right: 0; } }

.exchange {
  height: 100%;
  background-color: #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 21px;
  margin-right: 35px;
  margin-left: auto; }
  .exchange__data {
    font-size: 9px;
    font-family: 'AshleyCapitaliSofia';
    color: #ffffff; }
  .exchange__rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3px;
    margin-bottom: 9px; }
  .exchange__element:first-child {
    margin-right: 12px; }
  .exchange__value {
    font-size: 16px;
    font-family: 'AshleyCapitaliSofia';
    color: #ffffff; }
  .exchange__cost {
    font-size: 16px;
    font-family: 'AshleyCapitaliSofia';
    color: #ffffff; }

@media (max-width: 1225px) {
  .exchange {
    margin-right: 26px; }
  .exchange__rates {
    margin-bottom: 5px; } }

@media (max-width: 1000px) {
  .exchange {
    display: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .nav__item {
    margin-right: 23px; }
    .nav__item::last-child {
      margin-right: 0; }
  .nav__link {
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    font-family: 'AshleyCapitaliSofia';
    -webkit-transition: .5s border-color;
    transition: .5s border-color;
    border-bottom: 1px solid transparent; }
    .nav__link:hover {
      border-color: #ffffff; }

@media (max-width: 1820px) {
  .nav__item {
    margin-right: 12px; } }

@media (max-width: 1740px) {
  .nav__list {
    display: none; } }

.banner {
  display: block;
  overflow: hidden;
  margin-bottom: 66px; }
  .banner--mb0 {
    margin-bottom: 0 !important; }
  .banner__pic {
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0; }
  .banner img {
    width: 100%; }

@media (max-width: 1225px) {
  .banner {
    margin-bottom: 40px; } }

.btn {
  font-size: 21px;
  line-height: 54px;
  height: 54px;
  border: none;
  border-radius: 0;
  background-color: #c0c0c0;
  color: #ffffff;
  padding: 0 41px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: 'AshleyCapitaliSofia';
  font-weight: normal;
  outline: none;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer; }
  .btn:hover {
    opacity: .7; }

@media (max-width: 1450px) {
  .btn {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 31px; } }

@media (max-width: 1225px) {
  .btn {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 25px; } }

@media (max-width: 1000px) {
  .btn {
    font-size: 16px;
    line-height: 41px;
    height: 41px;
    padding: 0 35px; } }

.pseudoradio {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative; }
  .pseudoradio__radio {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    opacity: 0;
    border-radius: 0;
    background-color: transparent; }
    .pseudoradio__radio:checked + .pseudoradio__label:after {
      opacity: 1; }
  .pseudoradio__label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
    .pseudoradio__label:before {
      position: absolute;
      top: 1px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      content: '';
      -webkit-transition: 0.5s background, 0.5s border-color;
      transition: 0.5s background, 0.5s border-color;
      background-color: #c1c1c1; }
    .pseudoradio__label:after {
      position: absolute;
      left: 3px;
      top: 4px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      opacity: 0;
      background-color: #ededed; }

@media (max-width: 1450px) {
  .pseudoradio__label {
    font-size: 12px;
    margin-bottom: 10px; }
    .pseudoradio__label:before {
      width: 12px;
      height: 12px; }
    .pseudoradio__label:after {
      width: 8px;
      height: 8px;
      left: 2px;
      top: 3px; } }

@media (max-width: 1225px) {
  .pseudoradio__label {
    font-size: 11px;
    margin-bottom: 8px;
    padding-left: 20px; }
    .pseudoradio__label:before {
      width: 10px;
      height: 10px; }
    .pseudoradio__label:after {
      width: 6px;
      height: 6px;
      left: 2px;
      top: 3px; } }

@media (max-width: 1000px) {
  .pseudoradio {
    margin-bottom: 20px; }
    .pseudoradio__label {
      font-size: 21px; }
      .pseudoradio__label:before {
        width: 12px;
        height: 12px;
        top: 6px; }
      .pseudoradio__label:after {
        width: 8px;
        height: 8px;
        left: 2px;
        top: 8px; } }

.pseudocheckbox {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  margin-bottom: 20px; }
  .pseudocheckbox__checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    margin: 0;
    padding: 0;
    opacity: 0;
    border-radius: 0;
    background-color: transparent; }
    .pseudocheckbox__checkbox:checked + .pseudocheckbox__label:after {
      opacity: 1; }
    .pseudocheckbox__checkbox.warning + .pseudocheckbox__label:before {
      border-color: #ff3a00; }
  .pseudocheckbox__label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top; }
    .pseudocheckbox__label a {
      -webkit-transition: border-color 0.5s;
      transition: border-color 0.5s;
      color: #323232;
      border-bottom: 1px solid #323232;
      font-size: 14px;
      line-height: 13px;
      font-weight: 400; }
      .pseudocheckbox__label a:hover {
        border-color: transparent; }
    .pseudocheckbox__label:before {
      position: absolute;
      top: 2px;
      bottom: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 0;
      background-color: #ffffff;
      border: 1px solid #323232;
      content: '';
      -webkit-transition: 0.5s background, 0.5s border-color;
      transition: 0.5s background, 0.5s border-color; }
    .pseudocheckbox__label:after {
      position: absolute;
      left: 3px;
      top: 5px;
      width: 14px;
      height: 14px;
      content: '';
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      opacity: 0;
      background-color: #9a9a9a; }

.loader {
  display: none;
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 25px; }

.dot {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #333;
  position: absolute;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.dot1,
.dot2 {
  left: 0; }

.dot3 {
  left: 1.5em; }

.dot4 {
  left: 3em; }

@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em); } }

@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em); } }

.dot1 {
  -webkit-animation-name: reveal;
          animation-name: reveal; }

.dot2,
.dot3 {
  -webkit-animation-name: slide;
          animation-name: slide; }

.dot4 {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  animation-direction: reverse; }

@media (max-width: 1000px) {
  .loader {
    display: block; } }

.jq-selectbox__select {
  width: 280px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  color: #747474; }

.jq-selectbox__trigger {
  width: 32px;
  height: 100%;
  -webkit-transition: .5s background;
  transition: .5s background;
  background-color: #c0c0c0;
  border-left: 1px solid #cdcdcd;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAANhJREFUKJGNkcFtw0AMBGddgUpRSlAncgWRgePb/+PD7kDqIOnA6SDqICnhOqAfOiWCExveFwEuhwRXZjYADYvO7l54UimlAWgkAZx3wAfwChyBS0qpuT/+KzMbJZ2AY0R855yLaqMFRqCNiCKpc/f5DqQBLkALFGCfc34H0APTH+DqiYgWKJK6nPOPZ7cW7l4iogOmiGiATzPrN/9pga+6bJb0crtM/CMzG4E+IpB0AGbgjSWouV5dACLiMawCB+C0DtTEJuCwTfwpWAX2LMEATO6+v/VsYVcBVGbYJCqylwAAAABJRU5ErkJggg=="); }

.jq-selectbox.opened .jq-selectbox__trigger {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAALlJREFUKJGVkEENg0AQRR8oQEIlrITiAByAA5oMKphDHYCD4gAcdB3UAg7ogYHQAiWd02bn5+XNDzgZESmACPCq2n7vx3Fc3sEJqAay1Veuqs1fMBGJgAdwBQagBxJb31X1tgcLD0DdChSragrkFinMeDMfZiLizOgCeDvLr/YJUDN12ANpVVXDBmagzoLejJbgr9wMDC2QAU8LtEcgADONDeSAV1mWDiAw0NxBo6r5HmTHcO7WYd2+AbUuTyi2+Aj8AAAAAElFTkSuQmCC"); }

.jq-selectbox__dropdown {
  width: 100%;
  background-color: #ffffff;
  padding-left: 12px; }

.jq-selectbox li {
  margin: 10px 0;
  cursor: pointer;
  font-size: 14px;
  color: #747474; }

.burger-menu {
  position: absolute;
  top: 100%;
  left: -100%;
  -webkit-transition: left .9s;
  transition: left .9s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .burger-menu.open {
    left: 0;
    -webkit-transition: left .9s;
    transition: left .9s; }
  .burger-menu__top {
    background-color: #303030;
    padding-right: 34px;
    padding-top: 23px;
    padding-left: 55px;
    padding-bottom: 61px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    overflow: auto !important; }
  .burger-menu__bottom {
    background-color: #4c4c4c;
    padding-top: 16px;
    padding-right: 34px;
    padding-left: 55px;
    padding-bottom: 22px; }
  .burger-menu__element {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: 1px solid #ffffff; }
    .burger-menu__element:last-child {
      border-bottom: none; }
  .burger-menu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .burger-menu__btn {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAHCAYAAAA4R3wZAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAG9JREFUGJV9kEsRhVAMQw8OrpRKQsJzAg6QgBQkgAOeg8OCMgyfS2ayaZpMm0YNoABL8gsFCADUUNdkqFRY1Mkd7TEMdU5z+2J66NXEm+lx0ds5Y5q7DFgz8PJG7Z/BE1MGXnYatdbgL1vsgf9d3ACPp/E2SkOBXQAAAABJRU5ErkJggg==");
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: none;
    width: 15px;
    height: 7px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    outline: none; }
    .burger-menu__btn.opened {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .burger-menu__sublist {
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none; }
  .burger-menu__subelement {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: 1px solid #ffffff; }
    .burger-menu__subelement:last-child {
      border-bottom: none; }
  .burger-menu__sublink {
    font-family: 'AshleyCapitaliSofia';
    font-size: 13px;
    color: #ffffff;
    font-weight: normal; }
  .burger-menu__link {
    font-family: 'AshleyCapitaliSofia';
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    display: inline-block; }

@media (max-width: 1450px) {
  .burger-menu__top {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: calc((100vw - 1170px + 109px) / 2); }
  .burger-menu__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: calc((100vw - 1170px + 109px) / 2); }
  .burger-menu__element {
    width: 270px; } }

@media (max-width: 1225px) {
  .burger-menu__top {
    padding-left: calc((100vw - 890px + 111px) / 2); }
  .burger-menu__bottom {
    padding-left: calc((100vw - 890px + 111px) / 2); }
  .burger-menu__link {
    font-size: 11px; }
  .burger-menu__sublink {
    font-size: 11px; }
  .burger-menu__element {
    padding-top: 10px;
    padding-bottom: 10px; }
  .burger-menu__sublist {
    padding-top: 15px;
    padding-bottom: 15px; }
  .burger-menu__subelement {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 37px; } }

@media (max-width: 1030px) {
  .burger-menu__top {
    padding-left: 80px; }
  .burger-menu__bottom {
    padding-left: 80px; } }

@media (max-width: 800px) {
  .burger-menu {
    top: 99%;
    width: 100%;
    height: calc(100vh - 84px);
    background-color: #303030; }
    .burger-menu #mCSB_1_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .burger-menu__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 40px;
      padding-bottom: 40px; }
    .burger-menu__element {
      padding-top: 18px;
      padding-left: 18px;
      width: calc(50% - 42px);
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .burger-menu__element:nth-child(2n+2) {
        margin-left: 84px; }
      .burger-menu__element:nth-last-child(2) {
        border-bottom: none; }
    .burger-menu__link {
      font-size: 22px; }
    .burger-menu__subelemen {
      padding-top: 18px;
      padding-left: 18px; }
    .burger-menu__sublink {
      font-size: 22px; }
    .burger-menu__sublist {
      margin-left: -18px;
      border-top: 1px solid #ffffff;
      margin-top: 14px; } }

@media (min-width: 801px) {
  .burger-menu {
    height: calc(100vh - 85px) !important; } }

.mCSB_scrollTools {
  left: 20px;
  right: 0 !important;
  top: 23px;
  bottom: 61px; }

.mCustomScrollBox {
  height: auto; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #454545;
  width: 2px; }

.mCSB_scrollTools .mCSB_dragger {
  background-color: transparent; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #454545 !important;
  border-radius: 0; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

@media (max-width: 1450px) {
  .mCSB_scrollTools {
    left: calc(100% - 347px); }
  .mCSB_scrollTools {
    top: 15px;
    bottom: 15px; } }

@media (max-width: 800px) {
  .mCSB_scrollTools {
    left: 37px; } }

.hidden-block {
  display: none; }

.popup {
  padding: 40px 80px; }
  .popup h1 {
    font-family: 'AshleyCapitaliSofia';
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center; }
  .popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .popup__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px; }
  .popup__form-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-left: 56px; }
    .popup__form-element:first-child {
      margin-left: 0; }
  .popup__form-input {
    width: 352px;
    line-height: 41px;
    border: 1px solid #898989;
    text-align: center;
    outline: none; }
    .popup__form-input--captcha {
      width: 126px;
      margin-right: 25px; }
  .popup__form-label {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-bottom: 15px; }
  .popup__form-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .popup .pseudocheckbox {
    -ms-flex-item-align: center;
        align-self: center; }
  .popup__submit {
    -ms-flex-item-align: center;
        align-self: center; }

@media (max-width: 1450px) {
  .popup {
    padding-top: 35px;
    padding-bottom: 35px; }
    .popup h1 {
      font-size: 22px;
      line-height: 36px; }
    .popup__form-input {
      width: 280px; }
      .popup__form-input--captcha {
        width: 126px; }
    .popup__form-element {
      margin-left: 83px; }
    .popup__form-row {
      margin-bottom: 25px; } }

@media (max-width: 1225px) {
  .popup {
    padding-left: 80px;
    padding-right: 80px; }
    .popup__form-row {
      margin-bottom: 40px; }
    .popup__form-label {
      margin-bottom: 25px; } }

@media (max-width: 1000px) {
  .fancybox-slide {
    padding: 0; }
  .popup {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; }
    .popup h1 {
      font-size: 25px;
      line-height: 32px; }
    .popup__form-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0;
      width: 100%; }
      .popup__form-row img {
        max-width: 100%;
        -ms-flex-item-align: center;
            align-self: center; }
    .popup__form-element {
      margin-left: 0;
      margin-bottom: 30px; }
    .popup__form-input {
      width: 240px;
      margin-right: 0;
      -ms-flex-item-align: center;
          align-self: center; }
      .popup__form-input--captcha {
        margin-bottom: 20px; } }

.footer {
  background-color: #303030;
  padding: 32px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 1055px; }
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;
    -webkit-box-pack: spave-between;
        -ms-flex-pack: spave-between;
            justify-content: spave-between; }
  .footer__nav-item {
    width: calc(100% / 2); }
  .footer__nav-link {
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    font-weight: normal; }
  .footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__adv {
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff; }
  .footer__projects-title {
    font-size: 10px;
    line-height: 26px;
    color: #ffffff;
    font-weight: normal; }
  .footer__projects-list {
    max-width: 425px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__projects-item {
    width: calc(100% / 2); }
    .footer__projects-item:nth-child(2n+2) {
      padding-left: 40px; }
  .footer__projects-link {
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    font-weight: normal; }
  .footer__dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 260px; }
  .footer__dev-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__dev-link {
    font-size: 11px;
    line-height: 17px;
    color: #ffffff;
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 3px; }
    .footer__dev-link:last-child {
      margin-bottom: 0; }
    .footer__dev-link:hover {
      border-color: transparent; }
  .footer__dev-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__dev-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__dev-input {
    border: 1px solid #000000;
    line-height: 25px;
    height: 25px;
    font-size: 10px;
    color: #323232;
    font-weight: normal;
    padding: 0 13px;
    width: 100%;
    margin-right: 10px;
    border-radius: 0; }
    .footer__dev-input::-webkit-input-placeholder {
      color: #323232; }
    .footer__dev-input::-moz-placeholder {
      color: #323232; }
    .footer__dev-input:-ms-input-placeholder {
      color: #323232; }
    .footer__dev-input:-moz-placeholder {
      color: #323232; }
  .footer__dev-button {
    background-color: transparent;
    border: none;
    border-radius: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 6px;
    height: 18px;
    background-image: url(../i/gallery-next.png);
    background-size: cover;
    cursor: pointer; }
  .footer .pseudocheckbox {
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    margin-bottom: 20px; }
    .footer .pseudocheckbox__checkbox {
      position: absolute;
      left: 0;
      top: 0;
      width: 21px;
      height: 21px;
      margin: 0;
      padding: 0;
      opacity: 0;
      border-radius: 0;
      background-color: transparent; }
      .footer .pseudocheckbox__checkbox:checked + .pseudocheckbox__label:after {
        opacity: 1; }
      .footer .pseudocheckbox__checkbox.warning + .pseudocheckbox__label:before {
        border-color: #ff3a00; }
    .footer .pseudocheckbox__label {
      position: relative;
      padding-left: 15px;
      cursor: pointer;
      color: #ffffff;
      font-size: 10px;
      line-height: 13px;
      font-weight: 400;
      display: inline-block;
      vertical-align: top; }
      .footer .pseudocheckbox__label a {
        -webkit-transition: border-color 0.5s;
        transition: border-color 0.5s;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        font-size: 10px;
        line-height: 13px;
        font-weight: 400; }
        .footer .pseudocheckbox__label a:hover {
          border-color: transparent; }
      .footer .pseudocheckbox__label:before {
        position: absolute;
        top: 2px;
        bottom: 50%;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 0;
        background-color: #ffffff;
        content: '';
        -webkit-transition: 0.5s background, 0.5s border-color;
        transition: 0.5s background, 0.5s border-color; }
      .footer .pseudocheckbox__label:after {
        position: absolute;
        left: 1px;
        top: 3.2px;
        width: 6px;
        height: 6px;
        content: '';
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0;
        background-color: #9a9a9a; }

@media (max-width: 1740px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer .logo {
      margin-bottom: 30px; }
    .footer__container {
      margin-bottom: 50px; }
    .footer__projects-list {
      max-width: 446px; }
    .footer__dev {
      max-width: inherit;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer__dev-links {
      width: 223px; }
    .footer__projects-item:nth-child(2n+2) {
      padding-left: 0; } }

@media (max-width: 1450px) {
  .footer {
    padding: 42px 115px; } }

@media (max-width: 1305px) {
  .footer {
    padding: 40px 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .logo {
      width: 100%; }
      .footer .logo__link {
        font-size: 28px; }
    .footer__container {
      width: calc(100% / 2);
      min-width: inherit;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
    .footer__dev {
      width: 260px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer__dev-links {
      width: auto; }
    .footer__column {
      margin-bottom: 20px; }
    .footer__nav {
      margin-bottom: 20px; }
    .footer__nav-list {
      max-width: inherit; }
    .footer__projects-list {
      max-width: inherit; } }

@media (max-width: 1000px) {
  .footer {
    padding: 42px 60px; }
    .footer__container {
      width: 100%;
      margin-bottom: 40px; }
    .footer__dev {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .footer__dev-form {
      max-width: 300px; }
    .footer__nav-item:nth-child(2n+2) {
      padding-left: 50px; }
    .footer__projects-item:nth-child(2n+2) {
      padding-left: 50px; }
    .footer__dev-links {
      width: 50%;
      padding-left: 50px; }
    .footer__dev-link {
      font-size: 16px;
      line-height: 20px; }
    .footer .logo__link {
      font-size: 32px; }
    .footer__projects-title {
      font-size: 18px;
      line-height: 26px;
      display: inline-block;
      margin-bottom: 6px; }
    .footer__nav-link {
      font-size: 18px;
      line-height: 33px; }
    .footer__adv {
      font-size: 18px;
      line-height: 33px; }
    .footer__projects-link {
      font-size: 18px;
      line-height: 33px; }
    .footer__dev-lin {
      font-size: 18px;
      line-height: 33px; }
    .footer__dev-input {
      font-size: 18px;
      height: 40px;
      line-height: 40px; }
    .footer .pseudocheckbox__label {
      font-size: 16px;
      line-height: 18px;
      padding-left: 29px; }
      .footer .pseudocheckbox__label a {
        font-size: 16px;
        line-height: 18px; }
      .footer .pseudocheckbox__label:before {
        width: 19px;
        height: 19px; }
      .footer .pseudocheckbox__label:after {
        width: 17px;
        height: 17px; } }

.hero-slider {
  margin-bottom: 60px; }
  .hero-slider .wrapper {
    padding: 24px;
    position: relative;
    background-color: #ffffff; }
  .hero-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .hero-slider__left {
    width: calc(100% - 427px);
    position: relative;
    height: 642px;
    overflow: hidden;
    margin-right: 50px; }
    .hero-slider__left img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%; }
  .hero-slider__right {
    padding: 25px 0;
    width: 427px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .hero-slider__title {
    font-size: 20px;
    line-height: 30px;
    color: #323232;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia';
    margin-bottom: 20px; }
  .hero-slider__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #323232; }
  .hero-slider .swiper-pagination {
    position: absolute;
    left: calc(100% - 427px);
    width: auto;
    line-height: 0;
    font-size: 0; }
  .hero-slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #ededed;
    position: relative;
    opacity: 1;
    outline: none; }
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 0;
    margin-right: 17px; }
  .hero-slider .swiper-pagination-bullet-active {
    background-color: #ededed;
    opacity: 1; }
    .hero-slider .swiper-pagination-bullet-active:before {
      content: '';
      position: absolute;
      background-color: #b9b9b9;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

@media (max-width: 1450px) {
  .hero-slider .wrapper {
    padding: 19px; }
  .hero-slider__left {
    height: 450px;
    width: calc(100% - 310px); }
    .hero-slider__left img {
      width: 100%;
      height: auto; }
  .hero-slider__right {
    width: 310px;
    padding: 10px 0; }
  .hero-slider__title {
    font-size: 18px;
    line-height: 30px; }
  .hero-slider__text {
    font-size: 14px;
    line-height: 24px; }
  .hero-slider .swiper-pagination {
    left: calc(100% - 310px);
    bottom: 0; } }

@media (max-width: 1225px) {
  .hero-slider .wrapper {
    padding: 14px; }
  .hero-slider__left {
    height: 340px;
    width: calc(100% - 240px); }
    .hero-slider__left img {
      width: 100%;
      height: auto; }
  .hero-slider__right {
    width: 240px;
    padding: 6px 0; }
  .hero-slider__title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px; }
  .hero-slider__text {
    font-size: 11px;
    line-height: 18px; }
  .hero-slider .swiper-pagination {
    left: calc(100% - 240px);
    bottom: 0; } }

@media (max-width: 1000px) {
  .hero-slider {
    padding: 0 25px; }
    .hero-slider .wrapper {
      padding: 32px;
      padding-bottom: 70px; }
    .hero-slider__slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .hero-slider__title {
      font-size: 36px;
      line-height: 52px; }
    .hero-slider__text {
      font-size: 34px;
      line-height: 46px; }
    .hero-slider__left, .hero-slider__right {
      width: 100%;
      padding: 0; }
    .hero-slider__left {
      margin-bottom: 30px;
      height: 405px;
      margin-right: 0; }
      .hero-slider__left img {
        width: 100%;
        position: absolute;
        left: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .hero-slider .swiper-container {
      overflow: visible; }
    .hero-slider .swiper-wrapper {
      overflow: hidden; }
    .hero-slider .swiper-pagination {
      left: 50%;
      bottom: -50px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.index-news {
  width: 100%;
  margin-bottom: 60px; }
  .index-news--2col {
    width: calc((100% / 3) * 2 + 15px);
    margin-right: 46px; }
    .index-news--2col .index-news__item {
      width: calc(100% / 2 - 24px); }
  .index-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 48px;
    background-color: #ffffff; }
  .index-news__link {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .index-news__link:hover {
      opacity: .7; }
  .index-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .index-news__item--video .index-news__overimg:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-image: url("../i/play.png");
      background-position: center;
      background-repeat: no-repeat;
      width: 62px;
      height: 94px;
      z-index: 1; }
  .index-news__overimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 292px;
    margin-bottom: 7px; }
    .index-news__overimg img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 100%; }
  .index-news__hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .index-news__hashtags-elem {
    font-size: 11px;
    line-height: 25px;
    color: #323232;
    font-weight: bold; }
  .index-news__title {
    font-family: 'AshleyCapitaliSofia';
    color: #323232;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
  .index-news__text {
    font-size: 27px;
    line-height: 50px;
    font-family: 'AshleyCapitaliSofia';
    color: #323232;
    margin-bottom: 10px; }
  .index-news__info {
    font-size: 16px;
    line-height: 25px;
    color: #323232;
    font-weight: normal; }
  .index-news .swiper-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .index-news .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .index-news .swiper-button-next,
  .index-news .swiper-container-rtl .swiper-button-prev {
    right: 15px;
    top: 40%;
    outline: none;
    width: 22px;
    height: 71px;
    background-image: url("../i/gallery-next.png");
    background-size: cover;
    -webkit-filter: invert(100%);
            filter: invert(100%);
    opacity: .6;
    display: none; }
  .index-news .swiper-button-prev,
  .index-news .swiper-container-rtl .swiper-button-next {
    left: 15px;
    top: 40%;
    outline: none;
    width: 22px;
    height: 71px;
    background-image: url("../i/gallery-next.png");
    background-size: cover;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-filter: invert(100%);
            filter: invert(100%);
    opacity: .6;
    display: none; }

@media (max-width: 1450px) {
  .index-news__overimg {
    height: 222px; }
  .index-news__hashtags-elem {
    font-size: 11px;
    line-height: 19px; }
  .index-news__title {
    font-size: 13px;
    line-height: 18px; }
  .index-news__list {
    padding: 38px; }
  .index-news__item--video .index-news__overimg:before {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); }
  .index-news--2col {
    width: calc((100% / 3) * 2 + 11px);
    margin-right: 34px; }
    .index-news--2col .index-news__item {
      width: calc(100% / 2 - 19px); }
  .index-news__text {
    font-size: 24px;
    line-height: 38px; } }

@media (max-width: 1225px) {
  .index-news__overimg {
    height: 165px;
    margin-bottom: 9px; }
  .index-news__hashtags-elem {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px; }
  .index-news__title {
    font-size: 11px;
    line-height: 16px; }
  .index-news__list {
    padding: 29px; }
  .index-news--2col {
    width: calc((100% / 3) * 2 + 7px);
    margin-right: 25px; }
  .index-news__text {
    font-size: 18px;
    line-height: 28px; }
  .index-news__info {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 1000px) {
  .index-news--2col {
    width: 100%; }
    .index-news--2col .index-news__item {
      width: 100%;
      margin: 0; }
  .index-news__overimg {
    height: auto; }
    .index-news__overimg img {
      position: static;
      -webkit-transform: translate(0);
              transform: translate(0);
      width: 100%; }
  .index-news__hashtags-elem {
    font-size: 21px;
    line-height: 36px; }
  .index-news__title {
    font-size: 22px;
    line-height: 34px; }
  .index-news__list {
    padding: 34px 59px;
    overflow: hidden; }
  .index-news__item {
    width: 100%;
    margin: 0; }
  .index-news .swiper-button-next,
  .index-news .swiper-container-rtl .swiper-button-prev,
  .index-news .swiper-button-prev,
  .index-news .swiper-container-rtl .swiper-button-next {
    display: block;
    top: 36%; }
  .index-news__text {
    font-size: 58px;
    line-height: 68px; }
  .index-news__info {
    font-size: 34px;
    line-height: 42px; } }

.pool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% / 3 - 61px));
  margin-bottom: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .pool__container {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 48px; }
  .pool__form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .pool__question {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    font-family: 'AshleyCapitaliSofia';
    margin-bottom: 10px; }
  .pool__result {
    margin-bottom: 14px; }
  .pool__result-text {
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    margin-bottom: 4px; }
  .pool__result-line {
    height: 8px;
    background-color: #cccccc; }

@media (max-width: 1450px) {
  .pool {
    width: calc((100% / 3 - 43px)); }
    .pool__container {
      padding: 38px; }
    .pool__question {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 20px; }
    .pool__result-text {
      font-size: 12px; } }

@media (max-width: 1225px) {
  .pool {
    width: calc((100% / 3 - 33px)); }
    .pool__container {
      padding: 29px; }
    .pool__question {
      font-size: 11px;
      line-height: 14px;
      margin-bottom: 10px; } }

@media (max-width: 1000px) {
  .pool {
    width: 100%;
    padding: 0 27px; }
    .pool .ititle {
      margin-left: 33px; }
    .pool__label {
      font-size: 29px; }
    .pool__question {
      font-size: 26px;
      line-height: 38px;
      margin-bottom: 30px; }
    .pool__result-text {
      font-size: 21px; } }

.igallery {
  margin-bottom: 60px; }
  .igallery__container {
    background-color: #ffffff;
    padding: 48px; }
  .igallery__title {
    font-size: 19px;
    line-height: 34px;
    color: #323232;
    font-family: 'AshleyCapitaliSofia';
    margin-bottom: 30px;
    font-weight: normal; }
  .igallery__text {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    font-weight: normal; }
  .igallery__tabs-img {
    display: inline-block;
    border: none; }
    .igallery__tabs-img img {
      max-height: 100%;
      height: 600px;
      -o-object-fit: cover;
         object-fit: cover; }
  .igallery__tabs-element {
    text-align: center;
    overflow: hidden; }
    .igallery__tabs-element sub {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 32px;
      display: inline-block; }
      .igallery__tabs-element sub a {
        display: inline;
        border-bottom: 1px solid #323232;
        -webkit-transition: .5s border-color;
        transition: .5s border-color; }
        .igallery__tabs-element sub a:hover {
          border-color: transparent; }
  .igallery__slider {
    margin-bottom: 50px; }
  .igallery__slide {
    position: relative;
    max-height: 170px;
    overflow: hidden;
    cursor: pointer; }
    .igallery__slide img {
      width: 100%;
      height: 100%; }
  .igallery__bottom {
    position: relative; }
  .igallery .swiper-container {
    margin-left: 50px;
    margin-right: 50px; }
  .igallery .swiper-button-next,
  .igallery .swiper-container-rtl .swiper-button-prev {
    outline: none;
    height: 170px;
    width: 40px;
    right: 0;
    top: 0;
    margin-top: 0;
    background-color: #a6a6a6;
    background-image: url("../i/next.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .igallery .swiper-button-prev,
  .igallery .swiper-container-rtl .swiper-button-next {
    outline: none;
    height: 170px;
    width: 40px;
    left: 0;
    top: 0;
    margin-top: 0;
    background-color: #a6a6a6;
    background-image: url("../i/next.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .igallery__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .igallery__top {
    position: relative; }
    .igallery__top .swiper-button-next,
    .igallery__top .swiper-container-rtl .swiper-button-prev {
      outline: none;
      height: 70px;
      width: 40px;
      right: 0;
      top: 50%;
      margin-top: 0;
      background-color: transparent;
      background-image: url("../i/arrow_gallery_black.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .igallery__top .swiper-button-prev,
    .igallery__top .swiper-container-rtl .swiper-button-next {
      outline: none;
      height: 70px;
      width: 40px;
      left: 0;
      top: 50%;
      margin-top: 0;
      background-color: transparent;
      background-image: url("../i/arrow_gallery_black.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

@media (max-width: 1450px) {
  .igallery__container {
    padding: 38px; }
  .igallery__title {
    font-size: 19px;
    line-height: 25px; }
  .igallery__tabs-img img {
    height: 621px;
    max-width: 100%; } }

@media (max-width: 1225px) {
  .igallery__container {
    padding: 29px; }
  .igallery__title {
    font-size: 14px;
    line-height: 18px; }
  .igallery__slider {
    margin-bottom: 25px; }
  .igallery__text {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 1000px) {
  .igallery__tabs-element {
    margin-bottom: 0;
    text-align: center; }
    .igallery__tabs-element sub {
      font-size: 18px;
      line-height: 20px; }
  .igallery__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px; }
  .igallery__text {
    font-size: 32px;
    line-height: 46px; }
  .igallery__container {
    padding: 32px 0; }
  .igallery__tabs {
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px; }
  .igallery .swiper-container {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0; }
  .igallery__info {
    padding: 0 60px; }
  .igallery__slide a {
    position: relative; }
    .igallery__slide a:before {
      content: '';
      position: absolute;
      background-image: url("../i/scale.png");
      width: 127px;
      height: 127px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .igallery .swiper-button-next, .igallery .swiper-container-rtl .swiper-button-prev {
    right: 15px; }
  .igallery .swiper-button-prev, .igallery .swiper-container-rtl .swiper-button-next {
    left: 15px; }
  .igallery__tabs-img img {
    height: 500px; } }

.publication {
  margin-bottom: 60px; }
  .publication__wrapper {
    position: relative;
    background-color: #ffffff;
    padding: 30px 127px; }
  .publication__link {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    width: 100%; }
    .publication__link:hover {
      opacity: .7; }
  .publication__overimg {
    vertical-align: top;
    display: inline-block;
    border: 7px solid #f1f1f1;
    font-size: 0;
    line-height: 0;
    margin-bottom: 15px; }
  .publication__title {
    font-size: 15px;
    line-height: 24px;
    color: #323232;
    font-weight: normal; }
  .publication .swiper-button-next,
  .publication .swiper-container-rtl .swiper-button-prev {
    right: 60px;
    top: 50%;
    outline: none;
    height: 123px;
    width: 40px;
    background-image: url("../i/gallery-next.png");
    background-size: cover;
    -webkit-filter: invert(100%);
            filter: invert(100%);
    opacity: .6;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .publication .swiper-button-prev,
  .publication .swiper-container-rtl .swiper-button-next {
    left: 60px;
    top: 50%;
    outline: none;
    height: 123px;
    width: 40px;
    background-image: url("../i/gallery-next.png");
    background-size: cover;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-filter: invert(100%);
            filter: invert(100%);
    opacity: .6; }

@media (max-width: 1500px) {
  .publication__wrapper {
    padding: 30px 95px; } }

@media (max-width: 1450px) {
  .publication__link {
    max-width: inherit; }
  .publication__img {
    width: 100%; }
  .publication .swiper-button-next,
  .publication .swiper-container-rtl .swiper-button-prev,
  .publication .swiper-button-prev,
  .publication .swiper-container-rtl .swiper-button-next {
    width: 28px;
    height: 95px; }
  .publication .swiper-button-prev,
  .publication .swiper-container-rtl .swiper-button-next {
    left: 38px; }
  .publication .swiper-button-next,
  .publication .swiper-container-rtl .swiper-button-prev {
    right: 38px; } }

@media (max-width: 1300px) {
  .publication__wrapper {
    padding: 23px 67px; }
  .publication .swiper-button-next,
  .publication .swiper-container-rtl .swiper-button-prev,
  .publication .swiper-button-prev,
  .publication .swiper-container-rtl .swiper-button-next {
    width: 22px;
    height: 71px; }
  .publication .swiper-button-prev,
  .publication .swiper-container-rtl .swiper-button-next {
    left: 20px; }
  .publication .swiper-button-next,
  .publication .swiper-container-rtl .swiper-button-prev {
    right: 20px; }
  .publication__title {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 1000px) {
  .publication__wrapper {
    padding: 33px 60px; }
  .publication__overimg {
    width: 100%; }
  .publication__title {
    font-size: 24px;
    line-height: 26px; } }

.news {
  margin-bottom: 30px; }
  .news .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news__title {
    font-size: 24px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia';
    padding-left: 30px; }
  .news__hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    padding-left: 30px; }
  .news__hashtags-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #323232;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold; }
  .news__item-link {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .news__item-link:hover {
      opacity: .7; }
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .news__item-img {
    max-width: 100%;
    margin-bottom: 5px; }
  .news__item {
    padding: 30px;
    background-color: #ffffff;
    margin-bottom: 33px; }
    .news__item--small, .news__item--text, .news__item--video {
      width: calc(100% / 3 - 33px);
      margin-right: 33px; }
    .news__item--video .news__item-link:first-child {
      position: relative; }
      .news__item--video .news__item-link:first-child:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-image: url("../i/play.png");
        background-position: center;
        background-repeat: no-repeat;
        width: 62px;
        height: 94px;
        z-index: 1; }
    .news__item--text .news__item-title {
      font-size: 27px;
      line-height: 50px;
      font-family: 'AshleyCapitaliSofia';
      color: #323232;
      margin-bottom: 10px; }
    .news__item--text .news__item-info {
      font-size: 16px;
      line-height: 25px;
      color: #323232;
      font-weight: normal; }
    .news__item--big {
      margin-right: 33px;
      width: calc((100% / 3 - 33px) * 2 + 33px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .news__item--big .news__container {
        max-width: 260px;
        margin-left: 33px; }
      .news__item--big .news__item-title {
        font-size: 18px;
        line-height: 30px; }
      .news__item--big .news__item-img {
        margin-bottom: 0; }
  .news__item-title {
    font-size: 16px;
    line-height: 21px;
    color: #323232;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia'; }
  .news__item-hashtags {
    margin-bottom: 5px; }
  .news__item-hashtags-item {
    font-size: 11px;
    line-height: 20px;
    color: #323232;
    font-weight: bold; }
  .news__more {
    margin-top: 27px;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 30px; }
  .news .swiper-pagination {
    display: none; }
  .news .js-news-slider {
    width: 100%; }
    .news .js-news-slider .news__item--small {
      width: auto;
      margin-right: 0; }
    .news .js-news-slider .news__list {
      margin-right: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .news .ititle {
    margin-left: 31px; }
  .news__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .news__author-left {
    text-align: center;
    margin-right: 30px; }
  .news__author-right {
    font-size: 16px;
    line-height: 26px;
    color: #323232;
    font-weight: normal; }
    .news__author-right p + p {
      margin-top: 26px; }
  .news__author-photo {
    width: 292px;
    height: 292px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .news__author-photo img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .news__author-name {
    font-family: 'AshleyCapitaliSofia';
    font-size: 13px;
    line-height: 18px;
    color: #323232;
    font-weight: normal; }
  .news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px; }
    .news__row .news__title {
      margin-bottom: 0; }
  .news__back {
    white-space: nowrap;
    line-height: 41px;
    height: 41px;
    padding-right: 26px;
    padding-left: 46px;
    background-repeat: no-repeat;
    background-position: left 18px center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAATCAYAAACtHkzTAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAJZJREFUKJF9klERwyAQBTcOkBIJrYJGQuogDloHkVAJkVAJldI62P7ADBCAGX54y917B5NKZwXgMQ2AFwBqaz/Vjxpa4qJ+1Vk9VZijeElnuRhi2S2/lJs8gB9wL6xGck+mak+oa+x7EhPwjhWakXPnSw/I28w9oJheL2aKGoBrHbMe1t5qUY977QHFg43+wwbcRgDA+gcCEGBZ4+0xnAAAAABJRU5ErkJggg=="); }

@media (max-width: 1450px) {
  .news .ititle {
    margin-left: 30px; }
  .news__title {
    padding-left: 23px; }
  .news__hashtags {
    padding-left: 23px; }
  .news__list {
    margin-right: -26px; }
  .news__item {
    margin-bottom: 26px; }
    .news__item--small, .news__item--text, .news__item--video {
      padding: 23px;
      margin-right: 26px;
      width: calc(100% / 3 - 26px); }
    .news__item--text .news__item-title {
      font-size: 24px;
      line-height: 38px; }
    .news__item--big {
      padding: 23px;
      margin-right: 26px;
      width: calc((100% / 3 - 26px) * 2 + 26px); }
  .news__item-img {
    height: auto;
    margin-bottom: 5px; }
  .news__author-photo {
    width: 225px;
    height: 225px; }
  .news__author-left {
    margin-right: 25px; }
  .news__author-right {
    font-size: 13px;
    line-height: 21px; }
    .news__author-right p + p {
      margin-top: 16px; } }

@media (max-width: 1225px) {
  .news {
    margin-bottom: 20px; }
    .news .ititle {
      margin-left: 19px; }
    .news__title {
      font-size: 20px;
      line-height: 23px;
      padding-left: 23px; }
    .news__hashtags {
      margin-bottom: 25px;
      padding-left: 19px; }
    .news__hashtags-item {
      font-size: 13px;
      line-height: 17px; }
    .news__list {
      margin-right: -19px; }
    .news__item {
      margin-bottom: 17px; }
      .news__item--small, .news__item--text, .news__item--video {
        padding: 19px;
        margin-right: 19px;
        width: calc(100% / 3 - 19px); }
      .news__item--text .news__item-title {
        font-size: 18px;
        line-height: 28px; }
      .news__item--text .news__item-info {
        font-size: 14px;
        line-height: 22px; }
      .news__item--big {
        padding: 19px;
        margin-right: 19px;
        width: calc((100% / 3 - 19px) * 2 + 19px); }
        .news__item--big .news__item-title {
          font-size: 14px;
          line-height: 20px; }
        .news__item--big .news__container {
          max-width: 145px;
          margin-left: 15px; }
    .news__item-title {
      font-size: 11px;
      line-height: 16px; }
    .news__more {
      margin-top: 18px;
      margin-bottom: 25px; }
    .news__author-photo {
      width: 178px;
      height: 178px; }
    .news__author-left {
      margin-right: 17px; }
    .news__author-name {
      display: none; }
    .news__author-right {
      font-size: 11px;
      line-height: 18px; }
      .news__author-right p + p {
        margin-top: 16px; } }

@media (max-width: 1000px) {
  .ni .news .ititle {
    margin-left: 33px; }
  .news {
    padding: 0 25px; }
    .news__title {
      padding-left: 33px;
      font-size: 35px;
      line-height: 38px; }
    .news__hashtags {
      padding-left: 33px; }
    .news__hashtags-item {
      font-size: 20px;
      line-height: 30px; }
    .news__list {
      margin-right: 0; }
    .news__item {
      margin-right: 0;
      width: 100% !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 27px; }
      .news__item--small, .news__item--text, .news__item--video {
        padding: 33px; }
      .news__item--text .news__item-title {
        font-size: 58px;
        line-height: 68px; }
      .news__item--text .news__item-info {
        font-size: 34px;
        line-height: 42px; }
      .news__item--big {
        padding: 33px; }
        .news__item--big .news__container {
          margin-left: 0;
          max-width: inherit; }
        .news__item--big .news__item-title {
          font-size: 26px;
          line-height: 38px; }
        .news__item--big .news__item-img {
          margin-bottom: 5px; }
    .news__item-link {
      width: 100%; }
    .news__item-img {
      width: 100%; }
    .news__item-hashtags-item {
      font-size: 21px;
      line-height: 37px; }
    .news__item-title {
      font-size: 26px;
      line-height: 38px; }
    .news__more {
      display: none; }
    .news .swiper-container {
      margin-bottom: 20px; }
    .news .swiper-wrapper {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .news .swiper-pagination {
      display: block;
      position: relative;
      margin-top: 20px;
      margin-bottom: 40px; }
    .news .swiper-pagination-bullet-active {
      background: #353535; }
    .news .swiper-pagination-bullet {
      outline: none;
      width: 11px;
      height: 11px; }
    .news__author {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .news__row .news__title {
      max-width: 70%; }
    .news__author-photo {
      width: 441px;
      height: 441px; }
    .news__author-left {
      margin-right: 0; }
    .news__author-right {
      font-size: 34px;
      line-height: 46px; }
      .news__author-right p + p {
        margin-top: 16px; } }

.ni-header {
  height: 437px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .ni-header::before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(107%, #ffffff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #ffffff 107%); }
  .ni-header .wrapper {
    width: 100%; }
  .ni-header__container {
    padding-left: 36px;
    max-width: 1011px;
    padding-bottom: 45px; }
  .ni-header__title {
    font-size: 35px;
    line-height: 36px;
    color: #323232;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia';
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.51); }
  .ni-header__subtitle {
    font-size: 24px;
    line-height: 30px;
    color: #323232;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia';
    z-index: 1;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.51); }

@media (max-width: 1450px) {
  .ni-header {
    height: 314px; }
    .ni-header__title {
      font-size: 23px;
      line-height: 27px;
      margin-bottom: 5px; }
    .ni-header__subtitle {
      font-size: 15px;
      line-height: 23px; }
    .ni-header__container {
      padding-bottom: 35px;
      padding-left: 30px;
      max-width: 724px; } }

@media (max-width: 1225px) {
  .ni-header {
    height: 290px; }
    .ni-header__container {
      padding-bottom: 15px;
      max-width: inherit;
      padding-left: 19px; }
    .ni-header__title {
      font-size: 24px;
      line-height: 30px; }
    .ni-header__subtitle {
      font-size: 16px;
      line-height: 24px; } }

@media (max-width: 1000px) {
  .ni-header {
    height: 394px; }
    .ni-header .wrapper {
      max-width: inherit;
      padding: 0 60px; }
    .ni-header__container {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; }
    .ni-header__title {
      font-size: 40px;
      line-height: 47px;
      margin-bottom: 24px; }
    .ni-header__subtitle {
      font-size: 28px;
      line-height: 37px; } }

.ni .ititle {
  margin-left: 32px; }

.ni--blog .ititle {
  margin-left: 0; }

.ni--blog .ni__btns {
  padding-left: 0; }

.ni__container {
  max-width: 1547px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 60px; }

.ni__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 495px - 32px); }

.ni__btns {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ni__back {
  white-space: nowrap;
  line-height: 41px;
  height: 41px;
  padding-right: 26px;
  padding-left: 46px;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAATCAYAAACtHkzTAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAJZJREFUKJF9klERwyAQBTcOkBIJrYJGQuogDloHkVAJkVAJldI62P7ADBCAGX54y917B5NKZwXgMQ2AFwBqaz/Vjxpa4qJ+1Vk9VZijeElnuRhi2S2/lJs8gB9wL6xGck+mak+oa+x7EhPwjhWakXPnSw/I28w9oJheL2aKGoBrHbMe1t5qUY977QHFg43+wwbcRgDA+gcCEGBZ4+0xnAAAAABJRU5ErkJggg=="); }

.ni__next {
  white-space: nowrap;
  line-height: 41px;
  height: 41px;
  padding-left: 26px;
  padding-right: 46px;
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUCAYAAACwG3xrAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAKNJREFUKJF9kVENwzAMRK9DEAiFUAiFsDIYhEEIg0EYhEAohEHYGGwM3n6cyfLinmQpki++81nAAigrATuwHhEuwDub1B834AGUSJgAGXZJH0mbPBy7AE+gjiR6LebnnBFkzZ/pbP9qcsWbjGiSdMq6kmZJr0zibgkPPVx9aLG5xth9c44ZeEKxsTVK9jWbOd/+drFfw0t2iWb6w5UnoNiZh/gCgwiLIYwlzdoAAAAASUVORK5CYII="); }

.ni__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 701px;
  padding-left: 32px;
  margin-bottom: 27px; }

.ni__links-element {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  color: #323232;
  margin-right: 21px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s border-color;
  transition: .5s border-color; }
  .ni__links-element:hover {
    border-color: #323232; }
  .ni__links-element.active {
    font-weight: bold; }
    .ni__links-element.active:hover {
      border-color: transparent; }

@media (max-width: 1600px) {
  .ni__container {
    max-width: 1400px; } }

@media (max-width: 1450px) {
  .ni__container {
    max-width: 1170px; }
  .ni__body {
    width: calc(100% - 376px - 26px); }
  .ni .ititle {
    margin-left: 30px; }
  .ni__links {
    padding-left: 30px; }
  .ni--blog .ititle {
    margin-left: 0; } }

@media (max-width: 1225px) {
  .ni__container {
    max-width: 890px; }
  .ni__body {
    width: calc(100% - 286px - 17px); }
  .ni .ititle {
    margin-left: 19px; }
  .ni--blog .ititle {
    margin-left: 0; }
  .ni__btns {
    padding: 0 19px; }
  .ni__links {
    max-width: 591px;
    padding-left: 19px;
    margin-bottom: 27px; }
  .ni__links-element {
    font-size: 13px;
    line-height: 25px;
    margin-right: 15px; } }

@media (max-width: 1000px) {
  .ni__container {
    padding: 0 27px;
    max-width: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
    .ni__container + .news {
      margin-top: 30px; }
  .ni__body {
    width: 100%; }
  .ni .ititle {
    margin-left: 58px; }
  .ni--blog .ni__btns {
    padding-left: 58px; }
  .ni__btns {
    padding: 0 58px;
    margin-top: 10px; }
  .ni .loader {
    margin-bottom: 30px; }
  .ni__links {
    max-width: inherit;
    padding-left: 58px;
    margin-bottom: 27px; }
  .ni__links-element {
    font-size: 27px;
    line-height: 63px;
    margin-right: 45px; } }

.ni-main {
  margin-bottom: 50px; }
  .ni-main__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .ni-main__row-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 20px; }
    .ni-main__row-author .news__author-photo--new {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 20px;
      width: 170px;
      height: 170px; }
      .ni-main__row-author .news__author-photo--new img {
        width: 100%; }
    .ni-main__row-author .ni-main__top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .ni-main__el-col {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    margin-right: 40px; }
    .ni-main__el-col:nth-child(2n + 2) {
      margin-right: 0; }
  .ni-main__adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    //width: calc(50% - 20px);
    width: 100%;
    margin-right: 40px;
    //margin-top: 70px; }
    .ni-main__adv:nth-child(1) {
      margin-top: 0; }
    .ni-main__adv:nth-child(2) {
      margin-top: 0; }
    .ni-main__adv:nth-child(2n+2) {
      margin-right: 0; }
  .ni-main__adv-info p:not([class]) {
    margin-bottom: 10px; }
  .ni-main__adv-link {
    color: #323232; }
  .ni-main h2.ni-main__adv-name {
    font-size: 18px;
    margin-bottom: 10px; }
   .managers_title {
   	line-height: 28px;
	font-family: 'AshleyCapitaliSofia';
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 30px;
   }
   .manager_contacts {
   	line-height: 28px;
	font-size: 1.4em;
	margin-top: 30px;
   }
  .ni-main__adv-photo {
    width: 180px;
    height: 180px;
    border: 15px solid #e8e8e8;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .ni-main__adv-info {
    margin-top: -2px; }
  .ni-main__adv-info p {
  	display: none;
  }
  .ni-main__subtitle {
    font-size: 30px;
    line-height: 40px;
    color: #323232;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia';
    margin-bottom: 20px; }
  .ni-main h2.ni-main__title-link,
  .ni-main h1.ni-main__title-link {
    font-size: 20px;
    line-height: 32px;
    color: #323232;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia'; }
    .ni-main h2.ni-main__title-link a,
    .ni-main h1.ni-main__title-link a {
      color: #323232;
      border-bottom: 1px solid #323232;
      -webkit-transition: border-color .5s;
      transition: border-color .5s; }
      .ni-main h2.ni-main__title-link a:hover,
      .ni-main h1.ni-main__title-link a:hover {
        border-color: transparent; }
  .ni-main__top {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ni-main__top--column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .ni-main__top--column .ni-main__hashtags {
        max-width: inherit; }
  .ni-main__hashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 50%; }
    .ni-main__hashtags a {
      font-size: 14px;
      font-weight: bold;
      color: #323232;
      margin-right: 8px;
      display: inline-block; }
  .ni-main__author {
    font-size: 14px;
    color: #323232;
    font-weight: bold;
    -ms-flex-item-align: center;
        align-self: center; }
  .ni-main__author-link {
    font-size: 14px;
    color: #323232;
    font-weight: bold;
    border-bottom: 1px solid #323232;
    -webkit-transition: border-color .5s;
    transition: border-color .5s; }
    .ni-main__author-link:hover {
      border-color: transparent; }
  .ni-main__inner-link {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    position: relative;
    margin-left: 25px;
    color: #323232;
    margin-bottom: 30px; }
    .ni-main__inner-link span {
      border-bottom: 1px solid #323232;
      -webkit-transition: border-color .5s;
      transition: border-color .5s; }
      .ni-main__inner-link span:hover {
        border-color: transparent; }
    .ni-main__inner-link::before {
      content: '>';
      position: absolute;
      left: -10px;
      top: 0;
      font-size: 14px;
      line-height: 16px;
      font-weight: bold; }
  .ni-main .article-photo a {
    border: none; }
  .ni-main__container {
    padding: 36px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    color: #323232; }
    .ni-main__container sub {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 32px;
      display: inline-block; }
    .ni-main__container a {
      color: #0084ff; }
      .ni-main__container a:not[class] {
        border-bottom: 1px solid #0084ff;
        -webkit-transition: .5s border-color;
        transition: .5s border-color; }
        .ni-main__container a:not[class]:hover {
          border-color: transparent; }
    .ni-main__container p {
      margin-bottom: 30px;
      font-weight: normal;
      font-size: 16px;
      line-height: 25px;
      text-align: justify; }
      .ni-main__container p:last-child {
        margin-bottom: 0; }
    .ni-main__container ul {
      margin-bottom: 30px; }
    .ni-main__container li {
      position: relative;
      font-size: 14px;
      line-height: 24px;
      margin-left: 20px; }
      .ni-main__container li:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 50%;
        width: 14px;
        height: 1px;
        background-color: #323232; }
    .ni-main__container b {
      font-size: 18px;
      line-height: 25px;
      font-weight: bold; }
    .ni-main__container h2 {
      font-size: 20px;
      line-height: 28px;
      font-weight: normal;
      font-family: 'AshleyCapitaliSofia';
      margin-bottom: 30px; }
    .ni-main__container h3 {
      font-size: 14px;
      line-height: 24px;
      font-weight: normal;
      font-family: 'AshleyCapitaliSofia';
      margin-bottom: 20px; }
    .ni-main__container blockquote {
      font-size: 18px;
      line-height: 24px;
      font-weight: normal;
      font-family: 'AshleyCapitaliSofia';
      margin: 0;
      margin-bottom: 30px;
      -ms-flex-item-align: center;
          align-self: center;
      max-width: 500px;
      margin: 30px auto; }
    .ni-main__container .left-banner {
      max-width: 275px;
      float: left;
      margin-right: 20px;
      opacity: 1;
      -webkit-transition: .5s opacity;
      transition: .5s opacity; }
      .ni-main__container .left-banner img {
        margin-bottom: 0; }
      .ni-main__container .left-banner:hover {
        opacity: .7; }
    .ni-main__container figure {
      margin: 0; }
    .ni-main__container figcaption {
      font-size: 14px;
      line-height: 23px;
      font-weight: bold;
      color: #323232; }
    .ni-main__container img {
      max-width: 100%;
    /*height: auto;*/
    }
      .ni-main__container img + p {
        margin-top: 32px; }
    .ni-main__container .igallery__slide {
      max-height: 120px; }
    .ni-main__container .igallery__bottom .swiper-button-prev, .ni-main__container .igallery__bottom.swiper-container-rtl .swiper-button-next {
      height: 120px; }
    .ni-main__container .igallery__bottom .swiper-button-next, .ni-main__container .igallery__bottom.swiper-container-rtl .swiper-button-prev {
      height: 120px; }
    .ni-main__container .igallery {
      margin-bottom: 30px; }
      .ni-main__container .igallery img {
        margin-bottom: 0; }
  .ni-main__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 45px; }
  .ni-main__contacts-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 28px;
    padding-top: 18px; }
  .ni-main__contacts-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 57px;
    position: relative;
    margin-bottom: 40px; }
    .ni-main__contacts-phones a {
      font-size: 18px;
      line-height: 30px;
      color: #323232;
      font-family: 'AshleyCapitaliSofia';
       }
    .ni-main__contacts-phones:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 44px;
      height: 44px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAACB9JREFUWIWVmX2wVlUVxn/P5ipWoGQ5TQzdS2ITIEjoBIncMFAiMbIs0xKZJMnSxhzQ/iibIWtqJHGiYQz50hIZx+9wVJAAwzAxMUUzZJzChLEsCEsCgfP0xznnttnvPu+tPXPnPWeftdf3etbe+6q7uxtJxMM2krCNbUIIPc81bfT9/cDpkk4CBgGdwHG2JemfwCu2/yzpZWCz7W2pPEkURdGiR6xPTdeRI6rnasJ4QfU+WNIFwJmSBto+YPtp4I/Ab4E3K9q3AcdLGgScZXuOpL8Am2yvBLalMnPy4m8dWZMiJrG3gSHAbGCq7WeAlcCDkvbEwuJ1Cb9jgbOBz0t61PYGYJ6krbWSsdx02CakVtXPcQrYPga4DngQ6AtMs32e7Z8De3KM0yhVz28A9wAXAJMk7ZZ0r+15QP+c0ulciF9yz7aHAo9RhvQLwExJz+aMqxWNlc09V+/bgW/YnmJ7mO2nJI2NDc+lSUi9EDOXdI6kR4G1wARJz6TerBnnPNqkbKLMy5LOlbTU9j3A9Bxd7fE+XV1dTcwuAhbbvkLSwiZFU0+0K+KcQZFRmyRtAZbZPizpiZzMjpx3gfMkLQbOlbQh/Z5TNEaUtOhSD7cxagPQXf2+afuncQFK+i9KRJMjgEWSLqwWZiu2CTNzxuR4pNAVjRclTQPWSnoJWBcrHWJKSe8AHrD9I0pEaBTQZERcgDVdbERqUIr11XgSuBy4FTgeIIRQokSsiO3vADskzbNNURQk31uUbAL5tFia1td0IYTUqBXAetsL4yjEHj5F0heBGU2WJ+HrAOq0+b7tPv+rMTG/mqYoip7fSPYcYFJRFB+vHdinq6urXrzE9mPA3bWVcQiTMa4C/NGS7rB9saRge3NT2FMPp4XZYNQ+SQckXWl7aU/jsH1yURQfljQ/ZZzJyenAfcDtks60vUjSTcBnYq82eTKHFqm82EhgCdAfGN/TmkMIM4E1wK6csEjIRcB84LPATcDhSpnVwHBJw9rlaprX6WjYh+wDHpB0JZQ5HGyPDSEsq5nVBZDmse3LgKuBjUl4dwFbbE9p0aLBgzmMzuF3Ne6yPVbScQEYI+n4oiger4nqRT1QEkL9tz+E8FoqsPp9QNIncgqnyjWlRVODsf2CpH2SJgfgI7b/ABxKvRJDW/X3b9sjYuERHG1yuZk/OlcHbQq4RcHEu0g6BKy2fWoAPgBsqb2ZLoybAfAnYFQmVQbbXiDpBdsHe9mlHeGQng6WyI/fq7ltwKlB0nBgZ4x/NSZmLF9re2jCcLyk1ZI2AzMkOVas9mxTyNOUSI2J5nYA7w22BwKvN2Fm0umelDRY0piI2fnAeuCbwN44/L2lQUNbbpFbve8EDgfbfYE3mhgk+bgbuLcoissjxuttfwwYkHowVSDn3aa2nemKewGH6oNTRk05CCwAJlKejgF+AfzK9n2SjmqnbBzilHcGdVIehhKHD0rql4axSXHb24D7gYVR2K4IIRwD/CxWpslb8XyatzlvV/P9JCkAfwXe1Y5xpgNdb3uUpBkV87dsT6U8VS+1nZ7GZwOPSFpZdaxTcsbkUCpSfiDQJwAv2h5Yo0SMuzVaZDYqf5d0ie0bJY2sGO4GJtseIekhqpwuiuL8oihmU0bkeUln277X9q+BLwNH9+ag6rnT9p4OYLukke0sbSimDcDcynMTq1T5h6QJthcBG4E7JX3N9lWSVtleVTnjBODTwCzbp0n6aqxgvDeOdDqpKIotweWNzYdsKyXKWZ4Uzk+AW2yvBUZVc/slzZD0Q9sjbH9X0l1JhF6XdAvwdUlnAC2yk04r22eFEJ7tCCFstL3P9kjguXZdqgGG5gJ/A35pe7ak26r5FZJWpCEG4s3VpS7vI5yji+QPAQbZXhNsHwC2SprZVKWxxbnCABYC0yVdBywHTow/pjVQeW00cA4wtwmDo276SeB3wK76iLQc+JSk/hlEyCl4xFz1+zAwBniL8uJlAXBybr2kdwOrgPmSXkm8eYSHi6IIti+0vdR2zzF/E/AaMEvSjbkiyxmSicRu21+RNNr2NcD9Kq9ZHwe2295Rhf/HttdQHgJ6g9PzgbdTnnLQ+PHj6wWTKI8jI4F//b9tNr3ftU0I4QTbpwNTgdMoD659bD8i6Zos82hIOqYoiuclXQ/cBqDu7u54o3EHcAD4UurB1KspTsYK54yt6I+qFN4f10rcUeNRFMX3KO/0Pkq1fQgJOF9re5qkz9V4GONiyjwVmiqbSauDlLDX8r1uUpGTxkmaJelSR5M9t5eVoFclXWz7ZtvD0z6fbkyqsJPwaPFUbGxiwBFNIuL7vqIo7pf0LUnba8dJItQP0YKHgRsoN+udsSK5MNfeySnT22gwbgCwStJK24tjfrbLlMiE9QZguaSNkoY35GPLexMMNuF6qgzQZfs3wGbgqlxP6NPZ2dkitBK2jjJlltjeqej/EHEO9pbPTYpmjJss6W5Jd9q+Ok2VWlZHqkDMWNJ84CVJN9ueIOla23vbea5ds8kpC/St9hszgTm2b21KPduE9GOG6EHbZ0gaADxBeZHSPzWyqeDSfUFEfxRwme2nJQ2zPY7yerXtUHd3d280sfApkr4NvBN4CFhGuZ9uVDaT3ydS3pBOAw4DP6D8z1LLunhtz1zU6drCUhLOScAlwFDKkD4F/F7Sq5Qtfi8l0B8LvMf2IEkfBMa4/A/pdkm3215t+1A7uGsxpO507WApZ1D13M/2RGCUpBG2h6g8iBYliYOkw9Ue4jlgq+11kvakCNCmGI8Y/wEgaWEmu7uSSgAAAABJRU5ErkJggg=="); }
  .ni-main__contacts-adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 57px;
    position: relative; }
    .ni-main__contacts-adress p {
      font-size: 18px;
      line-height: 30px;
      color: #323232;
      font-family: 'AshleyCapitaliSofia';
      font-weight: normal; }
    .ni-main__contacts-adress:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 44px;
      height: 44px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAACFJJREFUWIWNmXvQVlUVxn/P/j6CErU00oamT61QNBkiRkmuholAYyoD2mWscNScTMeJmnFsSglzaiJMGEqZxAkF1OmiAXmBKC8pN+USXtKUlPBuiDgK6nn64+xD+9vs8+Geeed9z95rr/Wstddtn1cjRoxAEraRBNDtdz5sE0Kgqqpm3wBJR9seBAwG+gP7AUh6w/ZWSRskbaiq6hHgiVSebSJtUV4+OvdFmIOPvw+XdCYwRtIA4GlJW2xvlnQ38Grce5Ck/kCX7TGSumw/AayQdAvw7xR0CXwuvzMFki8WrD4Q+IHt44DNtudIWiXppUZYOvITs91P0jDb50g6z/YDwJWSHt+XoZoRUkENQfod1/tKugpYCuwAxts+TdIS4KVcUJvFomJ/Ak4Dxkt6M57IdNt9JBVBpjxDbtGClkNsP2h7CDDO9gXAk40y6acRmPtoKjAB9SRwvqSTgGGS1gGfKVk5xVi0cPJ8pu27QggLJI0jBkwbs9QapdPKjRLn/gmcDNxkexlwRqpYqqhtOrq6utoi9SJJPwMm2b6poEwReAihx6DJlUgUuFfSBmABsBNYk2OSVAddIZ19Dbi8qqoJkh7MLVjIGt0AlNZzS+VWjPuWAxNt/0HSi7ZvzZXtZO9xgu05wDhJq3oC2wYkHzlNT/ne9gOSpgB3ANuA+9P1kIH5MLBI0qUN2KZQ5Ik+D7TcNXJfLQV3rqQkQggA90iaJmk+0LcbzahRo1IFrre9PzC5aKqC5bLj7wUMBA6OQl4GHgXeaduXgkkNE9duAXZKmtrQdCYbhtkeC3y20bZkkVRg8nyUpHOBE6qq+gjwelzrC7wI3AfMs/1EHv0p36qqcoNMk7TO9rAmlhqXEPDTEMI8SS+Xorrkd1Hoj2Ly/2BVVd+RNFjSYOq+YghwcXS1lZJ+uI80SjaesX0NMKOqKmzvCbrjbR9he24p97VkBUmaL2mw7VNtP5xZB2BHCGENdYoaAswHDgfOAaqUNvfz5Hku8BVgELAxxOA5V9IfJb1aivR0Lvk9BzgWGAY8XEr0WZA+BAyXNNT2rDxQC5WwGa8Ad9u+2DYB+EBEPy/dkCb3wlF9AZgCnGb7rczyvYEB8fO+zP93AhNDCKcDIxoDtJXx5PdiSZ8D+oQQwihJ77e9MbVgqa9I3ON7wAzg2RSspDMlbba9GFgEbJA0OTPEM7Z/CUxvK+3w/wC0TVVVDwH7hRBGh6qqhthe1yzmtT8dce5Y4OPAdakisSmaCVwGDAeG254OzI5rewBIuhE4WtKnm9ybnmyOQ9JbwArbQzslHQPsAVwAuKd4xDHK9hbgzYSmC/ix7Qm2VyfCFgFPAYtiTn0l8nvB9npgDPCP3LolYwGbgOMDcAywNSeMR7GXP9k+NG5Ox2hgdQo28b9Vth+h7hFSY2wADs0NVQIbef0H+GSwfRDwXE6U596EaSfwdiaoH/DflrRECGEH8NGM59uRV49umMw/b7tXkNRpe3uJMO8X4thGnVXSufWuL6Ed+V7bHVVVfYq62qVKDom83tOQ9JqkKkRAVQtRt3QTx59tDwAOTmjuk7QLmJXuDyEQQpgNvAXcn/A5jLoFWLovoIncyrY7Jb1r+4AUZEPYUuGelLTG9qXAtDi3izov32x7KXAvQFVVoyX1U31zSZW/UNIK4F85sDyOkqyxfwghdAI7JHVz/twNCo3QDEl/tz2f+vYM8JSk4ZLOA8ZG8tupC9I7Ca9jbH+ZOvXtBbaUWuP3IVVV0Wn7cdXvDooNdsna1C3jNcA8SSPicWF7dwhhju05hT0AvW3/VtI8YEvJskn6zC3c3/aWAGyyPTDnnGtfmLtc0i7bsxuBeU/Q0CY8Zkl6A7iimWhLpU2lSyrekZI2hBDCxliniwxK5TM+Gzjb9iTg/DaFE14XUOfiKY4a5K6QVrzG0lFWL+AkYre2grov7sqFlBqSDMSzwKnAVcDEbC31wTMk/VzS5BDC8w2w9Pib20aLvIHUTdXyYHu77cdsT80FlsDna5JWA9+kvp6fXBB2CvAr25OB1SX+eerMZdueJGmNpNdC3HCDpLOA3umRNN/pUTUC0m/bt1G7xWLg84kLjZf0O+Dbkpal/pkDbAlSomW/ZPvXtve8vfyL7d2SvgFc28Pm4oi0twIdkm4GpkarXWf77Ai6pGgxdWayvy5pN7DSyRVpt6TLbM+yfT1Jr5AD7ynBA4ttb5e0kPqeeJakO1OaHvJs3hUCHGD7cuCChk7NC+04lgCPAdNKYFM/3scYGr/XNiDey75cpu1fSDoKmNDMdTaEEdBFwHpguaQ7Wpi0lu8E1Np9dWBtIJP5UyR91fbgdD1kQfWUpG8Bv7F9WElgm6+lObsNZKGRauN3JLBA0iUhhOdSnt0cJgpeSH39+Sv1/xWtI43uxvdSMG1uUHKt5Lk/sAy4GliY7wupxsmmKyQtsX0X8ImeQOfC8+ee8mvOBxhoe6Wk24Er80Jiu7uFs+O6MKaoVUSnbzvOUvSXynpP7mT7i9Rvh24ALslxNWPPC+2WHPk329uAmZL6S1pL3Yx3Y1Ta2wayUEE/JOknkr5P/fpgbskADd/WvwySTTdKGgUcXVXVGtvnAX0amjaQuXVTf4+fPtT5db3tI4DjYvzspVx6sho5cmQ3pilhrqnt0yV913YvSXfa/r2kjcT3ZJLSPxxLRuiwPcj26cA4YJekmcBtmdVb+RQBtz0n8ydS9w6DJVWSVlZV9aikrcAL1H+NARwIHGL7Y7EAnGg7qP7H6FrgnrYKWApQ290rXV4UcgsVTuJASWOpb9GDqC+XHcC7ka5D9Z3xaUmbbK9XfZd7vQSoAZpWxtzV/gdVrS3dErnGGAAAAABJRU5ErkJggg=="); }
  .ni-main__map {
    width: 537px;
    height: 409px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .ni-main .ni-main__position {
    font-family: 'AshleyCapitaliSofia';
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px; }

@media (max-width: 1450px) {
  .ni-main__container {
    font-size: 14px;
    line-height: 25px;
    padding: 30px; }
    .ni-main__container p {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 25px; }
    .ni-main__container ul {
      margin-bottom: 25px; }
    .ni-main__container li {
      font-size: 14px;
      line-height: 24px; }
    .ni-main__container b {
      font-size: 16px;
      line-height: 25px; }
    .ni-main__container img {
      margin-bottom: 18px; }
    .ni-main__container h2 {
      margin-bottom: 25px; }
    .ni-main__container h3 {
      margin-bottom: 20px; }
    .ni-main__container figcaption {
      font-size: 13px;
      line-height: 18px; }
    .ni-main__container blockquote {
      font-size: 16px;
      line-height: 24px; }
  .ni-main__inner-link {
    font-size: 14px;
    line-height: 16px;
    margin-left: 26px;
    margin-bottom: 25px; }
    .ni-main__inner-link::before {
      font-size: 14px;
      line-height: 14px; }
  .ni-main__top {
    padding: 30px; }
  .ni-main__hashtags span {
    font-size: 14px;
    line-height: 14px;
    margin-right: 8px; }
  .ni-main__author {
    font-size: 14px;
    line-height: 14px; }
  .ni-main__author-link {
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap; }
  .ni-main__subtitle {
    font-size: 28px; }
  .ni-main__adv-photo {
    width: 130px;
    height: 130px;
    border: 11px solid #e8e8e8;
    margin-right: 21px; }
  .ni-main h2.ni-main__adv-name {
    font-size: 14px;
    line-height: 24px; }
  .ni-main__adv-info p:not([class]) {
    font-size: 14px;
    line-height: 22px; }
  .ni-main__adv {
    margin-right: 20px;
    width: calc(50% - 10px); }
  .ni-main__map {
    width: 441px;
    height: 320px; } }

@media (max-width: 1225px) {
  .ni-main h2.ni-main__title-link,
  .ni-main h1.ni-main__title-link {
    font-size: 14px;
    line-height: 23px; }
  .ni-main__row-author {
    padding-left: 19px; }
  .ni-main__container {
    font-size: 11px;
    line-height: 18px;
    padding: 19px; }
    .ni-main__container p {
      font-size: 11px;
      margin-bottom: 15px; }
    .ni-main__container ul {
      margin-bottom: 15px; }
    .ni-main__container li {
      font-size: 11px; }
    .ni-main__container b {
      font-size: 12px;
      line-height: 25px; }
    .ni-main__container img {
      margin-bottom: 15px; }
    .ni-main__container h2 {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 15px; }
    .ni-main__container h3 {
      font-size: 11px;
      line-height: 18px;
      margin-bottom: 15px; }
    .ni-main__container figcaption {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 15px; }
    .ni-main__container blockquote {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 15px;
      text-align: center; }
  .ni-main__inner-link {
    font-size: 11px;
    line-height: 13px;
    margin-left: 26px;
    margin-bottom: 15px; }
    .ni-main__inner-link::before {
      font-size: 11px;
      line-height: 11px; }
  .ni-main__top {
    padding: 30px 19px; }
  .ni-main__hashtags span {
    font-size: 13px;
    line-height: 18px;
    margin-right: 6px; }
  .ni-main__author {
    font-size: 13px;
    line-height: 18px; }
  .ni-main__author-link {
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap; }
  .ni-main .igallery__tabs {
    padding-left: 0;
    padding-right: 0; }
  .ni-main__subtitle {
    font-size: 22px;
    line-height: 34px; }
  .ni-main__adv {
    margin-top: 40px; }
  .ni-main__adv-photo {
    width: 105px;
    height: 105px;
    border: 9px solid #e8e8e8;
    margin-right: 13px; }
  .ni-main h2.ni-main__adv-name {
    font-size: 11px;
    line-height: 18px; }
  .ni-main__adv-info p:not([class]) {
    font-size: 11px;
    line-height: 17px; }
  .ni-main__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ni-main__map {
    width: 100%;
    height: 340px;
    margin-bottom: 20px; }
  .ni-main__contacts-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0; }
  .ni-main__contacts-phones {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .ni-main__contacts-phones::before {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ni-main__contacts-phones a {
      font-size: 11px;
      line-height: 18px; }
  .ni-main__contacts-adress {
    width: 70%;
    margin-left: 40px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .ni-main__contacts-adress::before {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ni-main__contacts-adress p {
      font-size: 11px;
      line-height: 18px; }
  .ni-main .ni-main__position {
    font-size: 11px;
    line-height: 18px; } }

@media (max-width: 1000px) {
  .ni-main__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ni-main__el-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px; }
  .ni-main__subtitle {
    font-size: 32px;
    line-height: 40px; }
  .ni-main h2.ni-main__title-link,
  .ni-main h1.ni-main__title-link {
    font-size: 30px;
    line-height: 41px; }
  .ni-main__row-author {
    padding-left: 33px; }
  .ni-main__container {
    font-size: 25px;
    line-height: 36px;
    padding: 33px; }
    .ni-main__container .igallery__wrapper {
      max-width: inherit; }
    .ni-main__container p {
      font-size: 31px;
      line-height: 48px;
      margin-bottom: 30px; }
    .ni-main__container ul {
      margin-bottom: 30px; }
    .ni-main__container li {
      font-size: 31px;
      line-height: 48px;
      margin-left: 35px; }
      .ni-main__container li::before {
        left: -35px;
        top: 23px;
        width: 25px; }
    .ni-main__container sub {
      font-size: 18px;
      line-height: 20px; }
    .ni-main__container b {
      font-size: 25px;
      line-height: 36px; }
    .ni-main__container img {
      margin-bottom: 30px; }
    .ni-main__container h2 {
      font-size: 35px;
      line-height: 42px;
      margin-bottom: 30px; }
    .ni-main__container h3 {
      font-size: 30px;
      line-height: 39px;
      margin-bottom: 25px; }
    .ni-main__container figcaption {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 30px; }
    .ni-main__container blockquote {
      font-size: 34px;
      line-height: 46px;
      margin-bottom: 30px;
      text-align: center; }
    .ni-main__container .left-banner {
      max-width: 100%;
      float: none;
      margin-right: 0; }
      .ni-main__container .left-banner img {
        width: 100%; }
  .ni-main__inner-link {
    font-size: 33px;
    line-height: 40px;
    margin-left: 40px;
    margin-bottom: 30px; }
    .ni-main__inner-link::before {
      font-size: 33px;
      line-height: 40px;
      left: -20px; }
  .ni-main__top {
    padding: 30px 33px; }
  .ni-main__hashtags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ni-main__hashtags span {
      font-size: 20px;
      line-height: 24px;
      margin-right: 6px; }
  .ni-main__author {
    font-size: 20px;
    line-height: 22px; }
  .ni-main__author-link {
    font-size: 20px;
    line-height: 22px;
    white-space: nowrap; }
  .ni-main__hashtags a {
    font-size: 21px;
    line-height: 30px; }
  .ni-main__adv {
    margin-top: 80px;
    margin-right: 0;
    width: 100%; }
    .ni-main__adv:nth-child(2) {
      margin-top: 80px; }
  .ni-main__adv-photo {
    width: 270px;
    height: 270px;
    border: 23px solid #e8e8e8;
    margin-right: 23px; }
  .ni-main h2.ni-main__adv-name {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 30px; }
  .ni-main__adv-info p:not([class]) {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 30px; }
    .ni-main__adv-info p:not([class]):last-child {
      margin-bottom: 0; }
  .ni-main__contacts-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ni-main__contacts-phones {
    width: auto; }
  .ni-main__contacts-adress {
    width: auto;
    margin-left: 0;
    padding-left: 90px; }
    .ni-main__contacts-adress:before {
      width: 71px;
      height: 71px;
      background-size: cover; }
  .ni-main__contacts-phones {
    margin-bottom: 20px;
    padding-left: 90px;
    margin-bottom: 30px; }
    .ni-main__contacts-phones:before {
      width: 71px;
      height: 71px;
      background-size: cover; }
    .ni-main__contacts-phones a {
      font-size: 34px;
      line-height: 44px; }
  .ni-main__contacts-adress {
    margin-bottom: 30px; }
    .ni-main__contacts-adress p {
      font-size: 34px;
      line-height: 44px; }
  .ni-main .ni-main__position {
    font-size: 34px;
    line-height: 44px; }
  .ni-main .igallery__top .swiper-button-next,
  .ni-main .igallery__top .swiper-container-rtl .swiper-button-prev,
  .ni-main .igallery__top .swiper-button-prev,
  .ni-main .igallery__top .swiper-container-rtl .swiper-button-next {
    top: 45%; } }

.ni-aside {
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 495px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .ni-aside .ititle {
    margin-left: 0; }
  .ni-aside__banner {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    margin-bottom: 50px;
    padding: 32px;
    background-color: #ffffff; }
    .ni-aside__banner:hover {
      opacity: .7; }
  .ni-aside__additional-item {
    display: inline-block;
    margin-bottom: 32px;
    opacity: 1;
    padding: 32px;
    background-color: #ffffff; }
    .ni-aside__additional-item:last-child {
      margin-bottom: 0; }
  .ni-aside__title {
    font-size: 16px;
    line-height: 18px;
    color: #323232;
    font-weight: normal;
    font-family: 'AshleyCapitaliSofia';
    margin-bottom: 20px; }
  .ni-aside__img {
    margin-bottom: 10px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .ni-aside__img:hover {
      opacity: .7; }
  .ni-aside__additional-title {
    font-family: 'AshleyCapitaliSofia';
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #323232;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .ni-aside__additional-title:hover {
      opacity: .7; }
  .ni-aside__additional-text {
    font-size: 13px;
    line-height: 20px;
    color: #323232; }
  .ni-aside img {
    width: 100%; }
  .ni-aside__hashtag a {
    font-size: 11px;
    line-height: 21px;
    color: #323232;
    font-weight: bold; }

@media (max-width: 1450px) {
  .ni-aside {
    max-width: 376px;
    margin-left: 26px; }
    .ni-aside .ititle {
      padding-bottom: 25px; }
    .ni-aside__banner {
      margin-bottom: 50px;
      padding: 30px; }
    .ni-aside__title {
      font-size: 16px; }
    .ni-aside__additional-item {
      padding: 30px;
      margin-bottom: 26px; }
    .ni-aside__additional-title {
      font-size: 16px;
      line-height: 24px; }
    .ni-aside__additional-text {
      font-size: 14px;
      line-height: 20px; } }

@media (max-width: 1225px) {
  .ni-aside {
    max-width: 286px;
    margin-left: 17px; }
    .ni-aside__banner {
      padding: 19px;
      margin-bottom: 30px; }
    .ni-aside__additional-item {
      padding: 19px;
      margin-bottom: 17px; }
    .ni-aside__additional-title {
      font-size: 11px;
      line-height: 16px; }
    .ni-aside__additional-text {
      font-size: 11px;
      line-height: 16px; } }

@media (max-width: 1000px) {
  .ni-aside {
    max-width: inherit;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 45px !important; }
    .ni-aside .ititle {
      margin-left: 33px;
      padding-bottom: 20px; }
    .ni-aside__title {
      font-size: 24px;
      line-height: 32px; }
    .ni-aside__banner {
      margin-bottom: 45px;
      padding: 0;
      margin-left: -27px;
      margin-right: -27px; }
    .ni-aside__additional-item {
      padding: 33px;
      width: 100%;
      margin-bottom: 45px; }
    .ni-aside__additional-title {
      font-size: 26px;
      line-height: 38px; }
    .ni-aside__additional-text {
      font-size: 21px;
      line-height: 33px; }
    .ni-aside__hashtag a {
      font-size: 21px;
      line-height: 37px; } }

.share {
  margin-bottom: 45px; }
  .share .ititle {
    margin-left: 31px; }
  .share__social {
    padding: 31px 36px;
    background-color: #ffffff; }
    .share__social .at-resp-share-element .at-share-btn {
      margin-right: 17px;
      margin-bottom: 0; }

@media (max-width: 1450px) {
  .share .ititle {
    margin-left: 30px; }
  .share__social {
    padding: 30px; } }

@media (max-width: 1225px) {
  .share .ititle {
    margin-left: 19px; }
  .share__social {
    padding: 19px; } }

@media (max-width: 1225px) {
  .share .ititle {
    margin-left: 33px; }
  .share__social {
    padding: 33px; } }

.comments .ititle {
  margin-left: 31px; }

.comments__container {
  padding: 31px 36px;
  background-color: #ffffff; }

@media (max-width: 1450px) {
  .comments .ititle {
    margin-left: 30px; }
  .comments__container {
    padding: 30px; } }

@media (max-width: 1225px) {
  .comments .ititle {
    margin-left: 19px; }
  .comments__container {
    padding: 19px; } }

@media (max-width: 1225px) {
  .comments .ititle {
    margin-left: 33px; }
  .comments__container {
    padding: 33px; } }

.authors .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.authors__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }
  .authors__row .jq-selectbox__select-text {
    text-overflow: unset;
    width: 100% !important; }
  .authors__row .ititle {
    padding-bottom: 0 !important;
    margin-right: 51px; }

.authors__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px;
  margin-left: -64px;
  width: calc(100% + 64px); }

.authors__item {
  width: calc(100% / 6 - 64px);
  margin-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1;
  margin-bottom: 99px; }
  .authors__item:hover {
    opacity: .7; }
  .authors__item--big {
    width: calc(100% / 2 - 64px);
    margin-left: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left; }
    .authors__item--big .authors__imgover {
      margin-right: 42px;
      width: 270px;
      height: 270px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 0; }
    .authors__item--big .authors__right {
      height: 100%; }
    .authors__item--big .authors__name {
      margin-bottom: 25px; }

.authors__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 90px; }

.authors__imgover {
  border-radius: 50%;
  border: 15px solid #ffffff;
  position: relative;
  overflow: hidden;
  height: 208px;
  width: 208px;
  margin-bottom: 18px; }

.authors__photo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.authors__name {
  font-family: 'AshleyCapitaliSofia';
  font-size: 18px;
  line-height: 30px;
  color: #323232;
  font-weight: normal; }

.authors__text {
  font-size: 22px;
  line-height: 39px;
  font-family: 'AshleyCapitaliSofia';
  font-weight: normal;
  color: #323232; }

.authors__more {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 66px; }

@media (max-width: 1600px) {
  .authors__elements {
    margin-left: -30px;
    width: calc(100% + 30px); }
  .authors__item {
    width: calc(100% / 6 - 30px);
    margin-left: 30px; }
    .authors__item--big {
      width: calc(100% / 2 - 30px);
      margin-left: 30px; }
    .authors__item__right {
      padding-right: 0; } }

@media (max-width: 1450px) {
  .authors__item {
    margin-bottom: 50px; }
    .authors__item--big .authors__imgover {
      width: 217px;
      height: 217px;
      margin-right: 35px;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .authors__item--big .authors__name {
      font-size: 18px;
      line-height: 30px; }
    .authors__item--big .authors__text {
      font-size: 22px;
      line-height: 39px; }
  .authors__imgover {
    height: 164px;
    width: 164px;
    border: 11px solid #ffffff;
    margin-bottom: 21px; }
  .authors__right {
    padding-right: 0;
    margin-top: -7px; }
  .authors__name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 49px; }
  .authors__more {
    margin-bottom: 50px; } }

@media (max-width: 1225px) {
  .authors__item {
    margin-bottom: 40px; }
    .authors__item--big .authors__imgover {
      width: 150px;
      height: 150px;
      margin-right: 32px;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .authors__item--big .authors__name {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 10px; }
    .authors__item--big .authors__text {
      font-size: 20px;
      line-height: 26px; }
  .authors__imgover {
    height: 114px;
    width: 114px;
    border: 9px solid #ffffff;
    margin-bottom: 21px; }
  .authors__name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px; }
  .authors__more {
    margin-bottom: 36px; }
  .authors__elements {
    margin-bottom: 0; } }

@media (max-width: 1000px) {
  .authors {
    padding: 0 25px; }
    .authors__item {
      width: calc(100% / 2 - 22.5px);
      margin-left: 22.5px;
      margin-bottom: 50px; }
      .authors__item:nth-child(2n+2) {
        margin-right: 0; }
      .authors__item--big {
        width: calc(100% / 2 - 22.5px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 22.5px; }
        .authors__item--big .authors__imgover {
          margin-right: 0;
          height: 350px;
          width: 350px;
          margin-bottom: 21px;
          -ms-flex-item-align: center;
              align-self: center; }
        .authors__item--big .authors__text {
          display: none; }
        .authors__item--big .authors__right {
          height: auto;
          text-align: center; }
        .authors__item--big .authors__name {
          font-size: 22px;
          line-height: 34px; }
    .authors__elements {
      margin-right: 0;
      margin-left: -22.5px;
      width: calc(100% + 22.5px); }
    .authors__imgover {
      height: 350px;
      width: 350px;
      border: 24px solid #ffffff; }
    .authors__name {
      font-size: 22px;
      line-height: 34px; }
    .authors .authors__more {
      display: none; }
    .authors .loader {
      margin-bottom: 50px; }
    .authors__row .ititle {
      margin-right: 80px;
      margin-left: 35px; } }

.quizes .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.quizes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -32px; }

.quizes__item {
  width: calc(100% / 3 - 32px);
  margin-right: 32px;
  margin-bottom: 32px;
  background-color: #ffffff; }
  .quizes__item--big {
    width: calc((100% / 3) * 2 - 32px); }
    .quizes__item--big .pool__question {
      font-size: 22px;
      line-height: 36px; }

.quizes__more {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 28px;
  margin-bottom: 50px; }

.quizes .pool__elements {
  margin-bottom: 20px; }

.quizes .pool__container {
  height: auto; }

@media (max-width: 1450px) {
  .quizes__list {
    margin-right: -26px; }
  .quizes__item {
    width: calc(100% / 3 - 26px);
    margin-right: 26px;
    margin-bottom: 26px; }
    .quizes__item--big {
      width: calc((100% / 3) * 2 - 26px); }
      .quizes__item--big .pool__question {
        font-size: 18px;
        line-height: 30px; } }

@media (max-width: 1225px) {
  .quizes__list {
    margin-right: -17px; }
  .quizes__item {
    width: calc(100% / 3 - 17px);
    margin-right: 17px;
    margin-bottom: 17px; }
    .quizes__item--big {
      width: calc((100% / 3) * 2 - 17px); }
      .quizes__item--big .pool__question {
        font-size: 14px;
        line-height: 23px; }
  .quizes__more {
    margin-top: 33px; } }

@media (max-width: 1000px) {
  .quizes__list {
    padding: 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0; }
  .quizes__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px; }
    .quizes__item--big {
      width: 100%; }
      .quizes__item--big .pool__question {
        font-size: 26px;
        line-height: 38px; }
  .quizes__more {
    display: none; }
  .quizes .loader {
    margin-bottom: 50px; } }

.partners .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -31px; }

.partners__element {
  width: calc(100% / 2 - 31px);
  margin-right: 31px;
  margin-bottom: 31px;
  background-color: #ffffff;
  padding: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .partners__element--big {
    width: 100%; }
    .partners__element--big .partners__logo {
      width: 729px; }

.partners__logo {
  width: 251px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-right: 31px;
  -ms-flex-item-align: center;
      align-self: center; }
  .partners__logo img {
    max-width: 100%; }

.partners__name {
  font-family: 'AshleyCapitaliSofia';
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 20px; }

.partners__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 40px; }
  .partners__text p + p {
    margin-top: 30px; }

.partners__link {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #323232;
  border-bottom: 1px solid #323232;
  -webkit-transition: .5s border-color;
  transition: .5s border-color; }
  .partners__link:hover {
    border-color: transparent; }

.partners__more {
  margin-top: 29px;
  margin-bottom: 60px;
  -ms-flex-item-align: center;
      align-self: center; }

@media (max-width: 1450px) {
  .partners__list {
    margin-right: -24px; }
  .partners__element {
    padding: 24px;
    margin-bottom: 24px;
    margin-right: 24px;
    width: calc(100% / 2 - 24px); }
    .partners__element--big {
      width: 100%; }
      .partners__element--big .partners__logo {
        width: 550px; }
  .partners__logo {
    width: 186px;
    margin-right: 37px; }
  .partners__name {
    font-size: 18px;
    line-height: 23px; }
  .partners__text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px; }
  .partners__link {
    font-size: 13px;
    line-height: 13px; }
  .partners__more {
    margin-top: 36px; } }

@media (max-width: 1225px) {
  .partners__list {
    margin-right: -18px; }
  .partners__element {
    padding: 18px;
    margin-bottom: 18px;
    margin-right: 18px;
    width: calc(100% / 2 - 18px); }
    .partners__element--big {
      width: 100%; }
      .partners__element--big .partners__logo {
        width: 420px;
        padding: 0 50px; }
  .partners__logo {
    width: 140px;
    padding: 0 14px; }
  .partners__name {
    font-size: 18px;
    line-height: 18px; }
  .partners__text {
    font-size: 11px;
    line-height: 18px; }
  .partners__link {
    font-size: 11px;
    line-height: 11px; }
  .partners__more {
    margin-top: 42px; } }

@media (max-width: 1000px) {
  .partners {
    padding: 0 25px; }
    .partners__list {
      margin-right: 0; }
    .partners__element {
      width: 100%;
      padding: 33px;
      margin-right: 0;
      margin-bottom: 31px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .partners__logo {
      width: auto;
      margin-bottom: 40px;
      padding: 0;
      margin-right: 0; }
    .partners__name {
      font-size: 22px;
      line-height: 24px; }
    .partners__text {
      font-size: 21px;
      line-height: 26px; }
    .partners__link {
      font-size: 21px;
      line-height: 21px; }
    .partners__more {
      display: none; }
    .partners .loader {
      margin-bottom: 50px; } }

.search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.search__left {
  width: calc(50% - 45px);
  margin-right: 90px; }

.search__right {
  width: calc(50% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.search__label {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #323232;
  font-family: 'AshleyCapitaliSofia';
  margin-bottom: 15px; }

.search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .search__list .pseudocheckbox {
    width: 50%; }

.search__input {
  width: 100%;
  line-height: 41px;
  height: 41px;
  border: 1px solid #898989;
  padding-left: 15px; }

.search__element {
  margin-bottom: 35px; }

.search__group {
  margin-bottom: 35px; }

.search__btn {
  white-space: nowrap;
  padding-left: 26px;
  padding-right: 46px;
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUCAYAAACwG3xrAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAKNJREFUKJF9kVENwzAMRK9DEAiFUAiFsDIYhEEIg0EYhEAohEHYGGwM3n6cyfLinmQpki++81nAAigrATuwHhEuwDub1B834AGUSJgAGXZJH0mbPBy7AE+gjiR6LebnnBFkzZ/pbP9qcsWbjGiSdMq6kmZJr0zibgkPPVx9aLG5xth9c44ZeEKxsTVK9jWbOd/+drFfw0t2iWb6w5UnoNiZh/gCgwiLIYwlzdoAAAAASUVORK5CYII="); }

.search__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .search__data span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #323232; }

.search__data-input {
  width: 115px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #767676;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 11px  center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAECAYAAABV5LW0AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAIFJREFUCJlNjqFqQgEAAO+YawZBYWkP44LF5fcP/oCfazMY111SJohhK4NbUdj1O85xHDfAL7Cvzir/qVCppuoaeHkahuEKzIA3dV79qN8VAOq0Wqnr6lk9TIBTdVIXd3EELupH9QosgRtwAI5Ak0cR+Kp2wFx9r7bqZ7VXj0CP9T+S0z2n+jqXQAAAAABJRU5ErkJggg=="); }

@media (max-width: 1450px) {
  .search__left {
    width: calc(50% - 25px);
    margin-right: 50px; }
  .search__right {
    width: calc(50% - 25px); }
  .search__list .pseudocheckbox {
    margin-bottom: 15px; } }

@media (max-width: 1225px) {
  .search__label {
    font-size: 11px;
    line-height: 12px; }
  .search__input {
    line-height: 33px;
    height: 33px; }
  .search__data span {
    font-size: 11px;
    line-height: 14px; }
  .search__data-input {
    line-height: 18px;
    height: 18px;
    width: 84px;
    padding-right: 19px;
    background-position: right 3px center; }
  .search .pseudocheckbox {
    margin-bottom: 8px; }
    .search .pseudocheckbox__label {
      font-size: 12px;
      line-height: 24px; } }

@media (max-width: 1000px) {
  .search__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .search__left {
    margin-right: 0;
    width: auto;
    margin-bottom: 30px; }
  .search__right {
    width: auto; }
  .search__label {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px; }
  .search__input {
    max-width: 480px;
    line-height: 45px;
    height: 45px;
    font-size: 22px; }
  .search .pseudocheckbox {
    margin-bottom: 8px; }
    .search .pseudocheckbox__label {
      font-size: 22px;
      line-height: 26px; }
  .search__btn {
    font-size: 22px;
    line-height: 58px;
    height: 58px; }
  .search__data span {
    font-size: 22px;
    line-height: 30px; }
  .search__data-input {
    line-height: 30px;
    height: 30px;
    width: 130px;
    padding-right: 24px;
    font-size: 17px;
    background-position: right 10px center; } }

.ni-main__map{
display: none !important;}