

/* Start:/bitrix/templates/main/bower_components/swiper/dist/css/swiper.css?160577724022256*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.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;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* 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;
  -o-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);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-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%);
  -ms-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;
  -o-transition: 200ms transform, 200ms top;
  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%);
  -ms-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;
  -o-transition: 200ms transform, 200ms left;
  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;
  -o-transition: 200ms transform, 200ms right;
  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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  -ms-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;
  -ms-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;
}

/* End */


/* Start:/bitrix/templates/main/bower_components/bootstrap/dist/css/bootstrap.css?1605777240192348*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/bitrix/templates/main/bower_components/Magnific-Popup/dist/magnific-popup.css?16057772406951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/main/bower_components/jquery/jquery-ui.css?160577724037326*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/bitrix/templates/main/bower_components/jquery/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/bitrix/templates/main/bower_components/jquery/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/bitrix/templates/main/bower_components/jquery/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/bitrix/templates/main/bower_components/jquery/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/bitrix/templates/main/bower_components/jquery/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/bitrix/templates/main/bower_components/jquery/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/bitrix/templates/main/bower_components/jquery/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/bitrix/templates/main/bower_components/jquery/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/bitrix/templates/main/bower_components/jquery/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/bitrix/templates/main/bower_components/jquery/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/bitrix/templates/main/bower_components/jquery/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/bitrix/templates/main/bower_components/jquery/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/bitrix/templates/main/bower_components/jquery/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/bitrix/templates/main/bower_components/jquery/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/bitrix/templates/main/bower_components/mmenu/dist/mmenu-light.css?16057772406444*/
/*!
 * Mmenu Light v3.0.2
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
/* End */


/* Start:/bitrix/templates/main/bower_components/styler/dist/jquery.formstyler.css?16057772402175*/
.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;
}
/* End */


/* Start:/bitrix/templates/main/bower_components/styler/dist/jquery.formstyler.theme.css?160577724011191*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/main/bower_components/fancybox/source/jquery.fancybox.css?16057772384939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/bitrix/templates/main/bower_components/fancybox/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/bitrix/templates/main/bower_components/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/bitrix/templates/main/bower_components/fancybox/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/bitrix/templates/main/bower_components/fancybox/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/bitrix/templates/main/bower_components/fancybox/source/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/bitrix/templates/main/bower_components/fancybox/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/main/bower_components/fancybox/source/helpers/jquery.fancybox-buttons.css?16057772382454*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(to bottom, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/bitrix/templates/main/bower_components/fancybox/source/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* End */


/* Start:/bitrix/templates/main/bower_components/fancybox/source/helpers/jquery.fancybox-thumbs.css?1605777238735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/bitrix/templates/main/css/jquery.typeahead.min.css?160577723812438*/
.typeahead__container button,.typeahead__container input,.typeahead__container optgroup,.typeahead__container select,.typeahead__container textarea{font:inherit;margin:0}.typeahead__container optgroup{font-weight:700}.typeahead__container button,.typeahead__container input{overflow:visible}.typeahead__container button,.typeahead__container select{text-transform:none}.typeahead__container [type=reset],.typeahead__container [type=submit],.typeahead__container button,.typeahead__container html [type=button]{-webkit-appearance:button}.typeahead__container [type=button]::-moz-focus-inner,.typeahead__container [type=reset]::-moz-focus-inner,.typeahead__container [type=submit]::-moz-focus-inner,.typeahead__container button::-moz-focus-inner{border-style:none;padding:0}.typeahead__container [type=button]:-moz-focusring,.typeahead__container [type=reset]:-moz-focusring,.typeahead__container [type=submit]:-moz-focusring,.typeahead__container button:-moz-focusring{outline:1px dotted ButtonText}.typeahead__container fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.typeahead__container legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.typeahead__container textarea{overflow:auto}.typeahead__container [type=checkbox],.typeahead__container [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.typeahead__container [type=number]::-webkit-inner-spin-button,.typeahead__container [type=number]::-webkit-outer-spin-button{height:auto}.typeahead__container ::-webkit-input-placeholder{color:inherit;opacity:.54}.typeahead__container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.typeahead__container{position:relative;font:1rem Lato,"Helvetica Neue",Arial,Helvetica,sans-serif}.typeahead__container *{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}.typeahead__query{position:relative;z-index:2;width:100%}.typeahead__filter{position:relative}.typeahead__filter button{min-width:100%;white-space:nowrap}.typeahead__filter button:after{display:inline-block;margin-left:4px;width:0;height:0;vertical-align:-2px;content:"";border:4px solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.typeahead__field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:100%}.typeahead__button button{border-top-right-radius:2px;border-bottom-right-radius:2px}.typeahead__field{color:#555}.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea{display:block;width:100%;line-height:1.25;min-height:calc(.5rem * 2 + 1.25rem + 2px);padding:.5rem .75rem;background:#fff;border:1px solid #ccc;border-radius:2px 0 0 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}.typeahead__field .typeahead__hint:active,.typeahead__field .typeahead__hint:focus,.typeahead__field [contenteditable]:active,.typeahead__field [contenteditable]:focus,.typeahead__field input:active,.typeahead__field input:focus,.typeahead__field textarea:active,.typeahead__field textarea:focus{border-color:#66afe9}.typeahead__container.hint .typeahead__field [contenteditable],.typeahead__container.hint .typeahead__field input,.typeahead__container.hint .typeahead__field textarea{background:0 0}.typeahead__container.hint .typeahead__query>:last-child,.typeahead__hint{background:#fff}.typeahead__container button{display:inline-block;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-color:#fff;border:1px solid #ccc;line-height:1.25;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#555}.typeahead__container button:focus,.typeahead__container button:hover{color:#3c3c3c;background-color:#f5f5f5;border-color:#b3b3b3}.typeahead__container button.active,.typeahead__container button:active{background-image:none}.typeahead__container button:active,.typeahead__container button:focus{border-color:#66afe9}.typeahead__container button.disabled,.typeahead__container button[disabled],.typeahead__container input.disabled,.typeahead__container input[disabled]{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-color:#ccc}.typeahead__container .typeahead__field .typeahead__hint,.typeahead__container .typeahead__field .typeahead__label-container,.typeahead__container .typeahead__field [contenteditable],.typeahead__container .typeahead__field input,.typeahead__container .typeahead__field textarea{padding-right:32px}.typeahead__button,.typeahead__filter{z-index:1}.typeahead__button button,.typeahead__filter button{margin-left:-1px;border-bottom-left-radius:0;border-top-left-radius:0}.typeahead__button:active,.typeahead__button:focus,.typeahead__button:hover,.typeahead__filter:active,.typeahead__filter:focus,.typeahead__filter:hover{z-index:1001}.typeahead__button:active button:active,.typeahead__button:active button:focus,.typeahead__button:focus button:active,.typeahead__button:focus button:focus,.typeahead__button:hover button:active,.typeahead__button:hover button:focus,.typeahead__filter:active button:active,.typeahead__filter:active button:focus,.typeahead__filter:focus button:active,.typeahead__filter:focus button:focus,.typeahead__filter:hover button:active,.typeahead__filter:hover button:focus{z-index:1001}.typeahead__filter+.typeahead__button button{margin-left:-2px}.typeahead__container.filter .typeahead__filter{z-index:1001}.typeahead__dropdown,.typeahead__list{position:absolute;left:0;z-index:1000;width:100%;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;background-color:#fff;border:1px solid #ccc;border-radius:2px;background-clip:padding-box}.typeahead__result.detached .typeahead__list{position:relative;z-index:1041;top:initial;left:initial}.typeahead__dropdown{right:0;left:initial;z-index:1001}.typeahead__list>li{position:relative;border-top:solid 1px #ccc}.typeahead__list>li:first-child{border-top:none}.typeahead__dropdown .typeahead__dropdown-item[disabled]>a,.typeahead__list .typeahead__item[disabled]>a{cursor:not-allowed;color:#bababa;background-color:#fafafa}.typeahead__dropdown .typeahead__dropdown-item>a,.typeahead__list .typeahead__item>a{display:block;padding:.5rem .75rem;clear:both;color:#333;text-decoration:none}.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,.typeahead__list .typeahead__item:not([disabled]).active>a,.typeahead__list .typeahead__item:not([disabled])>a:focus,.typeahead__list .typeahead__item:not([disabled])>a:hover{background-color:#f5f5f5;color:#3c3c3c}.typeahead__list.empty>li{padding:.5rem .75rem;color:#333}.typeahead__list>.typeahead__group{border-color:#bfdef6;font-weight:700}.typeahead__list>.typeahead__group:first-child{border-top:solid 1px #bfdef6}.typeahead__list>.typeahead__group.active>a,.typeahead__list>.typeahead__group>a,.typeahead__list>.typeahead__group>a:focus,.typeahead__list>.typeahead__group>a:hover{cursor:default;color:#17639f;background:#ecf5fc;display:block;padding:.5rem .75rem;clear:both;text-decoration:none}.typeahead__list>li.typeahead__group+li.typeahead__item{border-color:#bfdef6}.typeahead__container.backdrop+.typeahead__backdrop,.typeahead__container.filter .typeahead__dropdown,.typeahead__container.hint .typeahead__hint,.typeahead__container.result .typeahead__list{display:block!important}.typeahead__container .typeahead__dropdown,.typeahead__container .typeahead__hint,.typeahead__container .typeahead__list,.typeahead__container+.typeahead__backdrop{display:none!important}.typeahead__dropdown li:last-child{margin-top:5px;padding-top:5px;border-top:solid 1px #ccc}.typeahead__cancel-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;cursor:pointer;line-height:1.25;padding:.5rem .75rem;visibility:hidden}.typeahead__label .typeahead__cancel-button{visibility:visible;right:4px}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,.typeahead__label .typeahead__cancel-button{visibility:visible}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,.typeahead__label .typeahead__cancel-button:hover{color:#d0021b}.typeahead__search-icon{padding:0 1.25rem;width:16px;height:16px;background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent}.typeahead__container.loading .typeahead__query:after,.typeahead__container.loading .typeahead__query:before{-webkit-transition:all 0s linear,opacity .2s ease;-o-transition:all 0s linear,opacity .2s ease;transition:all 0s linear,opacity .2s ease;position:absolute;z-index:3;content:"";top:50%;right:.55em;margin-top:-.675rem;width:1.35rem;height:1.35rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:500rem;border-style:solid;border-width:.1em}.typeahead__container.loading .typeahead__query:before{border-color:rgba(0,0,0,.35)}.typeahead__container.loading .typeahead__query:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:#fff transparent transparent;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.typeahead__label-container{list-style:none;position:absolute;padding-top:calc(1rem * .375);padding-left:6px;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.typeahead__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:calc(1rem * .875);position:relative;background:#ecf5fc;border:solid 1px #c2e0ff;padding-left:4px;border-radius:2px;margin-right:4px;margin-bottom:calc(1rem * .375)}.typeahead__label>*{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.typeahead__label .typeahead__cancel-button{line-height:normal;height:auto;position:static;padding-top:calc(1rem * .25 - 1px);padding-bottom:calc(1rem * .25 + 1px);padding-left:6px;padding-right:6px;margin-left:4px;font-size:calc(1rem * .875);border-left:solid 1px #c2e0ff}.typeahead__label .typeahead__cancel-button:hover{background-color:#d5e9f9}
/* End */


/* Start:/bitrix/templates/main/css/font-awesome.css?160577723828759*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bitrix/templates/main/css/../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/bitrix/templates/main/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
  	url('/bitrix/templates/main/css/../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
  	url('/bitrix/templates/main/css/../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
  	url('/bitrix/templates/main/css/../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
  	url('/bitrix/templates/main/css/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/* End */


/* Start:/bitrix/templates/main/css/animate.css?160577723876510*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/* End */


/* Start:/bitrix/templates/main/css/main.css?1773914617155088*/
@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/bitrix/templates/main/css/../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-Light.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-MediumItalic.eot");
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-MediumItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-Thin.eot");
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("/bitrix/templates/main/css/../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-Thin.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLightItalic.eot");
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLightItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-BoldItalic.eot");
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-BoldItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBold.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLight.eot");
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLight.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBoldItalic.eot");
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBoldItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-Italic.eot");
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("/bitrix/templates/main/css/../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-Italic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/bitrix/templates/main/css/../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-Bold.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-LightItalic.eot");
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-LightItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-BlackItalic.eot");
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-BlackItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBoldItalic.eot");
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBoldItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/bitrix/templates/main/css/../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-Regular.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/bitrix/templates/main/css/../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-Medium.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBold.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-Black.eot");
  src: local("Montserrat Black"), local("Montserrat-Black"), url("/bitrix/templates/main/css/../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-Black.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/main/css/../fonts/Montserrat-ThinItalic.eot");
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url("/bitrix/templates/main/css/../fonts/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/Montserrat-ThinItalic.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }
*{
	outline: none;
}
body {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.02em;
  overflow-x: hidden;
  background: #f7f7f7;
  transition: all 0.4s; }

.white-body {
  background: #fff; }

header {
  position: relative;
  z-index: 99; }

button:focus {
  outline: none;
  text-decoration: none; }

.btn-link:focus {
  text-decoration: none; }

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 22px; }

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: all 0.4s; }
  a:hover {
    color: #3645CF;
    text-decoration: none; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/bitrix/templates/main/css/../images/preload.gif") #fbbb33 no-repeat center center;
  z-index: 1001; }

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0; }

.loaded .preloader {
  display: none; }
  
  
.cookie_consent_popup {
	display: none;
	justify-content: space-between;
	align-items: center;
    position: fixed;
	border-radius: 4px;
    bottom: 10px;
    right: 40px;
	left: 40px;
    z-index: 1000;
    background: #F4BF44;
    overflow: hidden;
	padding: 5px 10px;
	line-height: 1;
}

.cookie_consent_popup.active {
	display: flex;
}

.cookie_consent_popup span, .cookie_consent_popup a {
	font-size: 10px;
	line-height: normal;
	font-family: 'Montserrat';
	color: #FFFFFF;
}

.cookie_consent_popup a {
	text-decoration: underline;
}

#cookie_consent_popup_close {
	cursor: pointer;
	padding: 0px 15px 0px 4px;
	height: 40px;
	min-width: 40px;
}
  
  

