
.tpl .tpl-territory__content svg {
  display: block;
  width: 228px;
  margin-top: 1.25rem;
  fill: #8daef6;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-territory__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-territory__content {
    padding: 1rem 12px;
    font-size: 1rem;
  }
  .tpl .tpl-territory__content h2,
  .tpl .tpl-territory__content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .tpl .tpl-territory__content svg {
    margin-top: 1.5rem;
  }
}
.tpl .swiper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tpl .tpl-feedbacks-heading {
  margin-bottom: 1.5rem;
}
.tpl .tpl-feedbacks-heading img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  max-height: 36px;
}
.tpl .tpl-feedbacks-heading .tpl-row {
  gap: 12px;
}
.tpl .tpl-feedbacks-heading__text {
  font: 1.125rem "Lato-Medium", sans-serif;
  margin-bottom: 0.875rem;
}
.tpl .tpl-feedbacks-heading__text * {
  margin-bottom: 0.5rem;
}
.tpl .tpl-feedbacks-heading__text *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedbacks-heading__text {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.tpl .tpl-feedbacks-heading .tpl-rating {
  background-color: #fff;
  height: 2rem;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedbacks-heading {
    margin-bottom: 2.25rem;
  }
}
.tpl .tpl-sect__feedbacks {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__feedbacks {
    padding-bottom: 2.25rem;
  }
  .tpl .tpl-sect__feedbacks .tpl-sect-text {
    margin-bottom: 1.25rem;
  }
}
.tpl .tpl-sect__feedbacks .tpl-ads {
  margin-top: 1.25rem;
  margin-bottom: -3.5rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__feedbacks .tpl-ads {
    margin-bottom: 0;
  }
}
.tpl .tpl-feedbacks-slider__btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(7, 40, 135, 0.08);
  box-shadow: 0px 2px 20px 0px rgba(7, 40, 135, 0.08);
}
.tpl .tpl-feedbacks-slider__btn svg {
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  fill: #1349be;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tpl .tpl-feedbacks-slider__btn:hover {
  background-color: #1349be;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tpl .tpl-feedbacks-slider__btn:hover svg {
  fill: #fff !important;
}
.tpl .tpl-feedbacks-slider__btn-prev {
  margin-right: 20px;
}
.tpl .tpl-feedbacks-slider__btn-next {
  margin-left: 20px;
}
.tpl .tpl-feedbacks-slider__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.8;
}
@media only screen and (max-width: 700px) {
  .tpl .tpl-feedbacks-slider__btn {
    display: none;
  }
}
.tpl .tpl-feedbacks {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.tpl .tpl-feedbacks .swiper-slide {
  padding: 1.25rem;
}
.tpl .tpl-feedbacks-thumbnails .swiper-slide {
  padding-bottom: 1.75rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedbacks-thumbnails .swiper-slide {
    padding-bottom: 1rem;
  }
}
.tpl .tpl-feedbacks-thumbnails__slider {
  margin-left: -9px;
  margin-right: -9px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl .tpl-feedbacks-thumbnails__slider .swiper-slide {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 2px;
}
@media only screen and (max-width: 700px) {
  .tpl .tpl-feedbacks-thumbnails__slider .swiper-slide {
    width: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedbacks-thumbnails__slider .swiper-slide {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.tpl .tpl-feedbacks-thumbnails__slider .swiper-slide-thumb-active {
  padding-top: 0;
}
.tpl
  .tpl-feedbacks-thumbnails__slider
  .swiper-slide-thumb-active
  .tpl-feedback-thumbnail__img {
  border-color: #ee3f58;
}
.tpl .tpl-feedback {
  border-radius: 30px;
  background-color: #fff;
  padding: 3.25rem;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(7, 40, 135, 0.08);
  box-shadow: 0px 2px 20px 0px rgba(7, 40, 135, 0.08);
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback {
    padding: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback {
    padding: 1.25rem 1rem 3rem 1rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-feedback {
    padding: 1.25rem 12px 2.5rem 12px;
  }
}
.tpl .tpl-feedback-author {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-feedback-author {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tpl .tpl-feedback-author__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 370px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback-author__information {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-feedback-author__information {
    width: 100%;
  }
}
.tpl .tpl-feedback-author__information--img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin-right: 1.5rem;
}
.tpl .tpl-feedback-author__information--img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-author__information--img {
    width: 88px;
    height: 88px;
    margin-right: 12px;
  }
}
.tpl .tpl-feedback-author__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 0.875rem "Lato-Medium", sans-serif;
  color: rgba(5, 15, 44, 0.4);
  margin-bottom: 15px;
}
.tpl .tpl-feedback-author__phone svg {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 4px;
}
.tpl .tpl-feedback-author__phone svg path:nth-child(1) {
  fill: #1349be;
}
.tpl .tpl-feedback-author__phone svg path:nth-child(2) {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-author__phone {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
  .tpl .tpl-feedback-author__phone svg {
    width: 20px;
    height: 20px;
  }
}
.tpl .tpl-feedback-author__name {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback-author__name {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-author__name {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.tpl .tpl-feedback-author__text {
  max-width: 720px;
  margin-left: 1.25rem;
  padding: 15px 0 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6;
}
.tpl .tpl-feedback-author__text:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(5, 15, 44, 0.05);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-feedback-author__text {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
    padding: 0;
  }
  .tpl .tpl-feedback-author__text:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-author__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.tpl .tpl-feedback-author__rating {
  width: 148px;
  height: 28px;
}
.tpl .tpl-feedback-author__rating svg {
  display: block;
  width: 100%;
  fill: #ff8a00;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-author__rating {
    width: 106px;
    height: 20px;
  }
}
.tpl .tpl-feedback-comments {
  margin-top: 2.5rem;
}
.tpl .tpl-feedback-comments__title {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-comments__title {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-comments {
    margin-top: 1.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-feedback-comments {
    margin-top: 1.25rem;
  }
}
.tpl .tpl-feedback-comment {
  padding: 1rem 0;
  position: relative;
}
.tpl .tpl-feedback-comment:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  background-color: rgba(5, 15, 44, 0.05);
  left: 0;
}
.tpl .tpl-feedback-comment:before {
  top: 0;
}
.tpl .tpl-feedback-comment:last-child {
  padding-bottom: 0;
}
.tpl .tpl-feedback-comment:last-child:after {
  display: none;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-comment {
    padding: 0;
    margin-bottom: 1.75rem;
  }
  .tpl .tpl-feedback-comment:last-child {
    margin-bottom: 0;
  }
  .tpl .tpl-feedback-comment:before,
  .tpl .tpl-feedback-comment:after {
    display: none;
  }
}
.tpl .tpl-feedback-comment__text {
  padding-left: 3.25rem;
  font-family: "Lato-Regular", sans-serif;
  line-height: 1.6;
}
.tpl .tpl-feedback-comment__text p {
  margin-bottom: 12px;
}
.tpl .tpl-feedback-comment__text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-comment__text {
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}
.tpl .tpl-feedback-comment__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-comment__author {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.tpl .tpl-feedback-comment__author--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tpl .tpl-feedback-comment__author--img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
}
.tpl .tpl-feedback-comment__author--information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 0.875rem "Lato-Medium", sans-serif;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-comment__author--information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.tpl .tpl-feedback-comment__author--name {
  font-family: "Lato-SemiBold", sans-serif;
  color: #000;
}
.tpl .tpl-feedback-comment__author--phone {
  color: rgba(5, 15, 44, 0.3);
  white-space: nowrap;
  margin-left: 8px;
  position: relative;
}
.tpl .tpl-feedback-comment__author--phone:before {
  content: "|";
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-comment__author--phone {
    margin-left: 0;
    margin-top: 4px;
  }
  .tpl .tpl-feedback-comment__author--phone:before {
    display: none;
  }
}
.tpl .tpl-feedback-comment__likes {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 1rem "Lato-SemiBold", sans-serif;
  color: #ff8a00;
  line-height: 1;
}
.tpl .tpl-feedback-comment__likes svg {
  width: 16px;
  height: 16px;
  fill: #ff8a00;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 4px;
}
.tpl .tpl-feedback-comment.tpl__is-empty {
  padding-top: 0;
}
.tpl .tpl-feedback-comment.tpl__is-empty:before {
  display: none;
}
.tpl .tpl-feedback-comment.tpl__is-empty .tpl-feedback-comment__text {
  color: rgba(5, 15, 44, 0.3);
  font-family: "Lato-Regular", sans-serif;
  padding-left: 0;
}
.tpl .tpl-feedback-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 8px;
  border-radius: 50px;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(7, 40, 135, 0.08);
  box-shadow: 0px 2px 20px 0px rgba(7, 40, 135, 0.08);
}
.tpl .tpl-feedback-thumbnail__img {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1rem;
  border: 2px solid #1349be;
  -webkit-transition: border-color 0.17s ease-in-out;
  transition: border-color 0.17s ease-in-out;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback-thumbnail__img {
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
  }
}
.tpl .tpl-feedback-thumbnail:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 700px) {
  .tpl .tpl-feedback-thumbnail {
    font-size: 0.875rem;
    height: 56px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.tpl .tpl-checkbox__label {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  position: relative;
  color: inherit !important;
}
.tpl .tpl-checkbox__label *,
.tpl .tpl-checkbox__label a {
  color: inherit !important;
}
.tpl .tpl-checkbox {
  display: none;
  height: 0;
  width: 0;
  opacity: 0;
}
.tpl .tpl-checkbox:checked ~ .tpl-checkbox__sign::after {
  display: block;
}
.tpl .tpl-checkbox__sign {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 12px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .tpl .tpl-checkbox__sign {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 10px;
  }
}
.tpl .tpl-checkbox__sign::after {
  position: absolute;
  content: "";
  display: none;
  top: -6px;
  left: 8px;
  width: 6px;
  height: 18px;
  border: solid #1c8cf2;
  border-width: 0 2px 2px 0;
  transform: rotate(36deg);
  border-radius: 1px;
}
@media all and (max-width: 767px) {
  .tpl .tpl-checkbox__sign::after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 9px;
  }
}
.fancybox-content {
  color: #000 !important;
}

html.tpl__is-fixed {
  overflow: hidden;
}
.tpl-popup-form-uniq__btn-submit {
  display: block;
  width: 100%;
  padding: 20px 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center;
  color: #fff !important;
  background-color: #1c70ef !important;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}
.tpl-popup-form-uniq__btn-submit:hover {
  background-color: #0e57c5 !important;
}
.tpl-popup-form-uniq__btn-close {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important;
}
.tpl-popup-form-uniq__btn-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  fill: rgba(0, 0, 0, 0.25);
}
.tpl-footer-popup-link-uniq a.tpl-footer-popup-link-uniq,
footer .tpl-footer-popup-link-uniq,
footer a.tpl-footer-popup-link-uniq {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  text-decoration: underline !important;
}
.tpl-footer-popup-link-uniq a.tpl-footer-popup-link-uniq:hover,
footer .tpl-footer-popup-link-uniq:hover,
footer a.tpl-footer-popup-link-uniq:hover {
  text-decoration: none !important;
  color: inherit !important;
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.tpl-popup-form-uniq {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.tpl-popup-form-uniq * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.tpl-popup-form-uniq__overflow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.tpl-popup-form-uniq__overflow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.tpl-popup-form-uniq__body {
  width: 100%;
  max-width: 440px;
  background-color: #fff;
  padding: 32px 24px !important;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: normal;
  text-align: left;
}
.tpl-popup-form-uniq__title {
  text-align: center;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.tpl-popup-form-uniq .tpl-popup-form-uniq__btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.tpl-form-popup-group {
  margin-bottom: 12px !important;
  border: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tpl-form-popup-group:last-child {
  margin-bottom: 0;
}
.tpl-form-popup-label {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tpl-form-popup-label.tpl__is-error .tpl-form-popup-input {
  border-color: red;
}
.tpl-form-popup-label.tpl__is-error .tpl-form-popup-error {
  display: block;
}
.tpl-form-popup-label__text {
  font-weight: 500 !important;
  font-size: 14px !important;
  display: block !important;
  color: #000 !important;
  margin-bottom: 2px !important;
}
.tpl-form-popup-input {
  padding: 10px 14px !important;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  display: block !important;
  width: 100% !important;
  font-size: 16px !important;
  outline: 0 !important;
  background: #fff !important;
  color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.tpl-form-popup-input:focus,
.tpl-form-popup-input:hover {
  outline: 0 !important;
  border-color: #1c70ef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tpl-form-popup-textarea {
  min-height: 100px;
}
.tpl-form-popup-notice {
  font-size: 12px !important;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  opacity: 0.5;
  color: #000 !important;
}
.tpl-form-popup-error {
  font-weight: 600;
  color: red;
  display: block;
  margin-top: 4px !important;
  font-size: 12px !important;
  margin-top: 0 !important;
  display: none;
}
.tpl-form-popup-label__checkbox {
  font-size: 12px !important;
  position: relative;
  padding-left: 24px !important;
}
.tpl-form-popup-label__checkbox span.tpl-form-popup-error {
  color: red !important;
  margin-top: 4px !important;
}
.tpl-form-popup-label__checkbox span {
  color: rgba(0, 0, 0, 0.5) !important;
}
.tpl-form-popup-label__checkbox span a {
  color: inherit !important;
  text-decoration: underline !important;
}
.tpl-form-popup-label__checkbox span a:hover {
  text-decoration: none !important;
}
.tpl-form-popup-label__checkbox input[type="checkbox"] {
  display: none;
}
.tpl-form-popup-label__checkbox
  input[type="checkbox"]:checked
  + span
  .tpl-form-popup-checkbox__ic {
  border-color: #000;
  background-color: #000;
}
.tpl-form-popup-label__checkbox
  input[type="checkbox"]:checked
  + span
  .tpl-form-popup-checkbox__ic
  svg {
  display: block;
}
.tpl-form-popup-checkbox__ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.tpl-form-popup-checkbox__ic svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff !important;
  stroke-width: 2px;
  stroke-linecap: round;
}
.tpl-cooperation-btn__wrapper {
  margin-bottom: 20px;
}
.tpl-cooperation-btn__wrapper p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 16px !important;
}
.tpl-cooperation-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: 700;
  color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: 0 !important;
}
.tpl-cooperation-btn svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20px;
  height: 20px;
  fill: #363636;
  margin-left: 8px;
  margin-top: -2px;
}
.fancybox-content {
  color: #000 !important;
}
.tpl-form-popup-input-textarea {
  padding: 10px 14px !important;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  width: 100% !important;
  font-size: 16px !important;
  outline: 0 !important;
  background: #fff !important;
  color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.tpl-form-popup-label-radio {
  display: flex !important;
  margin-top: 10px !important;
}
.tpl-form-popup-radio {
  width: auto !important;
  margin: 0 10px 0 0 !important;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0.13)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0.13),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.13),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.13),
    rgba(255, 255, 255, 0)
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.12))
  );
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.12)
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.12)
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

body,
html {
  height: 100%;
}
body.blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
body.blank .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: -40px auto;
  padding: 15px;
}
body.blank .wrap > div {
  width: 100%;
}
.wrap > .container {
  padding: 70px 15px 20px;
}