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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
          transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--html {
  padding: 6px;
}

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

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

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

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

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

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

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));
  background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

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

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

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right));
    }
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

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

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0,0,0,.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#fdd49a),to(#fdf59a));
  background-image: linear-gradient(to bottom,#fdd49a,#fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069\9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#f3c17a),to(#f3e97a));
  background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#b3b3b3),to(grey));
  background-image: linear-gradient(to bottom,#b3b3b3,grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666\9;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#08c),to(#04c));
  background-image: linear-gradient(to bottom,#08c,#04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #039\9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#08c),to(#04c));
  background-image: linear-gradient(to bottom,#08c,#04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039\9;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}/*Variables*/

/*COLORS*/

/*ANIMATIONS*/

/*FONTS*/

/*=======================START-MEDIA=====================*/

/*=======================END-MEDIA=====================*/

@font-face {
  font-family: iconfont;
  src: url(/fonts/iconfont.eot?cf98eab4e64a4edf8b300cfc2e98262d);
  src: url(/fonts/iconfont.eot?cf98eab4e64a4edf8b300cfc2e98262d?#iefix) format("embedded-opentype"), url(/fonts/iconfont.woff2?e64ea0669a77cdb01562608515cdb215) format("woff2"), url(/fonts/iconfont.woff?b33f8ce46e817e860d20e855858ef6b9) format("woff"), url(/fonts/iconfont.ttf?2ea115f0469e5fe890ec64fdbdcbd18f) format("truetype"), url(/fonts/iconfont.svg?a72923b3cd9e672ae51ef19334bcfe5d#iconfont) format("svg");
  font-style: normal;
  font-weight: 400;
}

.icon {
  display: inline-block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-lg {
  vertical-align: -15%;
  line-height: 0.75em;
  font-size: 1.33333333em;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.icon-add-f::before {
  content: "\ea01";
}

.icon-arrow-enter::before {
  content: "\ea02";
}

.icon-arrow-up::before {
  content: "\ea03";
}

.icon-bell::before {
  content: "\ea04";
}

.icon-calendar::before {
  content: "\ea05";
}

.icon-check::before {
  content: "\ea06";
}

.icon-clip::before {
  content: "\ea07";
}

.icon-clipboard::before {
  content: "\ea08";
}

.icon-close::before {
  content: "\ea09";
}

.icon-delivered::before {
  content: "\ea0a";
}

.icon-download::before {
  content: "\ea0b";
}

.icon-dub::before {
  content: "\ea0c";
}

.icon-edit::before {
  content: "\ea0d";
}

.icon-email::before {
  content: "\ea0e";
}

.icon-exit::before {
  content: "\ea0f";
}

.icon-eye::before {
  content: "\ea10";
}

.icon-facebook-logo::before {
  content: "\ea11";
}

.icon-fb::before {
  content: "\ea12";
}

.icon-fb-fill::before {
  content: "\ea13";
}

.icon-fb1::before {
  content: "\ea14";
}

.icon-file-add::before {
  content: "\ea15";
}

.icon-folder::before {
  content: "\ea16";
}

.icon-garbage::before {
  content: "\ea17";
}

.icon-in-fill::before {
  content: "\ea18";
}

.icon-insta::before {
  content: "\ea19";
}

.icon-left-arr::before {
  content: "\ea1a";
}

.icon-like::before {
  content: "\ea1b";
}

.icon-linkedin::before {
  content: "\ea1c";
}

.icon-linkedin-logo::before {
  content: "\ea1d";
}

.icon-lock::before {
  content: "\ea1e";
}

.icon-login::before {
  content: "\ea1f";
}

.icon-mob::before {
  content: "\ea20";
}

.icon-phone::before {
  content: "\ea21";
}

.icon-play::before {
  content: "\ea22";
}

.icon-read::before {
  content: "\ea23";
}

.icon-right-arr::before {
  content: "\ea24";
}

.icon-search::before {
  content: "\ea25";
}

.icon-security::before {
  content: "\ea26";
}

.icon-sms::before {
  content: "\ea27";
}

.icon-success_svg::before {
  content: "\ea28";
}

.icon-teleg-fill::before {
  content: "\ea29";
}

.icon-telegram::before {
  content: "\ea2a";
}

.icon-twit-fill::before {
  content: "\ea2b";
}

.icon-twiter::before {
  content: "\ea2c";
}

.icon-uah::before {
  content: "\ea2d";
}

.icon-upload::before {
  content: "\ea2e";
}

.icon-user::before {
  content: "\ea2f";
}

/*--------- font-face ---------*/

@font-face {
  font-family: 'Gilroy-UltraLight';
  src: url("/assets/frontend/fonts/Gilroy-UltraLight.eot");
  src: url("/assets/frontend/fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-UltraLight.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-UltraLight.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-UltraLight.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-UltraLight.svg#Gilroy-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("/assets/frontend/fonts/Gilroy-Bold.eot");
  src: url("/assets/frontend/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-Bold.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-Bold.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-Bold.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Black';
  src: url("/assets/frontend/fonts/Gilroy-Black.eot");
  src: url("/assets/frontend/fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-Black.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-Black.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-Black.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-Black.svg#Gilroy-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("/assets/frontend/fonts/Gilroy-SemiBold.eot");
  src: url("/assets/frontend/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-SemiBold.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-SemiBold.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Heavy';
  src: url("/assets/frontend/fonts/Gilroy-Heavy.eot");
  src: url("/assets/frontend/fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-Heavy.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-Heavy.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-Heavy.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("/assets/frontend/fonts/Gilroy-ExtraBold.eot");
  src: url("/assets/frontend/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-ExtraBold.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Light';
  src: url("/assets/frontend/fonts/Gilroy-Light.eot");
  src: url("/assets/frontend/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-Light.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-Light.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-Light.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("/assets/frontend/fonts/Gilroy-Regular.eot");
  src: url("/assets/frontend/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-Regular.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-Regular.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-Regular.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("/assets/frontend/fonts/Gilroy-Medium.eot");
  src: url("/assets/frontend/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-Medium.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-Medium.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-Medium.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Thin';
  src: url("/assets/frontend/fonts/Gilroy-Thin.eot");
  src: url("/assets/frontend/fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Gilroy-Thin.woff2") format("woff2"), url("/assets/frontend/fonts/Gilroy-Thin.woff") format("woff"), url("/assets/frontend/fonts/Gilroy-Thin.ttf") format("truetype"), url("/assets/frontend/fonts/Gilroy-Thin.svg#Gilroy-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Glyphicons-Halflings";
  src: url("/assets/frontend/fonts/glyphicons-halflings-regular.eot");
  src: url("/assets/frontend/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/assets/frontend/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/assets/frontend/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/frontend/fonts/glyphicons-halflings-regula.svg#Glyphicons-Halflings") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons-Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
iframe {
  border: 0;
}

ul,
nav {
  list-style: none;
}

input:focus,
button:focus,
a:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

textarea {
  resize: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

section {
  max-width: 100%;
}

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

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #191919;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070;
}

noscript div a {
  text-decoration: underline;
  color: blue;
}

input,
textarea,
select {
  vertical-align: middle;
  color: #191919;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="image"] {
  padding: 0;
  border: none;
}

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

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  cursor: pointer;
}

p {
  max-width: 100%;
  margin: 0 0 10px;
}

p,
span,
label,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
i,
em {
  max-width: 100%;
  word-wrap: break-word;
}

div {
  word-wrap: break-word;
}

.fancybox-bg {
  background: rgba(35, 35, 44, 0.4);
}

.fancybox-active .select2-container {
  z-index: 99999;
}

.modal {
  display: none;
  max-width: 750px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  color: #191919;
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
  cursor: default !important;
  padding: 80px 166px 110px;
}

@media only screen and (max-width: 991px) {
  .modal {
    padding: 60px 130px;
  }
}

@media only screen and (max-width: 768px) {
  .modal {
    padding: 60px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .modal {
    padding: 60px 80px;
  }
}

@media only screen and (max-width: 600px) {
  .modal {
    padding: 60px;
  }
}

@media only screen and (max-width: 570px) {
  .modal {
    padding: 44px 15px;
  }
}

.modal.confirm-task-modal {
  padding: 80px 130px 110px;
}

@media only screen and (max-width: 991px) {
  .modal.confirm-task-modal {
    padding: 60px 130px;
  }
}

@media only screen and (max-width: 768px) {
  .modal.confirm-task-modal {
    padding: 60px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .modal.confirm-task-modal {
    padding: 60px 80px;
  }
}

@media only screen and (max-width: 600px) {
  .modal.confirm-task-modal {
    padding: 60px;
  }
}

@media only screen and (max-width: 570px) {
  .modal.confirm-task-modal {
    padding: 44px 15px;
  }
}

.modal.confirm-task-modal form {
  max-width: 490px;
}

.modal.confirm-task-modal .btn {
  margin-top: 25px;
}

.modal-header {
  padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .modal-header {
    padding-bottom: 30px;
  }
}

.modal-header img {
  margin: auto;
}

.modal-title {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .modal-title {
    font-size: 22px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .modal-title {
    font-size: 19px;
  }
}

.modal form {
  padding: 0 20px;
  max-width: 418px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .modal form {
    padding: 0;
  }
}

.modal .btn {
  width: 100%;
  margin-top: 15px;
}

@media only screen and (max-width: 480px) {
  .modal .btn {
    font-size: 12px;
  }
}

.modal .select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
}

.modal-btn {
  margin-top: 25px;
}

.modal-btn .btn {
  font-size: 15px;
  font-family: 'Gilroy-Light', sans-serif;
  margin: 0 0 10px;
  cursor: pointer;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  width: 32px;
  height: 32px;
  right: 20px;
  top: 20px;
  opacity: .4;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus,
button:focus {
  outline: none;
}

em,
i {
  font-style: italic;
}

.icon {
  line-height: 1;
  display: inline-block;
  font-size: inherit;
}

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #1604e7;
}

a:hover,
a:active,
a:focus {
  color: #eb2026;
}

b,
strong {
  font-weight: normal;
  font-family: 'Gilroy-Bold', sans-serif;
}

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

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.input::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 28px;
  font-size: 18px;
  color: #191919;
  opacity: 0.4;
}

.input::-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 28px;
  font-size: 18px;
  color: #191919;
  opacity: 0.4;
}

.input:-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 28px;
  font-size: 18px;
  color: #191919;
  opacity: 0.4;
}

.input:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 28px;
  font-size: 18px;
  color: #191919;
  opacity: 0.4;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.clearfix:before,
.container:before,
.clearfix:after,
.container:after {
  display: block;
  content: " ";
}

.clearfix:after,
.container:after {
  clear: both;
}

.desktop ::-webkit-scrollbar {
  width: 10px;
}

.desktop ::-webkit-scrollbar:horizontal {
  height: 10px;
}

.desktop ::-webkit-scrollbar-thumb {
  width: 10px;
  border-color: #eb2026;
  background-color: #eb2026;
}

.desktop ::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #202C45;
  background-color: #202C45;
}

.desktop ::-webkit-scrollbar-track {
  border-width: 0;
}

.desktop ::-webkit-scrollbar-track-piece {
  background: #a4a9ae;
}

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 17px;
  height: 17px;
  position: absolute;
  margin: 0 !important;
}

[type=file] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  display: block;
}

body {
  margin: 0;
  color: #191919;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  background: #f4f5f6;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Gilroy-Regular', sans-serif;
}

.page-wrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: auto;
  table-layout: fixed;
  overflow: hidden;
}

body.noscroll {
  overflow: hidden;
}

noscript {
  position: fixed;
  top: 0;
  background: #fff;
  font-size: 14px;
  width: 100%;
  z-index: 9999999;
  text-align: center;
}

noscript a {
  color: red;
  text-decoration: underline;
}

noscript a:hover {
  text-decoration: none;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

.off-js,
.oldBrowser {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #ffffff;
  padding: 45px 0;
}

img {
  max-width: 100%;
}

p,
div,
.title,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  padding-bottom: 10px;
}

.col-center {
  margin: 0 auto;
  float: none;
}

@media only screen and (max-width: 1030px) {
  .hidden-tablet {
    display: none !important;
  }
}

.full-height {
  height: 100vh;
}

@media only screen and (max-width: 570px) {
  .full-xs {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: auto;
  }
}

.clear {
  clear: both;
}

.reset-list {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -.3em;
}

.reset-list > * {
  letter-spacing: 0;
}

section {
  width: auto;
  min-height: 1px;
  position: relative;
}

.hide {
  opacity: 0;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  position: relative;
  max-width: 100%;
}

.container {
  max-width: 1560px;
  width: 100%;
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.button-reset {
  border: 0;
  background: 0;
  padding: 0;
}

.input-field {
  position: relative;
  margin-bottom: 15px;
}

.input-field:before {
  position: absolute;
  content: attr(data-error);
  bottom: 0;
  left: 14px;
  color: #eb2026;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Gilroy-Regular', sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media only screen and (max-width: 768px) {
  .input-field:before {
    top: 100%;
  }
}

.input-field.error input,
.input-field.error textarea,
.input-field.error select,
.input-field.error .select-wrapper input.select-dropdown,
.input-field.error .select-list .btn {
  border: 1px solid #eb2026 !important;
}

.input-field.error .check-box label,
.input-field.error .check-box a {
  color: #eb2026;
}

.input-field.error .check-box label:before,
.input-field.error .check-box a:before {
  border-color: #eb2026;
}

.input-field.error:before {
  opacity: 1;
  visibility: visible;
}

input,
textarea,
select,
.select-list__wrap .select2-container {
  margin: 0;
  padding: 0 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #191919;
  background: #F9F9F9;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
.select-list__wrap .select2-container:focus {
  border-color: #8684a1;
}

.label {
  display: block;
  padding-bottom: 10px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  text-align: left;
}

.label--white {
  color: #ffffff;
}

textarea {
  line-height: 1.2;
  padding: 15px !important;
  height: 158px;
}

.hidden {
  display: none;
}

.flex-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.mobile .animated {
  -webkit-animation: none !important;
          animation: none !important;
  visibility: visible !important;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Gilroy-Bold', sans-serif;
}

h1 {
  font-size: 30px;
  line-height: 38px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 26px;
  line-height: 34px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

.content {
  font-family: 'Gilroy-Light', sans-serif;
  line-height: 28px;
  font-size: 16px;
  color: #191919;
}

@media only screen and (max-width: 1200px) {
  .content {
    font-size: 18px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .content {
    font-size: 14px;
    line-height: 24px;
  }
}

.content p {
  font-family: 'Gilroy-Light', sans-serif;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .content p {
    font-size: 18px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.content .content-title {
  font-family: 'Gilroy-Regular', sans-serif;
  line-height: 30px;
  font-size: 24px;
  color: #191919;
  margin: 10px 0 10px;
}

@media only screen and (max-width: 570px) {
  .content .content-title {
    font-size: 22px;
    line-height: 32px;
    margin: 15px 0;
  }
}

.content .content-title--min {
  font-size: 18px;
  line-height: 23px;
}

.content ul {
  margin: 0 0 20px;
}

.content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .content ul li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .content ul li {
    line-height: 24px;
  }
}

.content ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #191919;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0 0 20px;
}

ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  ol li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  ol li {
    line-height: 24px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ".";
  font-family: 'Gilroy-Medium', sans-serif;
  margin-right: 0;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 4px;
}

@media only screen and (max-width: 1200px) {
  ol li:before {
    line-height: 20px;
  }
}

.radio-item {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .radio-item {
    margin-bottom: 10px;
  }
}

.radio-item label {
  cursor: pointer;
  padding-left: 33px;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 21px;
  font-size: 14px;
  color: #191919;
}

.radio-item label:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ECECEC;
  position: absolute;
  left: 0;
  top: -2px;
}

.radio-item label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #eb2026;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 9px;
}

.radio-item input[type="radio"]:checked + label {
  opacity: 1;
}

.radio-item input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
}

[type=checkbox]:checked + label:before {
  border-color: #eb2026;
}

.link-line {
  position: relative;
}

.link-line:after {
  content: "";
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.link-line:hover {
  color: #fff;
}

.link-line:hover:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  opacity: 1;
}

.active .link-line {
  color: #fff;
}

.active .link-line:after {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  opacity: 1;
}

.go-to-top {
  position: fixed;
  bottom: 70px;
  right: 120px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #ffffff;
  background: #1604e7;
  width: 49px;
  height: 49px;
  line-height: 49px;
}

@media only screen and (max-width: 1560px) {
  .go-to-top {
    right: 20px;
  }
}

.go-to-top.act {
  opacity: .2;
}

.go-to-top.act:hover {
  opacity: 1;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #f4f5f6;
  opacity: 0.5;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  vertical-align: middle;
  bottom: 20px;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #f4f5f6;
  opacity: 1;
}

.page-title {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  color: #191919;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1366px) {
  .page-title {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .page-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
  }
}

.page-title--bg {
  font-size: 45px;
  line-height: 60px;
}

@media only screen and (max-width: 600px) {
  .page-title--bg {
    font-size: 30px;
    line-height: 45px;
  }
}

.sub-title {
  font-family: 'Gilroy-Regular', sans-serif;
  line-height: 21px;
  font-size: 18px;
  color: #191919;
}

.height-auto {
  height: auto !important;
}

.btn {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #1604e7;
  border-radius: 29px;
  border: solid 2px #1604e7;
  background: #ffffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  padding: 13px 20px;
  min-width: 202px;
  display: inline-block;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #1604e7;
  color: #ffffff;
  border: solid 2px #1604e7;
}

.btn--red {
  color: #ffffff;
  background: #eb2026;
  border-color: #eb2026;
}

.btn--red:hover,
.btn--red:active,
.btn--red:focus {
  border-color: #eb2026;
  background: #ffffff;
  color: #c91b20;
}

.btn--blue {
  color: #ffffff;
  background: #1604e7;
  border-color: #1604e7;
}

.btn--blue:hover,
.btn--blue:active,
.btn--blue:focus {
  border-color: #1604e7;
  background: #ffffff;
  color: #1604e7;
}

.btn--white-border {
  border-color: #ffffff;
  color: #ffffff;
  background: #1604e7;
}

.btn--white-border:hover,
.btn--white-border:active,
.btn--white-border:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #1604e7;
}

.btn--transp {
  background: transparent;
}

.btn--transp.color--viol {
  color: #8684a1;
  border-color: #8684a1;
}

.btn--transp.color--viol:hover,
.btn--transp.color--viol:active,
.btn--transp.color--viol:focus {
  border-color: #8684a1;
  background: #8684a1;
  color: #ffffff;
}

.btn--viol {
  color: #ffffff;
  background-color: #8684a1;
  border-color: #8684a1;
}

.btn--viol:hover,
.btn--viol:active,
.btn--viol:focus {
  border-color: #73718a;
  background: #73718a;
  color: #ffffff;
}

.btn--viol-light {
  color: #8684a1;
  background-color: #e6e5ec;
  border-color: #e6e5ec;
}

.btn--viol-light:hover,
.btn--viol-light:active,
.btn--viol-light:focus {
  border-color: #8684a1;
  background: #ffffff;
  color: #8684a1;
}

.btn--square {
  border-radius: 6px;
  text-transform: none;
}

.btn--square.btn--red:hover,
.btn--square.btn--red:active,
.btn--square.btn--red:focus {
  border-color: #c91b20;
  background: #c91b20;
  color: #ffffff;
}

.btn--sm {
  padding: 10px 20px;
  min-width: 178px;
}

.btn--bg {
  padding: 24.5px 49px;
  border-radius: 34.5px;
}

@media only screen and (max-width: 768px) {
  .btn--bg {
    padding: 24.5px 30px;
  }
}

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

.bg-blue {
  background-color: #1604e7;
}

.bg-square {
  position: relative;
}

.bg-square:before {
  content: '';
  position: absolute;
  background: url(/images/bg.png?6f7fd064cfb230c2c05ce8ec9fa0f900) no-repeat 0 50%;
  top: 50%;
  left: 0;
  width: 100%;
  height: 87%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1030px) {
  .bg-square:before {
    max-width: 20%;
  }
}

.bg-square:after {
  content: '';
  position: absolute;
  background: url(/images/bg.png?6f7fd064cfb230c2c05ce8ec9fa0f900) no-repeat 100% 50%;
  top: 50%;
  right: 0;
  width: 100%;
  height: 87%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1030px) {
  .bg-square:after {
    max-width: 20%;
  }
}

.bg-square--color:before {
  background: url(/images/bg1.png?016c2a4a1c77b3e31f408e84891c0bd1) no-repeat 0 35%;
}

.bg-square--color:after {
  background: url(/images/bg1.png?016c2a4a1c77b3e31f408e84891c0bd1) no-repeat 100% 35%;
}

.mx-80 {
  margin: 85px auto 0;
}

@media only screen and (max-width: 600px) {
  .mx-80 {
    margin: 60px auto 0;
  }
}

.mx-100 {
  margin: 100px auto 0;
}

@media only screen and (max-width: 1366px) {
  .mx-100 {
    margin: 80px auto 0;
  }
}

@media only screen and (max-width: 600px) {
  .mx-100 {
    margin: 60px auto 0;
  }
}

.tab-box {
  display: none;
}

.title-with-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 55px;
}

@media only screen and (max-width: 1366px) {
  .title-with-btn {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .title-with-btn {
    padding-bottom: 35px;
  }
}

.title-with-btn .page-title {
  width: calc(100% - 530px);
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .title-with-btn .page-title {
    width: 100%;
  }
}

.title-with-btn .btn {
  position: absolute;
  right: 0;
  top: -7px;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .title-with-btn .btn {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 25px;
  }
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #eb2026;
}

.link-underline {
  text-decoration: underline;
}

.link-underline:hover,
.link-underline:focus,
.link-underline:active {
  text-decoration: underline;
}

.no-arrow .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dashed-underline {
  position: relative;
}

.dashed-underline:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 0;
  margin: auto;
  height: 1px;
  border-bottom: 1px dashed #1604e7;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.check-box {
  text-align: left;
  margin: 4px 0;
}

.check-box [type="checkbox"] {
  display: none;
}

.check-box label,
.check-box a {
  position: relative;
  cursor: pointer;
  color: #191919;
  line-height: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  .check-box label,
  .check-box a {
    font-size: 14px;
  }
}

.check-box label:before,
.check-box a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  background-color: #f8f8f8;
  margin-right: 13px;
}

.check-box label:after,
.check-box a:after {
  content: "\ea06";
  font-family: iconfont;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #eb2026;
  border: 1px solid #eb2026;
  border-radius: 6px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
}

.check-box input[disabled] + label,
.check-box a[disabled] {
  color: #f7f0ea;
}

.check-box input:checked + label:after,
.check-box a.active:after {
  opacity: 1;
}

.check-box input[disabled]:checked + label,
.check-box a[disabled].active {
  color: #f7f0ea;
}

.check-box input[disabled]:checked + label:after,
.check-box a[disabled].active:after {
  opacity: 0;
}

.caret {
  border-width: 6px;
  border-style: solid;
  border-right: 6px solid transparent;
  border-color: #191919 transparent transparent;
  width: 0;
  height: 0;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 18px 51px rgba(51, 51, 51, 0.0823992);
          box-shadow: 0 18px 51px rgba(51, 51, 51, 0.0823992);
  padding: 11px;
  line-height: normal;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  min-width: 239px !important;
  text-align: left;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
}

.dropdown-list.visible {
  z-index: 55;
  visibility: visible;
  opacity: 1;
  min-width: 239px;
}

.dropdown-item {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #191919;
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
}

.left-text {
  text-align: left;
}

.radio {
  display: block;
  position: relative;
}

.radio label {
  cursor: pointer;
  padding-left: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #191919;
  font-family: 'Gilroy-Regular', sans-serif;
  padding-top: 5px;
  display: inline-block;
}

.radio label:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #cecdcd;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
}

.radio label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 10px;
  height: 10px;
  top: 9px;
  left: 9px;
}

.radio input[type="radio"]:checked + label {
  opacity: 1;
}

.radio input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio input[type="radio"]:checked + label:before {
  border: 1px solid #eb2026;
  background: #eb2026;
}

.to-right {
  float: right;
}

.line--rtl {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.line--rtl.color-blue {
  color: #1604e7;
}

.line--rtl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1604e7;
  content: "";
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1), -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
}

.line--rtl:hover:after {
  -webkit-transform: translate3d(101%, 0, 0);
          transform: translate3d(101%, 0, 0);
}

.line--ltr {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.line--ltr.color-blue {
  color: #1604e7;
}

.line--ltr:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1604e7;
  content: "";
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1), -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
}

.line--ltr:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.line--ltr-wrap:hover,
.line--ltr-wrap:focus,
.line--ltr-wrap:active {
  color: #1604e7;
}

.btn-disabled {
  background: #afaeae;
  border-color: #afaeae;
  pointer-events: none;
}

.select2-container .select2-selection--multiple {
  min-height: 47px;
  height: auto;
  border: 0 !important;
  background: transparent !important;
  padding-top: 6px;
}

.create-task__step .select-list__wrap .select2-container {
  min-height: 60px;
  height: auto !important;
}

.news-parent .col-sm-4 {
  margin-bottom: 80px;
}

.news-parent img {
  width: 100%;
  margin-bottom: 15px;
}

.news-parent .date {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .1px;
  color: #829ab1;
  margin-bottom: 7px;
}

.news-parent .ttl {
  font-size: 24px;
  line-height: 34px;
  color: #102a43;
  display: block;
  margin-bottom: 10px;
  font-family: 'Gilroy-Medium', sans-serif;
}

@media only screen and (max-width: 1250px) {
  .news-parent .col-sm-4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .news-parent .ttl {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .news-parent .ttl {
    font-size: 16px;
    line-height: 22px;
  }

  .news-parent .col-sm-4 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.profile__left .lawyer-info__wrap {
  margin-top: 30px;
}

.profile__left .profile-info__executor {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.profile__left .one-doc__title {
  margin-right: 20px;
}

.profile__left .rown-btn-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile__left .rown-btn-t .btn {
  margin: 0 0 25px !important;
}

.header--min {
  padding: 60px 0 60px;
  background-color: #1604e7;
}

@media only screen and (max-width: 570px) {
  .header--min {
    padding: 50px 0 30px;
  }
}

.header--min img {
  margin: auto;
}

.footer {
  display: table-footer-group;
}

.footer-wrap {
  padding: 43px 15px;
  text-align: center;
}

.footer--min {
  opacity: 0.4;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.datepicker-dropdown {
  position: absolute;
  background: #F9F9F9;
  border: 1px solid #E9E9E9;
  font-size: 15px;
  padding: 0 10px;
}

.datepicker-dropdown:after {
  border-top: 6px solid #fdfafa !important;
}

.datepicker-dropdown:before {
  border-top: 7px solid #dcdcdc !important;
}

.datepicker {
  padding: 10px;
}

.datepicker table tr td.active {
  background: #1604e7;
}

.datepicker table tr td.active:hover {
  background: #1604e7;
}

.datepicker table tr td.active.disabled {
  background: #1604e7;
}

.datepicker table tr td.active.disabled:hover {
  background: #1604e7;
}

.title-block {
  background-color: #1604e7;
  padding: 40px 0 130px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .title-block {
    padding: 20px 0 130px;
  }
}

.title-block:before {
  content: '';
  position: absolute;
  background: url(/images/bg-full.png?6630f137d91729bdf8d67d3e51d15209) no-repeat 0 50%;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.registration-wrap {
  margin: -117px auto 100px;
}

.registration-form {
  max-width: 1010px;
  margin: auto;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 80px 130px 90px;
}

@media only screen and (max-width: 991px) {
  .registration-form {
    padding: 80px 60px;
  }
}

@media only screen and (max-width: 600px) {
  .registration-form {
    padding: 80px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .registration-form {
    padding: 50px 15px;
  }
}

.registration-form__title {
  padding-bottom: 42px;
}

@media only screen and (max-width: 480px) {
  .registration-form__title {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.registration-form__descr {
  font-family: 'Gilroy-Regular', sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 20px 50px;
}

@media only screen and (max-width: 570px) {
  .registration-form__descr {
    padding: 10px 0 0;
  }
}

.registration-form .input-field {
  margin-bottom: 26px;
}

.registration-form .input-field input {
  height: 59px;
}

.registration-form .btn {
  padding: 20px 40px;
  min-width: 360px;
  margin-top: 25px;
}

@media only screen and (max-width: 480px) {
  .registration-form .btn {
    min-width: auto;
  }
}

.registration-mx-bottom-270 {
  margin-bottom: 270px;
}

@media only screen and (max-width: 1366px) {
  .registration-mx-bottom-270 {
    margin-bottom: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .registration-mx-bottom-270 {
    margin-bottom: 100px;
  }
}

.registration-mx-bottom-55 {
  margin-bottom: 55px;
}

.tabs-navigation--radius {
  border: solid 1px #e5e5e5;
  overflow: hidden;
  margin-bottom: 45px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .tabs-navigation--radius {
    border-radius: 6px;
  }
}

.tabs-navigation--radius li {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .tabs-navigation--radius li {
    width: 100%;
  }
}

.tabs-navigation--radius li:last-child .tab-item {
  border-right: none;
}

.tabs-navigation--radius .tab-item {
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  padding: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 1200px) {
  .tabs-navigation--radius .tab-item {
    font-size: 18px;
    padding: 16px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .tabs-navigation--radius .tab-item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .tabs-navigation--radius .tab-item {
    font-size: 15px;
    padding: 16px 5px;
  }
}

@media only screen and (max-width: 600px) {
  .tabs-navigation--radius .tab-item {
    font-size: 15px;
    padding: 16px 5px;
  }
}

.tabs-navigation--radius .tab-item:hover {
  color: #1604e7;
}

.tabs-navigation--radius .tab-item .dashed-underline:before {
  opacity: 1;
}

.tabs-navigation--radius .tab-item.active {
  color: #1604e7;
}

.tabs-navigation--radius .tab-item.active .dashed-underline:before {
  opacity: 0;
}

.tabs-navigation--radius .tab-item:first-child {
  border-right: solid 1px #e5e5e5;
}

@media only screen and (max-width: 767px) {
  .tabs-navigation--radius .tab-item:first-child {
    border-bottom: solid 1px #e5e5e5;
    border-right: none;
    margin: 0 0 -1px;
  }
}

.tabs-container--radius {
  margin-top: 45px;
}

.registration__choose {
  padding: 15px 0 20px;
}

@media only screen and (max-width: 600px) {
  .registration__choose {
    padding: 0 20px;
  }
}

.registration__choose-item {
  font-family: 'Gilroy-Regular', sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 570px) {
  .registration__choose-item {
    margin-bottom: 30px;
  }

  .registration__choose-item:last-child {
    margin-bottom: 0;
  }
}

.registration__choose-item .btn {
  margin-top: 0;
  min-width: 225px;
}

@media only screen and (max-width: 600px) {
  .registration__choose-item .btn {
    min-width: 200px;
    padding: 15px 40px;
  }
}

.registration__choose-descr {
  padding: 23px 15px 0;
}

@media only screen and (max-width: 600px) {
  .registration__choose-descr {
    padding: 10px 5px 0;
  }
}

.choose-block__color .btn {
  min-width: 230px;
  margin-top: 27px;
}

.radio-fill {
  margin-bottom: 20px;
}

.radio-fill.disable {
  opacity: .5;
}

.radio-fill label {
  position: relative;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  text-transform: none;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
  padding: 0 55px;
  z-index: 1;
  line-height: 18px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radio-fill label:hover:after {
  border: solid 1px #1604e7;
  background-color: #ffffff;
}

.radio-fill label:before {
  content: "\ea06";
  font-family: iconfont;
  width: 34px;
  height: 34px;
  background-color: #1604e7;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-size: 10px;
}

.radio-fill label:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  z-index: -1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.radio-fill input:checked + label {
  text-decoration: none;
  color: #1604e7;
}

.radio-fill input:checked + label:after {
  border: solid 1px #1604e7;
  background-color: #f8f8f8;
}

.radio-fill input:checked + label:before {
  opacity: 1;
}

.radio-fill-label {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  color: #393939;
}

.radio-chose-box .radio {
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {
  .radio-chose-box .radio {
    margin-right: 7px;
  }
}

.radio-chose-box .radio:last-child {
  margin-right: 0;
}