.contacts-header .header-top {
  background: #3645CF; }
  .contacts-header .header-top .logo svg {
    fill: #fff; }
  .contacts-header .header-top__phone span {
    color: #fff; }
  .contacts-header .header-top__phone a {
    color: #fff; }
  .contacts-header .header-top__icons li svg {
    transition: all 0.4s;
    stroke: #e5e5e5; }
  .contacts-header .header-top__icons li .basket, .contacts-header .header-top__icons li .user {
    fill: #e5e5e5;
    stroke: none; }

.basket-block {
  position: relative; }
  .basket-block span {
    width: auto;
    padding: 0 6px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #3645CF;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    left: 50%;
    top: -5px; }

.header-top {
  padding: 15px 0 0 0; }
  .header-top__right {
    margin-top: 10px; }
  .header-top__phone {
    display: flex;
    margin-right: 26px; }
    .header-top__phone span, .header-top__phone a {
      font-weight: 300;
      font-size: 12px;
      line-height: 120%;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: #000; }
    .header-top__phone span {
      margin-right: 5px; }
    .header-top__phone a:hover {
      text-decoration: underline; }
  .header-top__icons {
    list-style: none;
    padding: 0;
    margin: 0; }
    .header-top__icons .menu {
      margin-right: 0; }
    .header-top__icons li {
      margin-right: 34px; }
      .header-top__icons li svg {
        transition: all 0.4s;
        stroke: #333333; }
      .header-top__icons li .basket, .header-top__icons li .user {
        fill: #333333;
        stroke: none; }
      .header-top__icons li a:hover svg {
        opacity: 0.6; }

.logo {
  max-width: 200px; }
  .logo svg {
    max-width: 200px;
    width: 100%;
    fill: #000; }

.blue-section {
  background: #3645CF;
  padding: 16px 0 46px 0; }

.breadcrumb {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-bottom: 46px; }
  .breadcrumb img, .breadcrumb svg {
    margin: 0 10px;
    width: 10px;
    height: 10px;
    display: block; }
  .contacts-breadcrumb svg {
    fill: #fff;
  }
  .breadcrumb li {
    display: flex;
    align-items: center; }
    .breadcrumb li a {
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #E5E5E5; }
      .breadcrumb li a:hover,
      .breadcrumb li a:focus{
        text-decoration: underline;
        color: #3645CF!important;
        outline: none;
	   }
    .breadcrumb li span {
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #E5E5E5; }

.title {
  font-weight: normal;
  font-size: 58px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #E5E5E5;
  margin-bottom: 44px;
  max-width: 521px; }

.contacts {
  height: 618px; }
  .contacts__left {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5; }
  .contacts__block {
    margin-bottom: 40px; }
  .contacts__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #E5E5E5;
    margin-bottom: 5px; }
  .contacts__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #E5E5E5;
    display: flex;
    align-items: center; }
    .contacts__link span {
      margin-right: 5px; }
    .contacts__link a {
      font-weight: 300;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: -0.01em;
      color: #E5E5E5;
      margin-right: 5px;
      margin-left: 5px; }
      .contacts__link a:hover {
        text-decoration: underline; }
  .contacts__center .contacts__link {
    line-height: 21px; }
    .contacts__center .contacts__link a {
      line-height: 23px; }
  .contacts__right {
    width: 100%;
    max-width: 261px;
    padding-left: 20px;
    border-left: 1px solid #E5E5E5; }
    .contacts__right .contacts__title {
      margin-bottom: 17px; }
    .contacts__right .contacts__link:hover span {
      text-decoration: underline; }
    .contacts__right .contacts__link span {
      color: #fff;
      line-height: 16px;
      margin-left: 10px; }

.white-section {
  padding-top: 84px; }
  .white-section .title {
    color: #000; }

.requisites {
  height: 447px; }
  .requisites__left {
    max-width: 490px;
    width: 100%;
    margin-right: 25px; }
    .requisites__left p {
      font-weight: normal;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #000000; }
  .requisites__center {
    max-width: 257px;
    width: 100%;
    padding: 0 20px;
    border-left: 1px solid #000; }
    .requisites__center p {
      margin-bottom: 0; }
  .requisites__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 14px; }
    .requisites__link svg {
      fill: #828282;
      transition: all 0.4s; }
    .requisites__link:hover svg {
      fill: #3645CF; }
    .requisites__link:hover span {
      color: #3645CF; }
    .requisites__link span {
      transition: all 0.4s;
      font-weight: normal;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #000000;
      margin-top: 26px; }

.last-section {
  padding-bottom: 99px; }
  .last-section .last-container {
    position: relative; }
    .last-section .last-container__head {
      width: 100%; }
      .last-section .last-container__head .null-block {
        max-width: 260px;
        width: 100%;
        display: flex;
        margin-bottom: 44px; }
        .last-section .last-container__head .null-block span {
          width: 100%;
          border-left: 1px solid #000;
          display: block; }

.address {
  display: flex;
  justify-content: space-between; }
  .address__left {
    border-left: 1px solid #000;
    padding-left: 20px; }
    .address__left .nav-pills {
      display: flex;
      flex-direction: column;
      border: none;
      padding-left: 20px; }
    .address__left .nav-item {
      margin-bottom: 47px;
      list-style-image: url("/bitrix/templates/main/css/../images/li.svg"); }
    .address__left .nav-link {
      display: flex;
      flex-direction: column;
      font-weight: 300;
      font-size: 24px;
      line-height: 29px;
      color: #000000;
      border: none;
      padding: 0; }
      .address__left .nav-link span {
        margin-top: 25px;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #000000; }
  .address__right {
    width: 100%;
    max-width: 776px; }
    .address__right .nav-pills {
      margin-bottom: 24px; }
      .address__right .nav-pills .nav-link {
        padding-bottom: 0; }
      .address__right .nav-pills .nav-item {
        height: 68px;
        display: flex;
        align-items: flex-end;
        width: 33.33%;
        font-weight: normal;
        font-size: 36px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-decoration-line: underline;
        color: #000000;
        border-left: 1px solid #000; }
        .address__right .nav-pills .nav-item:last-child {
          border-right: 1px solid #000; }
    .address__right .null-block {
      margin-top: 20px;
      width: 100%;
      height: 68px;
      display: flex; }
      .address__right .null-block span {
        width: 33.33%;
        border-left: 1px solid #000;
        height: 68px;
        display: block; }
        .address__right .null-block span:last-child {
          border-right: 1px solid #000; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #3645CF;
  background: none; }

.nav-pills .nav-link {
  color: #000; }

footer {
  background: #323232;
  padding: 45px 0 23px 0; }
  footer .footer-bottom {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF; }
    footer .footer-bottom a {
      color: #fff; }
      footer .footer-bottom a:hover {
        text-decoration: underline; }
  footer .footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    footer .footer-top__left {
      max-height: 328px;
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      footer .footer-top__left li {
        width: 100%;
        max-width: 280px; }
        footer .footer-top__left li a:hover {
          text-decoration: underline; }
        footer .footer-top__left li ul {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-top: -15px;
          margin-bottom: 26px; }
        footer .footer-top__left li .full {
          font-weight: normal;
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0.01em;
          text-transform: uppercase;
          color: #FFFFFF;
          margin-bottom: 26px;
          display: block; }
        footer .footer-top__left li .small {
          font-weight: normal;
          font-size: 13px;
          line-height: 19px;
          letter-spacing: 0.01em;
          margin-bottom: 6px;
          display: block; 
		  color: #bcbcbc;
		  }
    footer .footer-top__right {
      display: flex;
      flex-direction: column; }
      footer .footer-top__right .load {
        display: flex;
        align-items: center;
        margin-bottom: 14px; }
        footer .footer-top__right .load:hover span {
          text-decoration: underline; }
        footer .footer-top__right .load span {
          font-weight: 300;
          font-size: 12px;
          line-height: 15px;
          letter-spacing: 0.01em;
          text-transform: uppercase;
          color: #FFFFFF;
          margin-right: 9px; }
      footer .footer-top__right .social {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        margin-top: 78px; }
        footer .footer-top__right .social li {
          margin-right: 20px; }
          footer .footer-top__right .social li:last-child {
            margin-right: 0; }
          footer .footer-top__right .social li a:hover svg {
            fill: #3645CF; }
          footer .footer-top__right .social li a svg {
            fill: #fff;
            transition: all 0.4s; }

.first-section {
  background: url("/bitrix/templates/main/css/../images/bg1.svg") no-repeat center center;
   }
  .first-section .main-first {
    height: calc(100vh - 89px);
    padding-top: 70px;
    padding-bottom: 51px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .first-section .main-first__right span {
      font-weight: 300;
      font-size: 11px;
      line-height: 125%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000;
      margin-right: 10px; }
    .first-section .main-first__bottom .main-first__line {
      max-width: 40%;
      background: #f7f7f7;
      margin-left: 30px;
      position: relative;
      padding: 5px; }
      .first-section .main-first__bottom .main-first__line marquee {
        margin-left: 10px;
        background: #f7f7f7; }
    .first-section .main-first ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      .first-section .main-first ul li {
        padding-left: 25px;
        background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat;
        background-position-y: 5px;
        margin-bottom: 33px;
        display: flex;
        align-items: flex-start;
        margin-right: 23px; }
      .first-section .main-first ul a {
        font-weight: normal;
        font-size: 48px;
        line-height: 51px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
        margin-right: 10px;
        transition: all 0.4s;
        border-bottom: 3px solid transparent; }
        .first-section .main-first ul a:hover {
          color: #FEBC12;
          border-bottom: 3px solid #FEBC12; }
		.first-section .main-first ul a br {
			display: none;
		}
      .first-section .main-first ul span {
        margin-top: 3px;
        margin-right: 10px;
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000; }
      .first-section .main-first ul svg {
        margin-top: 5px;
        max-height: 45px;
        margin-right: 18px; }

.controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  height: 100%; }
  .controls .prev, .controls .next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none; }
  .controls .prev {
    margin-right: -1px; }
    .controls .prev img {
      margin-left: 7px; }
  .controls .next img {
    margin-right: 7px; }

.is-hover {
  background: url("/bitrix/templates/main/css/../images/bg2.svg") no-repeat center;
  background-size: 120% 120%;
  background-position-x: 22%;
  background-position-y: 55%; }

.is-hover2 {
  background: url("/bitrix/templates/main/css/../images/bg3.svg") no-repeat center;
    background-size: 100% 120%;
    background-position-x: 224px;
    background-position-y: 50%; }

.is-hover3 {
  background: url("/bitrix/templates/main/css/../images/bg4.svg") no-repeat center;
  background-size: 120% 120% ;
  background-position-x: -16%; }

.is-hover4 {
  background: url("/bitrix/templates/main/css/../images/bg5.svg") no-repeat center;
  background-size: 120% 120% ;
  background-position-x: -16%;
  background-position-y: 0%;}

.is-hover5 {
  background: url("/bitrix/templates/main/css/../images/bg6.svg") no-repeat center;
  background-position-x: 80%;
  background-size: contain;}

.two-section.is-hover {
  background: url("/bitrix/templates/main/css/../images/bg7.svg") #828282 no-repeat center bottom;
  background-position-x: 80%;
  background-size: contain;}

/*.two-section.is-hover2 {*/
/*  background: url("/bitrix/templates/main/css/../images/bg8.svg") #828282 no-repeat center bottom;*/
/*  background-position-x: 80%;*/
/*  background-size: contain;}*/

/*.two-section.is-hover3 {*/
/*  background: url("/bitrix/templates/main/css/../images/bg9.svg") #828282 no-repeat center bottom;*/
/*  background-position-x: 80%;*/
/*  background-size: contain;}*/

/*.two-section.is-hover4 {*/
/*  background: url("/bitrix/templates/main/css/../images/bg10.svg") #828282 no-repeat center bottom;*/
/*  background-position-x: 80%;*/
/*  background-size: contain;}*/

/*.two-section.is-hover5 {*/
/*  background: url("/bitrix/templates/main/css/../images/bg11.svg") #828282 no-repeat center bottom;*/
/*  background-position-x: 80%;*/
/*  background-size: contain;}*/

.two-section.is-hover6 {
  background: url("/bitrix/templates/main/css/../images/bg11.svg") #828282 no-repeat center bottom;
  background-position-x: 80%;
  background-size: contain;}

.first-section .main-first ul li:first-child span {
  margin-left: 40px;
}

.two-section {
  padding: 114px 0;
  background: url("/bitrix/templates/main/css/../images/s2.svg") #828282 no-repeat center bottom;
  background-size: contain;
  height: 100vh; }
  .two-section .main-two ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .two-section .main-two ul li {
      padding-left: 25px;
      background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat;
      background-position-y: 5px;
      margin-bottom: 33px;
      display: flex;
      align-items: flex-start;
      margin-right: 23px; }
    .two-section .main-two ul a {
      font-weight: normal;
      font-size: 48px;
      line-height: 51px;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000;
      margin-right: 10px;
      transition: all 0.4s;
      border-bottom: 3px solid transparent; }
      .two-section .main-two ul a:hover {
        color: #fff;
        border-bottom: 3px solid #fff; }
    .two-section .main-two ul span {
      margin-top: 3px;
      margin-right: 10px;
      font-weight: normal;
      font-size: 11px;
      line-height: 125%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }
    .two-section .main-two ul svg {
      margin-top: 5px;
      margin-right: 18px; }

    #myPopup, #myPopup2, #myPopupTwo {
      width: 558px;
      height: auto;
      padding: 34px 40px;
      background: #FFFFFF;
      box-shadow: 0px 4px 10px rgba(54, 69, 207, 0.16);
      position: fixed;
      top: 10%;
      left: 50%;
      transform: translateX(-50%);
      display: none;
      opacity: 0;
      z-index: 38;
    }

#myPopup__close2 {
  position: absolute;
  right: 20px;
}
#myPopup2

#myPopup .modal-title, #myPopupTwo .modal-title, #myPopup2 .modal-title{
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 21px;
  width: 100%;
  margin-right: 50px;
}
#myPopup .modal-contents, #myPopupTwo .modal-contents, #myPopup2 .modal-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#myPopup .modal-block{
  width: 48%;
  margin-bottom: 15px;
}
#myPopup2 .modal-block{
  width: 100%;
  margin-bottom: 15px;
}
#myPopupTwo .modal-block {
  width: 100%;
  margin-bottom: 15px;
}
#myPopup .modal-block__number, #myPopupTwo .modal-block__number, #myPopup .modal-block__number {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #3645CF;
  margin-bottom: 15px;
}
#myPopup .modal-block__text, #myPopupTwo .modal-block__text, #myPopup .modal-block__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000;
}

#myModal {
  width: 435px;
  height: 401px;
  padding: 34px 40px;
  background: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(54, 69, 207, 0.16);
  position: absolute;
  top: 57px;
  right: 15px;
  display: none;
  opacity: 0;
  z-index: 38; }
#myPass, #myPass2 {
  width: 435px;
  height: auto;
  min-height: 420px;
  padding: 34px 40px;
  background: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(54, 69, 207, 0.16);
  position: fixed;
  top: 57px;
  right: 15px;
  display: none;
  opacity: 0;
  z-index: 38; }

#myModal #myModal__close {
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 29px;
  top: 1px;
  right: 11px;
  cursor: pointer;
  display: none; }
#myPass #myPass__close, #myPass2 #myPass2__close {
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 29px;
  top: 1px;
  right: 11px;
  cursor: pointer;
  display: none; }
#myPopup #myPopup__close, #myPopupTwo #myPopupTwo__close {
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 29px;
  top: 20px;
  right: 20px;
  cursor: pointer; }

#myOverlay {
  z-index: 37;
  background: rgba(0,0,0,0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

#myMenu {
  width: 350px;
  height: 100%;
  max-height: 520px;
  min-height: 520px;
  padding: 26px 0px;
  background: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(54, 69, 207, 0.16);
  position: absolute;
  top: 57px;
  right: 15px;
  display: none;
  opacity: 0;
  z-index: 38; }

#myMenu #myModal__close {
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 29px;
  top: 1px;
  right: 11px;
  cursor: pointer;
  display: block; }

#myOverlayMenu {
  z-index: 37;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

.modal-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 26px; }

.user-form label {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000; }

.user-form input, .user-form9 input {
  background: #F2F2F2;
  border: 1px solid transparent;
  outline: none;
  border-radius: 0;
  padding: 15px 15px;
  box-shadow: none;
  height: auto; }
  .user-form input:focus, .user-form9 input:focus {
    background: #F2F2F2;
    border: 1px solid #3645CF;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px rgba(54, 69, 207, 0.1); }

.user-form a {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.15px;
  text-decoration-line: underline;
  color: #000000; }
  .user-form a:hover {
    text-decoration: none; }

.user-form .btn {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 15px 40px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background: none; }
  .user-form .btn:hover {
    border: 1px solid #3645CF;
    box-sizing: border-box;
    color: #3645CF; }
  .user-form .btn:active {
    background: #3645CF;
    color: #fff;
    box-shadow: none;
    outline: none; }

.catalog-section {
  padding: 20px 0;
  background: #f7f7f7; }
  .catalog-section .null-block {
    display: flex; }
    .catalog-section .null-block span {
      display: block;
      width: 20%;
      height: 55px;
      border-right: 1px solid #000; }
      .catalog-section .null-block span:first-child {
        border-left: 1px solid #000; }
  .catalog-section .breadcrumb li a, .catalog-section .breadcrumb li span {
    color: #000; }
  .catalog-section .breadcrumb li svg {
    margin: 0 10px; }
  .catalog-section .breadcrumb li svg rect {
    fill: #000 !important; }
  .catalog-section .title {
    color: #000; }

.nav-line {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
  margin-bottom: 80px; }
  .nav-line li {
    padding: 0 30px 0 0;
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat;
    background-position-y: 12px;
    margin-bottom: 19px; }
    .nav-line li sup {
      font-weight: normal;
      font-size: 11px;
      line-height: 125%;
      color: #000;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      margin-left: 5px; }
    .nav-line li a {
      font-weight: 300;
      font-size: 36px;
      line-height: 125%;
      border-bottom: 2px solid transparent;
      letter-spacing: -0.02em;
      color: #000000;
      display: flex;
      align-items: flex-start; }
      .nav-line li a:hover {
        border-bottom: 2px solid #3645CF;
        color: #3645CF; }
        .nav-line li a:hover sup {
          color: #3645CF; }
    .nav-line li .active {
      border-bottom: 2px solid #3645CF;
      color: #3645CF; }
      .nav-line li .active sup {
        color: #3645CF; }

.check-filter {
  display: flex;
  flex-wrap: wrap; }
  .check-filter__item {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 10px; }
.check-filter__item._last {
    position: absolute; 
	right: 20px; 
	top: -5px; 
	margin-right:0px;
}
.check-filter__item._last input {
	font-weight: normal !IMPORTANT; 
	font-size: 18px !IMPORTANT; 
	line-height: 125% !IMPORTANT; 
	letter-spacing: 0.15px !IMPORTANT; 
	color: #000000 !IMPORTANT;
	width: 200px !IMPORTANT;
}
    .check-filter__item label {
      margin-bottom: 0;
      margin-right: 10px;
      font-weight: normal;
      font-size: 18px;
      line-height: 125%;
      letter-spacing: 0.15px;
      color: #000000;
      cursor: pointer; }
    .check-filter__item input {
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 18px;
      height: 18px;
      transition: all 0.4s;
      border: 1px solid #000000;
      box-sizing: border-box;
      position: relative;
      outline: none; }
      .check-filter__item input:checked:before {
        background: #3645CF; }
      .check-filter__item input:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        background: #e5e5e5;
        left: 50%;
        top: 5px;
        transform: translateX(-50%); }
	.check-filter__item #sub_filter, .check-filter__item #del_filter{
		padding: 0px;
        color: #3645CF;
        letter-spacing: -0.01em;
        text-decoration-line: underline;
        font-size: 14px;
        line-height: 26px;
        position: relative;
        background: transparent;
        border: 0px;
        outline: 0 !important;
        outline-offset: 0;
        width: auto;
        height: 35px;
	}
	.check-filter__item #del_filter{margin: 0px 0px 0px 10px;}

.catalog {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
  margin-bottom: 43px; }
  .catalog__item {
    width: 18.7%;
    background: #fff;
    min-height: 348px;
    display: flex;
    flex-direction: column;
    margin-right: 1.30%;
    margin-bottom: 40px; }
    .catalog__item:nth-child(5n) {
      margin-right: 0; }
    .catalog__item:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .catalog__item:hover .catalog__name {
      color: #3645CF; }
    .catalog__item:hover span {
      color: #3645CF; }
  .catalog__image {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    min-height: 220px;
    align-items: flex-end;
    justify-content: center; }
    .catalog__image img {
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -ms-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
.catalog__image {
  width: 100%;
  padding: 0;
  min-height: 202px;
  max-height: 202px;
  align-items: center; }
.catalog__image img {
  width: 100%; }
  .catalog__main {
    padding: 27px 33px 35px 33px; }
    .catalog__main span {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000;
      transition: all 0.4s; }
  .catalog__name {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000;
    transition: all 0.4s; }

.sidebar-toggle {
  margin-left: -240px; }

.sidebar {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 100;
  max-height: 480px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  }
  .sidebar::-webkit-scrollbar {
    width: 0; }
  .sidebar #leftside-navigation ul, .sidebar #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0; }
  .sidebar #leftside-navigation ul li {
    list-style-type: none;
    margin-right: 0;
    padding: 8px 30px;
    transition: all 0.4s;
    position: relative;
    z-index: 20; }
    .sidebar #leftside-navigation ul li:hover:after {
      background: #C3C7F1; }
    .sidebar #leftside-navigation ul li:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 44px;
      top: 0;
      left: 0;
      z-index: 9;
      transition: all 0.4s; }
    .sidebar #leftside-navigation ul li:last-child {
      margin-bottom: 0; }
    .sidebar #leftside-navigation ul li .arrow {
      margin-left: 10px; }
      .sidebar #leftside-navigation ul li .arrow img {
        margin-bottom: 8px; }
    .sidebar #leftside-navigation ul li a {
      padding: 0;
      font-weight: normal;
      font-size: 22px;
      line-height: 125%;
      letter-spacing: 0.15px;
      color: #000000;
      outline: 0;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      z-index: 99;
      position: relative; }
      .sidebar #leftside-navigation ul li a span {
        display: inline-block; }
      .sidebar #leftside-navigation ul li a i {
        width: 20px; }
        .sidebar #leftside-navigation ul li a i .fa-angle-left, .sidebar #leftside-navigation ul li a i .fa-angle-right {
          padding-top: 3px; }
  .sidebar #leftside-navigation ul ul {
    display: none;
    margin-left: 10px;
    margin-top: 10px; }
    .sidebar #leftside-navigation ul ul li {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      border-bottom: none;
      padding: 0; }
      .sidebar #leftside-navigation ul ul li:after {
        display: none; }
      .sidebar #leftside-navigation ul ul li a {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px;
        color: #000; }
        .sidebar #leftside-navigation ul ul li a:hover {
          background: none;
          color: #3645CF; }

.catalog-section-main {
  background: #fff; }

.catalog-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position:relative;
  }
  .catalog-item__left {
    width: 36%; }
  .catalog-item__right {
    width: 60%; }
    .catalog-item__right p {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }
  .catalog-item__title {
    font-weight: normal;
    font-size: 58px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    max-width: 80%;
    margin-bottom: 20px; }
  .catalog-item__gost {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 40px; }
  .catalog-item .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto; }
  .catalog-item .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .catalog-item .gallery-top {
    height: 80%;
    width: 100%; }
    .catalog-item .gallery-top .swiper-slide {
      border: 1px solid #efefef;
      padding: 10px; }
      .catalog-item .gallery-top .swiper-slide img {
        max-width: 100%; }
  .catalog-item .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    width: 100%; }
  .catalog-item .gallery-thumbs .swiper-slide {
    max-width: 31%;
    height: 100%;
    border: 1px solid #efefef;
    transition: all 0.4s;
    cursor: pointer; }
    .catalog-item .gallery-thumbs .swiper-slide img {
      width: 100%; }
  .catalog-item .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1; }
  .catalog-item .swiper-button-prev {
    background: url("/bitrix/templates/main/css/../images/arre.svg") no-repeat center center;
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
    top: 58%; }
  .catalog-item .swiper-button-next {
    background: url("/bitrix/templates/main/css/../images/arre.svg") no-repeat center center;
    width: 25px;
    height: 25px;
    top: 58%; }
  .catalog-item .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #3645CF; }

.catalog-table {
  margin-top: 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
  flex-wrap: wrap; }
  .catalog-table__delivery {
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 70px; }
    .catalog-table__delivery span {
      font-size: 22px; }
  .catalog-table__left {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #3645CF; }
  .catalog-table__right {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #8D8D8D; }
  .catalog-table__title {
    font-weight: normal;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000; }
  .catalog-table__main {
    overflow: auto;
    width: 100%; }
    .catalog-table__main::-webkit-scrollbar {
      width: 3px;
      height: 8px; }
    .catalog-table__main::-webkit-scrollbar-track {
      background: #f7efef;
      border-radius: 5px; }
    .catalog-table__main::-webkit-scrollbar-thumb {
      background: rgba(54, 69, 207, 0.51);
      border-radius: 5px; }
  .catalog-table table {
    width: 100%;
    margin-top: 40px; }
    .catalog-table table tr:hover td, .catalog-table table tr:hover th {
      background: #C3C7F1 !important; }
    .catalog-table table tr th, .catalog-table table tr td {
      padding: 10px 20px;
      border-right: 1px solid rgba(0, 0, 0, 0.5); }
      .catalog-table table tr th:last-child, .catalog-table table tr td:last-child {
        border: none; }
    .catalog-table table tr td {
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }
    .catalog-table table tr th {
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }
    .catalog-table table thead tr:hover th {
      background: none !important; }
    .catalog-table table tbody tr td {
      background: rgba(238, 238, 238, 0.6); }
    .catalog-table table tbody tr:nth-child(2n) td {
      background: none; }
  .catalog-table__bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 61px;}
    .catalog-table__bottom span {
      display: block;
      max-width: 503px;
      width: 100%;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }
  .catalog-table .btn {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 15px 40px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: none; }
    .catalog-table .btn:hover {
      border: 1px solid #3645CF;
      box-sizing: border-box;
      color: #3645CF; }
    .catalog-table .btn:active {
      background: #3645CF;
      color: #fff;
      box-shadow: none;
      outline: none; }

.number {
  text-align: center;
  width: auto; }
  .number .minus, .number .plus {
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
	outline: none;
    border: 0px;
    text-decoration: none;
	}
	.number .minus:hover, .number .plus:hover,
	.number .minus:active, .number .plus:active{
		text-decoration:none;
		outline: none;
	}
  .number input {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #312626;
    border: none;
    outline: none;
    text-align: center;
    width: 80%;
    background: none; }

.gray-section {
  background: #F7F7F7;
  padding: 55px 0; }

.other-item__title {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  width: 100%;
  letter-spacing: -0.02em;
  color: #000000; }

.contacts-breadcrumb li a:hover,
.contacts-breadcrumb li a:focus{
    text-decoration: underline;
    color: #3645CF!important;
    outline: none;
}
.contacts-breadcrumb li a:hover span,
.contacts-breadcrumb li a:focus span{
	color: #3645CF!important;
}
.fancybox-lock .fancybox-overlay {
  background: #fff; }

.fancybox-opened .fancybox-skin {
  box-shadow: none;
  background: #fff; }

.fancybox-close {
  background: url("/bitrix/templates/main/css/../images/close.svg") no-repeat; }

.fancybox-nav span {
  visibility: inherit; }

.fancybox-next span {
  background: url("/bitrix/templates/main/css/../images/right.svg") no-repeat center center;
  width: 60px;
  height: 60px;
  right: -25%; }

.fancybox-prev span {
  background: url("/bitrix/templates/main/css/../images/left.svg") no-repeat center center;
  width: 60px;
  height: 60px;
  left: -25%; }

.fancybox-close {
  top: -7px;
}

.close {
  cursor: pointer;
}

#fancybox-thumbs.bottom {
  bottom: 47px; }

#fancybox-thumbs ul li.active a {
  border: 1px solid #3645CF;
  transition: all 0.4s; }

#fancybox-thumbs ul li.active {
  opacity: 1; }

#fancybox-thumbs ul li {
  margin-right: 11px; }

#fancybox-thumbs ul li a {
  border: 1px solid #dadada;
  transition: all 0.4s; }

.fancybox-title-outside-wrap {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  text-align: center; }

.account-section .title {
  max-width: 100%;
  width: 100%; }

.top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 61px; }
  .top-line form {
    display: flex;
    align-items: center;
    width: 50%; }
  .top-line input {
    border: none;
    background: none;
    max-width: 580px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #828282;
    padding: 20px 50px 20px 19px;
    background: #F2F2F2;
    border: 1px solid transparent;
    transition: all 0.4s; }
    .top-line input:focus {
      border: 1px solid #3645CF; }
  .top-line button {
    background: none;
    border: none;
    outline: none;
    margin-left: -50px; }
	.top-line .typeahead__button input[type=submit]{
		background: none;
        border: none;
        outline: none;
        margin-left: -50px;
		font-size: 0px;
        padding: 16px 22px;
		background:url(/bitrix/templates/main/css/../images/search_button.svg) no-repeat center center;
		outline: none;
	}
	.top-line .typeahead__button input[type=submit]:active,
	.top-line .typeahead__button input[type=submit]:hover,
	.top-line .typeahead__button input[type=submit]:focus{
		border: 0px;
        background-color: transparent;
		outline: none;
		box-shadow:0px 0px 0px;
	}
    .top-line button svg {
      stroke: #333333; }

.btn {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 15px 40px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  background: none; }
  .btn:hover {
    border: 1px solid #3645CF;
    box-sizing: border-box;
    color: #3645CF; }
  .btn:active {
    background: #3645CF;
    color: #fff;
    box-shadow: none;
    outline: none; }

.account-top {
  display: flex;
  margin-bottom: 100px; }
  .account-top__left {
    width: 20%;
    padding: 0 18px;
    padding-top: 12px;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
    .account-top__left .nav-tabs {
      display: flex;
      flex-direction: column;
      border: none;
      background: none; }
    .account-top__left .nav-item {
      border: none;
      background: none;
      padding: 0;
      margin: 0;
      padding-left: 22px;
      background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat center left;
      font-weight: 300;
      font-size: 24px;
      line-height: 24px;
      color: #000;
      transition: all 0.4s;
      margin-bottom: 31px; }
    .account-top__left .nav-item.active {
      color: #3645CF; }
  .account-top .tab-content {
    width: 80%;
    border-right: 1px solid #000;
    max-height: 587px;
    overflow-y: scroll; }
    .account-top .tab-content::-webkit-scrollbar {
      width: 3px; }
    .account-top .tab-content::-webkit-scrollbar-track {
      background: none;
      border-radius: 5px; }
    .account-top .tab-content::-webkit-scrollbar-thumb {
      background: #C4C4C4;
      border-radius: 5px; }
  .account-top__name {
    font-weight: normal;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 14px; }
  .account-top__status {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
  .account-top__cost {
    font-weight: normal;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 22px;
    transition: all 0.4s; }
  .account-top__arrow {
    width: 28px;
    height: 10px;
    display: flex;
    position: relative; }
    .account-top__arrow span:first-child {
      position: absolute;
      left: 0;
      top: 0;
      background: #000;
      height: 2px;
      transform: rotate(45deg);
      width: 50%;
      margin-left: 2px;
      transition: all 0.4s; }
    .account-top__arrow span:last-child {
      position: absolute;
      right: 0;
      top: 0;
      background: #000;
      height: 2px;
      transform: rotate(-45deg);
      width: 50%;
      margin-right: 2px;
      transition: all 0.4s; }
  .account-top__pay {
    font-weight: normal;
    font-size: 10px;
    line-height: 125%;
    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    display: none;
    transition: all 0.4s; }

.card {
  position: relative; }
  .card .account-top__arrow {
	cursor: pointer;
    position: absolute;
    right: 30px;
    bottom: 21px; }

.accordion, .card, h3.mb-0 {
  width: 100%;
  border: none;
  background: none; }

.accordion > .card .card-header {
  padding: 0;
  background: none;
  border: none;
  width: 100%;
  display: flex; }

.accordion .card:nth-child(2n) {
  background: #F5F5F5; }

.accordion .btn-link {
  padding: 16px 28px 21px 20px;
  border: none;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #FEBC12;
  position: relative; }
  .accordion .btn-link .account-top__status {
    background: rgba(189, 189, 189, 0.5);
    padding: 5px;
    transition: all 0.4s; }
  .accordion .btn-link .account-top__arrow span:first-child {
    transform: rotate(45deg); }
  .accordion .btn-link .account-top__arrow span:last-child {
    transform: rotate(-45deg); }
  .accordion .btn-link:hover {
    text-decoration: none; }
  .accordion .btn-link .account-top__pay {
    display: block; }

.accordion .collapsed {
  padding: 16px 28px 21px 20px;
  border: none;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .accordion .collapsed:hover {
    text-decoration: none; }
  .accordion .collapsed .account-top__status {
    background: none;
    padding: 0;
    transition: all 0.4s; }
  .accordion .collapsed .account-top__pay {
    display: none; }

.accordion .card-body {
  padding: 16px 28px 21px 20px;
  background: #FEBC12; }

.open-tab span:first-child {
  transform: rotate(-45deg); }

.open-tab span:last-child {
  transform: rotate(45deg); }

.card-body__line {
  display: flex;
  margin-bottom: 38px;
  max-width: 80%; }

.card-body__block {
  max-width: 160px;
  margin-right: 5%;
  width: 100%; }

.card-body__top {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px; }

.card-body__bottom {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000; }

.card-body .com {
  max-width: 40%; }

.card-body__line-pay {
  padding: 32px 0;
  display: flex;
  border-bottom: 1px solid #CD980E;
  max-width: 80%;
  margin-bottom: 38px; }

.card-body__file {
  display: flex;
  align-items: flex-start; }
  .card-body__file img {
    margin-top: 5px;
    margin-right: 5px; }
  .card-body__file a {
    color: #000;
    text-decoration: underline; }
    .card-body__file a:hover {
      text-decoration: none; }

.card-body__up {
  font-weight: normal;
  font-size: 10px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000; }

.card-body__down {
  font-weight: normal;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.15px;
  color: #000000; }

.card-body .btn {
  padding: 13px 10px; }

.personal-data {
  margin-top: 79px;
  width: 80%; }
  .personal-data .title {
    margin-bottom: 49px; }
  .personal-data__main {
    padding-left: 21px;
    border-left: 1px solid #000;
    margin-top: 49px; }
  .personal-data__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 42px; }
  .personal-data .form-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .personal-data .form-group .form-line {
      width: 49%;
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #828282; }
      .personal-data .form-group .form-line a {
        color: #828282;
        text-decoration: underline; }
        .personal-data .form-group .form-line a:hover {
          text-decoration: none; }
		.personal-data .form-group .form-line {
		font-style: italic; }
		.personal-data .form-group .form-line label {
		font-style: normal;}
      .personal-data .form-group .form-line label {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000; }
      .personal-data .form-group .form-line input, .personal-data .form-group .form-line textarea {
        resize: none;
        background: #F2F2F2;
        border: none;
        border-radius: 0;
        outline: none;
        transition: all 0.4s;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #323232;
        padding: 20px;
        height: auto;
        border: 1px solid transparent; }
        .personal-data .form-group .form-line input:focus, .personal-data .form-group .form-line textarea:focus {
          box-shadow: none;
          border: 1px solid #3645CF; }
    .personal-data .form-group .form-text {
      width: 100%; }
    .personal-data .form-group .line50 {
      width: 32%; }
    .personal-data .form-group .line25 {
      width: 15%; }
  .personal-data .btn {
    margin-top: 44px; }
#primary {
    width: 50%;
    display: flex;
    position: absolute;
    right: 0;
}
#primary label {
    width: 50%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-left: 14px;
    height: 32px;
    display: flex;
    margin-top: 3px;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
#primary label:nth-child(3) {
    border-right: 1px solid #000;
}
.primary-line {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 20px;
    border-left: 1px solid #000;
    height: 33px;
}
.primary-line:last-child {
    border-right: 1px solid #000;
}
#primary input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/bitrix/templates/main/css/../images/labs1.svg") no-repeat center center;
    outline: none;
    width: 36px;
    height: 33px;
    cursor: pointer;
}
#primary input:checked {
    background: url("/bitrix/templates/main/css/../images/labs.svg") no-repeat center center;
}
.new-pass {
  font-weight: normal;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.15px;
  color: #000000;
  transition: all 0.4s; }
  .new-pass:hover {
    color: #3645CF; }

.head-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px; }
  .head-title__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 650px; }
    .head-title__left .title {
      width: auto;
      max-width: none;
      margin-bottom: 0;
      margin-right: 32px; }
    .head-title__left .top-line {
      max-width: 650px;
      width: 100%;
      margin-top: 80px;
      margin-bottom: 0; }
      .head-title__left .top-line form {
        width: 100%; }
      .head-title__left .top-line input {
        padding: 10px; }
  .head-title__desc {
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
    margin-top: 25px; }
  .head-title__right {
    padding-left: 20px;
    border-left: 1px solid #000; }
    .head-title__right a {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }
      .head-title__right a:hover {
        color: #3645CF; }
  .head-title__back {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    letter-spacing: 0.15px;
    color: #222220; }

.fast-table {
  margin-top: 0; }
  .fast-table tr td:last-child {
    width: 40px; }
  /*.fast-table tr:last-child td:first-child {
    text-align: right; }
  .fast-table tr:last-child td {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000; }*/
  .fast-table tr td:first-child {
    width: 60%; }

.link, .link:hover, .link:active{color: #3645CF;}

.basket-table table {
  margin-top: 40px; }

.basket-table tr td:first-child {
  width: 30%; }

.basket-table tr td:last-child {
  width: 40px; }

.catalog-white {
  background: #fff; }

.delivery {
  margin-bottom: 60px; }
  .delivery #hide {
    display: none; }
  .delivery #hide2 {
    display: none; }
  .delivery input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0; }
    .delivery input:checked ~ label span {
      background: url("/bitrix/templates/main/css/../images/chec.svg") no-repeat center center; }
  .delivery label {
    font-weight: normal;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-right: 112px; }
    .delivery label span {
      margin-left: 10px;
      display: block;
      width: 22px;
      height: 22px;
      border: 1px solid rgba(0, 0, 0, 0.5);
      box-sizing: border-box; }
  .delivery__title {
    margin-bottom: 23px;
    font-weight: normal;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: #000000;
    display: flex;
    align-items: flex-start; }
    .delivery__title .hint {
      border: none;
      padding: 0;
      margin: 0;
      background: none;
      outline: none;
      box-shadow: none;
      margin-top: -10px;
      margin-left: 10px; }
  .delivery .check-filter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .delivery .check-filter__item {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: flex-end;
      margin-right: 40px;
      margin-bottom: 10px; }
      .delivery .check-filter__item label {
        margin-bottom: 0;
        margin-left: 10px;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000;
        cursor: pointer; }
      .delivery .check-filter__item input {
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        transition: all 0.4s;
        border: 1px solid #000000;
        box-sizing: border-box;
        position: relative;
        outline: none;
        opacity: 1; }
        .delivery .check-filter__item input:checked:before {
          background: #3645CF; }
        .delivery .check-filter__item input:before {
          content: '';
          position: absolute;
          width: 7px;
          height: 7px;
          background: #e5e5e5;
          left: 50%;
          top: 5px;
          transform: translateX(-50%); }

.basket-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 84px; }
  .basket-total__right {
    text-align: right; }
  .basket-total__pre {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px; }
  .basket-total__cost {
    font-weight: normal;
    font-size: 58px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px; }
  .basket-total__left {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000; }

.order .title {
  width: 100%;
  max-width: 100%; }

th.next {
  background: url("/bitrix/templates/main/css/../images/dnext.svg") no-repeat center center; }
  th.next:hover {
    background: url("/bitrix/templates/main/css/../images/dnext.svg") no-repeat center center !important; }

th.prev {
  background: url("/bitrix/templates/main/css/../images/dprev.svg") no-repeat center center; }
  th.prev:hover {
    background: url("/bitrix/templates/main/css/../images/dprev.svg") no-repeat center center !important; }

.datetimepicker .day, .datetimepicker .dow {
  width: 33px;
  height: 33px; }
  .datetimepicker .day:hover, .datetimepicker .dow:hover {
    background: #F2F2F2;
    border-radius: 0; }

.datetimepicker .year:hover {
  background: #F2F2F2;
  border-radius: 0; }

.datetimepicker {
  padding: 20px;
  box-shadow: 4px 4px 12px rgba(54, 69, 207, 0.1);
  border-radius: 0; }

.datetimepicker .switch {
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #323232; }

.datetimepicker .dow {
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #BDBDBD; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  color: #3645CF;
  background: #F2F2F2;
  border-radius: 0; }

input.error {
  border-color: red !important; }

label.error {
  display: none !important; }

.agree input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  opacity: 0; }
  .agree input:checked ~ label span {
    background: url("/bitrix/templates/main/css/../images/chec.svg") no-repeat center center; }

.agree label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.15px;
  color: #000000;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-right: 20px; }
  .agree label span {
    margin-right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin-top: 5px; }

.other-left {
  max-width: 850px; }

.special {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap; }
  .special .form-group:first-child {
    width: 50%; }
  .special .form-group:nth-child(2) {
    width: 30%; }
  .special .form-group:nth-child(3) {
    width: 10%; }
  .special input[type="text"] {
    background: #F2F2F2;
    border: 1px solid transparent;
    outline: none;
    border-radius: 0;
    padding: 15px 15px;
    box-shadow: none;
    height: auto; }
    .special input[type="text"]:focus {
      background: #F2F2F2;
      border: 1px solid #3645CF;
      box-sizing: border-box;
      box-shadow: 4px 4px 12px rgba(54, 69, 207, 0.1); }
  .special input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    display: none; }
  .special .file {
    margin-bottom: 8px; }
    .special .file .label {
      margin-bottom: 0.3rem; }
    .special .file label {
      cursor: pointer;
      width: 98%;
      padding: 15px;
      background: #F2F2F2;
      display: flex;
      min-height: 56px;
      justify-content: space-between; }
  .special .number {
    background: #F2F2F2;
    padding: 0 15px;
    min-height: 56px; }
    .special .number input[type="text"]:focus {
      border-color: #f2f2f2;
      box-shadow: none; }
  .specialadd .add {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #828282;
    display: flex;
    align-items: center; }
    .specialadd .add:hover {
      color: #3645CF; }
    .specialadd .add span {
      font-size: 24px;
      margin-right: 10px; }

.detail-title {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 13px; }

.detail {
  display: flex;
  margin-bottom: 90px; }
  .detail__block {
    border-right: 1px solid #000;
    padding: 0 20px;
    min-height: 350px;
    width: 20%; }
    .detail__block:first-child {
      border-left: 1px solid #000; }
  .detail__last {
    width: 40%;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .detail__line {
    margin-bottom: 13px; }
  .detail__top {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #333333; }
  .detail__bottom {
    font-weight: 300;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #3645CF; }
  .detail__pre {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px; }
  .detail__cost {
    font-weight: normal;
    font-size: 58px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px; }

.first-big tr td:first-child {
  width: 80%; }

.yellow-header, .yellow-section {
  background: #FEBC12; }
  .yellow-header .title, .yellow-section .title {
    color: #000; }
  .yellow-header .breadcrumb li a, .yellow-header .breadcrumb li span, .yellow-section .breadcrumb li a, .yellow-section .breadcrumb li span {
    color: #000; }

.house {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 950px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%); }
  .house .icons:hover {
    cursor: pointer;
    z-index: 99; }

.private {
  min-height: 950px;
  position: relative; }
  .private__bottom {
    width: 100%; }
    .private__bottom_left {
      width: 80%;
      padding-right: 30px; }
      .private__bottom_left p {
        font-weight: 300;
        font-size: 48px;
        line-height: 54px;
        color: #000000;
        border-right: 1px solid #000; }
    .private__bottom_right {
      width: 20%;
      padding-left: 20px; }
  .private__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .private__title {
    width: 35%;
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    color: #323232; }
  .private__right {
    display: flex;
    justify-content: flex-end;
    width: 50%; }
  .private__name {
    font-weight: normal;
    font-size: 58px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #323232;
    width: 45%; }
  .private__number {
    width: 40%;
    min-height: 200px;
    font-weight: normal;
    font-size: 150px;
    line-height: 115px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 40px;
    margin-left: 30px;
    border-left: 1px solid #000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat;
    background-position-x: 15px;
    background-position-y: 5px; }
  .private__main {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    .private__main_left, .private__main_right {
      width: 20%; }
      .private__main_left ul, .private__main_right ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 20px;
        border-left: 1px solid #000;
        z-index: 36;
        position: relative;
        margin-bottom: 60px; }
        .private__main_left ul span, .private__main_right ul span {
          font-weight: 300;
          font-size: 36px;
          line-height: 125%;
          margin-bottom: 20px;
          letter-spacing: -0.02em;
          color: #000000;
          display: block; }
        .private__main_left ul a, .private__main_right ul a {
          font-weight: normal;
          font-size: 16px;
          line-height: 150%;
          letter-spacing: 0.15px;
          color: #000000;
          margin-bottom: 10px;
          display: block; }
          .private__main_left ul a:hover, .private__main_right ul a:hover {
            color: #3645CF; }
  .private .address {
    margin-top: 90px; }
    .private .address__left {
      padding-left: 0;
      border: none;
      width: 20%;
      border-right: 1px solid #fff; }
      .private .address__left .nav-link {
        color: #fff;
        padding-left: 10px; }
      .private .address__left .nav-item {
        list-style-image: url("/bitrix/templates/main/css/../images/liw.svg"); }
      .private .address__left .nav-pills .nav-link.active, .private .address__left .nav-pills .show > .nav-link {
        text-decoration: underline; }
  .private .accordion .btn-link, .private .accordion .card:nth-child(2n) {
    border: none;
    background: none;
    font-weight: 300;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative; }
  .private .accordion .collapsed:before {
    content: '+';
    top: 17px;
    left: 0;
    position: absolute;
    font-size: 50px;
    transform: rotate(0deg) !important;
    transition: all 0.4s; }
  .private .accordion .btn-link {
    padding-left: 50px;
    text-align: left;}
    .private .accordion .btn-link:before {
      content: '+';
      top: 17px;
      left: 0;
      position: absolute;
      font-size: 50px;
      transform: rotate(315deg);
      transition: all 0.4s; }
  .private .accordion .btn-link:hover {
    text-decoration: underline; }
  .private .accordion .card-body {
    background: none;
    padding: 0; }
  .private .address__right {
    max-width: 77%;
    position: relative; }
    .private .address__right:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 3px;
      height: 155px;
      background: #fff; }
  .private .card-body {
    width: 80%; }
    .private .card-body p {
      padding-left: 50px;
      font-weight: normal;
      font-size: 18px;
      line-height: 146.28%;
      letter-spacing: -0.01em;
      color: #FFFFFF; }

.section-blue {
  background: #3645CF;
  padding-top: 60px;
  color: #fff; }
  .section-blue .private__name {
    color: #fff;
    width: 55%; }
  .section-blue .private__number {
    color: #fff;
    border-color: #fff;
    background: url("/bitrix/templates/main/css/../images/liw.svg") no-repeat;
    background-position-x: 15px;
    background-position-y: 5px; }
  .section-blue .group__name_item {
    color: #fff; }
  .section-blue .group__number {
    color: #fff; }
  .section-blue .group__name {
    border-color: #fff; }
  .section-blue .group__number {
    background: url("/bitrix/templates/main/css/../images/liw.svg") no-repeat;
    background-position-x: 15px;
    background-position-y: 5px; }
  .section-blue .group__head {
    padding-bottom: 35px; }
  .section-blue .group__main {
    margin-left: 20%;
    width: 50%; }
    .section-blue .group__main p {
      font-weight: 300;
      font-size: 36px;
      line-height: 125%;
      letter-spacing: -0.02em;
      color: #E5E5E5; }

.white-section .private, .section-blue .private {
  min-height: auto;
  padding-bottom: 60px; }

.advantages {
  margin-top: 60px;
  width: 100%;
  display: flex; }
  .advantages__block {
    width: 20%; }
  .advantages__name {
    padding: 0 20px;
    min-height: 90px;
    font-weight: 300;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000;
    border-left: 1px solid #000;
    margin-bottom: 15px; }
  .advantages__text {
    padding: 0 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000; }

.group-section__image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin-bottom: 40px; }

.group-section .private__right {
  align-items: flex-start; }

.group {
  display: flex;
  flex-wrap: wrap; }
  .group__people {
    width: 100%;
    display: flex;
    margin-bottom: 40px; }
    .group__people_left {
      width: 20%;
      border-right: 1px solid #000; }
      .group__people_left span {
        padding-left: 30px;
        font-weight: normal;
        font-size: 22px;
        line-height: 125%;
        letter-spacing: 0.15px;
        color: #000000;
        width: 100%;
        display: block;
        background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat;
        background-position-y: 5px; }
    .group__people_right {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
    .group__people_block {
      width: 25%;
      display: flex;
      flex-direction: column;
      margin-bottom: 40px; }
    .group__people_proff {
      width: 100%;
      font-weight: normal;
      font-size: 11px;
      line-height: 125%;
      text-align: center;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #3645CF;
      min-height: 30px;
      border-right: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px; }
    .group__people_img {
      width: 100%;
      max-height: 366px;
      object-fit: cover;
      margin-bottom: 10px;
      padding: 0 8px; }
    .group__people_name {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      text-align: center;
      letter-spacing: 0.15px;
      color: #000000;
      min-height: 50px;
      border-right: 1px solid #000; }
  .group__main {
    padding-top: 80px;
    margin-left: 20%;
    font-weight: normal;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000;
    padding-bottom: 40px; }
  .group__head {
    display: flex;
    width: 100%;
    min-height: 90px; }
  .group__name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-right: 1px solid #000;
    width: 80%; }
    .group__name_item {
      font-weight: normal;
      font-size: 58px;
      line-height: 125%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000;
      width: 50%; }
    .group__name img {
      margin-right: 31px; }
  .group__number {
    margin-left: 20px;
    padding-left: 50px;
    font-weight: normal;
    font-size: 150px;
    line-height: 115px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat;
    background-position-x: 15px;
    background-position-y: 5px; }
  .group__bottom {
    width: 100%;
    margin-bottom: 42px;
    display: flex; }
    .group__bottom_left {
      padding-top: 50px;
      padding-right: 30px;
      border-right: 1px solid #000;
      padding-bottom: 42px;
      width: 80%; }
      .group__bottom_left p {
        font-weight: 300;
        font-size: 48px;
        line-height: 54px;
        color: #000000; }
    .group__bottom_right {
      width: 20%;
      padding-top: 50px;
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .group__bottom_right p {
        font-weight: normal;
        font-size: 14px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000; }
    .group__bottom_image {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px; }
      .group__bottom_image img {
        max-height: 139px;
        max-width: 90%;
        margin-right: 10px; }
      .group__bottom_image span {
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000; }
  .group__down {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 60px;
    display: flex; }
  .group__block {
    width: 20%;
    padding: 0 20px;
    min-height: 300px;
    border-left: 1px solid #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #E5E5E5; }
  .group__right {
    width: 20%; }

.images-block:first-child img {
  width: 100%; }

.images-block:first-child {
  margin-right: 20%;
  width: 40%; }
  .images-block:first-child .images-block__text {
    padding-top: 57px;
    margin-left: 70px;
    padding-left: 10px;
    border-left: 1px solid #000; }

.images-block:nth-child(2) {
  width: 20%; }
  .images-block:nth-child(2) img {
    width: 100%; }
  .images-block:nth-child(2) .images-block__text {
    padding-bottom: 57px;
    margin-left: 70px;
    padding-left: 10px;
    border-left: 1px solid #000; }

.images-block__text span, .images-block__text p {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000; }

.images-block:nth-child(3) {
  position: absolute;
  bottom: 20px;
  left: 27%;
  width: 30%; }
  .images-block:nth-child(3) img {
    width: 100%; }
  .images-block:nth-child(3) .images-block__text {
    padding-bottom: 57px;
    margin-left: 210px;
    padding-left: 10px;
    border-left: 1px solid #000; }

.images-container {
  position: relative;
  padding-bottom: 200px; }

.full-image {
  width: 100%;
  height: 100vh;
  object-fit: cover; }

.custom-section {
  padding: 30px 0; }
  .custom-section .null-block {
    display: flex; }
    .custom-section .null-block span {
      display: block;
      width: 20%;
      height: 55px;
      border-right: 1px solid #000; }
      .custom-section .null-block span:first-child {
        border-left: 1px solid #000; }

.progres {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .progres__left {
    width: 48%;
    display: flex;
    align-items: flex-start; }
    .progres__left img {
      max-width: 323px;
      margin-right: 20px; }
    .progres__left p {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }
  .progres__right {
    width: 48%;
    display: flex;
    align-items: flex-start; }
    .progres__right img {
      max-width: 225px;
      margin-right: 20px; }
    .progres__right p {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }

.slide-section {
  margin-bottom: 100px; }
  .slide-section__left {
    width: 20%;
    padding-right: 20px; }
  .slide-section__right {
    width: 80%;
    padding: 0 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
    .slide-section__right .mini-null span {
      position: relative;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .slide-section__right .mini-null span .swiper-button-prev, .slide-section__right .mini-null span .swiper-button-next {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        outline: none; }
      .slide-section__right .mini-null span .swiper-button-prev {
        background: url("/bitrix/templates/main/css/../images/prev3.svg") no-repeat center center; }
      .slide-section__right .mini-null span .swiper-button-next {
        background: url("/bitrix/templates/main/css/../images/next3.svg") no-repeat center center; }

.mini-null {
  display: flex;
  width: 100%; }
  .mini-null span {
    width: 25%;
    min-height: 38px;
    border-left: 1px solid #000; }
    .mini-null span:first-child {
      border-left: 0; }

#ser {
  padding: 30px 0; }
  #ser .swiper-slide {
    min-height: 340px; }
    #ser .swiper-slide img {
      width: 100%;
      height: 340px;
      object-fit: cover; }

.other-image {
  width: 100%;
  max-height: 614px;
  object-fit: cover;
  margin-bottom: 44px; }

.small-title {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 40px;
  width: 100%; }

.garanty {
  display: flex;
  margin-bottom: 75px; }
  .garanty__block {
    width: 20%;
    padding: 0 20px;
    border-right: 1px solid #000; }
    .garanty__block:first-child {
      padding-left: 0; }
    .garanty__block span {
      font-weight: normal;
      font-size: 36px;
      line-height: 125%;
      letter-spacing: -0.02em;
      color: rgba(0, 0, 0, 0.7);
      margin-bottom: 10px;
      display: block; }
    .garanty__block p {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }

.job {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .job__detail {
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
    margin-top: 15px; }
  .job__block {
    width: 40%;
    padding: 0 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-bottom: 50px;
    position: relative;
    transition: all 0.4s; }
    .job__block input {
      position: absolute;
      width: 24px;
      height: 24px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      right: 20px;
      bottom: 0px;
      outline: none;
      cursor: pointer; }
      .job__block input:checked ~ .job__detail {
        height: auto;
        transition: all 0.4s; }
      .job__block input:checked:before {
        transform: rotate(-135deg); }
      .job__block input:before {
        transition: all 0.4s;
        content: '';
        width: 17px;
        height: 17px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        display: block;
        transform: rotate(45deg); }
    .job__block:nth-child(2n) {
      margin-left: -1px; }
  .job__name {
    font-weight: normal;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 18px; }
  .job__cost {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000; }
  .job__contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px; }
    .job__contacts a {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000; }
      .job__contacts a:hover {
        color: #3645CF; }

.section404__top {
  margin-top: 76px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 53px; }

.section404__bottom {
  width: 60%;
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000; }
  .section404__bottom a {
    color: #3645CF; }

.null-404 {
  width: 100%;
  display: flex;
  margin-top: 72px;
  margin-bottom: 46px; }
  .null-404 span {
    display: block;
    width: 20%;
    min-height: 48px;
    border-right: 1px solid #000; }
    .null-404 span:last-child {
      border-right: 0; }

.head-rev {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .head-rev .title {
    width: 70%;
    max-width: 70%; }

.head-pre {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000; }

.reviews-block {
  margin-top: 61px;
  padding-left: 10px;
  border-left: 1px solid #000;
  width: 80%;
  position: relative;
  margin-bottom: 80px; }
  .reviews-block__head {
    display: flex;
    margin-bottom: 10px; }
    .reviews-block__head span {
      min-height: 48px;
      width: 25%;
      border-right: 1px solid #000;
      display: block; }
  .reviews-block__main textarea {
    width: 100%;
    background: #F2F2F2;
    padding: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.15px;
    color: #828282;
    outline: none;
    resize: none;
    border: none;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transition: all 0.4s; }
    .reviews-block__main textarea:focus {
      border: 1px solid #3645CF; }
  .reviews-block__main input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0; }
  .reviews-block__main label {
    position: absolute;
    left: 10px;
    top: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .reviews-block__main label span {
      font-size: 24px;
      margin-left: 5px; }
  .reviews-block__main .btn {
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 11px 20px; }

.full-title .head-title__left {
  width: 80%;
  max-width: none; }

.thanks-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10%; }
  .thanks-block__left {
    padding: 0 80px; }
  .thanks-block__right {
    padding-left: 20px;
    border-left: 1px solid #000; }
    .thanks-block__right span {
      font-weight: normal;
      font-size: 22px;
      line-height: 125%;
      letter-spacing: 0.15px;
      color: #000000;
      margin-bottom: 32px;
      display: block; }
    .thanks-block__right p {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.15px;
      color: #000000;
      width: 65%; }
      .thanks-block__right p a {
        text-decoration: underline;
        color: #000; }
        .thanks-block__right p a:hover {
          text-decoration: none; }

.search-title {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #C4C4C4;
  margin-top: 52px;
  margin-bottom: 23px; }

.accordion-section .accordion {
  width: 70%; }

.accordion-section .accordion .btn-link, .accordion-section .accordion .card:nth-child(2n) {
  border: none;
  background: none;
  font-weight: 300;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000;
  position: relative; }

.accordion-section .accordion .collapsed:before {
  content: '+';
  top: 17px;
  left: 0;
  position: absolute;
  font-size: 50px;
  transform: rotate(0deg) !important;
  transition: all 0.4s; }

.accordion-section .accordion .btn-link {
  padding-left: 50px; }
  .accordion-section .accordion .btn-link:before {
    content: '+';
    top: 17px;
    left: 0;
    position: absolute;
    font-size: 50px;
    transform: rotate(315deg);
    transition: all 0.4s; }

.accordion-section .accordion .btn-link:hover {
  text-decoration: underline; }

.accordion-section .accordion .card-body {
  background: none;
  padding: 0; }

.accordion-section .accordion .card-body {
  padding-left: 50px; }

.accordion-section__right {
  width: 23%;
  border-left: 1px solid #000;
  padding-left: 40px; }
  .accordion-section__right .filter-title {
    font-weight: normal;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 30px; }
  .accordion-section__right .check-filter__item {
    flex-direction: row-reverse; }
    .accordion-section__right .check-filter__item input {
      margin-right: 10px; }

.catalog__image {
  width: 100%;
  padding: 0;
  align-items: center; }

.catalog-item .gallery-thumbs {
  margin: 10px 50px;
  padding: 0;
  width: 80%; }

.catalog-item__left {
  position: relative; }

.catalog-item .swiper-button-prev, .catalog-item .swiper-button-next {
  top: 90%;
  outline: none; }

.jq-selectbox__select {
  border-radius: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }
  .jq-selectbox__select:hover {
    background: none; }

.jq-selectbox__trigger {
  border: none; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 13px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 7px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.bx-filter-block.filter_elem_block_INPUT input {
    border: 1px solid #000000;
}

.catalog-item__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px; }

.catalog-item__filter_main {
  width: 275px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px; }

.catalog-item__filter_main ._name {
font-size: 16px;
}

.catalog-item__filter_main .bx-filter-block {

}

.catalog-item__filter_main .jq-selectbox {
    width: 80px;
}
._beton .jq-selectbox {
	width: 210px;
}

.catalog-item__filter_main .jq-selectbox__select-text {
    width: 75px;
}

._beton .jq-selectbox__select-text {
	width: 210px;
}


.catalog-item__filter_main span {
  margin-right: 10px; }

#hide3 {
  display: none;
  width: 100%;
  max-width: 48%; }

input.required {
  background: #F2F2F2;
  border: 1px solid transparent;
  outline: none;
  border-radius: 0;
  padding: 15px 15px;
  box-shadow: none;
  height: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  width: 100%;
  height: auto; }
  input.required:focus {
    background: #F2F2F2;
    border: 1px solid #3645CF;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px rgba(54, 69, 207, 0.1); }

.form-group label p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000; }

.form-group .reg {
  width: 100%;
  margin-bottom: 0; }
  .form-group .reg .form-line {
    width: 100%; }

.delivery label {
  max-width: 50%; }

.house svg {
  width: 900px; }

#fl {
  position: relative; }
  #fl:after {
    position: absolute;
    width: 79px;
    height: 24px;
    content: 'Блоки ФЛ';
    display: block;
    z-index: 80; }

#pas1, #pas2, #pas3, #pas4, #pas5, #pas6, #pas7, #pas8, #pas9, #pas10, #pas11, #pas12, #pas13 {
  display: none; }

.head-news {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px; }
  .head-news .title {
    margin-right: 20px; }
  .head-news img {
    margin-top: 10px; }
  .head-news span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 10px;
    display: block; }

.news-nav {
  display: flex;
  margin-bottom: 24px; }
  .news-nav__link {
    display: flex;
    margin-right: 20px;
    align-items: flex-start; }
    .news-nav__link .active {
      text-decoration: underline; }
    .news-nav__link a {
      font-weight: normal;
      font-size: 22px;
      line-height: 125%;
      letter-spacing: 0.15px;
      color: #000000;
      margin-right: 12px; }
      .news-nav__link a:hover {
        color: #3645CF; }
    .news-nav__link img {
      margin-right: 5px; }
    .news-nav__link span {
      font-weight: normal;
      font-size: 7px;
      line-height: 125%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }

.news {
  display: flex;
  flex-wrap: wrap;
  width: 1330px;
  margin-left: -10px; }
  .news__item {
    margin: 0 10px;
    position: relative;
    min-height: 314px;
    max-height: 314px;
    overflow: hidden;
    margin-bottom: 20px; }
    .news__item:hover .news__image {
      transform: scale(1.1); }
  .news__small {
    width: 18.3%; }
  .news__big {
    width: 58%; }
    .news__big .news__name {
      font-weight: 800;
      font-size: 22px;
      line-height: 125%;
      letter-spacing: 0.15px;
      color: #FFFFFF;
      width: 70%; }
  .news__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    transition: all 0.8s; }
  .news__mask {
    background: black;
    opacity: 0.5;
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .news__main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .news__type {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px; }
  .news__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #FFFFFF; }
  .news__date {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF; }
  .news__average {
    width: 38.2%; }
    .news__average .news__name {
      font-weight: 800;
      font-size: 22px;
      line-height: 125%;
      letter-spacing: 0.15px;
      color: #FFFFFF; }

.news-item {
  position:relative;
  padding: 29px 46px;
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap; }
  .close_item{
	position: absolute;
    width: 26px;
    height: 26px;
	background: url("/bitrix/templates/main/css/../images/close_item.svg") no-repeat center center;
  }
  .close_item a{
	  width: 26px;
    height: 26px;
    font-size: 20px;
    padding: 1px 8px;
    line-height: normal;
    color: transparent;

  }

.news-item .close_item a {
text-decoration: none;
visibility: hidden;
}


  .news-item .close_item {
    right: 30px;
    top: 25px;
  }
  .catalog-item .close_item{
    right: 0px;
    top: 0px;
  }

  .news-item__right {
    padding-left: 15px;
    border-left: 1px solid #000;
    width: 20%; }
    .news-item__right ol, .news-item__right ul {
      padding: 0;
      margin: 0;
      margin-bottom: 30px; }
      .news-item__right ol span, .news-item__right ul span {
        font-weight: bold;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #000000;
        margin-bottom: 10px;
        display: block; }
      .news-item__right ol li, .news-item__right ul li {
        margin-left: 20px;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #000000; }
  .news-item__left {
    width: 79%;
    padding-right: 15px; }
	.news-item__left.content_width_class{width:100%;}
	.news-item__left p{float:left;}
	.news-item__left p > img{
		margin:20px;
		float:left;
	}
	.news-item__left p > img:first-child{
		margin:20px 20px 20px 0px;
	}
	.news-item__left p > img:last-child{
		margin:20px 0px 20px 20px;
	}
  .news-item__head {
    display: flex;
    margin-bottom: 20px; }
	
  .news-item  h2 {
    font-size: 24px; }
	
  .news-item__type {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-right: 40px; }
  .news-item__date {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
  .news-item__title {
    font-weight: normal;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000;
	font-weight: 500;
    width: 85%;
    margin-bottom: 20px; }
  .news-item__desc {
    font-weight: normal;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0.15px;
    color: #000000;
    width: 50%;
    margin-bottom: 20px; }
  .news-item__image {
    width: 100%;
    max-height: 539px;
    object-fit: cover;
    margin-bottom: 20px; }
  .news-item p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }
.news-item a {
    color: #000000;
	text-decoration: underline;
	}


.news-item a:hover {
    color: #000000;
	text-decoration: underline;
	}

#gal-img {
  margin-bottom: 20px;
  width: 100%; }
  #gal-img .swiper-slide img {
    width: 100%;
    max-height: 190px;
    object-fit: cover; }

#gal-img2 {
  margin-bottom: 20px;
  width: 100%; }
  #gal-img2 .swiper-slide img {
    width: 100%; }

#gal-img3 {
  margin-bottom: 56px;
  width: 100%; }
  #gal-img3 .swiper-slide img {
    width: 100%; }
  #gal-img3 .swiper-slide span {
    margin-top: 14px;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }

.border-section {
  border-bottom: 1px solid #000000;
  margin-bottom: 26px;
  padding-bottom: 40px; }

#other-news {
  overflow: visible;
  margin-bottom: 40px; }
  #other-news .swiper-slide {
    width: auto; }
    #other-news .swiper-slide .news__small {
      width: 238px;
      margin: 0; }
    #other-news .swiper-slide .news__big {
      width: 500px;
      margin: 0; }
    #other-news .swiper-slide .news__image {
      min-height: 314px; }

.other-news__head {
  display: flex;
  align-items: center;
  margin-bottom: 31px; }

.other-news__title {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-right: 20px; }

.other-news__button {
  display: flex; }
  .other-news__button .swiper-button-prev, .other-news__button .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    outline: none; }
  .other-news__button .swiper-button-prev {
    background: url("/bitrix/templates/main/css/../images/prev3.svg") no-repeat center center; }
  .other-news__button .swiper-button-next {
    background: url("/bitrix/templates/main/css/../images/next3.svg") no-repeat center center; }

.opport {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .opport__image {
    width: 100%;
    max-height: 628px;
    object-fit: cover; }
  .opport__nav {
    width: 100%;
    display: flex;
    margin-bottom: 25px; }
    .opport__nav_title {
      margin-bottom: 48px;
      font-weight: 300;
      font-size: 48px;
      line-height: 54px;
      color: #323232;
      padding-left: 40px;
      background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
      background-position-y: 15px; }
    .opport__nav_bottom {
      display: flex;
      align-items: flex-start; }
      .opport__nav_bottom span {
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
        margin-right: 5px; }
  .opport__block {
    padding: 0 20px;
    border-left: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%; }
    .opport__block:hover .opport__number {
      color: #3645CF; }
    .opport__block_bottom {
      display: flex;
      align-items: flex-start; }
      .opport__block_bottom span {
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
        margin-right: 5px; }
  .opport__number {
    transition: all 0.4s;
    font-weight: normal;
    font-size: 150px;
    line-height: 115px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 25px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
    background-position-y: 15px;
    margin-bottom: 20px; }
  .opport__desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 25px; }
  .opport__left {
    width: 40%; }

.opport-first {
  background: #FEBC12;
  padding-top: 32px; }
  .opport-first__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 56px;
    width: 100%; }
  .opport-first__title {
    font-weight: normal;
    font-size: 58px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 40px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
    background-position-y: 15px; }
  .opport-first__number {
    width: 20%;
    padding-left: 40px;
    font-weight: normal;
    font-size: 150px;
    line-height: 115px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
    background-position-y: 15px;
    background-position-x: 15px;
    border-left: 1px solid #000; }
  .opport-first__first-big {
    width: 40%;
    min-height: 400px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 62px;
    padding-right: 40px;
    border-right: 1px solid #000;
    padding-top: 20px; }
    .opport-first__first-big_top {
      font-weight: normal;
      font-size: 150px;
      line-height: 115px;
      text-align: left;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }
    .opport-first__first-big_bottom {
      font-weight: normal;
      font-size: 16px;
      line-height: 125%;
      text-align: right;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }
  .opport-first__last-big {
    width: 40%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 62px;
    padding-right: 40px;
    border-right: 1px solid #000;
    padding-left: 20px;
    padding-top: 20px; }
    .opport-first__last-big_top {
      width: 60%;
      font-weight: normal;
      font-size: 16px;
      line-height: 125%;
      text-align: left;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }
    .opport-first__last-big_bottom {
      font-weight: normal;
      font-size: 150px;
      line-height: 115px;
      text-align: right;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }
  .opport-first__small {
    min-height: 400px;
    width: 20%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .opport-first__small img {
      width: 100%; }
    .opport-first__small span {
      font-weight: normal;
      font-size: 16px;
      line-height: 125%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }
    .opport-first__small_bottom {
      font-weight: normal;
      font-size: 30px;
      line-height: 120.5%;
      letter-spacing: -0.02em;
      text-transform: lowercase;
      color: #000000; }
      .opport-first__small_bottom span {
        font-size: 80px;
        line-height: 120.5%;
        letter-spacing: -0.02em;
        text-transform: lowercase;
        color: #000000; }
  .opport-first__big {
    width: 80%;
    padding-left: 80px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px; }
    .opport-first__big span {
      font-weight: normal;
      font-size: 16px;
      line-height: 125%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 40px; }
    .opport-first__big_number {
      font-weight: normal;
      font-size: 50px;
      line-height: 125%;
      text-align: center;
      letter-spacing: -0.02em;
      text-transform: lowercase;
      color: #000000;
      margin-left: -80px; }
      .opport-first__big_number span {
        font-weight: normal;
        font-size: 150px;
        line-height: 115px;
        text-align: center;
        letter-spacing: -0.02em;
        text-transform: lowercase;
        color: #000000; }
  .opport-first .border-right {
    border-color: #000 !important; }

.line-full {
  width: 100%;
  height: 1px;
  background: #000; }

.opport-two__aven {
  width: 40%;
  min-height: 400px;
  padding: 20px;
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .opport-two__aven_top {
    font-weight: normal;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    color: #000000;
    text-align: left; }
  .opport-two__aven_bottom img {
    width: 30%; }
  .opport-two__aven_bottom span {
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }

.opport-two__small {
  width: 20%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  justify-content: space-between;
  padding: 20px;
  padding-top: 44px;
  border-left: 1px solid #000;
  border-right: 1px solid #000; }
  .opport-two__small_top {
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: right;
    color: #000000; }
  .opport-two__small_bottom {
    font-weight: normal;
    font-size: 150px;
    line-height: 115px;
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    color: #000000; }

.opport-two__aven-last {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 400px;
  justify-content: space-between;
  padding: 20px;
  padding-top: 44px; }
  .opport-two__aven-last_center {
    font-weight: normal;
    font-size: 80px;
    line-height: 80px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #000000; }
  .opport-two__aven-last_bottom {
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }

.opport-two__image {
  width: 80%; }
  .opport-two__image img {
    min-height: 400px;
    width: 100%;
    object-fit: cover; }

.opport-two__small-last {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 400px;
  justify-content: space-between;
  padding: 20px;
  padding-top: 44px;
  border-left: 1px solid #000; }
  .opport-two__small-last_top {
    font-weight: normal;
    font-size: 80px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    text-align: left; }
  .opport-two__small-last_bottom img {
    margin-left: -60px;
    margin-bottom: 20px; }
  .opport-two__small-last_bottom span {
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }

.opport-two .null-block {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 31px;
  display: flex; }
  .opport-two .null-block span {
    height: 50px;
    width: 20%;
    display: block;
    border-left: 1px solid #000; }
    .opport-two .null-block span:first-child {
      border-left: none; }

.opport-image {
  width: 100%;
  height: 650px;
  object-fit: cover; }

.opport-white {
  margin-top: 80px;
  margin-bottom: 20px; }
  .opport-white__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 56px;
    width: 100%; }
  .opport-white__title {
    font-weight: normal;
    font-size: 58px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 40px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
    background-position-y: 15px;
    width: 60%; }
  .opport-white__number {
    width: 20%;
    padding-left: 40px;
    font-weight: normal;
    font-size: 150px;
    line-height: 115px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
    background-position-y: 15px;
    background-position-x: 15px;
    border-left: 1px solid #000; }
  .opport-white__pre {
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 80px;
    padding-left: 20%;
    width: 80%; }
  .opport-white .address__right {
    width: 80%;
    max-width: 80%; }
    .opport-white .address__right .null-block span {
      width: 25%; }
      .opport-white .address__right .null-block span:first-child {
        border-left: 0; }
  .opport-white .address__left {
    width: 20%;
    border-left: 0;
    padding-left: 0;
    border-right: 1px solid #000; }
  .opport-white .address__right .nav-pills .nav-item {
    width: 25%; }
    .opport-white .address__right .nav-pills .nav-item:first-child {
      border-left: 0; }
  .opport-white .tab-pane__block {
    display: flex; }
  .opport-white .tab-pane__left {
    width: 25%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .opport-white .tab-pane__left_top {
      font-weight: normal;
      font-size: 18px;
      line-height: 125%;
      letter-spacing: -0.02em;
      color: #000000; }
    .opport-white .tab-pane__left_center {
      font-weight: normal;
      font-size: 64px;
      line-height: 64px;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      .opport-white .tab-pane__left_center span {
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000; }
    .opport-white .tab-pane__left_bottom {
      font-weight: normal;
      font-size: 11px;
      line-height: 140%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000; }
  .opport-white .tab-pane__right {
    width: 75%; }
    .opport-white .tab-pane__right img {
      width: 100%;
      min-height: 550px;
      object-fit: cover; }

.controls .prev, .controls .next {
  padding: 0; }

.blue-section__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 56px;
  width: 100%; }

.blue-section__title {
  font-weight: normal;
  font-size: 58px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  padding-left: 40px;
  background: url("/bitrix/templates/main/css/../images/liw.svg") no-repeat left top;
  background-position-y: 15px;
  width: 70%; }

.blue-section__main {
  display: flex;
  position: relative; }

.blue-section__number {
  width: 20%;
  padding-left: 40px;
  font-weight: normal;
  font-size: 150px;
  line-height: 115px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  background: url("/bitrix/templates/main/css/../images/liw.svg") no-repeat left top;
  background-position-y: 15px;
  background-position-x: 15px;
  border-left: 1px solid #fff; }

.blue-section__block {
  width: 20%;
  min-height: 511px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 20px;
  border-right: 1px solid #fff; }

.blue-section__big {
  font-weight: normal;
  font-size: 150px;
  line-height: 115px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #E5E5E5;
  margin-bottom: 20px;
  padding-left: 30px;
  background: url("/bitrix/templates/main/css/../images/liw.svg") no-repeat left top; }

.blue-section__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #E5E5E5;
  padding-left: 20px; }

.blue-section__bottom {
  display: flex;
  justify-content: center; }
  .blue-section__bottom img {
    max-width: 100%; }

.blue-section__item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3645CF;
  top: 0;
  left: 0; }
  .blue-section__item_block {
    display: flex;
    width: 100%; }

.blue-section__right {
  width: 80%;
  padding-left: 20px; }

.blue-section__up {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px; }
  .blue-section__up_title {
    font-weight: normal;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #E5E5E5;
    padding-left: 30px;
    background: url("/bitrix/templates/main/css/../images/liw.svg") no-repeat left top;
    background-position-y: 15px; }

.blue-section .visible {
  display: flex; }

#pills-tab2Content {
  width: 80%; }
  #pills-tab2Content .address__right {
    width: 100%;
    max-width: 100%; }

.custom-swiper .swiper-buttons {
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex; }
  .custom-swiper .swiper-buttons .swiper-button-prev, .custom-swiper .swiper-buttons .swiper-button-next {
    position: relative;
    width: 60px;
    height: 50px;
    outline: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .custom-swiper .swiper-buttons .swiper-button-prev {
    background: url("/bitrix/templates/main/css/../images/prev3.svg") #fff no-repeat center center;
    background-position-x: 60%; }
  .custom-swiper .swiper-buttons .swiper-button-next {
    background: url("/bitrix/templates/main/css/../images/next3.svg") #fff no-repeat center center;
    background-position-x: 40%; }

.custom-swiper .swiper-slide {
  width: 100% !important;
  display: flex;
  justify-content: space-between; }
  .custom-swiper .swiper-slide__left {
    width: 24%;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #E5E5E5; }
  .custom-swiper .swiper-slide__right {
    width: 74%; }
    .custom-swiper .swiper-slide__right img {
      width: 100%;
      max-height: 423px;
      object-fit: cover; }

.object .opport__left {
  padding-left: 20px;
  border-left: 1px solid #000; }

.object .opport__nav_title {
  padding-left: 0;
  background: none; }

.object-image {
  width: 100%;
  max-height: 860px;
  object-fit: cover; }

.gray-section__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .gray-section__head .title {
    color: #000;
    width: 100%;
    max-width: 100%; }
  .gray-section__head .title-desc {
    font-weight: 300;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000; }

.gray-section__left {
  width: 70%; }

.gray-section__right {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start; }
  .gray-section__right img {
    margin-right: 20px; }
  .gray-section__right span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    display: block;
    color: #000000;
    padding-left: 50px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top left;
    background-position-x: 20px;
    border-left: 1px solid #000; }
  .gray-section__right p {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    width: 50%;
    padding-left: 10px;
    margin-top: 20px; }

#object {
  overflow: visible;
  padding-bottom: 70px; }
  #object .swiper-slide {
    width: 25%;
    background: #fff;
    height: 550px;	}
  #object .swiper-buttons {
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex; }
    #object .swiper-buttons .swiper-button-prev, #object .swiper-buttons .swiper-button-next {
      position: relative;
      width: 41px;
      height: 41px;
      outline: none;
      padding: 0;
      margin: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #000; }
    #object .swiper-buttons .swiper-button-prev {
      margin-right: -1px;
      background: url("/bitrix/templates/main/css/../images/prev3.svg") no-repeat center center;
      background-position-x: 60%; }
    #object .swiper-buttons .swiper-button-next {
      background: url("/bitrix/templates/main/css/../images/next3.svg") no-repeat center center;
      background-position-x: 40%; }

.object-block {
  background: #fff; }
  .object-block:hover .object-block__image img {
    transform: scale(1.1); }
  .object-block__image {
    overflow: hidden; }
    .object-block__image img {
      width: 100%;
      height: 322px;
      transition: all 0.8s;
      object-fit: cover; }
  .object-block__main {
    padding: 20px; }
  .object-block__name {
    font-weight: normal;
    font-size: 24.9014px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 12px; }
  .object-block__desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000; }

.gallery-section {
  padding: 100px 0; }
  .gallery-section__head {
    display: flex;
    align-items: flex-start; }
  .gallery-section .title {
    width: 40%;
    color: #000; }
  .gallery-section__right {
    width: 60%; }
  .gallery-section__left {
    width: 40%;
    padding-right: 30px;
    font-weight: 300;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000; }
  .gallery-section__center {
    display: flex;
    flex-wrap: wrap; }
    .gallery-section__center #pills-tab2Content {
      width: 100%; }
  .gallery-section__slider {
    width: 60%; }
  .gallery-section .nav-pills li {
    width: 33.33%;
    min-height: 136px;
    padding: 0 20px;
    border-left: 1px solid #000;
    display: flex;
    align-items: flex-end; }
    .gallery-section .nav-pills li:last-child span {
      font-weight: normal;
      font-size: 150px;
      line-height: 100%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000;
      background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
      padding-left: 20px;
      background-position-x: 15px; }
    .gallery-section .nav-pills li a {
      font-weight: 300;
      font-size: 24px;
      line-height: 24px;
      color: #323232; }
    .gallery-section .nav-pills li .active {
      text-decoration: underline; }
  .gallery-section .null-block {
    width: 100%;
    display: flex;
    margin-bottom: 44px;
    margin-top: 64px; }
    .gallery-section .null-block span {
      width: 100%;
      display: flex;
      border-left: 1px solid #000;
      min-height: 64px; }
      .gallery-section .null-block span:first-child {
        border-left: 0; }
      .gallery-section .null-block span p {
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
        margin-right: 10px; }
      .gallery-section .null-block span img {
        width: 40px; }

#gallery2 .swiper-slide img, #gallery3 .swiper-slide img {
  width: 100%;
  max-height: 500px;
  object-fit: cover; }

#gallery2 .swiper-buttons, #gallery3 .swiper-buttons {
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex; }
  #gallery2 .swiper-buttons .swiper-button-prev, #gallery2 .swiper-buttons .swiper-button-next, #gallery3 .swiper-buttons .swiper-button-prev, #gallery3 .swiper-buttons .swiper-button-next {
    position: relative;
    width: 41px;
    height: 41px;
    outline: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #gallery2 .swiper-buttons .swiper-button-prev, #gallery3 .swiper-buttons .swiper-button-prev {
    margin-right: -1px;
    background: url("/bitrix/templates/main/css/../images/prev3.svg") #fff no-repeat center center;
    background-position-x: 60%; }
  #gallery2 .swiper-buttons .swiper-button-next, #gallery3 .swiper-buttons .swiper-button-next {
    background: url("/bitrix/templates/main/css/../images/next3.svg") #fff no-repeat center center;
    background-position-x: 40%; }

.clients-section__head {
  display: flex;
  justify-content: space-between; }
  .clients-section__head_left {
    width: 80%; }
  .clients-section__head_right {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #000; }
    .clients-section__head_right span {
      font-weight: normal;
      font-size: 150px;
      line-height: 100%;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #000000;
      background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top;
      padding-left: 20px;
      background-position-x: 15px; }
    .clients-section__head_right img {
      width: 60%;
      margin-top: 20px; }
  .clients-section__head .title {
    color: #000; }
  .clients-section__head .title-desc {
    font-weight: 300;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000; }

.clients-section__main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px; }
  .clients-section__main_left {
    width: 20%;
    padding: 0 20px 0 0;
    padding-top: 40px;
    font-weight: 300;
    font-size: 24px;
    border-right: 1px solid #000;
    line-height: 24px;
    color: #323232; }
  .clients-section__main_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .clients-section__main_right {
    width: 80%;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 100px; }
    .clients-section__main_right img {
      margin-right: 20px;
      margin-bottom: 50px;
      max-height: 90px; }

.no-result {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000; }

.deactive {
  display: none; }

#one {
  display: block;
  width: 75%; }
#one .catalog__item {
  width: 24%; }
#one .catalog__item:nth-child(4n) {
  margin-right: 0; }
#one .catalog__item:nth-child(5n) {
  margin-right: 1.25%; }

#two {
  width: 75%; }
#two .news {
  width: 100%; }
#two .news .news__small {
  width: 23%;
  min-height: 250px; }
#two .news .news__average {
  width: 47.7%;
  min-height: 250px; }
#two .news .news__item {
  margin: 0 0.9%;
  margin-bottom: 15px; }
#two .news .news__big {
  width: 72.5%; }

#three {
  width: 75%; }
#three .job {
  width: 100%; }
#three .job__block {
  width: 48%; }
#three .job__name {
  font-size: 20px; }

.personal-block span {
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin-left: 10px; }

.search {
  display: flex;
  align-items: center;
  position: relative; }
.search form {
  position: relative;
  background: rgba(238, 238, 238, 0.6);
  transition: all 0.2s;
  overflow: hidden;
  width: 0; }
.search form input {
  width: 100%;
  border: none;
  background: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #565656;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  outline: none; }
.blue-section .contacts-breadcrumb li a:hover {
  color: #FEBC12!important;
}
.blue-section .contacts-breadcrumb li a:hover span {
  color: #FEBC12!important;
}
.news-item__left p > img {
  height: auto!important;
  margin-bottom: 20px!important;
}
.search form button {
  position: absolute;
  left: 0;
  top: 2px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none; }
.search label {
  cursor: pointer;
  transition: all 0.4s; }
.search label:hover {
  opacity: 0.7; }
.search input[type="checkbox"] {
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  opacity: 0; }
.search input[type="checkbox"]:checked ~ form {
  width: 306px; }
.search input[type="checkbox"]:checked {
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed; }
.search input[type="checkbox"]:checked ~ label {
  width: 0;
  overflow: hidden; }

.mobile-search {
  display: none; }

.garanty-top {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 43px; }
.garanty-top .title {
  width: 60%;
  max-width: 60%;
  font-weight: normal;
  font-size: 58px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000; }

.garanty-pretop {
  display: flex;
  justify-content: space-between; }
.garanty-pretop__left {
  width: 75%;
  font-weight: 300;
  font-size: 48px;
  line-height: 54px;
  color: #323232; }
.garanty-pretop__right {
  width: 20%;
  padding-left: 20px;
  border-left: 1px solid #000;
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000; }

.garanty-image {
  width: 100%;
  max-height: 625px;
  object-fit: cover; }

.garanty-navtop {
  margin-top: 54px;
  display: flex;
  margin-bottom: 90px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
.garanty-navtop .opport {
  margin-top: 90px;
  flex-wrap: wrap; }
.garanty-navtop .opport__block {
  min-height: 341px; }
.garanty-navtop .opport .opport-image {
  width: 100%; }
.garanty-navtop__left {
  width: 50%;
  background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top left; }
.garanty-navtop__left img {
  width: 100%; }
.garanty-navtop__right {
  width: 40%; }
.garanty-navtop__right .desc {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #000000; }

.garanty-main {
  margin-top: 39px; }
.garanty-main__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
.garanty-main__head .title {
  width: 80%;
  max-width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px; }
.garanty-main__number {
  display: flex;
  align-items: flex-start;
  width: 20%;
  padding-left: 40px;
  font-weight: normal;
  font-size: 150px;
  line-height: 76%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  border-left: 1px solid #000;
  background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top left;
  background-position-x: 15px; }
.garanty-main__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px; }
.garanty-main__first-block {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
.garanty-main__first-block img {
  width: 60%;
  margin-bottom: 61px; }
.garanty-main__first-block .garanty-main__text {
  width: 50%;
  padding-right: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000; }
.garanty-main__two-block {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
.garanty-main__two-block img {
  width: 90%;
  margin-bottom: 61px; }
.garanty-main__two-block .garanty-main__text {
  width: 50%;
  padding-right: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000; }
.garanty-main__last-block {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
.garanty-main__last-block img {
  width: 100%;
  margin-bottom: 61px; }
.garanty-main__last-block .garanty-main__text {
  width: 100%;
  padding-right: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000; }
.garanty-main__bottom {
  width: 100%;
  display: flex;
  align-items: flex-start; }
.garanty-main__bottom span {
  width: 20%;
  min-height: 48px;
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  padding: 0 20px;
  border-left: 1px solid #000; }
.garanty-main__bottom span:last-child {
  border-right: 1px solid #000; }
.garanty-main__wrap {
  width: 100%;
  display: flex;
  border-left: 1px solid #000;
  flex-wrap: wrap;
  align-items: flex-start; }
.garanty-main__wrap_left {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px; }
.garanty-main__wrap_left p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000; }
.garanty-main__wrap_bottom {
  display: flex;
  align-items: flex-start; }
.garanty-main__wrap_bottom span {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-right: 10px; }
.garanty-main__wrap_right {
  width: 60%; }
.garanty-main__wrap_right img {
  width: 100%;
  min-height: 600px;
  object-fit: cover; }
.garanty-main__wrap_left-last {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px; }
.garanty-main__wrap_left-last p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000; }
.garanty-main__wrap_title {
  font-weight: 300;
  font-size: 48px;
  line-height: 54px;
  color: #323232;
  margin-bottom: 42px; }
.garanty-main__wrap_right-last {
  width: 40%; }
.garanty-main__wrap_right-last img {
  width: 100%;
  min-height: 366px;
  object-fit: cover; }
.garanty-main__line {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px; }
.garanty-main__line span {
  width: 20%;
  min-height: 48px;
  border-right: 1px solid #000; }
.garanty-main__line-last {
  width: 100%;
  margin-top: 100px;
  display: flex;
  align-items: flex-start; }
.garanty-main__line-last span {
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
  width: 40%;
  min-height: 48px;
  border-right: 1px solid #000; }
.garanty-main__line-last span p {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-right: 10px; }
.garanty-main__blocks {
  width: 100%;
  display: flex;
  margin-top: 40px; }
.garanty-main__blocks span {
  width: 40%; }
.garanty-main__blocks .first-span {
  padding: 0 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #000; }
.garanty-main__blocks .first-span img {
  margin-bottom: 20px; }
.garanty-main__blocks .first-span p {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000; }
.garanty-main__blocks .two-span {
  padding: 0 26px;
  display: flex;
  align-items: flex-start;
  border-left: 1px solid #000; }
.garanty-main__blocks .two-span p {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-right: 10px; }
.garanty-main .other-wrap .garanty-main__wrap_right img {
  min-height: 400px; }
.garanty-main .other-wrap .garanty-main__wrap_left {
  min-height: auto; }
.garanty-main__big-text {
  font-weight: 300;
  font-size: 48px;
  line-height: 54px;
  color: #323232;
  margin-top: 20px;
  margin-bottom: 40px; }
.garanty-main__down {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap; }
.garanty-main__down_block {
  width: 40%;
  flex-direction: column;
  display: flex; }
.garanty-main__down_block img {
  width: 50%;
  margin-bottom: 20px;
  min-height: 261px;
  object-fit: cover; }
.garanty-main__down_block span {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  width: 90%; }
.garanty-main__down_block-last {
  width: 20%;
  flex-direction: column;
  display: flex; }
.garanty-main__down_block-last img {
  width: 100%;
  margin-bottom: 20px;
  min-height: 261px;
  object-fit: cover; }
.garanty-main__down_block-last span {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  width: 90%; }
.garanty-main .null-block {
  width: 100%;
  margin-top: 42px; }
.garanty-main .null-block span {
  display: flex; }
.garanty-main .null-block span p {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-right: 10px; }
.garanty-main .null-block span:first-child {
  border-left: 0; }
.garanty-main__number svg {
  fill: #DADADA;
  transition: all 0.4s; }
.garanty-main__number svg:hover {
  fill: #3645CF; }
.garanty-main .number-image {
  background: none; }
.garanty-main__document {
  margin-top: 20px;
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
.garanty-main__document_right {
  width: 80%;
  padding-left: 20px;
  min-height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end; }
.garanty-main__document_right a {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center; }
.garanty-main__document_right a:hover span {
  text-decoration: none; }
.garanty-main__document_right a img {
  margin-right: 10px; }
.garanty-main__document_right a span {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #000000; }
.garanty-main__document_left {
  width: 20%;
  min-height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
  border-right: 1px solid #000; }
.garanty-main__document_left p {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000; }
.garanty-main__document_bottom {
  display: flex;
  align-items: flex-start; }
.garanty-main__document_bottom span {
  font-weight: normal;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-right: 10px; }

.other-line span:first-child {
  border-left: 1px solid #000; }

.empty-basket {
  min-height: 300px;
  display: flex;
  flex-direction: column; }
.empty-basket a {
  text-decoration: underline;
  color: #3645CF; }
.empty-basket a:hover {
  text-decoration: none; }
.empty-basket__top {
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 30px; }
.empty-basket__bottom {
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000; }
.empty-basket .null-block {
  display: flex;
  width: 100%;
  margin-top: 100px; }
.empty-basket .null-block span {
  min-height: 48px;
  border-right: 1px solid #000;
  width: 20%; }
.empty-basket .null-block span:first-child {
  border-left: 0; }
.empty-basket .null-block span:last-child {
  border-right: 0; }

#myMenu .sidebar li:first-child {
  display: block; }

#myMenu .sidebar li:nth-child(2) {
  display: block; }

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.nav-pills__img {
  display: none;
}

.catalogSlider {
  width: 100%;
}

.catalogSlider .swiper-slide {
  height: auto;
}
.myMenu-head {
  display: none;
}
.modal-contents {
  width: 100%;
}

.catalog-table table tbody tr td:nth-child(2) {
  width: 170px;
}
.catalog-table table tbody tr td:nth-child(3) {
  width: 170px;
}
.catalog-table table tbody tr td:nth-child(6) {
  width: 170px;
}

@media screen and (max-height: 800px) {
  #myPopup, #myPopupTwo {
    width: 800px;
  }
}

.sogl {
  display: none;
}
.password-control {
  position: absolute;
  bottom: 15px;
  right: 11px;
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("/bitrix/templates/main/css/../images/view.svg") 0 0 no-repeat;
}
.password-control.view {
  background: url("/bitrix/templates/main/css/../images/view.svg") 0 0 no-repeat;
}

#myPass .form-group {
  position: relative;
}

.blue-section__block .close {
  display: none;
}

.personal-data__head {
  display: flex;
  align-items: center;
    flex-wrap: wrap;
}
.personal-data__title {
  width: 50%;
  border-right: 1px solid #000;
}
.personal-data__head .nav-link {
  margin-bottom: 42px;
  width: 50%;
    border: none;
    border-radius: 0;
  border-right: 1px solid #000;
  min-height: 43px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 20px;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000;
}
.personal-data__head .nav-tabs {
  width: 50%;
    border: none;
  display: flex;
}
.personal-data__head .nav-tabs input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.personal-data__head .nav-tabs input:checked ~ label span {
  background: url("/bitrix/templates/main/css/../images/che2.png") no-repeat center center;
}
.personal-data__head .nav-tabs label {
  cursor: pointer;
  width: 100%;
  display: flex;
  border-color: #000;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  min-height: 43px;
  margin-bottom: 0;
}
.personal-data__head .nav-tabs .nav-link:focus, .personal-data__head .nav-tabs .nav-link:hover {
  border-color: #000;
}
.personal-data__head .nav-tabs label span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #000;
  margin-right: 10px;
  background: url("/bitrix/templates/main/css/../images/che.png") no-repeat center center;
}

/* new style */
table.prods_elems{
    display: table;
    width: 100%;
    max-width: 100%;
	table-layout: fixed;
}
table.prods_elems tr th{
	padding:10px;
	word-break: break-word;
	vertical-align: top;
}
table.prods_elems td{
	white-space: nowrap;
}

table.prods_elems .prod_name{width: 11%;}
table.prods_elems .prod_REK4, table.prods_elems .prod_REK4_C{width: 7.3%;}
table.prods_elems .prod_REK5, table.prods_elems .prod_REK5_PB{width: 8.2%;}
table.prods_elems .prod_REK6, table.prods_elems .prod_REK6_DET{width: 14.5%;}
table.prods_elems .prod_REK7, table.prods_elems .prod_REK7_DET{width: 7.8%;}
table.prods_elems .prod_REK8{width: 8.9%;}
table.prods_elems .prod_REK9, table.prods_elems .prod_REK9_C{width: 7.2%;}
table.prods_elems .prod_REK10, table.prods_elems .prod_REK10_C{width: 5.4%;}
table.prods_elems .prod_REK11{width: 8%;}
table.prods_elems .prod_REK12{width: 9.5%;}
table.prods_elems .prod_REK13{width: 14.5%;}
table.prods_elems .prod_REK14{width: 8.1%;}
table.prods_elems .prod_REK15{width: 4%;}
table.prods_elems .prod_REK16{width: 4%;}
table.prods_elems .prod_REK17, table.prods_elems .prod_REK17_C{width: 8%;}
table.prods_elems .prod_REK18, table.prods_elems .prod_REK18_PB{width: 4%;}
table.prods_elems .prod_REK19{width: 8%;}
table.prods_elems .prod_price{width: 6.5%;}
table.prods_elems .prod_count{width: 9.3%;}
table.prods_elems .prod_cart{width: 4.5%;}

/* ЖБ изделия */
table.prods_elems.table_section_12 .prod_name,
table.prods_elems.table_section_13 .prod_name,
table.prods_elems.table_section_14 .prod_name,
table.prods_elems.table_section_50 .prod_name
{width: 14%;}
table.prods_elems.table_section_12 .prod_REK4,
table.prods_elems.table_section_50 .prod_REK4
{width: 9%;}
table.prods_elems.table_section_12 .prod_REK5,
table.prods_elems.table_section_50 .prod_REK5
{width: 11%;}
table.prods_elems.table_section_12 .prod_REK7,
table.prods_elems.table_section_50 .prod_REK7
{width: 10%;}
table.prods_elems.table_section_12 .prod_REK15
{width: 6%;}
table.prods_elems.table_section_12 .prod_REK14,
table.prods_elems.table_section_50 .prod_REK14
{width: 11%;}
table.prods_elems.table_section_12 .prod_REK10,
table.prods_elems.table_section_50 .prod_REK10
{width: 8%;}
table.prods_elems.table_section_12 .prod_REK11,
table.prods_elems.table_section_50 .prod_REK11
{width: 11%;}
table.prods_elems.table_section_12 .prod_REK12,
table.prods_elems.table_section_50 .prod_REK12
{width: 13%;}
table.prods_elems.table_section_12 .prod_price,
table.prods_elems.table_section_50 .prod_price
{width: 10%;}
table.prods_elems.table_section_12 .prod_count,
table.prods_elems.table_section_50 .prod_count
{width: 12%;}
table.prods_elems.table_section_12 .prod_cart,
table.prods_elems.table_section_50 .prod_cart
{width: 6%;}

table.prods_elems.table_section_15 .prod_name,
table.prods_elems.table_section_16 .prod_name
{width: 22%;}
table.prods_elems.table_section_15 .prod_REK6_DET
{width: 10%;}
table.prods_elems.table_section_15 .prod_REK7_DET
{width: 10%;}
table.prods_elems.table_section_15 .prod_REK15,
table.prods_elems.table_section_16 .prod_REK15
{width: 6%;}
table.prods_elems.table_section_15 .prod_REK10
{width: 7%;}
table.prods_elems.table_section_15 .prod_price
{width: 8%;}

table.prods_elems.table_section_17 .prod_name
{width: 61%;}
table.prods_elems.table_section_17 .prod_REK4
{width: 9%;}
table.prods_elems.table_section_17 .prod_REK5
{width: 11%;}
table.prods_elems.table_section_17 .prod_price
{width: 10%;}
table.prods_elems.table_section_17 .prod_count
{width: 14%;}
table.prods_elems.table_section_17 .prod_cart
{width: 5%;}

table.prods_elems.table_section_79 .prod_name
{width: 71%;}
table.prods_elems.table_section_79 .prod_price
{width: 10%;}
table.prods_elems.table_section_79 .prod_count
{width: 14%;}
table.prods_elems.table_section_79 .prod_cart
{width: 5%;}

table.prods_elems.table_section_31 .prod_name
{width: 15%;}

table.prods_elems.table_section_30 .prod_REK15
{width: 5%;}

table.prods_elems.table_section_70 .prod_name
{width: 22%;}
table.prods_elems.table_section_70 .prod_REK6
{width: 10%;}
table.prods_elems.table_section_70 .prod_REK7
{width: 10%;}
table.prods_elems.table_section_70 .prod_REK15
{width: 6%;}
table.prods_elems.table_section_70 .prod_REK10
{width: 12%;}
table.prods_elems.table_section_70 .prod_price
{width: 7%;}
table.prods_elems.table_section_70 .prod_count
{width: 14%;}

table.prods_elems.table_section_50 .prod_REK15
{width: 7%;}
/* Бетон */
table.prods_elems.table_section_43 .prod_name,
table.prods_elems.table_section_68 .prod_name
{width: 47%;}
table.prods_elems.table_section_43 .prod_REK11,
table.prods_elems.table_section_68 .prod_REK11
{width: 9%;}
table.prods_elems.table_section_43 .prod_REK12,
table.prods_elems.table_section_68 .prod_REK12
{width: 10.5%;}
table.prods_elems.table_section_43 .prod_REK19,
table.prods_elems.table_section_68 .prod_REK19
{width: 11%;}
table.prods_elems.table_section_43 .prod_price,
table.prods_elems.table_section_68 .prod_price
{width: 8%;}
table.prods_elems.table_section_43 .prod_count,
table.prods_elems.table_section_68 .prod_count
{width: 10%;}
table.prods_elems.table_section_43 .prod_cart,
table.prods_elems.table_section_68 .prod_cart
{width: 5%;}

table.prods_elems.table_section_46 .prod_name,
table.prods_elems.table_section_69 .prod_name
{width: 71%;}
table.prods_elems.table_section_46 .prod_price,
table.prods_elems.table_section_69 .prod_price
{width: 10%;}
table.prods_elems.table_section_46 .prod_count,
table.prods_elems.table_section_69 .prod_count
{width: 14%;}
table.prods_elems.table_section_46 .prod_cart,
table.prods_elems.table_section_69 .prod_cart
{width: 5%;}

/* Цемент */
table.prods_elems.table_section_75 .prod_name, table.prods_elems.table_section_76 .prod_name{width: 71%;}
table.prods_elems.table_section_75 .prod_price, table.prods_elems.table_section_76 .prod_price{width: 10%;}
table.prods_elems.table_section_75 .prod_count, table.prods_elems.table_section_76 .prod_count{width: 14%;}
table.prods_elems.table_section_75 .prod_cart, table.prods_elems.table_section_76 .prod_cart{width: 5%;}

/* Песок */

table.prods_elems.table_section_71 .prod_name,
table.prods_elems.table_section_72 .prod_name,
table.prods_elems.table_section_73 .prod_name,
table.prods_elems.table_section_74 .prod_name
{width: 71%;}
table.prods_elems.table_section_71 .prod_price,
table.prods_elems.table_section_72 .prod_price,
table.prods_elems.table_section_73 .prod_price,
table.prods_elems.table_section_74 .prod_price
{width: 10%;}
table.prods_elems.table_section_71 .prod_count,
table.prods_elems.table_section_72 .prod_count,
table.prods_elems.table_section_73 .prod_count,
table.prods_elems.table_section_74 .prod_count
{width: 14%;}
table.prods_elems.table_section_71 .prod_cart,
table.prods_elems.table_section_72 .prod_cart,
table.prods_elems.table_section_73 .prod_cart,
table.prods_elems.table_section_74 .prod_cart
{width: 5%;}

/* Быстрая заявка */
table.fast_table_search .prod_name{width: 69%;}
table.fast_table_search .prod_price{width: 11%;}
table.fast_table_search .prod_count{width: 15%;}
table.fast_table_search .prod_cart{width: 6%;}

.catalog-item__filter{position:relative;}
.catalog-item__filter_main .filter_elem_block_SELECT{
	position:relative;
	min-width: 65px;
}
.catalog-item__filter_main select{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border: 0px;
    padding: 6px 7px;
    line-height: normal;
    text-transform: capitalize;
	min-width: 65px;
}
.catalog-item__filter_main input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    padding: 6px 7px;
    line-height: normal;
    text-transform: capitalize;
}
.catalog-item__filter_main .filter_elem_block_SELECT:after{
	background:url(/bitrix/templates/main/css/../images/arrow_down.svg) no-repeat top center;
    display: block;
    /*content: "";*/
    top: 11px;
    right: 9px;
    width: 10px;
    height: 10px;
    position: absolute;
}
.catalog-item__filter_main .filter_elem_block_RADIO input{
	background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 10px;
}
.catalog-item__filter_main .filter_elem_block_RADIO input:checked{
  background:url(/bitrix/templates/main/css/../images/shape_icon.svg) no-repeat 50%;
}
.catalog-item__filter_main .filter_elem_block_RADIO input:focus{
  outline-width: 0;
}

.catalog-item__filter_main .bx-filter-block .col{
	padding: 0px;
}
.catalog-item__filter_main .bx-filter-block .bx-filter-select-container{
	padding: 6px 11px 6px 7px;
    border: 1px solid rgba(0, 0, 0, 0.5);
	float: left;
}
.catalog-item__filter_main .bx-filter-block .bx-filter-select-container .bx-filter-select-text{
	float: left;
    margin: 0px 10px 0px 0px;
}
.catalog-item__filter_main .bx-filter-block .bx-filter-select-container .bx-filter-select-block{
	display: flex;
    align-items: center;
}
.catalog-item__filter_buttons{
	display: flex;
    align-items: center;
    width: 100%;
    margin: 25px 0px 0px;
	position:relative;
}
.catalog-item__filter_buttons .button_fil{
	position:relative;
	outline: 0;
    outline-offset: 0;
}
.catalog-item__filter_buttons .button_fil input,
.catalog-item__filter_buttons .button_fil input:hover,
.catalog-item__filter_buttons .button_fil input:active,
.catalog-item__filter_buttons .button_fil input:focus{
	border: 0px;
    padding: 0px;
	color: #3645CF;
	letter-spacing: -0.01em;
    text-decoration-line: underline;
	font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    position:relative;
	background:transparent;
	border:0px;
	outline: 0 !important;
    outline-offset: 0;
	box-shadow: none;
}
.catalog-item__filter_buttons .button_subm input{
	margin: 0px 30px 0px 0px;
}
/*.catalog-item__filter_buttons .button_clean input{
	margin: 0px 0px 0px 31px;
}*/
/*.catalog-item__filter_buttons .button_clean:before{
	display:block;
	content:"";
	background:url(/bitrix/templates/main/css/../images/del_filter.svg) no-repeat top center;
	top:3px;
	left:0px;
	width:22px;
	height:22px;
	position:absolute;
}*/
.catalog-table table tr th:last-child, .catalog-table table tr td:last-child {
    border: none;
    position: relative;
}
.catalog-table__left .black_text{
	color:#000;
}
.catalog-table__left .black_text a{
	color: #007bff;
}
table.prods_elems .to-basket.disabled{
	pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
table.prods_elems .to-basket{
	background:url(/bitrix/templates/main/css/../images/bas.svg) no-repeat top center;
	width: 40px;
    height: 23px;
    line-height: 23px;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
}
table.prods_elems .to-basket.added{
	background:url(/bitrix/templates/main/css/../images/bas_added.svg) no-repeat top center;
	top: 16px;
    right: 0px;
}
table.prods_elems .to-basket.added img, table.prods_elems .to-basket.added span{display:none;}
.breadcrumb.contacts-breadcrumb > li + li:before{display:none;}
.pagination_num{
	position: relative;
    float: left;
    width: 100%;
}
a.load_more{
	width: 100%;
    float: left;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 20px auto;
	    color: #3645CF!important;
    letter-spacing: -0.01em;
    text-decoration-line: underline!important;
    font-size: 14px;
    line-height: 26px;
    outline: 0 !important;
}
.group-section#job .group__head .group__name_item{position:relative;}
.group-section#job .group__head .group__name_item:after{
	background:url(/bitrix/templates/main/css/../images/vacation_door.svg) no-repeat left center;
    width: 38px;
    height: 62px;
    content: "";
    position: absolute;
    top: 7px;
    margin: 0px 0px 0px 20px;
}
.group-section#job .group__head .group__name_item > span{
	position: absolute;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    right: 65px;
    top: 9px;
}



.head-title__back {
    margin-top: 16px;
}
.head-title {
    margin-bottom: 58px;
}
.basket-table table {
    margin-top: 55px;
}
.catalog-table table tr th {
   padding: 6px 10px 27px 6px;
    width: auto !important;
   word-break: initial !important;
}


@media screen and (max-width: 770px) {
	.desct_only {display: none !IMPORTANT;}
	
	.frst12 {
	width: 150px !Important;
    }
	
	#myPopup, #myPopup2, #myPopupTwo {
    width: 90%;
    }
	
	#myPopup .modal-contents, #myPopupTwo .modal-contents, #myPopup2 .modal-contents {
    flex-direction: column;
    align-items: center;
    }
	
	#myPopup2 .modal-block {
    width: 100%;
    margin-bottom: 15px;
    }
	
}


.catalog-table table tr ._hd {

}


.catalog-table table tr td {
    padding: 8px 10px;
}

.fast-table tr:last-child td {
    padding-top: 18px;
    padding-bottom: 14px;
}

.catalog-table__main {
    margin-bottom: 40px;
}

.delivery .check-filter__item label {
    max-width: 100%;
    margin-left: 19px;
    margin-right: 0;
}
.delivery .check-filter__item{
    align-items: flex-start;
    margin-bottom: 16px;
}
.delivery .check-filter__item input {
    margin-top: 3px;
}
.catalog-table__right {
    margin-top: 22px;
}
.catalog-table table {
    margin-top: 53px;
}
.delivery {
    margin-bottom: 40px;
}

.delivery-bet .delivery__title {
    width: 65%;
}

.pres {
    position: absolute;
    left: 0;
    top: 77px;
    max-width: 236px;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #8D8D8D;
}
.delivery {
    position: relative;
}

.personal-data__title {
    width: 100%;
    display: flex;
}
.title-other span {
    width: 50%;
    display: block;
}
#primary {
    width: 50%;
    display: flex;
    position: absolute;
    right: 0;
}
.personal-data__main {
    position: relative;
}
#primary label {
    width: 50%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-left: 14px;
    height: 32px;
    display: flex;
    margin-top: 3px;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
#primary label:nth-child(3) {
    border-right: 1px solid #000;
}
.primary-line {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 20px;
    border-left: 1px solid #000;
    height: 33px;
}
.primary-line:last-child {
    border-right: 1px solid #000;
}
#primary input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/bitrix/templates/main/css/../images/labs1.svg") no-repeat center center;
    outline: none;
    width: 36px;
    height: 33px;
    cursor: pointer;
}
#primary input:checked {
    background: url("/bitrix/templates/main/css/../images/labs.svg") no-repeat center center;
}

#basket-form {
    display: none;
}

.forms2 {
    display: none;
}
.personal-data__main {
    margin-top: 34px;
}
.personal-data .form-group .form-line label {
    margin-bottom: 3px;
}
.personal-data .form-group .form-line input, .personal-data .form-group .form-line textarea {
    line-height: 100%;
}
.delivery .check-filter__item input {
    border-radius: 0;
}
.delivery .check-filter__item label {
    max-width: 95%;
}

input {
    border-radius: 0!important;
}

.personal-data .form-group .form-line {
    font-style: italic;
}
.personal-data .form-group .form-line label {
    font-style: normal;
}

.fltr_desc {display: block;}
.fltr_mobile {display: none;}
@media screen and (max-width: 720px) {
	.fltr_desc {display: none;}
	.fltr_mobile {display: block;}
	
    /*.catalog-table table tr ._hd {*/
    /*   display: none;*/
    /*}*/
	.delivery {
        margin-top: 40px;
    }
	#basket-tables {
		margin-top: 40px;
	}
    .delivery .check-filter__item label {
        max-width: 85%;
    }
    .delivery label {
        max-width: 100%;
    }
    .delivery__right {
        max-width: 100%!important;
    }
    .delivery__title {
        font-size: 16px;
		margin-top: 30px;
    }
    .delivery .check-filter__item label {
        font-size: 16px;
        line-height: 20px;
    }
    .delivery__title .hint {
        display: none;
    }
    .catalog-table table tr th:last-child, .catalog-table table tr td:last-child {
        position: sticky;
        right: 0;
        background: #EDEDED;
        border-left: 1px solid #000;
        box-shadow: -16px 0 35px 4px #fff;
    }
    .catalog-table table tr th:last-child:before, .catalog-table table tr td:last-child:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
    }
    .catalog-table table tbody tr:nth-child(2n) td:last-child {
        background: #fff;
    }
    .catalog-table table tr th:last-child {
        background: #fff;
    }
    .basket-table tr td:first-child {
        width: 20%;
    }
    .personal-data__main {
        padding-top: 45px;
    }
    #primary {
        width: 100%;
        top: 0;
    }
    #primary label {
        width: 77%;
        font-size: 16px;
        line-height: 24px;
    }
    #primary .primary-line:first-child {
        padding-left: 0;
        border-left: 0;
    }
    #primary .primary-line:last-child {
        border-right: 0;
    }
    #myModalAdd__close {
        margin-top: -39%;
    }
    #primary input {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    #primary input:checked {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

}

.pres.pres2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 970px) {
    .pres {
        display: none;
    }
	.pres.pres2 {
        display: block;
    }
}

@media screen and (max-width: 350px) {
    #myModalAdd__close {
        margin-top: -17%;
    }
}

._lnk2:hover {
	color: #000000;
}

#myModal {
	position: fixed;
}


.fancybox-inner{
  max-height: 700px;
}

.footer-botom__left
 {
    font-size: small;
    color: gray;
}

footer .footer-botom__left a {
   color: gray;
}
/* End */


/* Start:/bitrix/templates/main/css/jquery.filer.css?160577723814837*/
/*!
 * CSS jQuery.filer
 * Copyright (c) 2016 CreativeDream
 * Version: 1.3 (14-Sep-2016)
*/
@import url('/bitrix/templates/main/css/../assets/fonts/jquery.filer-icons/jquery-filer.css');

/*-------------------------
	Basic configurations
-------------------------*/
.jFiler * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jFiler {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
}

/* Helpers */
.jFiler ul.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.jFiler .pull-left {
    float: left;
}

.jFiler .pull-right {
    float: right;
}

/* File Icons */
span.jFiler-icon-file {
	position: relative;
    display: block;
    background: #e1e1e1 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAAEACAYAAADsqNl9AAAD5klEQVR42u3azUqUURjA8bHAEpIK+9hlRBGC0QfVustI+oAo2nQJgYGFFEUhJF1NUVAXEC6iSyhIDCoX5js9Z5xpXmxsRjOdmfP7wfPqwtWZ589xhqlUN2Y5Zi5mJmYi5lzMgZhdFbpavEb32sxsURSfq5mqrPPv52MexYxZrb4NIusoOgoiDudb/JiMGbZSWQSRbRSdBPEqZtQqZRdEllFU2rxPuB8zYI2yDSK7KNYKYinmlvURRG5RVNa4GW5aHUHkGEWrIKasjSByjWJ1EC+tjCByjqKy6qPVI1ZGEDlHUb4h7loXQeQeRSOILzF7rIsgco+iEcS0VRGEKFaCSB+znrQqghDFShDvrYkgRNEM4pk1EYQomkFctiaCEEUziDPWRBCiaAYxYk0EIYpmEIPWRBCiqAeBIEQhCEGIQhBsWxA9E4UNEYQoBCEIUQiC7giiq6OwIYIQhSAEIQpB0H1BdF0UNkQQohCEIEQhCLo7iFoUMZ8EgSC6JAobIghRCEIQohAEvRXEtkRhQwQhCkEIQhSCoHeD2LIobIggRCEIQYhCEPRHEP81ChsiCFEIQhCiEAT9F8SmR2FDBCEKQQhCFIKgv4PYlChsiCD6bZ7/SxQ2RBCiEIQgRCEI8gpiQ1HYEEGIQhCCEIUgyDeIjqOwIYIQhSAEIQpBsBLEKVGsHYUNcUuIQhCCMK2jsB2CEEUpCtshClOKwmYIwpSisBn5BjEqgj+jsBluCVMaWyEKIQiCUhCXhCAI3BKC4K9RXBeEIHBbCALvKwTBRuO4IQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyEi1Wh10ClBrYXd6jDgKqAVxMD3OOgqoBXE+PSYcBdSCuJIeM44CakHMpseco4BKpSiKDymI5Zgxx0Hmt8N4TDX9kjx0JGQexONyEPMxw46FTGPYF7NQDiKZdDRkGsSDRgTlIL7HHHU8ZBbD8ZjFVkEkr2MGHBOZxLAj5m05gNVBJNOOipzeSLcLIn0Me9tx0ecx3KnvetsgkiVR0Ocx/Gy1+GsF0bgppr2noI9C2BnzpNXN0EkQDW9ijjlOejyGEzHv2i17J0EkP2KmYvY6WnoshP31/3QWO1n0ToNoWKhfOeOOmi4P4XTM06Iovq5nwdcbxG/pm4Hp67IxV2MuxByKGfJSsMWLPxRzOOZizLWYF7GbHze6178AQI59RSRyAJkAAAAASUVORK5CYII=') no-repeat;
    background-size: cover;
    width: 57px;
    height: 74px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

span.jFiler-icon-file i[class*="icon-jfi-"] {
    font-size: 24px;
}

span.jFiler-icon-file.f-image {
    background-color: #e15955;
}

span.jFiler-icon-file.f-video {
    background-color: #4183d7;
}

span.jFiler-icon-file.f-audio {
    background-color: #5bab6e;
}

/* Progress Bar */
.jFiler-jProgressBar {
    height: 8px;
    background: #f1f1f1;
    margin-top: 3px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jFiler-jProgressBar .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #50A1E9;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.jFiler-jProgressBar .bar.dark {
    background-color: #555;
}

.jFiler-jProgressBar .bar.blue {
    background-color: #428bca;
}

.jFiler-jProgressBar .bar.green {
    background-color: #5cb85c;
}

.jFiler-jProgressBar .bar.orange {
    background-color: #f7a923;
}

.jFiler-jProgressBar .bar.red {
    background-color: #d9534f;
}

/* Thumbs */
.jFiler-row:after,
.jFiler-item:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.jFiler-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*-------------------------
	Default Theme
-------------------------*/
.jFiler-theme-default .jFiler-input {
    position: relative;
    display: block;
    width: 400px;
    height: 35px;
    margin: 0 0 15px 0;
    background: #fefefe;
    border: 1px solid #cecece;
    font-size: 12px;
    font-family: sans-serif;
    color: #888;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 4px 5px -5px inset;
       -moz-box-shadow: rgba(0,0,0,.25) 0 4px 5px -5px inset;
            box-shadow: rgba(0,0,0,.25) 0 4px 5px -5px inset;
}

.jFiler-theme-default .jFiler-input.focused {
    outline: none;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.jFiler-theme-default .jFiler-input.dragged {
    border: 1px dashed #aaaaaa;
    background: #f9f9f9;
}

.jFiler-theme-default .jFiler-inpu.draggedt:hover {
    background: #FFF8D0;
}

.jFiler-theme-default .jFiler-input.dragged * {
    pointer-events: none;
}

.jFiler-theme-default .jFiler-input.dragged .jFiler-input-caption {
    width: 100%;
    text-align: center;
}

.jFiler-theme-default .jFiler-input.dragged .jFiler-input-button {
    display: none;
}

.jFiler-theme-default .jFiler-input-caption {
    display: block;
    float: left;
    height: 100%;
    padding-top: 8px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jFiler-theme-default .jFiler-input-button {
    display: block;
    float: right;
    height: 100%;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ccc;
    color: #666666;
    text-align: center;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: linear-gradient(to bottom,#fefefe,#f1f1f1);
    background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
    -webkit-transition: all .1s ease-out;
       -moz-transition: all .1s ease-out;
         -o-transition: all .1s ease-out;
            transition: all .1s ease-out;
}

.jFiler-theme-default .jFiler-input-button:hover {
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.07);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.07);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.07);
}

.jFiler-theme-default .jFiler-input-button:active {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fefefe));
    background-image: -webkit-linear-gradient(top,#f1f1f1,#fefefe);
    background-image: -o-linear-gradient(top,#f1f1f1,#fefefe);
    background-image: linear-gradient(to bottom,#f1f1f1,#fefefe);
    background-image: -moz-linear-gradient(top,#f1f1f1,#fefefe);
}

/*-------------------------
	Thumbnails
-------------------------*/
.jFiler-items-default .jFiler-items {

}

.jFiler-items-default .jFiler-item {
    position: relative;
    padding: 16px;
    margin-bottom: 16px;
    background: #f7f7f7;
    color: #4d4d4c;
}


.jFiler-items-default .jFiler-item .jFiler-item-icon {
    font-size: 32px;
    color: #48A0DC;

    margin-right: 15px;
    margin-top: -3px;
}

.jFiler-items-default .jFiler-item .jFiler-item-title {
    font-weight: bold;
}

.jFiler-items-default .jFiler-item .jFiler-item-others {
    font-size: 12px;
    color: #777;
    margin-left: -5px;
    margin-right: -5px;
}

.jFiler-items-default .jFiler-item .jFiler-item-others span {
    padding-left: 5px;
    padding-right: 5px;
}

.jFiler-items-default .jFiler-item-assets {
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    margin-top: -10px;
}

.jFiler-items-default .jFiler-item-assets a {
    padding: 8px 9px 8px 12px;
    cursor: pointer;
    background: #fafafa;
    color: #777;
    border-radius: 4px;
    border: 1px solid #e3e3e3
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:hover,
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
    color: #d9534f;
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
    background: transparent;
}

/* Thumbnails: Grid */
.jFiler-items-grid .jFiler-item {
    float: left;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container {
    position: relative;
    margin: 0 20px 30px 0;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    position: relative;
    width: 190px;
    height: 145px;
    min-height: 115px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
    width: 100%;
    height: 100%;
    text-align: center;
}

.jFiler-item .jFiler-item-container .jFiler-item-thumb img {
    max-width: none;
    max-height: 100%;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb span.jFiler-icon-file {
    margin-top: 32px;
}

.jFiler-items-grid .jFiler-item-thumb-image.fi-loading {
    background: url('data:image/gif;base64,R0lGODlhIwAjAMQAAP////f39+/v7+bm5t7e3tbW1s7OzsXFxb29vbW1ta2traWlpZycnJSUlIyMjISEhHt7e3Nzc2tra2NjY1paWlJSUkpKSkJCQjo6OjExMSkpKRkZGRAQEAAAAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBAAeACwAAAAAIwAjAAAF5CAgjmRpnmiqrmzrvnAsz3Rto4Fwm4EYLIweQHcTKAiAQOPRI0QKRcYiEGA4qI8K9HZoGAIOSOBgCdIGBeLCMUgoBJSJjsBAxAiKRSFAQBCVBwMKGRsNQi8DBwsJhyQVGxMKjTCJk0kPjDI5AlQqBAcICFstBQqmmScFGh0dHBaWKAIEBQQDKQEKDxEQCTMBA5Y/o5oDoZYCHB1PMgIHCQacwCPACRStDTEDBrYABQg5wAgGIg4YYjQCogEGB3wI3J2+oD0G42PfN2Pc7D2JRDb/+In4t8MHwYIIEypcyLChQ4YhAAAh+QQFBAAeACwIAAgAEwATAAAFlqAnjiKSjAFJBscgLos4NIQ6JggAKLHXSDWbp6CoLRgeg0ShGwkIKQ9iITggPJFHaqA4eAYIRK0a9SwK0spl0TQkvEIJJnIlCdDCRk4lEJIGBgcHRn4jBBkciROFKgkNDg51jCJBJJU2ARocD4xNAQsGCBMcGz2FAxwZKQwVDYVwEhwOI02MAxsceJMeOgwaJ7skCX0jIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwJAAcAEgAVAAAFjqAnjmJAnihgHChqCACAJKMyoMHBeggSJ40baoC4zTwFB6IlOiwLhkCDMUIYUAUSgiA4RCZLAXPkoDQOsfFosVNjDYaBQiRmWjaaDMTdXDAYbWMJQnwiGBoOBEwmIwVeGhhzKAJ+BBsXIgoSVCcEAxkbAw8enEwAARkaYqluAqliChlLY64aQrNjAT2MKCEAIfkEBQQAHgAsBwAIABQAFAAABZqgJ45jUQBkqorGgQqIsKqteCjyTLbAsBg6UoBA8CgSIoGhGGQNAoXG4zAaNBcPxalJQhS4KwGhUCQgRYHZQGKxVBpgD8CQUCiAYEQTpZpcGFYrBgw5HgkEBg4XFHoqFx10CwMZFCIIDwl8IwscFAQXGR4NGQo6BBocRRUYHgIWGEwqBxoPHgEWoYYXVCsBCTIBqzkHaVwHvCshACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAVABQAAAWaoCeOpDECZKqKgRcY7bqanoHI6+EKSIHjCJ2oMPidCgIPQbHwGUkIBoLwJAEM1OpqQBgkC0yjwBGRRBQokfdXOASzo0MjqTrQUwQIpwM/QSYJKQoaHRUKHgtQSgwTEUIeDRcPSRQcHgiBFREiB1IkdAkaEgMUGAILFoE4AxkaRRIVLRIURTIGGQ0iExWcEzQyBzGwI05PV78rIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAgAFAAUAAAFlaAnjmRBnmgqCip6kEGbDnJqvmJAsLVIDwgEoTc6JAy0k05VSIoKiSgipgoIaIFKZ8tBVBeNBgORkEwkDt6sYECSBosUwJRybDiqxuOgTmTwCAUKIwAHAwMJDw10CxUNMRIaBQcIAmhPCgYjVAcZDx4REx5lOCoWGCIPER4Bqi0FFwwiEBIxBg9DKpqpEVS5PQUFACohACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAUABQAAAWRoCeOpEGeaCoGKmqOQlvKXgId4usR6DA+HA6kQDsxMB0Nr0hSTHxFAgJxIABogpiEI9rgVAiF2ICARCANVovAjsESKoKaNGBkMqrEojA/WDYSHgMIJAVZBwsKSwoSCyIOFx4FJg4LVwQHRCgVDQIOEAEHDi9XJwISFAIADA4iDJ1xEwoiDa2SDFA0rCO5NGwtIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAgAEwAUAAAFj6AnisNonqeBLWg7GpwmtAENcc8s6ifyGKJMp1DyIFqNjecxUEiKLpGi4slATcBW4hkdDQ6HbHd048TELtah8XCwxqjAsXXdKSyWuuiAILwmGBBABzUiBDUFCQglCBAJIgsTBAQFAQpzAwZ1BREsCwweBQt+Lg8QNQpvCAqFJwMQc6mGjy6kHrI7cB4DeiIhACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcABwASABUAAAWXoCeOI0GQaBpUl5CSRZV4QrYN71hoWBBkGpdISAI4No2BhoNLHRijy8YQmQwOpJMC2BAgIh5fgJZKSDYWYg4FWZMMhkLT7XHYeAW6wrBgLGZ0KQZjgR4IEhFqJIAeBQ8UDQUCeSNzIwcNCCIJDwMDJwgGawSZAQgzBAiWIwELDSIHmh6xOQyiAKciV4oeAHO0IwB0ArweIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAcAEAAVAAAFjKAnjuMwkKgnjFJVosSEeMGVrcc1j8TlehVMIIDh7EaMzMKDuTE4k4DHsCiIKJnCI0LYcE6ehMWyPDxGgshyZL5MUqID6uCAowsEwsouWlTGFAR8HgUJCglHgyNWigF0dXYzBAwPCoJgcAUKBnELAgKYcAObHgdyfIYiBQcAdgIJjAanrq0AsoojQyghACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAUABQAAAWYoCeKwQhF5aiqA3SIlDVW7yoOlCRKlVhtNZtHYUkIKBfPYoNaFRADUUTWeAwyGYHHAFmIDhIJImBorBIFB6cDSZUnEGEA08k0UiPDQrsSTB58HgEDhEIqAHgIERESVoY2BAcIBwaPlh5Rl04KCnhnKwMJDFCelgMIBAAeT3hBNqoeAggFIgiaX7ZblZoBB5lbqoG3wzbCKyEAIfkEBQQAHgAsBwAHABUAEwAABZygJ46jIJBoSjZPqa6GGEmBZ0zx60Gt90QiSSb3QkgOHskkkMj0UAOkyCEhLBiey2X0SIwMLKRVAPAEHggCY8N5egiKB6OGAmwtC1UhQScFIgt9JAKCKQUICQkxBw2NCycqBhsdlBgBAwUGBgRlKgMPExMSgSSdKmQvBAgIOqwoAgeKkDopBgMiMbOutCgGSLe8IlIeSKbBI1LAKCEAIfkEBQQAHgAsAAAAAAEAAQAABQOgFwIAIfkEBQQAHgAsAAAAAAEAAQAABQOgFwIAIfkECQQAHgAsAAAAACMAIwAABbWgJ45kaZ5oqq5s675wLM90baPBvS6MTgoKgqjxEBEihZuAsRAxHKJHJXk7NAwBB8RzsPRqBYFo4RgkFALKxMhAxAiKBdXtAXgah4Eis2nIBgcLCSgVGxMKNYAoD4MzAgI5KgQHCAhULQUKmgmRJgUaIhwWLwIEBQQDKQEKDxEQCXYxnSUBcjapKAIcHUg+JgkUHRx+YB6zIw4YEMc2QiMBzDB0HgbGvifR19rb3N3e3+Dh4ikhADs=') no-repeat center;
    width: 100%;
    height: 100%;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(76, 76, 77, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    overflow-y: auto;
    -webkit-transition: all 0.12s;
       -moz-transition: all 0.12s;
            transition: all 0.12s;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb:hover .jFiler-item-thumb-overlay {
    opacity: 1;
    filter: aplpha(opacity(100));
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    display: table;
    padding: 0 10px;
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
    display: block;
    font-weight: bold;
    word-break: break-all;
    line-height: 1;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-others {
    display: inline-block;
    font-size: 10px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
    margin-top: 10px;
    color: #999;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success {
    color: #3C763D
}

.jFiler-items-grid .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error {
    color: #A94442
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
    width: 120px;
    margin-left: -5px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-item-others {
    font-size: 12px;
}

.jFiler-items-grid .jFiler-item-trash-action:hover {
    cursor: pointer;
    color: #d9534f;
}

/* End */


/* Start:/bitrix/templates/main/css/new.css?1731922525148681*/
.history-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 85px; }
.history-head__title {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    width: 80%; }
.history-head__right {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
.history-head__right span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }

.history-image {
    margin-top: 40px; }
.history-image__text {
    margin-left: auto;
    width: 25%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 31px;
    min-height: 82px;
    border-left: 1px solid #000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top;
    background-position-x: 11px; }
.history-image img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.history-first {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
.history-first__left {
    width: 40%;
    min-height: 716px;
    padding: 59px 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-left: 1px solid #000; }
.history-first__left_years {
    font-weight: normal;
    font-size: 150px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-first__left_desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45%; }
.history-first__left_desc img {
    margin-bottom: 22px; }
.history-first__left_desc span {
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-first__right {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    padding: 79px 20px 0 20px;
    border-left: 1px solid #000;
    position: relative; }
.history-first__right:before {
    content: '';
    position: absolute;
    width: 1px;
    left: -1px;
    bottom: 0;
    height: 85px;
    background: #fff;
    z-index: 99; }
.history-first__right_title {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 30px; }
.history-first__right_image {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    width: 70%;
    margin-bottom: 51px; }
.history-first__right_image span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-right: 7px; }
.history-first__right_image img {
    width: 100%;
    min-height: 210px;
    object-fit: cover; }
.history-first__right_text {
    width: 33.33%;
    padding-right: 20px;
    border-right: 1px solid #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000;
    min-height: 403px; }
.history-first__right_text:last-child {
    padding-left: 20px; }

.history-two {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px; }
.history-two__left {
    width: 40%;
    min-height: 450px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column; }
.history-two__left_years {
    display: flex;
    flex-direction: column; }
.history-two__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-two__left_desc {
    width: 50%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 20px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top left; }
.history-two__right {
    width: 60%;
    display: flex;
    flex-wrap: wrap; }
.history-two__right_img {
    display: flex;
    align-items: flex-start;
    width: 80%; }
.history-two__right_img img {
    width: 100%;
    height: 534px;
    object-fit: cover; }
.history-two__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }
.history-two__right_desc {
    width: 70%;
    display: flex;
    padding-top: 59px;
    margin-left: auto;
    border-left: 1px solid #000;
    padding-left: 20px;
    position: relative; }
.history-two__right_desc:before {
    content: '';
    position: absolute;
    width: 1px;
    left: -1px;
    bottom: 0;
    height: 50px;
    background: #fff;
    z-index: 99; }
.history-two__right_desc span:first-child {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    width: 50%;
    padding-right: 20px; }
.history-two__right_desc img {

    height: 173px;
    object-fit: cover; }
.history-two__right_desc .numbers {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }

.history-three {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.history-three__left {
    width: 40%;
    min-height: 575px;
    max-height: 575px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 20px;
    border-left: 1px solid #000; }
.history-three__left_years {
    display: flex;
    flex-direction: column; }
.history-three__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-three__left_desc {
    width: 50%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 20px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top left; }
.history-three__center {
    width: 25%;
    display: flex;
    align-items: flex-start;
    max-height: 575px;
    min-height: 575px; }
.history-three__center img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
.history-three__center span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 10px; }
.history-three__right {
    width: 25%;
    margin-left: auto; }
.history-three__right_top {
    display: flex;
    margin-bottom: 20px; }
.history-three__right_top img {
    width: 90%;
    height: 132px;
    object-fit: cover; }
.history-three__right_top span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 10px; }
.history-three__right_bottom {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }

.history-four {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 54px; }
.history-four__left {
    width: 40%;
    min-height: 437px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column; }
.history-four__left_years {
    display: flex;
    flex-direction: column; }
.history-four__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-four__left_desc {
    width: 50%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 20px;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top left; }
.history-four__right {
    width: 60%; }
.history-four__right_title {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 55px; }
.history-four__right_center {
    display: flex;
    width: 100%; }
.history-four__right_left {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
.history-four__right_left img {
    width: 100%;
    max-height: 177px;
    object-fit: cover; }
.history-four__right_left span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 7px; }
.history-four__right_right {
    width: 70%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-left: 40px; }
.history-four__right_bottom {
    width: 60%;
    display: flex;
    margin-left: auto;
    margin-top: 57px; }
.history-four__right_year {
    min-height: 340px;
    padding-left: 20px;
    border-left: 1px solid #000;
    width: 50%; }
.history-four__right_year span {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 21px;
    display: block; }
.history-four__right_year p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }
.history-four__right_img {
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding-left: 10px;
    margin-top: -100px; }
.history-four__right_img img {
    width: 90%;
    object-fit: cover; }
.history-four__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-right: 7px; }

.two-image {
    margin-top: -224px; }
.two-image .history-image__desc {
    min-height: 194px;
    width: 80%;
    margin-left: auto;
    padding-left: 20px;
    border-left: 1px solid #000;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }

.history-five {
    margin-top: 50px;
    display: flex;
    margin-bottom: 70px; }
.history-five__left {
    width: 40%;
    font-weight: normal;
    font-size: 150px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-five__right {
    width: 60%;
    padding-left: 20px;
    border-left: 1px solid #000;
    display: flex;
    flex-wrap: wrap; }
.history-five__right_title {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 67px;
    width: 100%; }
.history-five__right_img {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
.history-five__right_img img {
    width: 100%;
    max-height: 103px;
    object-fit: cover; }
.history-five__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-five__right_desc {
    width: 74%;
    padding-left: 60px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-top: -3px; }

.history-six {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 50px; }
.history-six__left {
    width: 40%;
    min-height: 484px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
.history-six__left_years {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
.history-six__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-six__left_desc {
    padding-left: 30px;
    width: 60%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top; }
.history-six__center {
    width: 40%;
    display: flex;
    align-items: flex-start; }
.history-six__center img {
    width: 90%;
    min-height: 464px; }
.history-six__center span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 10px; }
.history-six__right {
    width: 20%;
    display: flex;
    flex-wrap: wrap; }
.history-six__right_img {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px; }
.history-six__right_img img {
    width: 80%; }
.history-six__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }
.history-six__right_desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }

.history-seven {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 45px; }
.history-seven__left {
    width: 40%;
    min-height: 484px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
.history-seven__left_years {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
.history-seven__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-seven__block {
    width: 20%;
    padding-right: 20px;
    margin-top: 20px; }
.history-seven__block_image {
    display: flex;
    align-items: flex-start;
    margin-bottom: 43px; }
.history-seven__block_image img {
    width: 60%;
    max-height: 84px;
    object-fit: cover; }
.history-seven__block_image span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }
.history-seven__block_desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }
.history-seven__block_img {
    display: flex;
    align-items: flex-start; }
.history-seven__block_img img {
    width: 90%;
    max-height: 326px;
    object-fit: cover; }
.history-seven__block_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }

.three-image img {
    height: 683px; }

.three-image .history-image__desc {
    min-height: 150px;
    padding-left: 20px;
    border-left: 1px solid #000;
    width: 25%;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }

.history-eith {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -70px;
    margin-bottom: 105px; }
.history-eith__left {
    width: 40%;
    display: flex;
    flex-direction: column; }
.history-eith__left span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-eith__right {
    margin-top: 30px;
    width: 60%;
    padding-left: 20px;
    border-left: 1px solid #000;
    min-height: 256px;
    display: flex;
    align-items: flex-end; }
.history-eith__right_desc {
    width: 65%;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 35px;
    padding-right: 20px; }
.history-eith__right_img {
    width: 35%;
    display: flex;
    align-items: flex-start; }
.history-eith__right_img img {
    width: 80%;
    max-height: 182px;
    object-fit: cover; }
.history-eith__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }

.history-nine {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 105px; }
.history-nine__left {
    width: 40%;
    display: flex;
    flex-direction: column;
    min-height: 547px;
    max-height: 547px;
    padding-left: 20px;
    border-left: 1px solid #000;
    justify-content: space-between; }
.history-nine__left_years {
    display: flex;
    flex-direction: column; }
.history-nine__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-nine__left_desc {
    padding-left: 30px;
    width: 60%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top; }
.history-nine__right {
    width: 60%;
    display: flex;
    flex-wrap: wrap; }
.history-nine__right_title {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 90px;
    color: #000000;
    width: 100%; }
.history-nine__right_block {
    width: 33.33%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 47px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-right: 20px; }
.history-nine__right_block:before {
    width: 1px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    background: #000; }
.history-nine__right_img {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
.history-nine__right_img img {
    width: 100%;
    height: 131px;
    object-fit: cover; }
.history-nine__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 7px; }

.history-then {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 51px;
    margin-bottom: 100px; }
.history-then__left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
.history-then__left_years {
    display: flex;
    flex-direction: column;
    margin-bottom: 65px; }
.history-then__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-then__left_desc {
    padding-left: 30px;
    width: 50%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top; }
.history-then__right {
    width: 60%;
    display: flex;
    flex-wrap: wrap; }
.history-then__right_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
.history-then__right_img {
    width: 66.66%;
    padding-right: 40px;
    display: flex;
    align-items: flex-start; }
.history-then__right_img img {
    width: 90%;
    max-height: 272px;
    object-fit: cover; }
.history-then__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }
.history-then__right_text {
    width: 33.33%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-right: 20px; }
.history-then__right_bottom {
    display: flex;
    align-items: flex-end;
    width: 100%; }
.history-then__right_first-img {
    width: 25%;
    display: flex;
    align-items: flex-start; }
.history-then__right_first-img img {
    width: 85%;
    height: 317px;
    object-fit: cover; }
.history-then__right_first-img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    margin-left: 7px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-then__right_last-img {
    display: flex;
    align-items: flex-start;
    width: 20%; }
.history-then__right_last-img img {
    width: 85%;
    height: 195px;
    object-fit: cover; }
.history-then__right_last-img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    margin-left: 7px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-then__right_last-text {
    width: 55%;
    margin-left: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }


.history-jumper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 51px;
    margin-bottom: 100px; 
	}
	
.history-jumper__left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
.history-jumper__left_years {
    display: flex;
    flex-direction: column;
    margin-bottom: 65px; }
.history-jumper__left_years span {
    font-weight: normal;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-jumper__left_desc {
    padding-left: 30px;
    width: 50%;
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat left top; }
.history-jumper__right {
    width: 60%;
    display: flex;
    flex-wrap: wrap; }
	
.history-jumper__left_top,
.history-jumper__right_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }

.history-jumper__left_top{	
    margin-top: 20px;
}
	
.history-jumper__right_img {
    width: 33.33%;
    display: flex;
    align-items: flex-start; }
	
.history-jumper__right_img img {
	max-width:100%;
    max-height: 272px;
    object-fit: cover; }
.history-jumper__right_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }
	
.history-jumper__left_img {
    width: 66.66%;
    display: flex;
    align-items: flex-start; }
	
.history-jumper__left_img img {
	max-width:100%;
    max-height: 272px;
    object-fit: cover; }
.history-jumper__left_img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px; }
	
.history-jumper__left_text {
    width: 33.33%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-right: 20px; }
	
.history-jumper__right_text {
    width: 66.66%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000;
	padding-right: 58px;
	position: relative;
}

.history-jumper__right_text:before {
    width: 1px;
    content: '';
    position: absolute;
    left: -22px;
    top: 0;
	height: 88%;
    background: #000;
}

.history-jumper__right_text:after {
    width: 1px;
    content: '';
    position: absolute;
    right: 26px;
    top: 0;
    height: 33%;
    background: #000;
}

.history-jumper__right_bottom {
    display: flex;
    align-items: flex-end;
    width: 100%; }
.history-jumper__right_first-img {
    width: 25%;
    display: flex;
    align-items: flex-start; }
.history-jumper__right_first-img img {
    width: 85%;
    height: 317px;
    object-fit: cover; }
.history-jumper__right_first-img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    margin-left: 7px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-jumper__right_last-img {
    display: flex;
    align-items: flex-start;
    width: 20%; }
.history-jumper__right_last-img img {
    width: 85%;
    height: 195px;
    object-fit: cover; }
.history-jumper__right_last-img span {
    font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    margin-left: 7px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000; }
.history-jumper__right_last-text {
    width: 55%;
    margin-left: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000000; }
	
.history-jumper.custom-block-1 .history-jumper__left_text{
	margin-top: -80px;
}
.history-jumper.custom-block-1 .history-jumper__right_text span{
	font-weight: normal;
    font-size: 11px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: 7px;
}
.history-jumper.custom-block-1 .history-jumper__right_text{
    width: 66.66%;
    display: flex;
    align-items: flex-start;
	padding-right: 0px;
}

.history-jumper.custom-block-1 .history-jumper__right_text:after,
.history-jumper.custom-block-1 .history-jumper__right_text:before{
	display: none;
}
.history-jumper.custom-block-1{
    margin-top: 0px;
}
.history-jumper.custom-block-1 .history-jumper__left_top.mob-visible{
	display: none;
}

#myModalAdd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff; }
#myModalAdd .container {
    padding-left: 20%; }
#myModalAdd .modal-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
#myModalAdd .modal-head .modal-title {
    width: 70%;
    font-weight: normal;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 70px; }

.jFiler {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start; }

.jFiler-items-default .jFiler-item .jFiler-item-others {
    display: none; }

.jFiler-items-default .jFiler-item {
    background: none;
    padding-left: 0;
    width: 400px;
    padding: 0; }

.jFiler-items-default .jFiler-item-assets a {
    background: none;
    border-radius: 0;
    border: 0;
    background: url("/bitrix/templates/main/css/../images/cl.svg") no-repeat center center; }

.jFiler-items-default .jFiler-item .jFiler-item-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #323232;
    font-family: 'Montserrat'; }

.jFiler-theme-default .jFiler-input-caption {
    display: none; }

.jFiler-theme-default .jFiler-input {
    width: auto;
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    height: auto;
    margin-top: 30px;
    margin-bottom: 80px; }

.jFiler-theme-default .jFiler-input-button, #sel_file {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #828282;
    border-radius: 0;
    border-left: 0;
    padding-left: 34px;
    padding-bottom: 7px;
    border: 1px solid transparent;
    height: auto;
    min-height: auto;
    max-height: none;
    background: url("/bitrix/templates/main/css/../images/list5.svg") #EFEFEF no-repeat center center;
    background-position-x: 10px; }
	
	#sel_file {
	width: 150px;
    font-size: 12px;
    height: 30px;
    padding-top: 5px;
	cursor: pointer;
	margin-bottom: 40px;
	margin-top: 20px;
	}

.jFiler-theme-default .jFiler-input-button:hover {
    border: 1px solid #3645CF;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px rgba(54, 69, 207, 0.1);
    background: url("/bitrix/templates/main/css/../images/list6.svg") #EFEFEF no-repeat center center;
    background-position-x: 10px; }

.typeahead__container {
    width: 100%; }

.top-line input {
    max-width: none; }

.typeahead__button, .typeahead__filter {
    z-index: 999;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%); }

.head-title__left .top-line input {
    padding-left: 40px; }

.typeahead__display {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000; }

.typeahead__list {
    background: #F2F2F2;
    box-shadow: 4px 4px 12px rgba(54, 69, 207, 0.1);
    border-radius: 0;
    border: none; 
	width: 580px;
}

.typeahead__field {
	width: 580px !Important;
}


.add_bsk_fst {
	opacity: 0.5;
}
.fsgs:hover .add_bsk_fst {
	opacity: 1;
}

.typeahead__list > li {
    border: 0; }

.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover, .typeahead__list .typeahead__item:not([disabled]).active > a, .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]) > a:hover {
    background: #C3C7F1; }


.history-image__text {
    min-height: 70px;
}
.history-image {
    margin-top: 58px;
}
.history-first__right_text {
    min-height: 388px;
}
.history-two__left {
    min-height: 428px;
}

.history-two__right_desc img {
    width: 100%;
}
.history-four {
    margin-top: 80px;
}

.history-four__right_title {
    margin-top: 19px;
}
.history-four__right_bottom {
    width: 67%;
}
.two-image {
    margin-top: -224px;
}
.history-five__left {
    line-height: 72%;
}
.history-five__right_title {
    margin-top: -11px;
}

.history-six {
    margin-top: 80px;
}
.history-seven {
    margin-top: 74px;
}
.history-nine__right {
    margin-top: 8px;
}.history-nine__right_title {
     margin-bottom: 126px;
 }

.history-nine {
    margin-bottom: 85px;
}.history-then__right_img {
     padding-right: 9px;
 }
.group-section__image {
    height: 93vh;
}
.group__bottom{
    margin-bottom: 21px;
}
.group__main {
    padding-top: 0;
}.group__down {
     margin-top: 29px;
 }
#dos .group__main {
    margin-top: 85px;
}
#poth {
    margin-top: 270px;
}
#job {
    margin-top: 141px;
}

#job .group__main{
    margin-left: 0;
    width: 60%;
}
















@media screen and (max-width: 1100px) {
    .history-first__right_text {
        width: 50%; }
    .history-nine__right_block {
        width: 50%; }
    .history-nine__right_img {
        width: 50%;
        padding-right: 20px; } }

@media screen and (max-width: 960px) {
    .history-head__title {
        width: 100%;
        font-weight: 300;
        font-size: 40px;
        line-height: 47px;
        color: #323232; }
    .history-head__right {
        display: none; }
    .history-image img {
        height: 400px; }
    .history-image {
        display: flex;
        flex-direction: column-reverse; }
    .history-image__text {
        width: 100%;
        min-height: auto;
        padding-left: 15px;
        background: none;
        border-left: 0;
        margin-top: 10px;
        margin-bottom: 40px; }
    .history-image__text br {
        display: none; }
    .history-first__left {
        padding: 0;
        width: 100%;
        min-height: auto;
        border: 0; }
    .history-first__left_desc img {
        display: none; }
    .history-first__left_years, .history-two__left_years span {
        font-weight: normal;
        font-size: 143px;
        line-height: 110%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 20px; }
    .history-first__left_desc span {
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.01em;
        color: #000000;
        text-transform: none; }
    .history-first__left_desc {
        width: 100%; }
    .history-first__right {
        padding: 0;
        width: 100%;
        border: none; }
    .history-first__right_title {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.01em;
        color: #000000;
        margin-top: 20px; }
    .history-first__right_image {
        width: 100%;
        flex-direction: column-reverse; }
    .history-first__right_image span {
        margin-top: 7px; }
    .history-first__right_text {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 20px;
        min-height: auto; }
    .history-first__right_text:last-child {
        padding-left: 0; }
    .history-two__left {
        width: 100%;
        min-height: auto; }
    .history-two__left_desc {
        width: 100%;
        background: none;
        padding: 0;
        margin-bottom: 30px; }
    .history-two__right_img img {
        height: 460px; }
    .history-two__right_img {
        flex-direction: column; }
    .history-two__right_img span {
        margin-left: 0;
        margin-top: 7px; }
    .history-two__right_desc {
        margin-left: 0;
        padding: 0;
        border: 0;
        flex-direction: column-reverse;
        width: 50%; }
    .history-two__right {
        width: 100%; }
    .history-two__right_img {
        width: 100%;
        margin-bottom: 30px; }
    .history-two__right_desc img {
        width: 100%;
        height: auto; }
    .history-two__right_block {
        flex-direction: column; }
    .history-two__right_desc .numbers {
        margin-left: 0;
        margin-top: 7px; }
    .history-two__right_block {
        margin-bottom: 30px; }
    .history-two__right_desc span:first-child {
        width: 100%; }
    .history-three__left {
        width: 100%;
        padding: 0;
        border: 0;
        min-height: auto; }
    .history-three__left_years span, .history-four__left_years span {
        font-weight: normal;
        font-size: 143px;
        line-height: 110%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000; }
    .history-three__left_desc {
        width: 100%;
        padding-left: 0;
        background: none;
        margin-bottom: 20px; }
    .history-three__center {
        width: 50%;
        padding-right: 20px;
        flex-direction: column; }
    .history-three__center img {
        max-height: 575px; }
    .history-three__right {
        width: 50%;
        padding-left: 20px; }
    .history-three__right_top {
        flex-direction: column; }
    .history-three {
        align-items: flex-end; }
    .history-three__right_top img {
        width: 100%; }
    .history-three__right_top span, .history-three__center span {
        padding-left: 0;
        padding-top: 7px; }
    .history-four__left {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px; }
    .history-four__left_desc {
        width: 100%;
        padding: 0;
        background: none; }
    .history-four__right {
        width: 100%; }
    .history-four__right_title {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000; }
    .history-four__right_center {
        flex-direction: column; }
    .history-four__right_left {
        width: 100%;
        min-height: auto;
        max-height: none; }
    .history-four__right_left img {
        width: 100%;
        min-height: auto;
        max-height: none; }
    .history-four__right_bottom {
        width: 100%;
        padding: 0;
        border: none; }
    .history-four__right_img {
        margin-top: 0; }
    .history-four__right_year {
        padding: 0;
        border: none;
        min-height: auto; }
    .history-image {
        margin-top: 0; }
    .history-four__right_bottom {
        flex-direction: column-reverse; }
    .history-four__right_img {
        padding: 0;
        flex-direction: column-reverse; }
    .history-four__right_img span {
        padding-top: 7px; }
    .history-four__right_year span {
        display: none; }
    .history-four__right_year p {
        padding-top: 20px; }
    .history-four__right_year {
        width: 100%; }
    .two-image .history-image__desc {
        width: 100%;
        min-height: auto;
        border-left: 0;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 15px;
        text-align: right; }
    .two-image .history-image__desc br {
        display: none; }
    .history-five {
        flex-wrap: wrap; }
    .history-five__left {
        width: 100%; }
    .history-five__right {
        width: 100%;
        padding: 0;
        border: none; }
    .history-five__right_title {
        width: 80%;
        margin-left: auto;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #000000; }
    .history-five__right_img {
        width: 100%; }
    .history-five__right_img img {
        height: auto;
        max-height: none; }
    .history-five__right_img {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 20px; }
    .history-five__right_img span {
        margin-top: 7px; }
    .history-five__right_desc {
        width: 100%;
        padding: 0;
        margin: 0; }
    .history-six__left {
        width: 100%;
        margin-bottom: 20px;
        min-height: auto; }
    .history-six__left_desc {
        width: 100%;
        padding: 0;
        background: none;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        text-transform: none;
        letter-spacing: -0.01em;
        color: #000000; }
    .history-six__center {
        width: 70%; }
    .history-six__center {
        align-items: flex-end; }
    .history-six__right {
        width: 100%;
        margin-top: 30px; }
    .history-six__right_img img {
        width: 50%;
        margin-left: 20%; }
    .history-seven__left {
        width: 100%;
        min-height: auto; }
    .history-seven__block {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; }
    .history-seven__block_image img {
        width: 55%;
        min-height: auto;
        max-height: none; }
    .history-seven__block_img img {
        max-width: 190px;
        margin-left: 10%; }
    .history-image {
        display: flex;
        flex-direction: column; }
    .three-image .history-image__desc {
        width: 100%;
        min-height: auto;
        border-left: 0;
        padding-top: 10px;
        padding-bottom: 20px; }
    .three-image .history-image__desc br {
        display: none; }
    .history-eith {
        margin-top: 0; }
    .history-eith__left {
        width: 100%; }
    .history-eith__right {
        width: 100%;
        padding: 0;
        border-left: 0;
        display: flex;
        flex-direction: column-reverse; }
    .history-eith__right_desc {
        width: 100%; }
    .history-eith__right_img {
        width: 100%;
        margin-bottom: 30px; }
    .history-eith__right_img img {
        max-width: 225px;
        margin-left: 15%; }
    .history-nine__left {
        width: 100%;
        min-height: auto;
        padding: 0;
        border-left: 0; }
    .history-nine__left_desc {
        width: 100%;
        padding: 0;
        background: none;
        margin: 20px 0; }
    .history-nine__left_years span {
        font-size: 143px; }
    .history-nine__right_title {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.01em;
        color: #000000;
        width: 100%;
        margin-bottom: 30px; }
    .history-nine__right {
        width: 100%; }
    .history-nine__right_block {
        width: 100%;
        padding: 0; }
    .history-nine__right_block:before {
        display: none; }
    .history-nine__right_img {
        width: 100%; }
    .history-nine__right_img img {
        max-width: 178px; }
    .history-nine__right_img {
        align-items: flex-start;
        margin-bottom: 20px; }
    .history-nine {
        margin-bottom: 30px; }
    .history-nine__right_block {
        margin-bottom: 20px; }
    .history-then__left {
        width: 100%; }
	.history-jumper__left {
		width: 100%;
	}
	
	.history-jumper__left_desc {
		width: 100%;
		padding: 0;
		background: none;
		padding-bottom: 20px;
	}
	.history-jumper__right_text{width: 100%;margin-bottom: 20px;}
	.history-jumper__left_img img{max-width: 90%;}
	.history-jumper__right{width: 100%;}
	.history-jumper__right_img {
		width: 100%;
	}
	.history-jumper__left_img {
		width: 100%;
	}
	
    .history-then__left_years span {
        font-size: 143px; }
    .history-then__left_desc {
        width: 100%;
        padding: 0;
        background: none;
        padding-bottom: 20px; }
    .history-then__right_img {
        width: 100%; }
    .history-then__right {
        width: 100%; }
    .history-then__right_text {
        width: 100%;
        margin: 20px 0; }
		
	.history-jumper__left_text {
        width: 100%;
        margin: 20px 0; }
		
	.history-jumper.custom-block-1 img{ max-width: 90%;}
	.history-jumper.custom-block-1 .history-jumper__right_text{
		width: 100%;
	}
	.history-jumper.custom-block-1 .history-jumper__left_text{
		margin: 20px 0;
	}
	.history-jumper.custom-block-1 .mob-hide{
		display: none;
	}
	.history-jumper.custom-block-1 .history-jumper__left_top.mob-visible{
		display: block;
	}
	.history-jumper.custom-block-1 .history-jumper__left_top.mob-visible,
	.history-jumper.custom-block-1 .history-jumper__left_top.mob-visible .history-jumper__left_text{
		margin-top: 0px;
	}
		
    .history-then__right_first-img, .history-then__right_last-img {
        width: 48%; }
    .history-then__right_bottom {
        flex-wrap: wrap; }
    .history-then__right_last-text {
        width: 100%;
        margin-left: 0;
        margin: 20px 0; }
    .history-image {
        flex-direction: column-reverse;
        margin: 20px 0; }
    #myModalAdd .container {
        padding-left: 15px; }
    #myModalAdd .modal-head .modal-title {
        width: 90%;
        font-size: 24px; } }

@media screen and (max-width: 414px) {
    .history-head__title {
        font-size: 32px;
        line-height: 38px; }
    .history-image img {
        height: 260px; }
    .history-three__right_bottom {
        font-size: 14px;
        line-height: 16px; }
    .history-four__right_right {
        margin-top: 20px; }
    .history-six__left_years span, .history-five__left, .history-three__left_years span, .history-four__left_years span, .history-first__left_years, .history-two__left_years span, .history-seven__left_years span, .history-eith__left span, .history-nine__left_years span, .history-then__left_years span {
        font-size: 100px; }
    .history-six__center img {
        width: 100%;
        object-fit: cover; } }

footer .footer-top__left li:nth-child(2) {
    max-width: 200px;
}
.two-section .main-two ul svg {
    max-height: 40px;
    display: block;
}

.two-section .main-two ul .mobile-img{display:none;}
/* Поиск */
.typeahead__item .line {
  display: flex;
  padding: 22px 20px 14px 20px;
  border-bottom: 1px solid #E0E0E0; }
.typeahead__item .line__right {
  display: flex;
  flex-direction: column; }

.typeahead__item .images-ser {
  margin-right: 18px; }

.typeahead__item .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 5px; }

.typeahead__item .categ a {
  font-weight: normal;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #828282; }

.typeahead__item .categ img {
  margin: 0 7px; }

.typeahead__list {
  margin: 0;
  padding: 0; }

.typeahead__dropdown .typeahead__dropdown-item > a, .typeahead__list .typeahead__item > a {
  padding: 0; }
  
.search-section #form-country_v1{max-width:580px;}
.search-section {
  margin-top: -12px;
  background: #f7f7f7; }
.search-section__head {
  display: flex;
  margin-bottom: 57px; }
.search-section .title {
  color: #000;
  margin-bottom: 0;
  margin-right: 45px; }
.search-section .js-typeahead-country_v1 {
  background: none;
  border: 1px solid #000;
  border-radius: 0; }
.search-section button:hover {
  background: none; }
.search-section .typeahead__button, .search-section .typeahead__filter {
  right: 8px;
  left: auto; }
.search-section .top-line button {
  margin-left: -45px; }
.search-section .top-line {
  margin-bottom: 77px; }
.search-section .typeahead__cancel-button {
  display: none; }
.search-section .search-no-result {
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 23px; }

.result-section {
  background: #f7f7f7; }
.result-section .result-title {
  font-weight: normal;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000000; }
.result-section .catalog-table {
  margin-top: 28px; }
.result-section .catalog-table table tr th, .result-section .catalog-table table tr td {
  padding: 9px 20px; }
.result-section .catalog-table__bottom {
  margin-bottom: 67px; }
.result-section .text-result-line {
  margin-bottom: 37px;
  display: flex;
  flex-direction: column; }
.result-section .text-result-line:nth-child(2) {
  margin-top: 30px; }
.result-section .text-result-line__name {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 8px; }
.result-section .text-result-line__desc {
  font-weight: normal;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.15px;
  color: #000000; }



.my-pagination {
  margin-top: 90px;
  margin-bottom: 80px; }
.my-pagination .page-link {
  background: none;
  border: none;
  font-size: 24px;
  padding-right: 16px;
  padding-left: 16px;
  color: #828282; }
.my-pagination .page-item.disabled .page-link {
  background: none;
  border: none; }
.my-pagination .page-item.active .page-link {
  background: none;
  border: 1px solid #3645CF;
  color: #000; }

.null-result {
  display: flex;
  margin-bottom: 70px; }
.null-result span {
  height: 55px;
  border-left: 1px solid #000;
  width: 20%; }
.null-result span:last-child {
  border-right: 1px solid #000; }

/* Поиск end */
.container {
    max-width: 1329px;
}
.header-top {
    padding: 24px 0 0 0;
}
.header-top__right {
    margin-top: 0;
    align-items: flex-start!important;
}
.header-top__phone:first-child {
    margin-right: 27px!important;
}
.header-top__phone {
    margin-right: 41px!important;
}
.first-section .main-first ul a {
    font-size: 58px;
}
.first-section .main-first {
    padding-top: 99px;
    height: calc(94vh - 89px);
    padding-left: 10px;
    /*width: 110%;*/
	width: 110%;
    padding-bottom: 44px;
}
.first-section .main-first ul li:first-child span {
    margin-left: 29px;
    margin-right: 6px;
}
.first-section .main-first ul li:first-child svg {
    max-height: 54px;
}
.first-section .main-first ul li:nth-child(2) svg {
    margin-left: -12px;
    margin-top: -8px;
    max-height: 63px;
    margin-right: 0;
}
.first-section .main-first ul li:nth-child(4) svg {
    margin-left: 10px;
    margin-top: -8px;
    max-height: 65px;
    margin-right: 10px;
}
.first-section .main-first ul li {
    margin-bottom: 39px;
}
.first-section .main-first ul li:nth-child(3) {
    margin-right: 0;
}

.first-section .main-first .two-ul li:first-child span {
    margin-left: 11px;
    margin-right: 18px;
}
.first-section .main-first__bottom .main-first__line {
    margin-left: 0;
}
.first-section .main-first__bottom .main-first__line {
    width: 49%;
    max-width: 49%;
    margin-top: 50px;
}
.main-first__right {
    margin-right: 138px;
    margin-bottom: -37px;
    display: flex;
}
.first-section .main-first__bottom .main-first__line marquee {
    font-size: 18px;
}
.first-section .main-first__right span {
    margin-top: 18px;
    display: block;
}
.two-section {
    height: 112vh;

    padding: 125px 0;
}
.two-section .main-two ul a {
    font-size: 58px;
}
.two-section .main-two ul li:first-child span {
    margin-right: 13px;
}
.two-section .main-two ul li:first-child {
    margin-right: 0px;
}
.two-section .main-two ul li:first-child svg {
    max-height: 46px;
}

.two-section .main-two ul li:nth-child(2) {
    padding-left: 20px;
}

.two-section .main-two ul svg {
    max-height: none;
}

.two-section .main-two ul li:nth-child(2) svg {
    margin-left: 5px;
    margin-right: 16px;
}
.two-section .main-two ul li:nth-child(2) span {
    margin-top: 7px;
}

.two-section .main-two ul li {
    margin-bottom: 40px;
}
.two-section .main-two .two-ul2 li:nth-child(2) {
    margin-left: 15px;
}
.two-section .main-two .two-ul2 li:nth-child(3) {
    padding-left: 20px;
    margin-right: 0;
}
.two-section .main-two .two-ul2 li:nth-child(4) span {
    margin-left: 8px;
    margin-top: 13px;
}
.two-section .main-two .three-ul li:nth-child(2) svg {
    margin-top: -7px;
    margin-left: -3px;
}
.two-section .main-two .three-ul li:nth-child(2) span {
    margin-top: -3px;
}
footer .footer-top__left li {
    max-width: 261px;
}
footer .footer-top__left > li{
	max-width: calc(25% - 37px);
    margin-right: 37px;
}

footer .footer-top__left li .full {
    margin-bottom: 23px;
	color: #bcbcbc;
	font-size: 15px;
}
footer .footer-top__right {
    margin-right: 37px;
}
footer .footer-top__right .social {
    margin-top: 63px;
}

.nav-line li sup {
    margin-top: 9px;
    margin-left: 13px;
}
.nav-line li:first-child {
    padding-right: 41px;
    margin-bottom: 15px;
}
.nav-line li:nth-child(2) {
    margin-right: 11px;
}
.nav-line li:nth-child(3) {
    margin-right: 11px;
    padding-right: 20px;
}
.nav-line li:nth-child(4) {
    padding-right: 11px;
}
.nav-line li:last-child {
    margin-left: 5px;
}
.catalog-section {
    padding-top: 26px;
}
.breadcrumb {
    margin-bottom: 39px;
}

.nav-line {
    margin-bottom: 75px;
}
.head-title__left .title {
    margin-left: -5px;
}
.head-title__right {
    margin-top: 7px;
    margin-right: 90px;
}
.head-title__left .top-line {
    margin-top: 53px;
}
.catalog-table .btn {
    padding: 11px 40px;
}
.head-title {
    margin-bottom: 17px;
}
.catalog-table__bottom {
    margin-bottom: 132px;
}
.head-rev img {
    margin-right: 12px;
    margin-top: 7px;
}
.head-rev .title {
    margin-bottom: 23px;
}
.reviews-block {
    margin-left: 10px;
}
.reviews-block__main label {
    margin-left: 3px;
    margin-top: 8px;
}
.reviews-block__main textarea {
    margin-top: 5px;
    padding: 30px;
    height: 293px;
    margin-bottom: 0;
}

.reviews-block__main .btn {
    margin-right: 10px;
}
.private{
    margin-top: 61px;
}
.private__number {
    margin-top: 15px;
}

.house {
    top: 4%;
    left: 47%;
}
.private__main_left ul a, .private__main_right ul a {
    margin-bottom: 4px;
}

.private__main_left ul:nth-child(2) {
    margin-top: 72px;
}

.private__main_right ul {
    margin-top: 35px;
}

.yellow-section {
    padding-bottom: 103px;
}

.white-section .private {
    margin-top: 0;
    padding-bottom: 37px;
}

.private__name {
    margin-top: 14px;
}

.advantages__name {
    min-height: auto;
    border-left: 0;
    position: relative;
}

.advantages__name:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 1px;
    height: 55px;
    background: #000;
    content: '';
}

.advantages__text {
    margin-top: 23px;
}

.section-blue .private {
    margin-top: 0;
    padding-bottom: 82px;
}

.private .address {
    margin-top: 38px;
}
.private .address__right {
    max-width: 79%;
}

.opport__nav {
    margin-top: 36px;
}

.opport__nav_title {
    margin-bottom: 61px;
}

.opport__desc {
    padding-left: 37px;
    margin-top: 29px;
}

.opport__image {
    margin-top: 10px;
}
.opport-first {
    margin-top: 56px;
}

.opport-first__last-big_bottom {
    font-size: 200px;
}

.opport-first__small {
    min-height: 421px;
}
.opport-two__small-last {
    min-height: 453px;
}
.opport-two__image img {
    height: 100%;
}

.address__right .nav-pills .nav-item {
    height: 37px;
}
.opport-white {
    margin-bottom: 45px;
}

.blue-section__main {
    margin-bottom: 40px;
}

.gray-section__right p {
    font-size: 13px;
}

.gray-section__head {
    margin-top: 36px;
}
.gray-section__head .title {
    margin-bottom: 21px;
}
.clients-section__main_right {
    padding-bottom: 63px;
}


.mobs {
    display: none;
}
.blue-section__title {
    background: none;
}



@media screen and (min-width: 1366px) {
    .fancybox-wrap {
        //max-width: 60%; 
		}
    .fancybox-wrap img {
        width: 100%;
		}


    .fancybox-inner {
       // max-width: 100%;
        //height: auto !important; 
		display: flex;
		justify-content: center;
		} 
	.mobile-img {
      // display: none;
    }
}

@media screen and (max-width: 1366px) {
    .fancybox-wrap {
        max-width: 60%; }
    .fancybox-wrap img {
        width: auto !IMPORTANT;
        /*height: 400px !IMPORTANT;*/
        max-height: 400px !important}

    .fancybox-image, .fancybox-iframe {
         height: unset !important;
    }

    .fancybox-item.fancybox-close{
        top: -30px !important;
    }
    
	.fancybox-wrap .swiper-slide-active, .fancybox-wrap .fancybox-outer {
        width: 500px !IMPORTANT;
        display: flex !important;
        justify-content: center;}


    .fancybox-inner {
        max-width: 100%;
		width: 500px !IMPORTANT;
        height: auto !important; } }

@media screen and (max-width: 1350px) {
    .news {
        width: 102.5%; } }

@media screen and (max-width: 1325px) {
    .catalog__item {
        width: 24%; }
    .catalog__item:nth-child(5n) {
        margin-right: 1.3%; }
    .catalog__item:nth-child(4n) {
        margin-right: 0; }
    .catalog-item__left {
        width: 40%; }
    .catalog-item__right {
        width: 50%; }
    .opport__nav_title {
        font-size: 36px;
        line-height: 40px; }
    .opport__number {
        font-size: 100px; }
    .opport__desc {
        padding-left: 0; }
    .opport-white .address__left {
        width: 25%; }
    #pills-tab2Content {
        width: 75%; } }

@media screen and (max-width: 1280px) {
    .clients-section__main_block {
        overflow: hidden; }
    .clients-section__main_right {
        width: 100%; }
    .clients-section__main {
        flex-direction: column; }
    .clients-section__main_left {
        border-right: 0; }
    .catalog-table table {
        min-width: 1227px;
        overflow: visible; }
    .catalog-table table tr, .catalog-table table td, .catalog-table table th, .catalog-table table thead, .catalog-table table tbody {
        overflow: visible; }
    .catalog-table__main {
        overflow-x: scroll; }
    .first-section .main-first ul a {
        font-size: 44px; }
    .first-section .main-first ul li {
        margin-bottom: 10px; }
    .first-big table {
        min-width: 100%; }
    .first-big .catalog-table__main {
        overflow-x: hidden; }
    .first-big tr td:first-child {
        width: 70%; }
    .house svg {
        width: 50%; }
    .advantages {
        overflow-x: scroll;
        padding-bottom: 40px; }
    .advantages::-webkit-scrollbar {
        height: 0px; }
    .advantages::-webkit-scrollbar-track {
        background: none;
        border-radius: 5px; }
    .advantages::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 5px; }
    .advantages__block {
        width: 350px;
        min-width: 350px; }
    .advantages__name {
        font-size: 32px; }
    .advantages__text {
        font-size: 16px; }
    .private .address__left {
        width: 35%; }
    .private .address__right {
        width: 60%; }
    .private .accordion .btn-link {
        text-align: left;
        font-size: 24px; }
    .private .card-body p {
        font-size: 16px; } }

@media screen and (max-width: 1250px) {
    #ser .swiper-slide img {
        object-fit: contain;
        min-height: auto;
        height: auto; }
    #ser .swiper-slide {
        min-height: auto;
        height: auto; }
    .slide-section__left {
        width: 100%;
        margin-bottom: 30px; }
    .slide-section__right {
        width: 100%; } }

@media screen and (max-width: 1200px) {
    .gallery-section__left {
        font-size: 24px; }
    .gallery-section .nav-pills li a {
        font-size: 20px; }
    .contacts__left, .contacts__center {
        width: 50%; }
    .gray-section__right img {
        display: none; }
    #object .swiper-slide {
        width: 33.33%; }
    .blue-section .contacts {
        flex-wrap: wrap; }
    .address__right {
        max-width: 650px; }
    .last-section .last-container__head .null-block {
        display: none; }
    .requisites {
        flex-wrap: wrap; }
    .requisites__center:last-child {
        width: 100%;
        border-left: 0; }
    .opport-two__aven_top, .opport-two__aven-last_center, .opport-two__small-last_top, .opport-two__small_bottom {
        font-size: 50px;
        padding-right: 0;
        padding-left: 0; }
    .opport-two__aven-last_bottom, .opport-two__small_top, .opport-two__aven_bottom span, .opport-two__small-last_bottom span {
        font-size: 14px; }
    .opport-two__small-last_bottom img {
        margin-left: 0;
        width: 40%; }
    .opport-two__aven_bottom img {
        width: 20%; } }

@media screen and (max-width: 1170px) {
    .garanty-top .title {
        font-size: 40px; }
    .garanty-top img {
        width: 12%; }
    .garanty-top .garanty-image {
        width: 100%;
        margin-top: 40px; }
    #three {
        width: 100%;
        margin-top: 30px; }
    #two {
        width: 100%;
        margin-top: 30px; }
    .news-item__left {
        width: 70%; }
    .news-item__right {
        width: 28%; }
    .accordion-section__right {
        width: 30%; }
    .accordion-section .accordion .btn-link {
        text-align: left; }
    .accordion-section .accordion {
        padding-right: 20px; }
    .catalog-item__left {
        width: 45%; }
    .delivery .check-filter__item label {
        max-width: 550px;
        margin-right: 0; }
    .detail__block {
        width: 25%; }
    .detail__last {
        width: 25%; }
    .detail__cost {
        font-size: 40px; }
    .group__bottom_left p {
        font-size: 30px;
        line-height: 36px; }
    .group-section__image {
        max-height: 600px; }
    .group__number {
        font-size: 100px; }
    .group__name_item {
        font-size: 40px; }
    .full-image {
        max-height: 500px; }
    .garanty__block {
        width: 25%; }
    .job__block {
        width: 50%; }
    .accordion-section .container {
        flex-direction: column-reverse; }
    #one {
        width: 100%; } }

@media screen and (max-width: 1150px) {
    .clients-section__head_right span {
        font-size: 100px; }
    .clients-section__head .title-desc {
        font-size: 24px; }
    .news__small {
        width: 48%; }
    .news__average {
        width: 48%; }
    .news__big {
        width: 48%; }
    .news__name {
        font-weight: 800;
        font-size: 22px;
        line-height: 125%; }
    .opport-white .address {
        flex-direction: column; }
    .opport-white .address__left {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        border-right: 0;
        display: flex; }
    .opport-white .address__left .nav-pills {
        flex-direction: row;
        flex-wrap: wrap; }
    .opport-white .address__left .nav-pills .nav-item {
        margin-right: 60px; }
    #pills-tab2Content {
        width: 100%; } }

@media screen and (max-width: 1070px) {
    #two .news .news__small {
        width: 47.7%;
        min-height: 250px; }
    #two .news .news__big {
        width: 47.7%;
        min-height: 250px; }
    .news__average {
        width: 47.7%;
        min-height: 250px; }
    .gallery-section .nav-pills li:last-child span {
        font-size: 100px; }
    .gray-section__right p {
        width: 70%; }
    .gallery-section__head {
        flex-direction: column; }
    .gallery-section .title {
        width: 100%;
        max-width: 100%; }
    .gallery-section__right {
        width: 100%;
        margin-bottom: 30px; }
    .gallery-section__center {
        flex-direction: column-reverse; }
    .gallery-section__left, .gallery-section__slider {
        width: 100%;
        margin-bottom: 20px; }
    .group__people_left {
        width: 100%;
        margin-bottom: 20px; }
    .group__people {
        flex-wrap: wrap; }
    footer .footer-top__left {
        max-height: 470px; }
    .requisites__left {
        max-width: 50%; }
    .requisites__center {
        max-width: 50%;
        width: 100%;
        margin-bottom: 20px; }
    .requisites__left {
        margin-right: 0;
        padding-right: 25px; }
    .requisites__center:last-child {
        width: 100%;
        border-left: 1px solid #000; }
    .requisites__center:nth-child(3) {
        width: 100%;
        border-left: 0;
        padding-left: 0; }
    .address__right {
        max-width: 550px; }
    .catalog-item__title {
        font-size: 40px; }
    .special .form-group:first-child {
        width: 100%; }
    .special .form-group:nth-child(2) {
        width: 70%; }
    .special .form-group:nth-child(3) {
        width: 28%; } }

@media screen and (max-width: 1022px) {
	.header-top__icons li:nth-child(2) {
		display: none;
	}
    .circle {
        display: none; }
    .garanty-top .title {
        width: 100%;
        font-size: 32px;
        max-width: 100%; }
    .garanty-top .garanty-image, .garanty-navtop .opport .opport-image {
        height: 350px; }
    .garanty-pretop {
        flex-wrap: wrap; }
    .garanty-pretop__left {
        width: 100%;
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 20px; }
    .garanty-pretop__right {
        width: 70%;
        margin-left: auto;
        border-left: 0; }
    .garanty-navtop {
        flex-wrap: wrap;
        flex-direction: column; }
    .garanty-navtop .opport__nav {
        flex-direction: column; }
    .garanty-navtop .opport__block {
        min-height: auto; }
    .garanty-navtop__left {
        max-width: 349px;
        width: 100%;
        background: none;
        margin-bottom: 50px; }
    .garanty-main__head .title {
        font-weight: normal;
        font-size: 24px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000; }
    .garanty-main__number {
        font-weight: normal;
        font-size: 40px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000; }
    .garanty-main__item {
        flex-wrap: wrap; }
    .garanty-main__first-block, .garanty-main__two-block, .garanty-main__last-block {
        margin-bottom: 40px;
        width: 100%; }
    .garanty-main__first-block .garanty-main__text, .garanty-main__two-block .garanty-main__text {
        width: 100%; }
    .garanty-main__bottom {
        display: none; }
    .garanty-main__head .title img {
        display: none; }
    .garanty-main__wrap {
        flex-wrap: wrap; }
    .garanty-main__wrap_left {
        width: 100%;
        padding-left: 0;
        min-height: auto; }
    .garanty-main__wrap_bottom {
        display: none; }
    .garanty-main__wrap_right {
        width: 100%;
        margin-bottom: 40px; }
    .garanty-main__wrap_right img {
        max-height: 350px;
        min-height: 350px; }
    .garanty-main__line {
        display: none; }
    .garanty-main__wrap_top img {
        display: none; }
    .garanty-main__wrap_left-last {
        width: 100%;
        padding: 0; }
    .garanty-main__wrap_left-last img {
        display: none; }
    .garanty-main__wrap_title {
        font-weight: 300;
        font-size: 20px;
        line-height: 125%;
        letter-spacing: -0.035em;
        color: #000000;
        margin-bottom: 20px; }
    .garanty-main__wrap_right-last {
        margin-bottom: 60px;
        width: 100%; }
    .garanty-main__wrap_right-last img {
        max-height: 350px; }
    .garanty-main__line-last {
        display: none; }
    .garanty-main__wrap {
        border-left: 0; }
    .garanty-main__blocks .first-span {
        width: 80%; }
    .garanty-main__blocks .first-span img {
        display: none; }
    .garanty-main__big-text {
        font-weight: 300;
        font-size: 20px;
        line-height: 125%;
        letter-spacing: -0.035em;
        color: #000000; }
    .garanty-main__blocks .two-span {
        width: 20%; }
    .garanty-main__last-block img {
        width: 50%; }
    .garanty-navtop__right {
        width: 100%; }
    .garanty-navtop__right .title {
        font-size: 24px; }
    .garanty-navtop__right .desc {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000;
        width: 90%;
        padding-left: 20px;
        border-left: 1px solid #000;
        margin-left: auto; }
    .garanty-main__down_block {
        width: 100%;
        margin-bottom: 20px; }
    .garanty-main__down_block-last {
        width: 100%; }
    .garanty-main__down_block-last img {
        width: 50%; }
    .garanty-main__down_block span, .garanty-main__down_block-last span {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000;
        text-transform: none;
        width: 100%; }
    .garanty-main .null-block {
        display: none; }
    .garanty-main__number svg {
        width: 44px;
        height: 53px; }
    .garanty-main__document_left {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        min-height: auto;
        border-right: 0; }
    .otk {
        display: none; }
    .opport__desc {
        font-size: 11px !important; }
    .garanty-main__document_right {
        width: 100%;
        min-height: auto; }
    .garanty-main__document_bottom {
        display: none; }
    .garanty-main__document_right {
        padding-left: 0; }
    .clients-section__main_right {
        overflow-x: scroll;
        padding-bottom: 0px; }
    .clients-section__main_right::-webkit-scrollbar {
        width: 3px;
        height: 8px; }
    .clients-section__main_right::-webkit-scrollbar-track {
        background: #f7efef;
        border-radius: 5px; }
    .clients-section__main_right::-webkit-scrollbar-thumb {
        background: rgba(54, 69, 207, 0.51);
        border-radius: 5px; }
    .clients-section__main_block {
        overflow-x: hidden;
        width: 1000px;
        padding-bottom: 0px; }
    .object .opport__left {
        border-left: 0;
        margin-top: 20px; }
    .object-image {
        max-height: 400px;
        height: 400px; }
    .news-nav {
        flex-wrap: wrap; }
    .news-nav__link {
        margin-bottom: 20px; }
    .news {
        justify-content: space-between; }
    .news__small {
        width: 47%; }
    .news__average {
        width: 47%; }
    .news__big {
        width: 47%; }
    .news__big .news__name {
        width: 100%; }
    .opport__nav_bottom {
        justify-content: flex-end; }
    .opport__block {
        flex-direction: row;
        width: 100%;
        border-left: 0;
        padding-left: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
        padding-top: 20px; }
    .opport__block_top {
        display: flex; }
    .opport__desc {
        margin-top: 20px;
        margin-left: 30px;
        max-width: 70%; } }

@media screen and (max-width: 1010px) {
	
    #one .catalog__item {
        width: 32%; }
    #one .catalog__item:nth-child(3n) {
        margin-right: 0; }
    #one .catalog__item:nth-child(4n) {
        margin-right: 1.7%; }
    #one .catalog__item:nth-child(5n) {
        margin-right: 1.7%; }
    .catalog__item {
        width: 32%;
        margin-right: 1.7%; }
    .catalog__item:nth-child(4n) {
        margin-right: 1.7%; }
    .catalog__item:nth-child(3n) {
        margin-right: 0; }
    .opport__nav {
        flex-direction: column; }
    .opport__left {
        width: 100%;
        margin-bottom: 30px; } }

@media screen and (max-width: 1000px) {
    .first-section .main-first ul a {
        font-size: 30px; }
    .two-section .main-two ul a {
        font-size: 30px; }
    .private__main {
        flex-direction: column; }
    .house {
        margin-top: -100px;
        justify-content: flex-end;
        padding-right: 40px;
        min-height: auto; }
    .house svg {
        width: 60%; }
    .private__main {
        margin-top: -25px; }
    .private__main_left, .private__main_right {
        width: 100%; }
    .private__title, .private__name {
        font-size: 24px;
        line-height: 30px; }
    .private__right {
        flex-direction: column-reverse;
        align-items: flex-end; }
    .private__title {
        width: auto; }
    .private__right {
        position: relative;
        width: auto; }
    .private__right img {
        max-width: 50px;
        position: absolute;
        bottom: 0;
        right: 0; }
    .private__number {
        font-size: 40px;
        line-height: 125%;
        width: auto; }
    .private__main_left ul span, .private__main_right ul span {
        font-size: 32px; } }

@media screen and (max-width: 970px) {
    .address__right .nav-pills {
        display: none;
    }

    #pills-tabContent {
        margin-top: 10px;
    }
    .blue-section__title {
        font-size: 36px; }
    .blue-section__number {
        font-size: 100px;
        line-height: 100%; }
    .blue-section__main {
        flex-direction: column; }
    .blue-section__item_block {
        flex-direction: column; }
    .blue-section__right {
        width: 100%;
        padding-left: 0; }
    .custom-swiper .swiper-slide {
        flex-direction: column; }
    .custom-swiper .swiper-slide__left {
        width: 100%;
        margin-bottom: 30px; }
    .custom-swiper .swiper-slide__right {
        width: 100%; }
    .blue-section__block {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        padding-right: 0;
        padding-left: 0px;
        border-right: 0;
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
        min-height: 200px; }
    .blue-section__bottom img {
        max-width: 100px; }
    .opport-white .tab-pane__block {
        flex-direction: column; }
    .opport-white .tab-pane__left {
        width: 100%;
        padding: 0; }
    .opport-white .tab-pane__left_top, .opport-white .tab-pane__left_center, .opport-white .tab-pane__left_bottom {
        padding-bottom: 20px; }
    .opport-white .tab-pane__right {
        width: 100%;
        max-height: 400px; }
    .opport-white .tab-pane__right img {
        min-height: 400px;
        max-height: 400px; }
    .opport-white__pre {
        font-size: 24px;
        padding-left: 0;
        width: 100%; }
    .opport-white__number {
        font-size: 100px; }
    .opport-white__title {
        font-size: 40px; }
    .address__left {
        width: 100%; }
    .address__right {
        max-width: 100%; }
    .address {
        flex-wrap: wrap; }
    .address__left .nav-link br {
        display: none; }
    .personal-data {
        width: 100%; }
    .delivery {
        flex-direction: column-reverse !important; }
    .delivery #hide {
        margin-top: 30px; }
    .garanty {
        flex-wrap: wrap; }
    .garanty__block {
        width: 100%;
        padding: 0;
        border-right: 0;
        margin-bottom: 20px; }
    .job__name {
        font-size: 22px; }
    .small-title {
        font-size: 28px; }
    .opport-two__aven, .opport-two__small, .opport-two__aven-last {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        min-height: 200px;
        border: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #000; }
    .opport-two__aven_bottom img {
        max-width: 50px; }
    .opport-two__image {
        width: 100%;
        max-height: 400px; } }

@media screen and (max-width: 970px) {
    .detail {
        flex-wrap: wrap; }
    .detail__block {
        width: 100%;
        min-height: auto;
        padding-left: 0;
        border: none; }
    .detail__block:first-child {
        border: none; }
    .detail__last {
        align-items: flex-start;
        padding-left: 0;
        margin-top: 30px;
        width: 100%; }
    .section404__bottom {
        width: 100%; }
    .title {
        font-size: 48px; }
    .opport-first__number {
        font-size: 100px; }
    .opport-first__title {
        font-size: 40px; }
    .opport-first__first-big_top, .opport-first__last-big_bottom, .opport-first__big_number span, .opport-two__small_bottom {
        font-size: 100px;
        line-height: 100%; }
    .opport-first__last-big_top, .opport-first__small, .opport-first__first-big_bottom, .opport-first__small span {
        font-size: 14px; }
    .opport-first__small_bottom span {
        font-size: 50px; }
    .opport-first__first-big, .opport-first__last-big, .opport-first__small, .opport-first__big {
        padding-right: 0;
        padding-left: 0;
        min-height: 200px;
        width: 100%;
        border-bottom: 1px solid #000;
        border-right: 0;
        padding-bottom: 20px; }
    .opport-first__big {
        padding-top: 20px;
        padding-left: 20px; }
    .opport-first__small_bottom {
        text-align: right; }
    .opport-first__big_number {
        margin-left: 0;
        font-size: 30px;
        text-align: right; }
    .opport-first__big_number span {
        font-size: 50px; }
    .opport-first__small {
        display: flex;
        flex-direction: row-reverse; }
    .opport-first__small img {
        width: 10%; }
    .opport-first .border-right {
        border-right: 0 !important;
        flex-direction: column; } }

@media screen and (max-width: 900px) {
    .myMenu-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    #myPopup {
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
    }
    #myPopup .modal-block {
        width: 100%;
    }
    #myPopup {
        overflow-y: scroll;
    }

    .myMenu-head__left {
        display: flex;
        flex-direction: column;
    }
    #myModal {
        z-index: 99;
    }#myModal #myModal__close {
         display: block;
     }#myPass #myPass__close {
          display: block;
      }
    #myPass {
        z-index: 100;
    }

    .myMenu-head__left span {
        font-weight: normal;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 5px;
    }
    .myMenu-head__right a {
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        text-align: right;
        letter-spacing: 0.01em;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #3645CF;
    }
    #myModal, #myPass {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh!important;
        align-items: center;
    }
    #myMenu .sidebar {
        max-height: none;
        overflow: auto; }
    #object .swiper-slide {
        width: 45%; }
    .news-item__left {
        width: 100%; }
    .news-item__right {
        width: 100%;
        margin-top: 30px; }
    .news-item__title {
        width: 100%;
        font-size: 30px;
        line-height: 36px; }
    .news-item__desc {
        width: 80%;
        font-size: 22px; }
    .accordion-section .accordion {
        width: 100%; }
    .accordion-section .container {
        flex-direction: column-reverse; }
    .accordion-section__right {
        width: 100%;
        margin-bottom: 40px; }
    .reviews-block {
        width: 100%; }
    .contacts__left, .contacts__center {
        width: 100%; }
    .contacts {
        height: auto; }
    .contacts__left, .contacts__center {
        padding-left: 20px;
        border-left: 1px solid #E5E5E5; }
    .requisites__left {
        width: 100%;
        max-width: 100%; }
    .requisites__center {
        width: 100%;
        max-width: 100%; }
    .requisites {
        height: auto; }
    .requisites__center, .requisites__center:last-child {
        border-left: 0;
        padding-left: 0; }
    .requisites__link {
        padding-left: 0; }
    .card-body__line, .card-body__line-pay {
        width: 100%;
        max-width: 100%; }
    .card-body__line-pay {
        flex-wrap: wrap; }
    .card-body__line-pay .btn {
        margin-top: 20px; }
    .head-title {
        flex-direction: column; }
    .head-title__right {
        margin-top: 40px; }
    .head-title__back {
        text-align: left;
        margin-top: 20px; }
    .head-title__back br {
        display: none; }
    .private .address {
        flex-direction: column; }
    .private .address__left {
        width: 100%; }
    .private .address__left .nav-item {
        margin-bottom: 20px; }
    .private .address__right {
        width: 100%;
        max-width: 100%;
        margin-top: 30px; }
    .private .address__right:before {
        display: none; }
    .private__number {
        min-height: 100px; }
    .header-top__icons li:first-child {
        display: none; }
    .header-top__icons li:nth-child(2) {
        display: none; }
    #myMenu {
        width: 100%;
        height: 100vh;
        right: 0;
        max-height: 100vh; }
    .mobile-search {
        display: flex; }
    .mobile-search form {
        box-sizing: border-box;
        width: 100%;
        margin: 0 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px; }
    .mobile-search form svg {
        stroke: #6B6B61; }
    .mobile-search form button {
        left: 5px;
        top: 5px; } }

