@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

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

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

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

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

.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.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

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

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

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform, opacity; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

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

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

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

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

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

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

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

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

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

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

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

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

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

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

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0; }

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.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: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

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

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

.fancybox-share p:first-of-type {
  margin-right: -10px; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom; }

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none; }

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
  font-family: "ProximaNovaCond-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.eot");
  src: url("/fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.woff") format("woff"), url("/fonts/ProximaNovaCond-Regular/ProximaNovaCond-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNovaCond-Semibold";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/ProximaNovaCond-Semibold/ProximaNovaCond-Semibold.eot");
  src: url("/fonts/ProximaNovaCond-Semibold/ProximaNovaCond-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaCond-Semibold/ProximaNovaCond-Semibold.woff") format("woff"), url("/fonts/ProximaNovaCond-Semibold/ProximaNovaCond-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNovaCond-Bold";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/ProximaNovaCond-Bold/ProximaNovaCond-Bold.eot");
  src: url("/fonts/ProximaNovaCond-Bold/ProximaNovaCond-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaCond-Bold/ProximaNovaCond-Bold.woff") format("woff"), url("/fonts/ProximaNovaCond-Bold/ProximaNovaCond-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNovaCond-Light";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/ProximaNovaCond-Light/ProximaNovaCond-Light.eot");
  src: url("/fonts/ProximaNovaCond-Light/ProximaNovaCond-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaCond-Light/ProximaNovaCond-Light.woff") format("woff"), url("/fonts/ProximaNovaCond-Light/ProximaNovaCond-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNovaCond-LightIt";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/ProximaNovaCond-LightIt/ProximaNovaCond-LightIt.eot");
  src: url("/fonts/ProximaNovaCond-LightIt/ProximaNovaCond-LightIt.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNovaCond-LightIt/ProximaNovaCond-LightIt.woff") format("woff"), url("/fonts/ProximaNovaCond-LightIt/ProximaNovaCond-LightIt.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy-Light";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Gilroy-Light/Gilroy-Light.eot");
  src: url("/fonts/Gilroy-Light/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-Light/Gilroy-Light.woff") format("woff"), url("/fonts/Gilroy-Light/Gilroy-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot");
  src: url("/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff") format("woff"), url("/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.ttf") format("truetype");
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
}

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

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: none;
  text-decoration: none;
}

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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

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

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: 0.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-cancel-button,
[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;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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-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-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-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-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-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;
  }
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: #143861;
}

::-webkit-scrollbar-thumb {
  background-color: #F9AE00;
}

body.fancybox-iosfix {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: "ProximaNovaCond-Regular", sans-serif;
  line-height: 1.25;
  overflow-x: hidden;
  background-color: #1e1f25;
  color: #fff;
}
body input, body textarea, body select {
  border: none;
  outline: none;
}
body input:focus:required:invalid, body textarea:focus:required:invalid, body select:focus:required:invalid {
  border-color: red;
}
body input:required:valid, body textarea:required:valid, body select:required:valid {
  border-color: green;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

a {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
}
button:focus {
  outline: none;
}

.content {
  overflow-x: hidden;
}

.container {
  position: relative;
}

.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  font-family: "ProximaNovaCond-Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background-color: #F9AE00;
  color: #000;
  transition: all ease 0.3s;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}

.nav-toggle {
  position: absolute;
  padding: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*=bar-] {
  background: #F9AE00;
  display: block;
  transform: rotate(0deg);
  transition: 0.3s ease all;
  transform-origin: 15% 15%;
  border-radius: 8px;
  height: 6px;
  width: 60px;
  margin-bottom: 9px;
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
  transform-origin: 15% 95%;
}

.opened .bar-top {
  transform: rotate(45deg);
}

.opened .bar-mid {
  opacity: 0;
}

.opened .bar-bot {
  transform: rotate(-45deg);
}

.nav {
  background-color: #1e1f25;
  border-bottom: 1px solid #F9AE00;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.nav .container .row {
  min-height: 80px;
}
.nav-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav-logo__note {
  display: block;
  color: #697584;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.nav-logo__img {
  max-width: 91px;
  margin: 0 auto;
}
.nav-list {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-list__item {
  position: relative;
  color: #fff;
  font-size: 18px;
  transition: all ease 0.3s;
}
.nav-list__item:hover a, .nav-list__item.active a {
  border-color: #F9AE00;
}
.nav-list__item:hover .dropdown-list__item a, .nav-list__item.active .dropdown-list__item a {
  border-color: transparent;
}
.nav-list__item_nohover:hover a {
  border-color: transparent;
}
.nav-list__item a {
  display: block;
  padding: 4px 5px;
  border-bottom: 1px solid transparent;
  color: inherit;
}
.nav-list__item a i {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
.nav-list__item a.toggle-active i {
  transform: rotate(-90deg);
}
.nav__phone {
  color: #fff;
  font-size: 18px;
  transition: all ease 0.3s;
  padding: 4px 5px;
  border-bottom: 1px solid transparent;
  margin-left: 10px;
}
.nav__phone:hover {
  border-color: #F9AE00;
}
.nav-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
}
.nav__callback {
  text-transform: uppercase;
  padding: 4px 5px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #F9AE00;
  transition: all ease 0.3s;
}
.nav__callback:hover {
  background-color: #F9AE00;
  color: #000;
}
.nav-lang {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.nav-lang__item {
  display: block;
  color: #fff;
  padding: 3px 5px;
  border: 1px solid #F9AE00;
}
.nav-lang__item + .nav-lang__item {
  margin-left: 5px;
}
.nav-lang__item.active {
  background-color: #F9AE00;
  color: #000;
}

.dropdown-list {
  max-height: 0px;
  min-width: 260px;
  position: absolute;
  top: 40px;
  left: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #1e1f25;
  box-shadow: 0px 0px 8px -1px rgba(18, 18, 19, 0.3);
  overflow: hidden;
  transition: all ease 0.3s;
}
.dropdown-list.show {
  max-height: 800px;
}
.dropdown-list__item {
  font-size: 14px;
}
.dropdown-list__item a {
  color: #fff;
  padding: 4px 10px;
  border-bottom: none;
}
.dropdown-list__item a + .dropdown-list__item a {
  margin-top: 5px;
}
.dropdown-list__item a:hover {
  text-decoration: none;
  background-color: #070709;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.services {
  padding: 100px 0 80px;
}
.services__ttl {
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.services__ttl span {
  color: #F9AE00;
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.services__ttl:before {
  content: "01";
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 46px;
  color: #373c45;
  position: absolute;
  top: -60px;
  left: 55px;
}
.services__ttl:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #373c45;
  position: absolute;
  top: -32px;
  left: -55px;
}
.services__txt {
  max-width: 720px;
  font-size: 20px;
  color: #aeaeae;
  margin-bottom: 30px;
}
.services__txt b {
  font-weight: normal;
  font-family: "ProximaNovaCond-Bold", sans-serif;
}
.services-wrap [class*=col-md-] {
  border-top: 1px solid #373c45;
  border-bottom: 1px solid #373c45;
  margin-top: -1px;
}
.services-wrap [class*=col-md-]:nth-child(1n) {
  border-left: 1px solid #373c45;
}
.services-wrap [class*=col-md-]:nth-child(3n) {
  border-right: 1px solid #373c45;
}

.service {
  padding: 15px;
}
.service-ttl {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.service-ttl__ico {
  width: 32px;
  margin-right: 10px;
}
.service-ttl__txt {
  display: flex;
  min-height: 98px;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #F9AE00;
}
.service-txt {
  font-size: 19px;
  line-height: 1.2;
  color: #aeaeae;
  max-height: 110px;
  overflow: hidden;
  margin-bottom: 20px;
}
.service-txt b {
  font-weight: normal;
  font-family: "ProximaNovaCond-Bold", sans-serif;
}
.service-link {
  display: table;
  position: relative;
  font-size: 18px;
  color: #F9AE00;
  transition: 0.3s;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
.service-link:before {
  content: "";
  width: calc(100% + 25px);
  height: 1px;
  background-color: #F9AE00;
  position: absolute;
  bottom: 0;
  left: -25px;
  transition: 0.3s;
}
.service-link:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #f9ae00;
  border: 4px solid #1e1f25;
  border-radius: 100%;
  left: -31px;
  bottom: -5px;
  transition: 0.3s;
}
.service-link:hover {
  color: #fff;
}
.service-link:hover:before, .service-link:hover:after {
  background-color: #fff;
}
.service-price {
  font-size: 26px;
  font-family: "ProximaNovaCond-Bold", sans-serif;
  color: #F9AE00;
  margin-bottom: 20px;
}
.service-btn {
  padding: 12px 15px;
  color: #1e1f25;
  margin-left: -25px;
}

.fixbg {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fixbg_bg1 {
  background-image: url(/img/fixbg1.jpg);
}
.fixbg_bg2 {
  background-image: url(/img/fixbg2.jpg);
}
.fixbg_bg2 .fixbg__subttl span {
  font-size: 34px;
}
.fixbg_bg2 .fixbg__ttl:before {
  content: "05";
}
.fixbg__ttl {
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 40px;
}
.fixbg__ttl span {
  display: block;
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.fixbg__ttl:before {
  content: "02";
  position: absolute;
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #aeaeae;
  font-size: 46px;
  left: -50px;
  top: -45px;
  transform: rotate(-90deg);
}
.fixbg__ttl:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 92px;
  background: #aeaeae;
  left: -24px;
  top: 30px;
}
.fixbg__subttl {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  margin-left: 40px;
}
.fixbg__subttl span {
  display: block;
  color: #F9AE00;
}
.fixbg-form {
  padding: 35px 0;
  margin: 35px 0;
  background-color: rgba(42, 35, 50, 0.7);
}
.fixbg-form .rline {
  position: relative;
  width: 100%;
}
.fixbg-form .rfield_error {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: red;
  font-size: 12px;
  visibility: hidden;
}
.fixbg-form__input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #20252a;
  font-size: 18px;
  border: 1px solid #697584;
  color: #fff;
  transition: all ease 0.3s;
}
.fixbg-form__btn {
  color: #20252a;
  box-shadow: 0px 0px 81px -11px #f9ae00;
  margin: 0 auto;
  animation: shadow-pulse 2s linear 2s infinite alternate;
}

.analysis {
  padding: 100px 0 80px;
}
.analysis__ttl {
  position: relative;
  max-width: 520px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-left: 40px;
  margin-bottom: 80px;
}
.analysis__ttl:before {
  content: "03";
  position: absolute;
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #373c45;
  font-size: 46px;
  left: -50px;
  top: -45px;
  transform: rotate(-90deg);
}
.analysis__ttl:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 92px;
  background: #373c45;
  left: -24px;
  top: 30px;
}
.analysis-form {
  border: 1px solid #F9AE00;
}
.analysis-form__ttl {
  display: table;
  margin: -14px auto 0;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #1e1f25;
  padding: 0 85px;
}
.analysis-form__ttl span {
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.analysis-form__wrap {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
.analysis-form .rline {
  width: 100%;
  position: relative;
}
.analysis-form .rfield_error {
  position: absolute;
  font-size: 12px;
  color: red;
  bottom: 3px;
  right: 3px;
  visibility: hidden;
}
.analysis-form__input {
  width: 100%;
  padding: 9px 15px 10px;
  background: #20252a;
  font-size: 18px;
  border: 1px solid #697584;
  color: #fff;
  transition: all ease 0.3s;
}
.analysis-form__btn {
  font-size: 18px;
  color: #20252a;
  box-shadow: 0px 0px 81px -11px #f9ae00;
  margin: 0 auto;
  animation: shadow-pulse 2s linear 2s infinite alternate;
  padding-left: 20px;
  padding-right: 20px;
}

.scroll-downer {
  position: absolute;
  display: table;
  height: 162px;
  width: 32px;
  bottom: -80px;
  left: 50%;
  margin-left: -16px;
  z-index: 9;
}
.scroll-downer:before {
  position: absolute;
  width: 19px;
  height: 19px;
  background: #6a7684;
  border-radius: 100%;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -9px;
  content: "";
}
.scroll-downer:after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #6a7684;
  left: 50%;
  top: 0;
  content: "";
}

.out-downder {
  position: absolute;
  width: 100%;
  height: 100%;
}
.out-downder:before {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #6a7684;
  border-radius: 100%;
  left: 50%;
  margin-left: -5px;
  top: 0px;
  content: "";
}
.out-downder:after {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #6a7684;
  border-radius: 100%;
  left: 50%;
  margin-left: -5px;
  bottom: 0px;
  content: "";
}

@keyframes linepull {
  0% {
    top: 0px;
  }
  50% {
    top: 146px;
  }
  100% {
    top: 0px;
  }
}
.in-downer {
  position: absolute;
  width: 33px;
  height: 33px;
  animation: linepull 5s linear 1s infinite alternate;
}
.in-downer:before {
  position: absolute;
  width: 64px;
  height: 64px;
  background: rgba(32, 37, 41, 0.2);
  border-radius: 100%;
  border: 1px solid rgba(106, 117, 132, 0.7);
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  content: "";
  z-index: 9;
}
.in-downer:after {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMjgyLjA4Miw3Ni41MTFsLTE0LjI3NC0xNC4yNzNjLTEuOTAyLTEuOTA2LTQuMDkzLTIuODU2LTYuNTctMi44NTZjLTIuNDcxLDAtNC42NjEsMC45NS02LjU2MywyLjg1NkwxNDIuNDY2LDE3NC40NDFMMzAuMjYyLDYyLjI0MWMtMS45MDMtMS45MDYtNC4wOTMtMi44NTYtNi41NjctMi44NTZjLTIuNDc1LDAtNC42NjUsMC45NS02LjU2NywyLjg1NkwyLjg1Niw3Ni41MTVDMC45NSw3OC40MTcsMCw4MC42MDcsMCw4My4wODJjMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDdjMS45MDItMS45MDMsMi44NDctNC4wOTMsMi44NDctNi41NjVDMjg0LjkyOSw4MC42MDcsMjgzLjk4NCw3OC40MTcsMjgyLjA4Miw3Ni41MTF6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) no-repeat center;
  content: "";
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -7px;
  z-index: 9;
}

.object-downer {
  position: relative;
  display: table;
  width: 33px;
  height: 33px;
  background: #F9AE00;
  border-radius: 100%;
  top: 0px;
  left: 50%;
  margin-left: -16px;
  z-index: 9;
  box-shadow: 0px 0px 82px 3px #f9ae00;
}

.portfolio {
  padding: 100px 0 80px;
  background-image: url(/img/portfolio-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.portfolio__ttl {
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.portfolio__ttl span {
  color: #F9AE00;
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.portfolio__ttl:before {
  content: "04";
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 46px;
  color: #373c45;
  position: absolute;
  top: -60px;
  left: 55px;
}
.portfolio__ttl:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #373c45;
  position: absolute;
  top: -32px;
  left: -55px;
}
.portfolio-slider {
  border: 1px solid #F9AE00;
}
.portfolio-slider__slide {
  padding: 35px;
}
.portfolio-slider .slick-list {
  margin: -6px;
}
.portfolio-slider .slick-arrow {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  background-image: url(/img/service-arrow.svg);
  position: absolute;
  top: 50px;
  z-index: 9;
}
.portfolio-slider .slick-arrow.slick-prev {
  transform: rotate(-180deg);
  left: -50px;
}
.portfolio-slider .slick-arrow.slick-next {
  right: -50px;
}

.project__type {
  display: table;
  font-size: 18px;
  color: #919292;
  margin-bottom: 10px;
}
.project__name {
  font-family: "ProximaNovaCond-Semibold", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #F9AE00;
  margin-bottom: 20px;
}
.project-text__ttl {
  position: relative;
  font-family: "ProximaNovaCond-Semibold", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #F9AE00;
}
.project-text__ttl:before {
  content: "";
  width: 225px;
  height: 1px;
  background-color: #F9AE00;
  position: absolute;
  left: -34px;
  bottom: 0;
}
.project-text__ttl:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #f9ae00;
  border: 4px solid #1e1f25;
  border-radius: 100%;
  left: -36px;
  bottom: -6px;
}
.project-text__txt {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
}
.project-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.project-list__item {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 10px;
}
.project-list__item:last-child {
  margin-bottom: 0;
}
.project-list__item:before {
  position: absolute;
  color: #F9AE00;
  font-size: 18px;
  left: 0;
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.project-list__item:nth-child(1):before {
  content: "1";
}
.project-list__item:nth-child(2):before {
  content: "2";
}
.project-list__item:nth-child(3):before {
  content: "3";
}
.project-list__item:nth-child(4):before {
  content: "4";
}
.project-list__item:nth-child(5):before {
  content: "5";
}
.project-list__item:nth-child(6):before {
  content: "6";
}
.project-list__item:nth-child(7):before {
  content: "7";
}
.project-list__item:nth-child(8):before {
  content: "8";
}
.project-list__item:nth-child(9):before {
  content: "9";
}
.project-list__item:nth-child(10):before {
  content: "10";
}
.project__link {
  display: table;
  margin-left: auto;
  margin-bottom: 30px;
  background: #1b1c21;
  padding: 10px 18px;
  font-size: 18px;
  color: #bbbbbd;
  border: 1px solid #18191d;
}
.project-screen {
  position: relative;
}
.project-screen__img {
  position: absolute;
  top: 20px;
  left: 5px;
  width: 98%;
  z-index: -1;
}
.project-result__numb {
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 60px;
  color: #F9AE00;
}
.project-result__numb .mini {
  font-style: normal;
  font-size: 24px;
}
.project-result__txt {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  max-width: 180px;
}

.about {
  padding: 40px 0 80px;
  position: relative;
}
.about__ttl {
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about__ttl span {
  color: #F9AE00;
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.about__ttl:before {
  content: "04";
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 46px;
  color: #373c45;
  position: absolute;
  top: -60px;
  left: 55px;
}
.about__ttl:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #373c45;
  position: absolute;
  top: -32px;
  left: -55px;
}
.about__txt {
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}
.about__txt_grey {
  color: #aeaeae;
  margin-top: 20px;
}
.about-block {
  max-width: 480px;
  padding: 5px 30px;
  border: 4px solid #F9AE00;
}
.about-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.about-block__item:last-child {
  margin-bottom: 0;
}
.about-block__item span {
  min-width: 100px;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 48px;
  color: #F9AE00;
  margin-right: 20px;
}
.about-block__item p {
  font-size: 20px;
}
.about__btn {
  color: #20252a;
  box-shadow: 0px 0px 81px -11px #f9ae00;
  margin: 40px auto 0;
  animation: shadow-pulse 2s linear 2s infinite alternate;
}

.parallax-layer {
  position: absolute;
}
.parallax-layer_i1 {
  width: 1500px;
  height: 545px;
}
.parallax-layer_i2 {
  width: 1322px;
  height: 480px;
}
.parallax-layer_i3 {
  width: 1000px;
  height: 363px;
  z-index: 9;
  top: 282px;
}

.clients {
  padding: 80px 0;
  position: relative;
}
.clients_page {
  padding: 40px 0 300px;
}
.clients__ttl {
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.clients__ttl span {
  color: #F9AE00;
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.clients-slider .slick-dots {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  list-style-type: none;
  padding-left: 0;
  margin: 40px auto 0;
}
.clients-slider .slick-dots li {
  position: relative;
  font-size: 0;
  margin: 0 10px;
}
.clients-slider .slick-dots li button {
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  background-color: #697584;
}
.clients-slider .slick-dots li.slick-active button {
  background-color: #F9AE00;
}
.clients-slider .slick-dots li.slick-active button:before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: rgba(105, 117, 132, 0.2);
  border: 1px solid rgba(105, 117, 132, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.client-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  height: 130px;
  padding: 20px;
  margin: 0 auto 20px;
  background-color: #fff;
}
.client-wrap:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #F9AE00;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.client__txt {
  text-align: center;
  line-height: 1.3;
}

.map-con {
  position: relative;
  height: 824px;
  background: url(/img/map.jpg) no-repeat center;
}
.map-in {
  position: relative;
  max-width: 768px;
  margin: auto;
}

.lin-ker {
  position: relative;
}

.in-mark {
  position: relative;
  display: table;
  background: url(/img/mrker1.png) no-repeat center;
  width: 44px;
  height: 53px;
}

.actm {
  background: url(/img/mrker2.png) no-repeat center;
}
.actm .mrkr-hover {
  visibility: visible !important;
}

.mrkr-hover {
  visibility: hidden;
}

.markr {
  position: absolute;
}

.markr1 {
  top: 232px;
  left: -78px;
}

.markr2 {
  top: 234px;
  right: 300px;
  z-index: 9;
}

.markr3 {
  top: 213px;
  right: 255px;
}

.markr4 {
  top: 192px;
  right: 205px;
}

.markr5 {
  top: 231px;
  right: 65px;
}

.markr6 {
  top: 191px;
  right: -55px;
}

.markr7 {
  top: 447px;
  right: -152px;
}

.mrkr-hover {
  position: absolute;
  width: 224px;
  border: 1px solid #aeaeae;
  background: #24262c;
  left: 50%;
  margin-left: -112px;
  bottom: 40px;
  z-index: 9;
}

.mrkr-hover:after {
  position: absolute;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  background: #24262c;
  transform: rotate(45deg);
  content: "";
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
}

.intx {
  position: relative;
  display: table;
  text-align: center;
  color: #aeaeae;
  margin: 15px auto;
  line-height: 1.3;
}

.alink {
  position: relative;
  display: table;
  text-align: center;
  margin: auto;
  color: #fff;
}

.mark-name {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  font-family: "ProximaNovaCond-Semibold", sans-serif;
  text-transform: uppercase;
  color: #F9AE00;
}

.contacts {
  position: relative;
  margin-top: -120px;
}
.contacts-block {
  max-width: 300px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.contacts-block:before {
  position: absolute;
  width: 359px;
  height: 468px;
  background: url(/img/adrs.png) no-repeat center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  content: "";
}
.contacts__ttl {
  position: relative;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
}
.contacts__addr {
  position: relative;
  display: table;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #000;
  margin: 0 auto 5px;
}
.contacts__eml {
  position: relative;
  display: table;
  margin: 0 auto 10px;
  text-align: center;
  font-family: "ProximaNovaCond-Bold", sans-serif;
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #000;
  transition: all ease 0.3s;
}
.contacts__eml:hover {
  color: #fff;
  border-color: #fff;
}
.contacts__phone {
  position: relative;
  display: table;
  margin: 0 auto 5px;
  text-align: center;
  font-family: "ProximaNovaCond-Semibold", sans-serif;
  color: #000;
  font-size: 22px;
  transition: all ease 0.3s;
}
.contacts__phone:hover {
  color: #fff;
}
.contacts__note {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  color: #292b2c;
  font-size: 20px;
}
.contacts-soc {
  position: relative;
  max-width: 170px;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contacts-soc__link {
  width: 32px;
  height: 32px;
  background-size: cover;
}
.contacts-soc__link.fb {
  background-image: url(/img/facebook.svg);
}
.contacts-soc__link.linked {
  background-image: url(/img/linked.svg);
}
.contacts-soc__link.youtube {
  background-image: url(/img/yotube.svg);
}

.foot {
  padding: 40px 0;
}
.foot-logo__note {
  display: block;
  color: #697584;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.foot-logo__img {
  max-width: 150px;
  margin: 0 auto;
}
.foot-link + .foot-link {
  display: table;
  margin-top: 40px;
}
.foot__btn {
  display: table;
  margin-left: auto;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #F9AE00;
  transition: all ease 0.3s;
}
.foot__btn:hover {
  background-color: #F9AE00;
  color: #000;
}
.foot__phone {
  display: table;
  margin-left: auto;
  font-size: 22px;
  margin-top: 40px;
  color: #fff;
  transition: all ease 0.3s;
}
.foot__phone:hover {
  color: #F9AE00;
}
.foot__conf {
  display: table;
  margin-left: auto;
  color: #fff;
  margin-top: 40px;
  transition: all ease 0.3s;
}
.foot__conf:hover {
  color: #F9AE00;
}

.head {
  position: relative;
  min-height: 100vh;
  max-height: 1080px;
  background-position: center;
  background-size: cover;
}
.head .row {
  min-height: 100vh;
  max-height: 1080px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.head__btn {
  margin-top: 30px;
}
.head__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-title {
  padding: 40px;
  position: relative;
}
/*
.block-title:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, black 100%);
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
*/
.block-title__ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: "Gilroy-Light", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block-title__ttl span {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #F9AE00;
}
.block-title__ttl:before {
  content: "";
  width: 100%;
  max-width: 390px;
  height: 2px;
  background-color: #F9AE00;
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-title__txt {
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 18px;
}
.block-title__txt span {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #F9AE00;
}

.service-content {
  position: relative;
  padding: 60px 0;
}
.service-content__wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-content__wrap:before {
  content: "";
  width: 100vw;
  height: 100%;
  border: 1px solid #F9AE00;
  position: absolute;
  top: 0;
  left: 30px;
}
.service-content__ttl {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: "Gilroy-Light", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-content__ttl span {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #F9AE00;
}
.service-content__txt {
  font-size: 17px;
  margin-bottom: 30px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 10px;
}
.service-content__line {
  position: relative;
  width: 100%;
  max-width: 410px;
  height: 1px;
  background-color: #F9AE00;
  margin-left: -42px;
  margin-bottom: 30px;
}
.service-content__line:before, .service-content__line:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F9AE00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service-content__line:before {
  left: 0;
}
.service-content__line:after {
  right: 0;
}
.service-content__note {
  font-family: "ProximaNovaCond-Bold", sans-serif;
  font-size: 21px;
  margin-bottom: 30px;
}
.service-content__price {
  font-family: "ProximaNovaCond-Bold", sans-serif;
  font-size: 32px;
  color: #F9AE00;
  margin-bottom: 30px;
}
.service-content__btn {
  padding: 20px;
}
.service-content__screen {
  position: relative;
  width: 100%;
  max-width: 449px;
  padding-bottom: 81.5%;
  background-image: url(/img/screen.png);
  background-size: cover;
  margin-bottom: calc(8% + 30px);
}
.service-content__screen:before {
  content: "";
  width: 100vw;
  height: 116%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -8%;
  left: 8%;
  z-index: -1;
}
.service-content__img {
  width: 100%;
  max-width: 93%;
  padding-bottom: 51.5%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}
.service-content__more {
  text-transform: uppercase;
  color: #F9AE00;
  font-size: "ProximaNovaCond-Bold", sans-serif;
  font-size: 18px;
  text-decoration: underline;
  margin-left: 8%;
}

.ml60 {
  margin-left: 60px;
}

.service-portfolio {
  padding-bottom: 60px;
}
.service-portfolio_pt {
  padding-top: 100px;
}
.service-portfolio__ttl {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: "Gilroy-Light", sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
}
.service-portfolio__ttl span {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #F9AE00;
}
.service-portfolio__wraper {
  position: relative;
  height: 340px;
  overflow: hidden;
  margin-bottom: 20px;
}
.service-portfolio__wraper:hover img {
  transform: translateY(calc(-100% + 340px));
  transition: 10s linear;
}
.service-portfolio__wraper.none {
  display: none;
}
.service-portfolio__img {
  animation: fadeIn 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transform: translateY(0);
}
.service-portfolio__btn {
  margin: 10px auto 0;
}
.service-portfolio__btn.none {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.service-form {
  padding: 150px 0;
  background-image: url(/img/service-form.jpg);
  background-size: cover;
}
.service-form__wrap {
  background-color: rgba(30, 21, 36, 0.5);
  padding: 30px 0;
}
.service-form__wrap .container {
  position: relative;
}
.service-form__wrap .container:before {
  content: "";
  width: 100%;
  height: 260%;
  border: 1px solid #F9AE00;
  position: absolute;
  top: -80%;
  left: 0;
}
.service-form__ttl {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-form__ttl span {
  font-family: "ProximaNovaCond-Bold", sans-serif;
  color: #F9AE00;
}
.service-form .rline {
  position: relative;
}
.service-form .rfield_error {
  position: absolute;
  font-size: 12px;
  right: 5px;
  bottom: 3px;
  color: #F9AE00;
  visibility: hidden;
}
.service-form__input {
  display: block;
  width: 100%;
  padding: 8px 20px;
  background-color: rgba(30, 31, 37, 0.7);
  border: 1px solid #888080;
  color: #fff;
}
.service-form__btn {
  font-size: 17px;
  padding: 10px 40px 11px;
}
.service-form__img {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
}

.animate {
  position: absolute;
}
.animate-container {
  position: absolute;
}
.animate-container_i1 {
  bottom: 40%;
  right: -3%;
  width: 55px;
  height: 55px;
}
.animate-container_i2 {
  width: 484px;
  height: 704px;
  left: -35%;
  bottom: -50%;
}
.animate-container_i3 {
  width: 242px;
  height: 241px;
  left: -20%;
  bottom: -20%;
}
.animate-container_i4 {
  width: 69px;
  height: 69px;
  left: -6%;
  bottom: 10%;
}
.animate-container_i5 {
  width: 51px;
  height: 50px;
  right: 0;
  top: 5%;
}
.animate-container_i7 {
  width: 168px;
  height: 161px;
  left: -12%;
  bottom: 5%;
}
.animate-container_i8 {
  width: 311px;
  height: 303px;
  right: -20%;
  bottom: 0;
}
.animate-container_i9 {
  width: 484px;
  height: 701px;
  left: -35%;
  top: 20%;
}
.animate-container_i10 {
  width: 541px;
  height: 402px;
  top: 0;
  right: -50%;
}
.animate-container_i11 {
  width: 505px;
  height: 771px;
  bottom: -30%;
  left: -30%;
}
.animate-container_i12 {
  width: 442px;
  height: 669px;
  bottom: 0;
  left: -35%;
}
.animate-container_i13 {
  width: 442px;
  height: 669px;
  top: 0;
  right: -35%;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0px 0px 81px -11px #f9ae00;
  }
  50% {
    box-shadow: 0px 0px 81px -11px rgba(249, 174, 0, 0.5);
  }
  100% {
    box-shadow: 0px 0px 81px -11px #f9ae00;
  }
}
.modal {
  width: 100%;
  max-width: 700px;
  padding: 30px;
  background-color: #1e1f25;
  overflow: visible;
}
.modal__ttl {
  font-family: "Gilroy-Light", sans-serif;
  font-size: 42px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}
.modal__ttl span {
  font-family: "Gilroy-ExtraBold", sans-serif;
}
.modal__subttl {
  max-width: 400px;
  position: relative;
  font-family: "ProximaNovaCond-Semibold", sans-serif;
  font-size: 24px;
  color: #F9AE00;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.modal__subttl:before {
  content: "";
  width: 250px;
  height: 1px;
  background-color: #697584;
  position: absolute;
  left: 0;
  bottom: 0;
}
.modal__txt {
  font-size: 20px;
  text-transform: uppercase;
}
.modal__txt span {
  text-transform: none;
}
.modal-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.modal-form .rline {
  position: relative;
  flex: 60% 0 1;
}
.modal-form .rline_w50 {
  flex: 48% 0 1;
}
.modal-form .rfield_error {
  position: absolute;
  font-size: 12px;
  color: red;
  bottom: 3px;
  right: 3px;
  visibility: hidden;
}
.modal-form__input {
  width: 100%;
  padding: 9px 15px 10px;
  background: #20252a;
  font-size: 18px;
  border: 1px solid #697584;
  color: #fff;
  transition: all ease 0.3s;
}
.modal-form__btn {
  font-size: 18px;
  color: #20252a;
  box-shadow: 0px 0px 81px -11px #f9ae00;
  margin: 0 auto;
  animation: shadow-pulse 2s linear 2s infinite alternate;
  padding-left: 20px;
  padding-right: 20px;
  flex: 35% 0 1;
}
.modal-form__btn_w100 {
  flex: 100% 0 1;
  max-width: 320px;
  margin-top: 20px;
}
.modal .fancybox-close-small {
  outline: none;
  width: 60px;
  height: 60px;
  right: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9AE00;
}
.modal .fancybox-close-small:after {
  font-family: "ProximaNovaCond-Regular", sans-serif;
  font-size: 40px;
  position: static;
  color: #000;
}
.modal .fancybox-close-small:hover:after {
  background-color: inherit;
  color: inherit;
}
.modal_marketolog:before {
  content: "";
  width: 343px;
  height: 476px;
  background-image: url(/img/marketolog.png);
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.modal_marketolog .modal__ttl {
  position: relative;
}
.modal_marketolog .modal__subttl {
  position: relative;
}
.modal_marketolog .modal__txt {
  position: relative;
  max-width: 400px;
}
.modal_marketolog .modal-form {
  position: relative;
  max-width: 330px;
  flex-direction: column;
}
.modal_marketolog .modal-form .rline {
  width: 100%;
}
.modal_marketolog .modal-form .rline + .rline {
  margin-top: 20px;
}
.modal_marketolog .modal-form__btn {
  width: 100%;
  margin-top: 20px;
}

.thn__ttl {
  font-family: "ProximaNovaCond-Bold", sans-serif;
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.thn__txt {
  color: #000;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .nav-list__item {
    font-size: 16px;
  }

  .contacts {
    margin-top: 120px;
  }

  .block-title__ttl {
    font-size: 32px;
  }
  .block-title__txt {
    font-size: 16px;
  }

  .service-content__ttl {
    font-size: 32px;
  }

  .service-portfolio__ttl {
    font-size: 32px;
  }
  .service-portfolio__wraper {
    height: 285px;
  }
  .service-portfolio__wraper:hover img {
    transform: translateY(calc(-100% + 285px));
  }

  .service-form__img {
    right: 25px;
  }

  .portfolio-slider {
    margin: 0 30px;
  }
  .portfolio-slider.slick-prev {
    left: -30px;
  }
  .portfolio-slider.slick-next {
    right: -30px;
  }

  .animate-container, .parallax-layer {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .dropdown-list {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .nav-logo {
    position: static;
    transform: inherit;
  }
  .nav-logo__note {
    display: none;
  }
  .nav-logo__img {
    width: 90px;
  }
  .nav .container .row {
    min-height: inherit;
    position: relative;
  }
  .nav-lang {
    margin-top: 30px;
  }
  .nav-mob {
    background-color: #1e1f25;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: -100%;
    transition: all ease 0.3s;
    z-index: 10;
  }
  .nav-mob__content {
    width: 100%;
  }
  .nav-mob.show {
    left: 0;
  }
  .nav-list {
    flex-direction: column;
  }
  .nav-list__item {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 10px;
  }
  .nav-list__item:last-child {
    margin-bottom: 30px;
  }
  .nav__phone {
    display: block;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .nav-btns {
    align-items: center;
  }

  .services-wrap [class*=col-md-]:nth-child(1n) {
    border-left: 1px solid #373c45;
    border-right: none;
  }
  .services-wrap [class*=col-md-]:nth-child(2n) {
    border-right: 1px solid #373c45;
  }

  .analysis-form__ttl {
    padding: 0 20px;
  }
  .analysis-form .rline {
    margin-bottom: 20px;
  }

  .fixbg-form__btn {
    margin-top: 20px;
  }

  .service-content__ttl {
    margin-bottom: 60px;
    text-align: center;
  }
  .service-content__screen {
    padding-bottom: 56%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-content__more {
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .service-content__btn {
    margin: 0 auto;
  }

  .service-portfolio__ttl {
    text-align: center;
  }
  .service-portfolio__wraper {
    height: 210px;
  }
  .service-portfolio__wraper:hover img {
    transform: translateY(calc(-100% + 210px));
  }

  .modal .fancybox-close-small {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .services-wrap {
    display: block !important;
    padding: 0 50px;
  }
  .services-wrap [class*=col-md-] {
    border: 1px solid #373c45 !important;
    margin-top: 0;
  }
  .services-wrap .slick-arrow {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 0;
    background-image: url(/img/service-arrow.svg);
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 9;
  }
  .services-wrap .slick-arrow.slick-prev {
    transform: rotate(-180deg) translateY(-50%);
    left: 10px;
  }
  .services-wrap .slick-arrow.slick-next {
    right: 10px;
  }

  .fixbg__ttl {
    font-size: 30px;
  }
  .fixbg-form .col-md-6 + .col-md-6 .rline {
    margin-top: 20px;
  }

  .analysis-form__ttl {
    margin-top: 0;
    background-color: transparent;
    margin-top: 30px;
    font-size: 18px;
  }
  .analysis-form__btn {
    width: 100%;
  }

  .foot-link {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .foot__btn {
    margin: 40px auto 0;
  }
  .foot__phone {
    margin: 40px auto 0;
  }
  .foot__conf {
    margin: 40px auto 0;
  }

  .about-block {
    margin-top: 40px;
  }

  .clients-slider .slick-dots li {
    margin: 0 5px;
  }
  .clients-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .clients-slider .slick-dots li.slick-active button:before {
    width: 22px;
    height: 22px;
  }

  .block-title {
    padding: 20px;
  }
  .block-title:before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .block-title__ttl {
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .block-title__txt {
    font-size: 18px;
    text-align: center;
  }

  .head__btn {
    margin: 20px auto 0;
  }

  .service-form__ttl_last {
    margin: 20px 0;
    text-align: center;
  }
  .service-form__btn {
    margin: 0 auto;
  }

  .service-content__txt {
    padding-right: 0;
    overflow-y: hidden;
    max-height: inherit;
  }

  .service-portfolio__wraper {
    height: 320px;
  }
  .service-portfolio__wraper:hover img {
    transform: translateY(calc(-100% + 320px));
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 16px;
  }

  .nav-toggle {
    left: 10px;
  }
  .nav-logo {
    margin-right: 20px;
  }

  .project-screen {
    max-width: 235px;
    margin: 0 auto;
  }
  .project-screen__img {
    top: 10px;
    left: 25px;
    width: 77%;
    height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .project__type {
    margin: 0 auto 10px;
  }
  .project__name {
    text-align: center;
  }
  .project-text__ttl:before, .project-text__ttl:after {
    display: none;
  }
  .project-list__item {
    padding-left: 20px;
  }
  .project-list__item:before {
    left: 10px;
  }
  .project-result__numb {
    font-size: 40px;
  }
  .project-result__txt {
    font-size: 18px;
  }
  .project__link {
    margin: 0 auto 30px;
  }

  .portfolio-slider {
    padding: 0;
    border: none;
  }
  .portfolio-slider__slide {
    padding: 0;
  }
  .portfolio-slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .portfolio-slider .slick-arrow.slick-next {
    right: -35px;
  }

  .clients-slider .slick-slide div + div {
    margin-top: 30px;
  }

  .contacts {
    margin-top: 0;
  }
  .contacts-block {
    max-width: 100%;
    position: static;
    transform: none;
    background-color: #F9AE00;
    padding: 40px 0;
  }
  .contacts-block:before {
    display: none;
  }

  .service-content__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .service-content__wrap:before {
    display: none;
  }
  .service-content__wrap .ml60 {
    margin-left: 0;
  }
  .service-content__ttl {
    font-size: 26px;
  }
  .service-content__screen {
    padding-bottom: 83%;
  }
  .service-content__txt {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  .service-content__line {
    max-width: 200px;
    margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .service-content__note {
    font-size: 18px;
    text-align: center;
  }
  .service-content__price {
    font-size: 24px;
    text-align: center;
  }

  .service-portfolio__ttl {
    margin-top: 30px;
    font-size: 26px;
  }
  .service-portfolio__btn {
    margin-top: 0;
  }
  .service-portfolio__wraper {
    height: 220px;
  }
  .service-portfolio__wraper:before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/img/click_ico.svg);
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 10px;
  }
  .service-portfolio__wraper:hover img {
    transform: translateY(calc(-100% + 220px));
  }
  .service-portfolio__wraper:hover:before {
    display: none;
  }

  .service-form {
    padding: 60px 0;
  }
  .service-form__wrap .container:before {
    display: none;
  }
  .service-form .rline {
    margin-bottom: 20px;
  }
  .service-form__ttl {
    text-align: center;
  }
  .service-form__ttl_last {
    margin-top: 0;
  }

  .modal_marketolog:before {
    display: none;
  }
  .modal__ttl {
    font-size: 28px;
  }
  .modal__subttl {
    font-size: 20px;
  }
  .modal__txt {
    font-size: 16px;
  }
  .modal .fancybox-close-small {
    right: 0;
    width: 50px;
    height: 50px;
  }
  .modal-form {
    flex-direction: column;
  }
  .modal-form .rline {
    width: 100%;
  }
  .modal-form .rline + .rline {
    margin-top: 20px;
  }
  .modal-form__btn {
    width: 100%;
    margin-top: 20px;
  }

  .head_service {
    background-image: none !important;
    min-height: initial;
    min-height: initial;
  }
  .head_service .row {
    min-height: initial;
    min-height: initial;
  }
  .head-img {
    width: 100vw;
    max-width: 100vw;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    left: -10px;
  }
}
.case-slider-wrp{
   max-height: 700px;
}
.case-slider-wrp .case-slider img{
    max-height: 700px;
}