@media screen and (max-width: 850px) {
    .first-big table {
        min-width: 803px; }
    .first-big .catalog-table__main {
        overflow-x: scroll; } }

@media screen and (max-width: 800px) {
    .personal-data__head .nav-tabs {
        width: 100%;
    }.personal-data__head .nav-tabs .nav-link span {
         width: 20px ;
         height: 20px;
     }

    .header-top__right {
        margin-top: 0;
    }
    .clients-section__head_right span {
        font-size: 70px; }
    .clients-section__head_right img {
        display: none; }
    .clients-section__head {
        flex-direction: column; }
    .gray-section__right span {
        font-size: 100px; }
    .clients-section__head_right {
        position: absolute;
        right: 5%;
        top: 0; }
    .clients-section__head_left {
        width: 100%; }
    .clients-section__head .title-desc {
        width: 100%;
        margin-top: 40px; }
    .gray-section__right p {
        font-size: 12px; }
    .header-top__phone {
        display: none; }
    .title {
        font-size: 40px; }
    .logo {
        max-width: 100px; }
    .logo svg, .logo img {
        width: 100%; }
    .thanks-block__left {
        padding: 0 30px; }
    .header-top .container {
        align-items: center !important; }
    .contacts__left, .contacts__center, .contacts__right, .address__left {
        padding-left: 0;
        border: none; }
    footer .footer-top__right {
        width: 100%;
        margin: 40px 0; }
    footer .footer-top {
        flex-wrap: wrap; }
    .controls .prev, .controls .next {
        width: 25px;
        height: 25px; }
    .controls .prev img, .controls .next img {
        width: 15px;
        height: 15px; }
    .first-section {
        background-size: contain; }
    .first-section .main-first ul li {
        display: flex;
        flex-wrap: wrap; }
    .first-section .main-first ul svg {
        max-height: 42px; }
    .two-section .main-two ul li {
        display: flex;
        flex-wrap: wrap; }
    .two-section .main-two ul svg {
        max-height: 42px; }
    .catalog-item__left {
        width: 100%;
        margin-bottom: 30px; }
    .catalog-item__right {
        width: 100%; }
    .catalog-item {
        flex-wrap: wrap; }
    .catalog-table__bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse; }
    .catalog-table__bottom span {
        width: 100%;
        max-width: 100%;
        margin-top: 30px; }
    .account-top {
        flex-direction: column; }
    .account-top__left {
        display: flex;
        width: 100%;
        border: none; }
    .account-top__left nav {
        width: 100%;
        display: block; }
    .account-top__left .nav-tabs {
        flex-direction: row;
        justify-content: space-between;
        width: 100%; }
    .account-top__left .nav-item {
        width: 50%;
        border-left: 1px solid #000;
        border-radius: 0;
        opacity: 1;
        padding-left: 40px;
        background-position-x: 10px; }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        border-color: #000; }
    .account-top .tab-content {
        width: 100%;
        border: none; }
    .personal-data__title {
        font-weight: 300;
        font-size: 24px;
        line-height: 24px;
        color: #323232; }
    .new-pass {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000; }
    .personal-data .form-group .form-line label {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #323232; }
    .personal-data .form-group .form-line input {
        padding: 12px; }
    .head-title__desc {
        font-size: 24px; }
    .group__name img {
        display: none; }
    .group__number {
        padding-left: 30px; }
    .group__bottom {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
    .group__bottom_left {
        width: 100%;
        border-right: 0; }
    .group__bottom_right {
        width: 100%;
        flex-direction: column-reverse;
        margin-top: 0;
        padding-top: 0;
        padding: 0; }
    .group__bottom_b {
        display: flex; }
    .group__bottom_image {
        margin-right: 20px; }
    .group__bottom_left p {
        font-size: 16px;
        line-height: 22px; }
    .group__bottom_right p {
        font-size: 20px; }
    .group__number {
        font-size: 40px;
        line-height: 40px;
        margin-left: 10px;
        padding-left: 40px; }
    .group__name_item {
        font-size: 24px; }
    .group__head {
        min-height: auto; }
    .section-blue .group__main {
        margin-left: 0;
        width: 100%; }
    .group__down {
        flex-direction: column; }
    .group__block {
        width: 100%;
        padding: 0;
        border-left: 0;
        margin-bottom: 30px;
        min-height: auto; }
    .images-block:nth-child(2) {
        width: 40%; }
    .images-block:nth-child(3) {
        left: 3%; }
    .images-block:nth-child(3) .images-block__text {
        margin-left: 10%; }
    .images-block:first-child .images-block__text {
        padding-top: 20px; }
    .images-block:nth-child(2) .images-block__text {
        padding-bottom: 20px; }
    .images-block:nth-child(3) .images-block__text {
        padding-bottom: 20px; }
    .group__main {
        margin-left: 0;
        width: 100%;
        font-size: 24px; }
    .progres__left, .progres__right {
        flex-direction: column; }
    .progres__left img, .progres__right img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px; }
    .progres__left p, .progres__right p {
        font-size: 16px; } }

.frst12 {
	width: auto !Important;
}

@media screen and (max-width: 770px) {
	
	.preloader {
    background-size: 60px !Important;
    }
	
	
	.typeahead__field, .typeahead__list {
        width: 100% !Important;
    }
	
    #one .catalog__item {
        width: 48%; }
    #one .catalog__item:nth-child(2n) {
        margin-right: 0; }
    #one .catalog__item:nth-child(3n) {
        margin-right: 1.7%; }
    .nav-line li a {
        font-size: 30px; }
    .catalog__item {
        width: 49%;
        margin-right: 1.7%; }
    .catalog__item:nth-child(3n) {
        margin-right: 1.7%; }
    .catalog__item:nth-child(2n) {
        margin-right: 0; }
    .personal-data .form-group .form-line {
        width: 100%; }
    .personal-data .form-group .line50 {
        width: 65%; }
    .personal-data .form-group .line25 {
        width: 30%; }
    .personal-data .form-group {
        flex-wrap: wrap; }
    .personal-data__main {
        padding-left: 0;
        border-left: 0; }
    .top-line {
        flex-direction: column-reverse;
        align-items: flex-start; }
    .top-line .btn {
        margin-bottom: 20px; }
    .top-line form {
        width: 100%; }
    .top-line form input {
        padding: 10px 17px;
        width: 100%; }
    .accordion .collapsed {
        flex-direction: column; }
    .accordion .btn-link {
        flex-direction: column; }
    .accordion .btn-link .account-top__cost {
        margin-top: 0; }
    .accordion .collapsed .account-top__cost {
        margin-top: 20px; }
    .accordion .btn-link .account-top__pay {
        text-align: left;
        margin-top: 20px; }
    .account-top__block {
        align-items: flex-start !important; }
    .card-body__line-pay .card-body__block {
        margin-bottom: 20px; }
    .personal-data .form-group .form-line:not(:first-child) label {
        margin-top: 1em; }
    .group__people_block {
        width: 33.33%; }
    .thanks-block {
        flex-direction: column; }
    .thanks-block__left {
        margin-bottom: 30px; }
    .thanks-block__right p {
        width: 100%; } }

@media screen and (max-width: 750px) {
    .house {
        padding-right: 0;
        position: relative;
        flex-direction: column-reverse; }
    .house svg {
        width: 100%; } }

@media screen and (max-width: 700px) {
    #three .job__block {
        width: 100%;
        border: none;
        border-bottom: 1px solid #000;
        padding-bottom: 30px; }
    #three .job .job__block input {
        bottom: 20px; }
    #two .news .news__small {
        width: 100%;
        min-height: 250px; }
    #two .news .news__big {
        width: 100%;
        min-height: 250px; }
    #two .news .news__average {
        width: 100%;
        min-height: 250px; }
    .gallery-section .nav-pills li:last-child {
        position: absolute;
        right: 5%;
        top: 0;
        width: 20%;
        min-height: auto; }
    .gallery-section .nav-pills li:last-child span {
        font-size: 70px; }
    .gallery-section .null-block {
        display: none; }
    .gallery-section .nav-pills li {
        width: 50%;
        min-height: auto; }
    .gallery-section .title {
        width: 70%; }
    #gal-img .swiper-slide {
        width: 288px; }
    .news-item {
        padding: 20px; }
    .news__small {
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
    .news__average {
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
    .news__big {
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
    .job__block {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px; }
    .news__name, .news__big .news__name, .news__average .news__name {
        font-size: 20px;
        font-weight: 600; }
    .news {
        width: 100%;
        margin: 0; }
    .reviews-block__head span {
        border-right: 0; }
    .head-rev img {
        display: none; }
    .head-rev .title {
        width: 100%;
        max-width: 100%; }
    .head-pre {
        font-size: 20px; }
    .basket-total {
        flex-direction: column;
        text-align: left; }
    .basket-total__right {
        text-align: left;
        margin-top: 20px; }
    .delivery .check-filter__item label {
        max-width: 90%; }
    .detail-title {
        font-size: 26px; }
    .section404__top img {
        width: 85%; }
    .section404__bottom {
        font-size: 24px; } }

@media screen and (max-width: 600px) {
    .gray-section__right span {
        font-size: 70px; }
    .gray-section__head .title-desc {
        font-size: 24px; }
    .gray-section__right p {
        width: 100%; }
    #object .swiper-slide {
        width: 95%; } }

@media screen and (max-width: 550px) {

    #one .catalog__item {
        width: 100%;
        margin-right: 0; }
    #one .catalog__item:nth-child(2n) {
        margin-right: 0; }
    #one .catalog__item:nth-child(3n) {
        margin-right: 0; }
    #one .catalog__item:nth-child(4n) {
        margin-right: 0; }
    #one .catalog__item:nth-child(5n) {
        margin-right: 0; }
    .opport-first__first-big_top, .opport-first__last-big_bottom, .opport-first__big_number span {
        font-size: 86px; }
    .blue-section__title {
        font-size: 20px; }
    .blue-section__number {
        font-size: 36px; }
    .opport-white__title {
        font-size: 24px;
        line-height: 100%; }
    .opport-white__number {
        font-size: 36px;
        line-height: 100%; }
    .opport__number {
        font-size: 75px; }
    .opport__desc {
        font-size: 14px; }
    .opport__block_bottom {
        margin-top: 20px; }
    .opport__nav_title {
        font-size: 26px;
        line-height: 30px; }
    .opport__block_bottom img {
        max-width: 30px; }
    .other-news__title {
        font-size: 24px; }
    .news-item__title {
        font-size: 24px;
        line-height: 28px; }
   .head-news .title {
        font-size: 24px; }
    .news-item__desc {
        font-size: 18px; }
    .head-news img {
        max-width: 35px; }
    .news-item__desc {
        font-size: 18px; }
    .head-news img {
        max-width: 35px; }
    .news-nav__link a {
        font-size: 18px; }
    .group__people_block {
        width: 50%; }
    .nav-line li a {
        font-size: 24px; }
    .nav-line li {
        margin-bottom: 10px; }
    .check-filter__item label {
        font-size: 18px;
        width: 200px;}
    .catalog__item {
        width: 100%;
        margin-right: 0; }
    .catalog__item:nth-child(3n) {
        margin-right: 0; }
    .catalog__item:nth-child(2n) {
        margin-right: 0; }
    footer .footer-top__left li .full {
        font-size: 14px; word-break: break-word;}
    footer .footer-top__left li .small {
        font-size: 13px; }
    .check-filter__item {
        margin-right: 0;
		width: 300px;
        display: flex;
        justify-content: space-between;
		}
	.check-filter__item._last {
		position: relative; 
		width: 170px;
	}
    #myModal, #myPass {
        width: 100%;
        height: 100vh;
        right: 0;
        top: -15px; }
    #myModal #myModal__close, #myPass #myPass__close {
        display: block;
        top: 24px;
        right: 15px; }
    #myModal .modal-contents {
        height: 93vh;
        display: flex;
        flex-direction: column;
        justify-content: center; }
	.two-section .main-two ul > svg{display:none;}	
    .first-section .main-first {
        padding-left: 0;
    }
    .first-section .main-first ul a br {
        display: block;
    }
	.first-section .main-first {
    height: auto;
}
    .first-section .main-first {
        padding-top: 36px;
    }
    .first-section .main-first ul a, .two-section .main-two ul a {
        font-size: 36px;
        line-height: 125%;
    }
    .first-section .main-first ul li:first-child span {
        margin-left: 0;
        vertical-align: top;
    }
    .first-section .main-first ul li span {
        margin-left: 0;
        vertical-align: top;
    }
    .first-section .main-first ul li {
        display: inline-block;
    }
    .first-section .main-first ul li:first-child svg {
        max-width: 59px;
        margin-top: -10px;
    }
    .first-section .main-first ul li:nth-child(2) svg {
        max-width: 48px;
        margin-top: -25px;
    }
    .first-section .main-first ul li:nth-child(3) {
        margin-top: 5px;
    }
    .first-section .main-first ul li:nth-child(3) svg {
        max-width: 43px;
        margin-top: -15px;
    }
    .first-section .main-first ul li:nth-child(4) {
        margin-top: 15px;
    }
	.first-section .main-first ul li:nth-child(4) a{
        width:70%;
		float:left;
    }
    .first-section .main-first ul li:nth-child(4) svg {
        display: none;
    }
    .first-section .main-first ul li:nth-child(4) span {
        display: none;
    }
    .first-section .main-first .two-ul li {
        margin-top: 13px;
    }
    .first-section .main-first .two-ul li svg {
        display: none;
    }
    .main-first__bottom {
        display: none!important;
    }
    .first-section .main-first .two-ul {
        margin-bottom: 157px;
    }
    .two-section {
        padding-top: 106px;
    }
    .two-section .main-two ul li:first-child svg {
        max-height: 42px;
    }
    .two-section .main-two ul li:first-child span {
        margin-right: 0;
        margin-left: 5px;
    }
    .two-section .main-two ul li {
        margin-bottom: 20px;
    }
    .two-section .main-two ul li:nth-child(2) svg {
        max-height: 35px;
        margin-right: 0;
    }
    .two-section .main-two ul a {
        margin-right: 0;
    }
    .main-two {
        display: flex;
        flex-wrap: wrap;
    }
    .ratio {
        display: none!important;
    }

    .two-section .main-two .two-ul2 li:nth-child(2) {
        margin-left: 0;
        display: inline-block;
    }
    .two-section .main-two .two-ul2 li:nth-child(2) svg {
        display: initial;
        margin-top: -10px;
        max-height: 42px;
    }
    .two-section .main-two ul li:nth-child(2) span {
        vertical-align: top;
    }
    .two-section .main-two ul li:nth-child(3) svg  {
        display: none;
    }
    .two-section .main-two ul li:nth-child(3) span  {
        display: none;
    }
    .two-section .main-two .two-ul2 li:nth-child(4) span {
        margin-top: 5px;
    }
    .two-section {
        background: #828282 !important;
    }
    .opport-first__big_number span, .opport-two__aven_top, .opport-two__aven-last_center, .opport-two__small-last_top, .opport-two__small_bottom {
        font-size: 36px; }
    .opport-first__title {
        font-size: 24px;
        padding-left: 20px;
        background-position-y: 0px; }
    .opport-first__number {
        font-size: 36px;
        line-height: 100%; }
    .catalog-container {
        overflow-x: scroll;
    }
    .other-catalog-section .catalog {
        flex-wrap: nowrap;
        overflow-x: hidden;
        width: 1290px;
    }
    .other-catalog-section .catalog__item {
        width: 90%;
        background: #fff;
        min-height: 348px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 1.25%;
        margin-bottom: 16px;
        border-bottom: 0;
    }
    .other-catalog-section .catalog__image {
        width: 100%;
        padding: 0;
        align-items: center;
        min-height: 202px;
        max-height: 202px;
    }
    .other-catalog-section .catalog__main {
        padding: 16px 33px 35px 33px;
    }
    .opport-image {
        height: 400px; } }

@media screen and (max-width: 446px) {
    .nav-line li sup {
        display: contents; }
    .basket-total__cost {
        font-size: 40px; }
    .images-block:first-child {
        width: 100%;
        margin-right: 0; }
    .images-block:nth-child(2) {
        width: 48%; }
    .images-block:nth-child(3) {
        position: relative;
        width: 48%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column-reverse; }
    .images-container {
        justify-content: space-between; }
    .progres__left, .progres__right {
        width: 100%; }
    .progres {
        flex-wrap: wrap; } }

@media screen and (max-width: 430px) {
    @viewport { width: 730px!important; }
    #myPopup .modal-title {
        font-size: 28px;
    }
    .blue-section__block .close {
        display: block;
    }
    .head-rev .title {
        font-weight: 300;
        font-size: 36px;
        line-height: 110%;
        color: #000000;
    }

    .sogl {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.01em;
        text-decoration-line: underline;
        color: #FFFFFF;
    }
    .sogl:hover {
        text-decoration: none;
    }
    .head-lines span:first-child {
        width: 60%;
    }
    footer .footer-top__right .load {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    footer .footer-top__right .load svg {
        margin-right: 10px;
    }
    .head-lines span {
        width: 20%;
        border-right: 1px solid #000;
    }
    .reviews-block__main textarea {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #828282;
    }
    .head-lines span:last-child {
        display: none;
    }
    .clients-section__head .title-desc {
        font-size: 20px; }
    .clients-section__head_right {
        width: 30%; }
    .clients-section__head_right span {
        font-size: 60px; }
    .accordion-section .accordion .btn-link {
        font-size: 22px; }
    .mini-null span {
        border-left: 0; }
    .group__people_block {
        width: 100%; }
    .slide-section__right {
        padding: 0;
        border: none; }
    .section-blue .group__main p {
        font-size: 22px; }
    .special .form-group:nth-child(2) {
        width: 100%; }
    .special .form-group:nth-child(3) {
        width: 28%; }
    .contacts__title {
        font-size: 28px; }
    .contacts__link {
        flex-wrap: wrap; }
    footer .footer-top__left {
        width: 50%;
        max-height: 542px; }
    footer .footer-top__left li {
        max-width: 50%; }
	footer .footer-top__left > li{
		margin-right: 10px;
	}
    footer .footer-bottom {
        flex-direction: column; }
    footer .footer-bottom a {
        margin-bottom: 20px; }
    .sidebar #leftside-navigation ul li:first-child {
        display: block; }
    .sidebar #leftside-navigation ul li:nth-child(2) {
        display: block; }
    .account-top__left, .accordion .btn-link {
        padding-left: 0;
        padding-right: 0; }
    .account-top__left .nav-item {
        font-size: 20px; }
    .account-top__name {
        text-align: left; }
    .account-top__name {
        font-size: 20px; }
    .title {
        font-size: 26px; }
    .personal-data .form-group .line50 {
        width: 48%; }
    .personal-data .form-group .line25 {
        width: 48%; }
    .personal-data .btn {
        padding: 13px; }
    .agree label {
        font-size: 14px;
        margin-right: 0;
        justify-content: center; }
    .agree label br {
        display: none; }
    .agree label p {
        width: 85%;
        font-size: 14px; }
    .agree label span {
        width: 22px !important;
        height: 22px !important; }
    .head-rev .title {
        font-size: 36px;
    }.blue-section__big {
         font-size: 75px;
         line-height: 75px;
     }
    .blue-section__bottom img {
        max-width: 50px;
    }
    .blue-section__name {
        padding: 0 30px;
    }
    .blue-section__block {
        min-height: 65px;
    }
    .blue-section__top {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    #other-news .swiper-slide {
        width: 100%;
    }
    .gallery-section .nav-pills li:last-child {
        width: 30%;
    }
    #object {
        overflow: hidden;
    }
    #object .swiper-slide {
        width: 100%;
    }
    .private__main {
        margin-top: -125px;
    }
    .private .address__left .nav-item {
        list-style-image: none;
    }
    .address__left .nav-pills, .private .address__left {
        margin: 0;
        padding: 0;
        border-right: 0;
    }
    #other-news .swiper-slide .news__big {
        width: 100%;
    }
    .close img {
        margin-top: -10px;
    }
    .news-item {
        background: none;
        padding: 0;
    }
    .news-item__head {
        display: flex;
        justify-content: space-between;
    }
    .blue-section__up {
        display: none;
    }
    .blue-section__item .blue-section__bottom {
        display: none;
    }
    .nav-pills__img {
        display: flex;
        align-items: flex-start;
    }
    .nav-pills__img span {
        font-weight: normal;
        font-size: 7px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-right: 10px;
    }
    .private .address__left .nav-item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #fff;
    }
    .private .address__left .nav-item:first-child {
        border-top: 1px solid #fff;
    }
    .group-section__image, .full-image {
        max-height: 226px;
    }
    .group__number {
        padding-left: 20px;
        background-position-x: 0px;
    }
    .group__down {
        margin-top: 0;
    }
    .images-block:nth-child(2) .images-block__text {
        margin-left: 15px;
    }
    .images-container {
        padding-bottom: 30px;
    }
    .head-title {
        flex-direction: row;
    }
    .head-title__back {
        text-align: right;
        font-size: 12px;
    }
    .head-title__back br {
        display: block;
    }.breadcrumb {
         display: none;
     }
    .catalog-table__title {
        margin-bottom: 20px;
    }
    .catalog-container .catalog__item {
        display: flex;
        flex-direction: row;
        min-height: 100px;
        margin-bottom: 0;
        background: none;
        border-bottom: 0.5px solid #323232;
    }
    .catalog-container .catalog__image {
        min-height: auto;
        max-height: none;
        width: 30%;
        margin: 0;
        padding: 0;
    }
    .catalog-container .catalog__main {
        width: 70%;
        padding: 15px;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000;
        padding-left: 25px;
    }
    .catalog__image img {
    }
    .address__left .nav-pills {
        padding-left: 15px;
    }


    .catalog-table__title {
        font-size: 30px; } }

@media screen and (max-width: 370px) {
    .special .form-group:nth-child(3) {
        width: 50%; }
    .first-section .main-first ul a, .two-section .main-two ul a {
        font-size: 24px;
        line-height: 28px; }
    .first-section .main-first ul svg {
        max-height: 30px; }
    .first-section .main-first__bottom .main-first__line {
        margin-left: 0; }
    .main-first__right img {
        max-height: 35px; }
    .first-section .main-first__bottom .main-first__line {
        max-width: 50%; }
    /* footer .footer-top__left {
        max-height: none; } */
    footer .footer-top__left li {
        max-width: 100%; }
    .delivery .check-filter__item label {
        max-width: 84%; }
    .section-blue .group__name_item {
        font-size: 22px; }
    .section-blue .group__number, .group__number {
        background: none;
        padding-left: 0; }
    .group__main {
        font-size: 20px; } }

.private .accordion {
    max-height: 445px;
    overflow-y: scroll;
}

.private .accordion::-webkit-scrollbar { width: 3px; height: 3px;}
.private .accordion::-webkit-scrollbar-track {  background-color: transparent;}
.private .accordion::-webkit-scrollbar-thumb { height: 50px; background-color: #fff; border-radius: 3px;}

.private .address__right:before {
    display: none;
}

.heroes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.flipc {
    perspective: 1000;
    display: inline-block;
}
.flipc:hover .flipper {
    transform: rotateY(180deg);
}
.flipc, .front, .back {
    width: 100%;
    height: 100%;
}
.flipper {
    transition: 0.4s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}
.front, .back {
	-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.back {
    transform: rotateY(180deg);
}
.front {
    padding-left: 20px;
    padding-bottom: 62px;
    padding-right: 40px;
    padding-top: 20px;
}
.hex {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}
.hex2 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: red;
}
.hex2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.opport-first__first-big {
    padding: 0;
}

.opport-first__first-big .front .hex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.opport-first__small.border-right {
    padding: 0;
}

.opport-first__small.border-right .front .hex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.opport-two__small {
    padding: 0;
}

.opport-two__small .front .hex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.opport-two__small-last .front .hex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.check-filter {
    margin-top: -14px;
}
.catalog-item .gallery-top .swiper-slide {
    max-height: 344px;
}
.catalog-item .gallery-top .swiper-slide:first-child{
    display:flex!important;
}
.catalog-item .gallery-top .swiper-slide img {
    height: 100%;
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}
.catalog-item .gallery-thumbs .swiper-slide {
    max-height: 88px;
}
.catalog-item .gallery-thumbs {
    margin-top: 29px;
}
.catalog-item__right {
    width: 57%;
}

.catalog-item__left {
    width: 40%;
}
.catalog-item .gallery-thumbs .swiper-slide img {
    max-height: 86px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.catalog-table table tbody tr td {*/
/*    width: auto!important;*/
/*}*/

#d .swiper-slide__left img {
    margin-bottom: 23px;
}

#d .swiper-slide__name {
    font-weight: normal;
    font-size: 18.2246px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #E5E5E5;
    margin-bottom: 15px;
}
#d .swiper-slide__proff {
    font-weight: normal;
    font-size: 12.5294px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #E5E5E5;
}
#d .swiper-slide__right p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #E5E5E5;
    padding: 0 60px;
    position: relative;
}

#d .swiper-slide__right p:before {
    content: '';
    width: 26px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: url("/bitrix/templates/main/css/../images/cav1.svg") no-repeat;
}
#d .swiper-slide__right p:after {
    content: '';
    width: 26px;
    height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: url("/bitrix/templates/main/css/../images/cav.svg") no-repeat;
}

#d .swiper-slide {
    background: #3645CF;
    height: 100%;
}

.catalog-section .spec-null {
    display: none;
}

.opport__nav_title br {
    display: none;
}
.top-line input {
    background: none;
    max-width: 580px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #828282;
    padding: 20px 50px 20px 19px;
    background: #F2F2F2;
    border: 1px solid transparent;
    transition: all 0.4s;
}

.contacts-header .basket-block span {
    background: #FEBC12;
}
.job__block input {
    bottom: auto;
    top: 100px;
}

p a {
    color: #007bff;
}
p a:hover {
    color: #007bff;
    text-decoration: underline;
}

.mobile-gar {
    display: none;
}


.opport-first__last-big, .opport-first__big  {
    padding: 0;
}
.opport-first__last-big .front .hex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.opport-first__big .hex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 50px;
}

.opport-two__aven-last {
    padding: 0;
}

.opport-two__aven-last .front {
    padding: 20px;
    padding-top: 44px;

}
.opport-two__aven-last .front .hex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.opport-two__image .front {
    padding: 0;
}


.opport-white .tab-pane__left_center {
    flex-direction: row;
}
small {
    font-size: 24px;
    line-height: 24px;
    margin-top: 35px;
}

.opport-first__first-big .hex, .opport-first__last-big .hex, .opport-first__big .hex, .opport-first__small.border-right .hex {
    background: #FEBC12;
}

.opport-two__small .hex, .opport-two__aven-last .hex, .opport-two__image .hex, .opport-two__small-last .hex {
    background: #fff;
}

.garanty-main__last-block {
    margin-top: 24.7%;
}

@media screen and (min-width: 501px){
	.mobile_elem{display:none;}
	.desk_elem{display:flex;}
}

.opport__nav2 .si {
display: flex;
width: 60%;
}
.opport__nav2 .si .opport__block {
width: 33.33%;
}

@media screen and (max-width: 500px) {
	table.prods_elems .to-basket{
    right: 20px;
   }

    .news__item:hover .news__image {
        transform: unset;
    }

    .news .news__item .news__mask{
        background: transparent;
    }

	.mobile_elem{display:block;}
	.head-news.mobile_elem{display:flex;}
	.desk_elem{display:none;}
	table.prods_elems{
		table-layout: auto;
	}
	#myMenu {
height: 88vh;
overflow-y: scroll;
}
.opport__nav2 .si {
width: 100%;
flex-direction: column;
}
.opport__nav2 .si .opport__block {
width: 100%;
}
    .logo svg, .logo img {
        max-width: 147px;
        margin-top: -3px;
        margin-left: -3px;
    }
	.first-section .main-first {
width: 103%;
}
    .header-top__icons li svg {
        width: 24px;
        height: 24px;
    }
    .speci {
        display: none;
    }
    .head-title {
        margin-top: 12px;
        flex-direction: column;
    }
    .other-left {
        width: 100%;
    }
    .head-title__left .title {
        width: 60%;
        font-size: 36px;
        text-transform: inherit;
    }
    .head-title__desc {
        margin-top: 12px;
        font-weight: 300;
        font-size: 24px;
        line-height: 125%;
        letter-spacing: -0.02em;
        color: #000000;
    }
    .head-title__right {
        padding: 0;
        border-left: 0;
        margin-right: 0;

    }
    .head-title__right a br {
        display: none;
    }
    .head-title__right a {
        font-size: 12px;
        line-height: 120%;
        text-align: right;
        letter-spacing: 0.15px;
        color: #3645CF;
    }
    .head-title__right {
        margin-top: 13px;
    }
    .catalog-section .spec-null {
        display: flex;
        margin-bottom: 40px;
    }
    .catalog-section .spec-null span {
        height: 30px;
    }
    .special input[type="text"], .special .file label {
        padding: 9px 15px;
        min-height: 44px;
    }
    .myLinkModalAdd span.first {
        display: none;
    }
    .special .form-group:nth-child(2) {
        width: 58%;
    }
    .special .number {
        min-height: 45px;
    }
    .special .form-group:nth-child(3) {
        width: 36%;
    }
    .personal-data__title {
        width: 100%;
        margin-right: 0;
        border-right: 0;
    }
    .personal-data__title {
        margin-bottom: 17px;
    }
    .personal-data .form-group .form-line label {
        margin-bottom: 1px;
    }
    .personal-data .form-group {
        margin-bottom: 18px;
    }
    .personal-data .form-group .form-line input {
        padding: 8px 12px;
    }
    .form-group.mb-5 {
        margin-bottom: 43px!important;
    }
    footer .footer-top__right .social li a svg {
        width: 30px;
        height: 30px;
    }
    .footer-botom__right {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        /* or 120% */

        letter-spacing: 0.01em;
        text-decoration-line: underline;

        color: #FFFFFF;
    }
    .catalog-table .btn {
        margin-left: auto;
    }
    .catalog-table__bottom span {
        font-weight: normal;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.15px;
        color: #000000;
        margin-bottom: 40px;
    }
    footer .footer-top__left li ul li {
        width: 100%;
        max-width: 100%;
    }
    footer .footer-top__left li:nth-child(2) {
        max-width: 151px;
    }
    .catalog-table__bottom {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .private {
        margin-top: 0;
    }
    .private__title {
        text-transform: uppercase;
        font-weight: 500;
    }
    .private__number {
        margin-top: 0;
        margin-bottom: 0;
    }
    .private__number {
        line-height: 70%;
        min-height: 145px;
    }
    .house {
        margin-top: -208px;
    }
    .private__main {
        margin-top: -212px;
    }
    .private__main_left ul, .private__main_right ul {
        padding-left: 10px;
        margin-bottom: 33px;
    }
    .private__main_left ul span, .private__main_right ul span {
        margin-bottom: 10px;
    }
    .private__main_left ul a, .private__main_right ul a {
        line-height: 131%;
    }
    .private__main_left ul:nth-child(2) {
        margin-top: 35px;
    }
    .private__main_right ul {
        margin-top: 13px;
    }
    .chas-null {
        display: none!important;
    }
    .white-section {
        background: #fff;
    }
    .yellow-section {
        padding-bottom: 53px;
    }
    .white-section {
        padding-top: 49px;
    }
    .private__name {
        margin-top: 0;
    }
    .private__name {
        width: 60%;
    }
    .private__number {
        padding-left: 30px;
    }
    .advantages {
        margin-top: 25px;
    }
    .advantages__block {
        min-width: 273px;
    }
    .white-section .private {
        padding-bottom: 4px;
    }
    .white-section .private__number {
        min-height: 100px;
    }
    .section-blue {
        padding-top: 43px;
    }
    .section-blue .private__number {
        min-height: 100px;
    }
    .address__left .nav-pills {
        padding-left: 0;
    }
    .private .address__left .nav-item {
        padding: 23px 0;
        margin-bottom: 0;
        min-height: 106px;
    }
    .private .address__left .nav-link {
        padding-left: 0;
    }
    .opport__nav_title {
        font-size: 40px;
        line-height: 47px;
        padding-left: 20px;
        margin-bottom: 36px;
    }
    .opport__nav_title br {
        display: block;
    }
    .opport__nav {
        margin-top: 8px;
    }
    .opport__block {
        padding-right: 0;
    }
    .opport__number {
        line-height: 82px;
        margin-bottom: 41px;
    }
    .opport__block {
        padding-bottom: 0;
    }
    .opport__block:not(:nth-child(2)) {
        padding-top: 0;
    }
    .opport__desc {
        font-size: 13px!important;
    }
    .opport__block:nth-child(4) {
        border-bottom: 0;
    }
    .opport__image {
        min-height: 250px;
    }
    .opport__nav {
        margin-bottom: 0;
    }
    .opport__image {
        margin-top: 0;
    }
    .opport-first {
        margin-top: 32px;
    }
    .opport-first__first-big .flipper {
        display: flex;
        justify-content: flex-end;
    }
    .opport-first__first-big .front {
        padding-left: 8px;
        padding-bottom: 14px;
        padding-bottom: 5px;
        padding-right: 0;
        border-left: 1px solid #000;
        width: 85%;
        margin-left: auto;
    }
    .opport-first__last-big_top, .opport-first__small, .opport-first__first-big_bottom, .opport-first__small span {
        font-weight: normal;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
    }
    .opport-first__last-big {
        min-height: 160px;
    }
    .opport-first__last-big_bottom {
        font-size: 112px;
        font-weight: 500;
    }
    .opport-first__last-big .front {
        padding-top: 5px;
        padding-right: 0;
        padding-left: 0px;
    }
    .opport-first__small {
        display: none;
    }
    .opport-first__small.border-right {
        display: flex;
        min-height: 260px;
    }
    .opport-first__small.border-right .front {
        border-right: 1px solid #000;
        width: 60%;
    }
    .opport-first__big .front {
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .opport-first__small.border-right .front {
        padding-left: 0;
        padding-right: 5px;
        padding-bottom: 15px;
    }
    .opport-first__small_bottom span {
        font-size: 86px;
    }
    .opport-first__big .hex {
        padding-left: 0;
    }
    .opport-first__big span {
        padding-left: 20%;
        font-weight: normal;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
    }
    .opport-first__big_number span {
        font-size: 52px;
        padding-left: 0;
    }
    .opport-first__big {
        min-height: 180px;
    }

    .opport-two__aven {
        flex-direction: column-reverse;
        padding-top: 9px;
        padding-bottom: 9px;
        min-height: 143px;
    }
    .opport-two__aven_bottom {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start!important;
    }
    .opport-two__aven_bottom span, .opport-two__small_top, .opport-two__aven-last_bottom,.opport-two__small-last_bottom span {
        font-weight: normal;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000000;
    }
    .opport-two__aven_bottom img {
        max-width: 27px;
    }
    .opport-two__aven_top {
        font-size: 55px;
        font-weight: 400;
        line-height: 60px;
        margin-left: 5%;
    }.opport-two__small {
    min-height: 250px;
         }
    .opport-two__small .front {
        padding: 9px 0 9px 9px;
        width: 45%;
        border-left: 1px solid #000;
    }
    .opport-two__small .flipper {
        display: flex;
        justify-content: flex-end;
    }
    .opport-two__small_bottom {
        font-size: 121px;
    }
    .opport-two__small_top {
        text-align: left;
    }
    .opport-two__aven-last .hex img {
        display: none;
    }
    .opport-two__aven-last .front {
        padding: 9px 0;

        width: 80%;
        border-right: 1px solid #000;
    }
    .opport-two__aven-last .front .hex {
        flex-direction: column-reverse;
    }
    .opport-two__aven-last {
        min-height: 220px;
    }
    .opport-two__aven-last_center {
        font-size: 45px;
        line-height: 50px;
    }
    .opport-two__image {
        min-height: 150px;
    }
    .opport-two__image img {
        min-height: 100%;
    }
    .opport-two__small-last_bottom img {
        display: none;
    }
    .opport-two__small-last {
        min-height: 125px;
    }
    .opport-two__small-last .front {
        padding: 9px 15px;
        width: 70%;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
    }
    .opport-two__small-last .flipper {
        display: flex;
        justify-content: center;
    }
    .opport-two__small-last .hex {

        display: flex;
        flex-direction: column-reverse!important;
    }
    .opport-two__small-last_top {
        font-size: 75px;
        line-height: 75px;
    }
    .other-null {
        display: none!important;
    }
    .opport-image {
        height: 191px;
        margin-top: 46px;
    }
    .opport-white {
        margin-top: 44px;
    }
    .opport-white__title {
        padding-left: 20px;
    }
    .opport-white__pre {
        font-size: 18px;
        line-height: 125%;
        margin-bottom: 51px;
    }
    .opport-white__head {
        padding-bottom: 40px;
    }
    .opport-white__number {
        padding-left: 30px;
    }
    .opport-white .address__left .nav-pills {
        padding-left: 15px;
    }
    .opport-white .address__left .nav-item {
        margin-bottom: 29px;
    }
    .blue-section__head {
        padding-top: 27px;
    }
    .blue-section__title {
        padding-left: 20px;
        font-size: 24px;
        width: 75%;
    }
    .blue-section__number {
        padding-left: 30px;
    }
    .blue-section__block {
        min-height: 111px;
        margin-bottom: 15px;
    }
    .blue-section__name {
        font-weight: normal;
        font-size: 14px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .catalog-item {
        flex-direction: column-reverse;
    }
    .catalog-item__right {
        width: 100%;
    }
    .catalog-item__title {
        text-transform: none;
        font-size: 38px;
        line-height: 110%;
        margin-bottom: 17px;
    }
	.fast-table .catalog-table__mob {
        overflow: auto;
    }
	.fast-table .catalog-table__mob tr th:nth-child(2), 
	.fast-table .catalog-table__mob tr th:nth-child(3), 
	.fast-table .catalog-table__mob tr th:nth-child(4) {
    display: revert;
    }
	.typeahead__button, .typeahead__filter {
    z-index: 10;
    top: 75%;
    }
	.news-item .close_item{display:none;}
	.news-item__left p > img {
    margin: 0px!important;
        margin-bottom: 20px!important;
    float: left;
    width: 100%!important;
    }
    .catalog-table__mob {
        overflow: hidden;
    }
    .catalog-table table {
        min-width: auto;
    }
    .catalog-table__mob tr th:nth-child(2), .catalog-table__mob tr th:nth-child(3), .catalog-table__mob tr th:nth-child(4) {
        display: none;
    }.catalog-item__left {
    width: 100%;
         }
    .catalog-item .gallery-thumbs, .catalog-item .swiper-button-prev, .catalog-item .swiper-button-next {
        display: none;
    }
    .catalog-table {
        margin-top: 3px;
    }
	.catalog-table > div{
		overflow: auto;
	}
	.catalog-table table.prods_elems tbody tr td{
    min-width: 80px;
    }
    .catalog-table__main {
        margin-bottom: 0;
    }
	
    .catalog-table__bottom span {
        font-size: 10px;
        margin-bottom: 27px;
    }
    .head-rev .title {
        font-size: 36px;
        text-transform: none;
    }
    .head-rev {
        margin-top: 16px;
    }
    .head-pre {
        padding-left: 72px;
        font-size: 24px;
        background: url("/bitrix/templates/main/css/../images/hr.svg") no-repeat center left;
        background-size: 55px;
    }
    .reviews-block {
        margin-top: 36px;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        margin-bottom: 25px;
    }
    .reviews-block__head span {
        min-height: 25px;
    }
    .reviews-block__main label {
        top: -8px;
    }
    .head-lines span:first-child {
        border-left: 1px solid #000;
    }
    .reviews-block__main textarea {
        height: 273px;
        padding: 14px 8px;
        margin-bottom: 10px;
    }
    .reviews-block__main .btn {
        right: 0;
        margin-right: 0;
        padding: 10px 28px;
    }
    .nav-line li {
        padding: 0;
        background: none;
        margin-bottom: 0;
        padding: 15px 0;
        border-bottom: 1px solid #000;
    }.nav-line li:first-child {
    padding: 0;
    margin: 0;
             padding: 15px 0;
         }
    .nav-line li:nth-child(2), .nav-line li:nth-child(3) {
        margin-right: 0;
    }
    .nav-line li:last-child {
        margin-left: 0;
    }
    .nav-line li sup {
        display: block;
    }

    .nav-line {
        display: flex;
        flex-direction: column;
    }

    .head-title3 {
        flex-direction: row;
        margin-bottom: 37px;
    }
    .head-title3 .head-title__back {
        margin-top: 7px;
    }
    .catalog-table__right {
        display: none;
    }
    .catalog-table table tbody tr td:nth-child(2) {
        min-width: 170px;
    }
    .basket-total__left {
        margin-top: 10px;
    }
    .delivery label {
        max-width: 100%;
        margin-right: 0;
    }
    #hide3 {
        max-width: 100%;
    }
    .basket-total__right {
        text-align: right;
        margin-left: auto;
    }
    .contacts__link {
        margin-bottom: 8px;
    }
    .contacts__link span {
        width: 100%;
    }
    .contacts__link a {
        margin-left: 0;
    }
    a.contacts__link span{
        width: auto;
    }
    .speci {
        display: none;
    }
    .garanty-top .title {
        text-transform: none;
        margin-bottom: -10px;
    }
    .garanty-top .garanty-image, .garanty-navtop .opport .opport-image {
        height: 250px;
    }
    .garanty-top {
        margin-bottom: 24px;
    }
    .garanty-navtop .opport {
        margin-top: 20px;
    }
    .garanty-navtop .opport__block {
        padding-top: 10px;
        min-height: 127px;
    }
    .garanty-navtop .opport__desc {
        font-size: 10px!important;
        margin-top: 0;
    }
    .garanty-navtop .opport__number {
        line-height: 57px;
        background-position-y: 0;
        padding-left: 15px;
    }
    .garanty-navtop .opport__block_bottom {
        margin-top: 0;
    }
    .opport__block_bottom span {
        font-size: 8px;
    }
    .garanty-navtop .opport .opport-image {
        margin-top: 20px;
        height: 230px;
    }
    .garanty-navtop {
        margin-bottom: 20px;
    }
    .garanty-main__first-block img {
        width: 80%;
        margin-bottom: 5px;
    }
    .garanty-main__head .title {
        margin-bottom: 36px;
    }
    .garanty-main__first-block .garanty-main__text {
        line-height: 24px;
        padding-right: 7px;
    }
    .garanty-main__two-block img {
        width: 98%;
        margin-bottom: 17px;
    }
    .garanty-main__two-block .garanty-main__text {
        line-height: 24px;
        padding-right: 7px;
    }
    .garanty-main__last-block {
        margin-top: 5px;
    }
    .garanty-main__two-block {
        margin-bottom: 20px;
    }
    .garanty-main__last-block img {
        margin-bottom: 31px;
    }
    .garanty-main__last-block .garanty-main__text {
        line-height: 24px;
        padding-right: 7px;
    }
    .garanty-main__number {
        padding-left: 22px;
        background-position-x: 7px;
    }
    .garanty-main__wrap_right img {
        height: 238px;
        min-height: auto;
    }
    .mobile-gar {
        display: block;
        width: 100%;
        margin-bottom: 47px;
    }
    .garanty-main__wrap_right-last img {
        min-height: 238px;
    }
    .garanty-main__blocks {
        margin-top: 15px;
    }
    .garanty-main__blocks .first-span {
        padding-left: 0;
        border-left: 0;
        padding-right: 5px;
    }
    .garanty-main__blocks .two-span {
        padding: 0;
        padding-left: 5px;
    }
    .garanty-main__blocks .two-span p {
        font-size: 8px;
    }
    .garanty-main .other-wrap .garanty-main__wrap_right img {
        min-height: 238px;
    }
    .garanty-main__big-text {
        margin-top: 0;
    }
    .garanty-main__down_block img, .garanty-main__down_block-last img {
        margin-top: -20px;
        margin-bottom: 10px;
        min-height: 174px;
    }
    .object .opport__nav_title {
        font-size: 32px;
        line-height: 40px;
    }
    .object-image {
        min-height: 238px;
        height: 238px;
    }
    .gray-section__head .title {
        font-size: 24px;
    }
    .gray-section__head {
        margin-top: 10px;
    }
    .gray-section__right span, .gallery-section .nav-pills li:last-child span {
        font-size: 41px;
    }
    .gray-section__right p {
        display: none;
    }
    .gray-section__head .title-desc {
        width: 100%;
    }
    .object-block__image img {
        height: 218px;
    }
    .gallery-section .nav-pills li:last-child {
        padding-left: 0;
        width: 20%;
    }
    .gallery-section .nav-pills li:last-child span{
        padding-left: 30px;
    }
    .gallery-section__right .nav-link {
        padding: 0;
        font-size: 18px;
    }
    .gallery-section .nav-pills li a {
        font-size: 18px;
    }
    #gallery2 .swiper-slide {
        height: 310px;
    }
    #gallery2 .swiper-slide img {
        height: 310px;
    }
    .clients-section__head_right span {
        font-size: 41px;
        padding-left: 30px;
    }
    .clients-section__head_right {
        width: 20%;
    }
    .clients-section__main {
        margin-top: 0;
    }
    .clients-section__main_right {
        padding-right: 0;
        padding-left: 0;
    }
    .history-head__title {
        font-size: 40px;
        line-height: 41px;
    }
    .history-head {
        margin-top: 0;
    }
    .history-six__left_years span, .history-five__left, .history-three__left_years span, .history-four__left_years span, .history-first__left_years, .history-two__left_years span, .history-seven__left_years span, .history-eith__left span, .history-nine__left_years span, .history-then__left_years span {
        font-size: 150px;
    }
    .history-first__right_image img {
        min-height: auto;
        height: 180px;
    }
    .history-first__right_image {
        margin-bottom: 25px;
    }
    .history-two__right_img img {
        height: 200px;
    }
    .history-three__center {
        width: 100%;
        min-height: auto;
        max-height: none;
        height: 269px;
    }
    .history-three__right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .history-two__right_desc span:first-child {
        width: 320px;
    }
    .history-four__right_img {
        width: 71%;
    }
    .history-four__right_year p{
        margin-bottom: 0;
    }
    .history-five__right_title {
        margin-top: 42px;
        margin-bottom: 23px;
    }
    .history-five {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .history-six__left_years span, .history-seven__left_years span {
        font-size: 140px;
    }
    .history-six {
        margin-top: 40px;
    }
    .null-speci {
        display: none!important;
    }
    .history-six__right {
        flex-direction: column-reverse;
    }
    .history-six__center img {
        min-height: 400px;
    }
    .history-six__right_img {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .history-seven__block {
        flex-direction: column-reverse;
        display: flex;
    }
    .history-seven__block_image {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .history-eith {
        margin-bottom: 0;
    }
    .history-nine__right_img img {
        max-width: 80%;
        width: 80%;
    }
    #poth {
        margin-top: 40px;
    }

    .opport__nav2 {
        flex-direction: column-reverse;
    }
    .opport__nav2 .opport__block:first-child {
        border-top: 1px solid #000;
    }
    .object .opport__left {
        background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat top left;
        background-size: 13px;
        background-position-y: 10px;
    }

    .opport-white .tab-pane__left_center span {
        display: flex;
        align-items: flex-end;
        margin-bottom: 7px;
        margin-left: 7px;
    }
    .opport-white .tab-pane__block {
        flex-direction: column-reverse;
    }
    .opport-white .tab-pane__right {
        margin-bottom: 30px;
    }
    .address__right .nav-pills {
        display: flex;
    }
	.head-news {
        margin-top: 15px;
        margin-bottom: 34px;
    }
    .head-news .title {
        font-size: 35px;
        text-transform: capitalize;
        margin-right: 0;
        margin-bottom: 0;
    }
    .head-news span {
        font-size: 9px;
        margin-top: 5px;
    }
    .head-news .rever {
        display: flex;
        flex-direction: row-reverse;
    }
	.news-nav__link img, .news-nav__link span {
        display: none;
    }
    .news-nav__link a {
        font-size: 16px;
    }
    .news-nav__link {
        margin-bottom: 14px;
    }
    .news-nav__link a {
        padding-right: 30px;
        margin-right: 0;
        position: relative;
    }
    .news-nav__link a:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 18px;
        background: url("/bitrix/templates/main/css/../images/c7.svg") no-repeat center right;
    }
    .news-nav__link .active:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 18px;
        background: url("/bitrix/templates/main/css/../images/c8.svg") no-repeat center right;
    }
    .news-nav__link .active {
        text-decoration: none;
    }
	.news__main {
        position: relative;
    }
    .news__item {
        min-height: auto;
        max-height: none;
        margin-bottom: 0;
    }
    .news__image, .news__mask {
        height: 241px;
        min-height: auto;
        max-height: none;
    }
    .news-nav {
        margin-bottom: 10px;
    }
    .news__main {
        padding: 0;
        height: auto;
        padding-bottom: 20px;
        /*border-bottom: 1px solid #000;*/
    }
    .news__type {
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #3645CF;
        margin-top: 10px;
        margin-bottom: 6px;
    }.news__name, .news__big .news__name, .news__average .news__name {
             color: #000;
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 500;
         }
    .news__date {
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #828282;
    }

    .news__item:not(:first-child) .news__image {
        //display: none;
    }
    .news__item:not(:first-child) .news__mask {
        display: none;
    }
	#gal-img3 .swiper-slide {
        width: 100%;
        margin-right: 0;
    }.news-item__type {
             font-weight: normal;
             font-size: 11px;
             line-height: 125%;
             letter-spacing: -0.02em;
             text-transform: uppercase;
             color: #3645CF;
         }
    .news-item__date {
        font-weight: normal;
        font-size: 11px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #828282;
    }
    #other-news .swiper-slide .news__image, #other-news .swiper-slide .news__mask {
        display: none;
    }
	.catalog-section {
        border-bottom: 0;
    }.other-news__title {
             font-weight: normal;
             font-size: 14px;
             line-height: 125%;
             letter-spacing: -0.02em;
             text-transform: uppercase;
             color: #000000;
         }
    .other-news__button {
        display: none;
    }
    .other-news__head {
        margin-bottom: 0;
        padding-bottom: 31px;
        border-bottom: 1px solid #000;
    }
	.first-section .main-first {
        padding-left: 0;
    }
    .first-section .main-first ul a br {
        display: block;
    }
    .first-section .main-first {
        padding-top: 36px;
    }
    .first-section .main-first ul a, .two-section .main-two ul a {
        font-size: 36px;
        line-height: 125%;
    }
    .first-section .main-first ul li:first-child span {
        margin-left: 0;
        vertical-align: top;
    }
    .first-section .main-first ul li span {
        margin-left: 0;
        vertical-align: top;
    }
    .first-section .main-first ul li {
        display: inline-block;
    }
    .first-section .main-first ul li:first-child svg {
        max-width: 59px;
        margin-top: -10px;
    }
    .first-section .main-first ul li:nth-child(2) svg {
        max-width: 48px;
        margin-top: -25px;
    }
    .first-section .main-first ul li:nth-child(3) {
        margin-top: 5px;
    }
    .first-section .main-first ul li:nth-child(3) svg {
        max-width: 43px;
        margin-top: -15px;
    }
    .first-section .main-first ul li:nth-child(4) {
        margin-top: 15px;
    }
    .first-section .main-first ul li:nth-child(4) svg {
        display: none;
    }
    .first-section .main-first ul li:nth-child(4) span {
        display: none;
    }
    .first-section .main-first .two-ul li {
        margin-top: 13px;
    }
    .first-section .main-first .two-ul li svg {
        display: none;
    }
    .main-first__bottom {
        display: none!important;
    }
    .first-section .main-first .two-ul {
        margin-bottom: 157px;
    }
    .two-section {
        padding-top: 106px;
    }
    .two-section .main-two ul li:first-child svg {
        max-height: 42px;
    }
    .two-section .main-two ul li:first-child span {
        margin-right: 0;
        margin-left: 5px;
    }
    .two-section .main-two ul li {
        margin-bottom: 20px;
    }
    .two-section .main-two ul li:nth-child(2) svg {
        max-height: 35px;
        margin-right: 0;
    }
    .two-section .main-two ul a {
        margin-right: 0;
    }
    .main-two {
        display: flex;
        flex-wrap: wrap;
    }
    .ratio {
        display: none!important;
    }

    .two-section .main-two .two-ul2 li:nth-child(2) {
        margin-left: 0;
        display: inline-block;
    }
    .two-section .main-two .two-ul2 li:nth-child(2) svg {
        display: initial;
        margin-top: -10px;
        max-height: 42px;
    }
    .two-section .main-two ul li:nth-child(2) span {
        vertical-align: top;
    }
    .two-section .main-two ul li:nth-child(3) svg  {
        display: none;
    }
    .two-section .main-two ul li:nth-child(3) span  {
        display: none;
    }
    .two-section .main-two .two-ul2 li:nth-child(4) span {
        margin-top: 5px;
    }
    .two-section {
        background: #828282 !important;
    }
	.first-section .main-first {
        height: auto; }
    .two-section {
        height: auto; 
	}
    .catalog-table table tr th:last-child, .catalog-table table tr td:last-child {
    position: sticky;
    right: 0;
    background: #EDEDED;
    border-left: 1px solid #000;
    box-shadow: -16px 0 35px 4px #fff;
    }
    .catalog-table table tr th:last-child:before, .catalog-table table tr td:last-child:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
    .catalog-table table tbody tr:nth-child(2n) td:last-child {
        background: #fff;
    }
    .catalog-table table tr th:last-child {
        background: #fff;
    }
    .first-section .main-first .two-ul li svg {
        display: block;
    }
    .first-section .main-first .two-ul li {
        display: inline-block;
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .first-section .main-first .two-ul li a {
        margin-right: 0;
    }
    .first-section .main-first .two-ul li svg {
        max-width: 46px!important;
        margin-right: 0;
        display: initial;
        margin-bottom: 10px;
    }
    .first-section .main-first .two-ul li:first-child span {
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .first-section {
        background: url("/bitrix/templates/main/css/../images/bgg.svg") #323232 no-repeat center bottom!important;
    }
    .first-section .main-first ul a {
        color: #fff;
    }
    .first-section .main-first ul li span {
        color: #fff;
        font-weight: 400;
    }
    .first-section .main-first ul svg {
        stroke: #fff!important;
    }
    .first-section .main-first ul svg path {
        stroke: #fff!important;
        stroke-width: 1px!important;
    }
    .first-section .main-first ul li {
        background: url("/bitrix/templates/main/css/../images/liw.svg") no-repeat;
        background-position-y: 10px;
    }

    .black-header {
        background: #323232;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        transition: .3s ease all;
    }

    .header-top {
        transition: .3s ease all;
    }
    .black-header .logo svg {
        fill: #fff;
    }
    .black-header .basket-block span {
        display: none;
    }
    .black-header .header-top__icons li svg {
        fill: #fff!important;
        display: none;
    }
    .black-header .header-top__icons .menu svg {
        stroke: #fff!important;
        display: block;
    }
    .scrolled {
        background: #fff;
    }

    .scrolled .logo svg {
        fill: #000;
        max-width: 135px;
    }
    .scrolled .basket-block span {
        display: flex;
    }
    .scrolled .header-top {
        padding-top: 0;
        padding: 5px 0;
    }
    .scrolled .header-top__icons li svg {
        fill: #000!important;
        display: block;
    }
    .scrolled .header-top__icons .menu svg {
        stroke: #000!important;
    }
    .first-section .main-first {
        padding-top: 92px;
    }
    .scrolled2 {
        background: #828282;
    }
    .scrolled3 {
        background: #fff;
    }

    .flipc:hover .flipper {
        transform: rotateY(0deg);
    }

    .flipc.active .flipper {
        transform: rotateY(180deg);
    }
    .first-section .main-first ul li:nth-child(4) svg {
        display: inline-block;
        max-height: 48px;
    }
    .first-section .main-first ul li:nth-child(4) span {
        display: inline-block;
    }
    .mobile-img {
        display: inline-block;
    }
    .two-section .main-two .two-ul2 li:nth-child(5) {
        display: inline-block;
        margin-right: 0;
    }
    .two-section .main-two .two-ul2 svg:nth-child(4) {
        display: inline-block;
        margin-right: 0;
        margin-top: 0px;
    }
    .two-section .main-two ul span{
        vertical-align: top;
    }
    .group-section#job .group__head .group__name_item:after,
	.group-section#job .group__head .group__name_item > span{display:none;}
}

@media screen and (max-width: 340px) {
    .history-six__left_years span, .history-five__left, .history-three__left_years span, .history-four__left_years span, .history-first__left_years, .history-two__left_years span, .history-seven__left_years span, .history-eith__left span, .history-nine__left_years span, .history-then__left_years span {
        font-size: 120px;
    }
    .first-section .main-first ul a, .two-section .main-two ul a {
        font-size: 25px;
    }
	footer .footer-top__left li .full {
    font-size: 12px;
    word-break: break-word;
    }
}
.white-section {
    background: #fff;
}

.opport-white .tab-pane__left {
    min-height: 557px;
}
.last strong {
    font-weight: normal;
}

.blocks {
    width: 25%;
    height: 37px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.opport {
    align-items: flex-start;
}
.opport-first__big_number {
    color: #000!important;
}
.myPopup__close2 {
    position: absolute;
    right: 20px;
}
.preloader {
    background-size: 110px;
}

@media screen and (max-width: 500px) {
    .fancybox-prev, .fancybox-next {
        display: none;
    }
    .fancybox-opened .fancybox-skin {
        padding: 0!important;
    }
    .fancybox-close {
        right: 5px;
        left: auto;
    }
    .fancybox-wrap {
        max-width: none;
        width: 100%!important;
        left: 0!important;
    }
    .fancybox-lock .fancybox-overlay {
        width: 100%!important;
        background: #fff!important;
        background-color: #ffffff!important;
    }
    .fancybox-wrap .swiper-slide-active, .fancybox-wrap .fancybox-outer {
        width: 100%!important;
    }
    .custom-swiper .swiper-buttons {
        z-index: 9999;
    }
    .catalog-table table tr:first-child th {
        width: 170px!important;
    }
    .opport-white .tab-pane__left {
        min-height: auto;
    }
    footer .footer-top__left {
        width: 100%;
    }
    .modal-contents {
        width: 90%;
    }
    .jFiler-items-default .jFiler-item {
        width: 341px;
    }
    #myModalAdd__close {
        margin-top: -34%;
    }
    .last strong {
        display: none;
    }
    .myLinkModalAdd span.first {
        display: block;
    }
    .first-section .main-first ul li:nth-child(4) a {
        float: none;
    }
    .opport-white .tab-pane__right img {
        min-height: 247px;
    }
    .blue-section__bottom {
        align-items: flex-start;
    }
    .blue-section__item {
        position: fixed;
        padding: 20px 15px;
        z-index: 99;
        overflow-x: scroll;
    }

    .on-toggle2 {
        overflow: hidden;
    }
    .first-section .main-first ul li:nth-child(4) svg {
        margin-bottom: 15px;
    }
    #d {
        padding-bottom: 40px;
    }
    #d .swiper-slide {
        height: 69vh;
        overflow-y: scroll;
    }
    .search form input {
        color: #000;
        padding-left: 50px;
    }
    .nano {
        height: 80vh;
    }
    .opport-two__small-last {
        width: 70%;
        margin: 0 auto;
    }
    .opport-two__small-last {
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        border-right: 1px solid #000;
    }
    .opport-two__small .flipper {
        width: 45%;
        margin-left: auto;
    }
    .opport-two__small .front {
        width: 100%;
    }

    .mobs {
        display: block;
    }
    .des {
        display: none;
    }
    .garanty-main .other-wrap .garanty-main__wrap_right img {
        min-height: auto;
        height: auto;
    }
    .garanty-main__down_block {
        margin-bottom: 30px;
    }
    .garanty-main__head .title {
        padding-left: 20px;
        background: url("/bitrix/templates/main/css/../images/li.svg") no-repeat;
        background-position-y: 5px;
    }
    .opport-first__small.border-right .flipper {
        width: 60%;
        margin-right: auto;
    }
    .opport-first__small.border-right .front {
        width: 100%;
    }
    .blue-section__item {
        height: 100%;
    }
    #d .swiper-slide {
        height: 58vh;
    }
    .desk {
        display: none;
    }
    .object-block__image img {
        height: 322px;
    }
    #gallery2 .swiper-slide img, #gallery3 .swiper-slide img, #gallery2 .swiper-slide {
        height: 221px;
    }
    .head-news .rever {
        align-items: flex-start;
    }
    .address__left .nav-item {
        list-style-image: none;
    }
    .nav-line li a:hover {
        border-bottom: 0;
    }
    .section-blue .group__number {
        background-position-x: 5px;
    }
    .group__main {
        margin-top: 40px;
    }
    #dos .group__main {
        margin-top: 40px;
    }
    #job .group__main {
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        /* or 24px */

        letter-spacing: 0.15px;
    }
    .job__block input {
        width: 0;
        height: 0;
        right: 40px;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    #job {
        margin-top: 0;
    }
    .garanty-main__head {
        padding-top: 0!important;
    }
    .garanty-main__item {
        margin-bottom: 0;
    }
    .private .address__left .nav-pills .nav-link.active, .private .address__left .nav-pills .show > .nav-link {
        text-decoration: none;
        color: #FEBC12;
    }
    ._col {
        position: relative!important;
        right: 0!important;
    }

}
@media screen and (max-width: 370px) {
    footer .footer-top__left {
        width: 50%;
    }
    .opport-two__image .hex2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
    }
    .opport__desc {
        font-size: 12px;
    }
    .opport__number {
        font-size: 65px;
    }
    .opport__desc {
        margin-left: 15px;
    }
    .opport__block_bottom img {
        max-width: 40px;
    }

}



.on-toggle {
    overflow: hidden;
}

.clients-section__main_block {
    width: 100%;
    flex-wrap: wrap;
}


.clients-section__main_right {
    overflow: hidden;
}

.del_fl_spz {
	cursor: pointer;
	margin-left: 20px;
	height: 20px; 
	width: 20px; 
	background: url(/bitrix/templates/main/images/cl.svg) no-repeat center center;
}
.item_fl_spz {
	display: flex;
}

.catalog-table table tr th:nth-child(8) {
    width: 110px!important;
}

/* End */


/* Start:/bitrix/templates/main/css/jquery.datetimepicker.css?160577723818419*/
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/instagram/style.css?17315105902583*/
.instagram-infos{
	margin-bottom: 40px;
}
.instagram-infos .inst-line{
	-webkit-box-shadow: 0px 19px 8px -10px rgba(34, 60, 80, 0.13);
	-moz-box-shadow: 0px 19px 8px -10px rgba(34, 60, 80, 0.13);
	box-shadow: 0px 19px 8px -10px rgba(34, 60, 80, 0.13);
	height: 48px;
	margin-bottom: 40px;
	margin-top: -47px;
}
.instagram-infos .inst-top{
    text-align: center;
	line-height: 28px;
	margin-bottom: 25px;
}
.instagram-infos .inst-top img{
	max-height: 28px;
}

.instagram-infos .inst-items-block-custom{
	min-height: 165px;
}
.instagram-infos .inst-items-block-custom .inst-right-block{
	padding-left: 10px;
    display: table;
}

.instagram-infos .inst-items-block-custom .inst-left-block{
	position: relative;
	padding-left: 100px;
	float: left;
}

.instagram-infos .inst-items-block-custom .inst-left-block .inst-pic{
	position: absolute;
	width: 75px;
    height: 75px;
	left: 0px;
}
.instagram-infos .inst-items-block-custom .inst-left-block .inst-pic img{
	max-width: 100%;
}
.instagram-infos .inst-items-block-custom .inst-left-block .inst-txt{
	position: relative;
	padding-bottom: 45px;
	width: 135px;
}
.instagram-infos .inst-items-block-custom .inst-left-block .inst-txt .inst-subs{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.instagram-infos .inst-items-block-custom .inst-left-block .inst-txt .inst-public,
.instagram-infos .inst-items-block-custom .inst-left-block .inst-txt .inst-code{
	margin-bottom: 10px;
}
.instagram-infos .inst-items-block-custom .inst-left-block .inst-txt .inst-public p{
	font-size: 13px;
	margin-bottom: 5px;
}

.instagram-infos .inst-items-block-custom .inst-right-block .inst-list-item{
	margin-left: 8px;
    float: left;
    margin-right: 0px;
	margin-bottom: 8px;
}

@media screen and (max-width: 950px){
	.instagram-infos .inst-items-block-custom .inst-left-block {
		width: auto;
		display: table;
		float: none;
		margin: 0px auto;
		margin-bottom: 25px;
	}
	.instagram-infos .inst-items-block-custom .inst-right-block{
		padding: 0px;
		margin: 0px auto;
	}
	.instagram-infos .inst-items-block-custom .inst-right-block .inst-list-item{
		display: none;
		margin-left: 0px;
	}
	.instagram-infos .inst-items-block-custom .inst-right-block .inst-list-item:nth-child(2),
	.instagram-infos .inst-items-block-custom .inst-right-block .inst-list-item:nth-child(1){
		display: block;
		width: 49%;
		float: left;
	}
	.instagram-infos .inst-items-block-custom .inst-right-block .inst-list-item:nth-child(2){
		margin-left: 2%;
	}
	.instagram-infos .inst-items-block-custom .inst-right-block .inst-list-item img{
		max-width: 100%;
	}
}

/* End */


/* Start:/bitrix/templates/main/template_styles.css?17660481751971*/
.form-error-block {
    color: red;
}
.mobile-logo{
	display: none;
}

#myModal {
    height: auto;
}
a.load_more{cursor:pointer;}

#section_description {
	padding: 30px 15px;
	margin: 0 auto;
    background-image: url(/bitrix/templates/main/images/section_description.png);
    background-repeat: no-repeat;
    background-position: center center;
	font-size: 14px;
}

#section_description p {
	font-size: 14px;
}

#section_description a {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

#section_description ul li {
    margin-bottom: 5px;
}

#section_description ol li {
    margin-bottom: 5px;
}

@media (min-width: 768px){
	#section_description {
		width: 55%;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
.gray-section.clear-top{
	padding-top: 0px;
}

#section_description h2{font-size: 1.5rem;}
#section_description h3{font-size: 1.2rem;}

.rtn-blk-cont {
    display: table;
    margin: 0 auto;
	font-size: 14px;
	padding-bottom: 40px;
}

.rtn-blk-cont p {
	font-size: 14px;
}

#myMenu .short-zayvka{
	font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}	
.header-top__phone {
    margin-right: 27px!important;
}


.table-widget {
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
	font-size: 12px;
}

.table-widget td {
    border: 1px solid #ccc;
    padding: 5px 7px;
}

.table-widget a {
	font-size: 12px!important;
}

.bg {
    background-color: #dfdfdf;
}

.bg p {
	font-size: 12px!important;
	margin-bottom: 0px;
}
.catalog-info-commerce-data{
	margin: 20px 0px;
	background: #ffb600;
	padding: 10px 20px;
    color: #FFF;
}
.catalog-info-commerce-data a{
	text-decoration: underline;
	color: #FFF;
}
.catalog-info-commerce-data a:hover{
	text-decoration: none;
}
.logo img{
	max-width: 100%;
}
@media screen and (max-width: 500px){
	.desctop-logo{ display: none}
	.mobile-logo{ display: block}
}
/* End */
/* /bitrix/templates/main/bower_components/swiper/dist/css/swiper.css?160577724022256 */
/* /bitrix/templates/main/bower_components/bootstrap/dist/css/bootstrap.css?1605777240192348 */
/* /bitrix/templates/main/bower_components/Magnific-Popup/dist/magnific-popup.css?16057772406951 */
/* /bitrix/templates/main/bower_components/jquery/jquery-ui.css?160577724037326 */
/* /bitrix/templates/main/bower_components/mmenu/dist/mmenu-light.css?16057772406444 */
/* /bitrix/templates/main/bower_components/styler/dist/jquery.formstyler.css?16057772402175 */
/* /bitrix/templates/main/bower_components/styler/dist/jquery.formstyler.theme.css?160577724011191 */
/* /bitrix/templates/main/bower_components/fancybox/source/jquery.fancybox.css?16057772384939 */
/* /bitrix/templates/main/bower_components/fancybox/source/helpers/jquery.fancybox-buttons.css?16057772382454 */
/* /bitrix/templates/main/bower_components/fancybox/source/helpers/jquery.fancybox-thumbs.css?1605777238735 */
/* /bitrix/templates/main/css/jquery.typeahead.min.css?160577723812438 */
/* /bitrix/templates/main/css/font-awesome.css?160577723828759 */
/* /bitrix/templates/main/css/animate.css?160577723876510 */
/* /bitrix/templates/main/css/main.css?1773914617155088 */
/* /bitrix/templates/main/css/jquery.filer.css?160577723814837 */
/* /bitrix/templates/main/css/new.css?1731922525148681 */
/* /bitrix/templates/main/css/jquery.datetimepicker.css?160577723818419 */
/* /bitrix/templates/main/components/bitrix/news.list/instagram/style.css?17315105902583 */
/* /bitrix/templates/main/template_styles.css?17660481751971 */
