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);
  }
}/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

/* Progress */

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

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

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

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

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

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

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

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

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

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

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

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

/* Scrollbar */

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

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

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

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

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

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

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

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

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

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

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

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

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

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

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

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

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}.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 {
  padding: 29px 0 23px;
  background-color: #fff;
}

@media only screen and (max-width: 1030px) {
  .header {
    position: relative;
  }
}

@media only screen and (max-width: 650px) {
  .header {
    padding: 18px 0;
  }
}

.header__left {
  width: 65%;
}

@media only screen and (max-width: 1250px) {
  .header__left {
    width: 55%;
  }
}

@media only screen and (max-width: 1030px) {
  .header__left {
    width: 100%;
  }
}

.header__right {
  width: 35%;
}

@media only screen and (max-width: 1250px) {
  .header__right {
    width: 45%;
  }
}

@media only screen and (max-width: 1030px) {
  .header__right {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
  }
}

@media only screen and (max-width: 750px) {
  .header__right {
    width: 52%;
  }
}

@media only screen and (max-width: 650px) {
  .header__right {
    width: 40px;
  }
}

.header__right-item {
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #1604e7;
  padding: 0 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 1366px) {
  .header__right-item {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .header__right-item {
    font-size: 16px;
  }
}

.header__right-item:hover {
  color: #eb2026;
}

.header__right-item.active {
  color: #eb2026;
}

.header__right-item .icon {
  padding-right: 5px;
  vertical-align: middle;
}

.header__right-item .login__text {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 570px) {
  .header__right-item .login__text {
    font-size: 14px;
  }
}

.header__logo {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo .logo-text {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 24px;
}

@media only screen and (max-width: 1560px) {
  .header__logo img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1180px) {
  .header__logo img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1250px) {
  .header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46%;
  }

  .header__logo .logo-text {
    padding-left: 0;
    padding-top: 5px;
    display: block;
  }
}

@media only screen and (max-width: 1030px) {
  .header__logo {
    padding: 0;
    width: auto;
    border: none;
  }

  .header__logo img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 650px) {
  .header__logo img {
    max-width: 150px;
  }

  .header__logo .logo-text {
    font-size: 18px;
  }
}

.header__nav {
  width: 40%;
}

@media only screen and (max-width: 1250px) {
  .header__nav {
    width: 54%;
  }
}

@media only screen and (max-width: 1099px) {
  .header__nav {
    width: 50%;
  }
}

.header__nav-list {
  width: 100%;
  padding-left: 15px;
}

.header__nav-item {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #171717;
  padding: 0 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  position: relative;
}

.header__nav-item:after {
  position: absolute;
  top: 7px;
  right: -4px;
  width: 5px;
  height: 5px;
  background: red;
  content: '';
  border-radius: 50%;
}

.header__nav-item:last-of-type:after {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .header__nav-item {
    padding: 0 10px;
  }
}

.header__nav-item:hover {
  color: #eb2026;
}

.header__nav-item.active {
  color: #eb2026;
}

.be-layer {
  margin-left: 13px;
}

.mob-menu {
  display: none;
}

@media only screen and (max-width: 1030px) {
  .mob-menu {
    display: inline-block;
    padding-left: 10px;
  }
}

.lines {
  position: relative;
  border-radius: 1px;
  -webkit-transition: height .1s;
  transition: height .1s;
  width: 30px;
  height: 2px;
  background: #1604e7;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.lines:after,
.lines:before {
  content: '';
  position: absolute;
  border-radius: 1px;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  width: 100%;
  height: 2px;
  background: #1604e7;
}

.lines:after {
  top: -7px;
}

.lines:before {
  bottom: -7px;
}

.main-navigation-mobile {
  display: none;
  padding: 55px 0 20px;
  width: 60%;
  overflow: hidden;
  visibility: hidden;
  z-index: 8000;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  text-align: left;
  top: 0;
  left: -100%;
  background: #ffffff;
}

@media only screen and (max-width: 1030px) {
  .main-navigation-mobile {
    display: block;
  }
}

@media only screen and (max-width: 570px) {
  .main-navigation-mobile {
    width: 73%;
  }
}

.main-navigation-mobile.is-active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.main-navigation-mobile .active {
  color: #788b95;
  background: #d7e1e6;
}

.main-navigation-mobile .navbar-mob__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-navigation-mobile .navbar-mob__lang .lang-item {
  padding: 15px 30px;
  font-family: 'Gilroy-Regular', sans-serif;
  line-height: normal;
  font-size: 14px;
  color: #788b95;
  display: block;
  width: 50%;
  text-align: center;
  border: 1px solid #e0e2e2;
  margin-right: -1px;
  margin-top: -1px;
}

.main-navigation-mobile .navbar-mob__lang .lang-item.active {
  color: #788b95;
}

.main-navigation-mobile .menu-drop-down {
  display: none;
  border-bottom: 1px solid #d7e1e6;
  padding: 10px 0;
}

.main-navigation-mobile .menu-drop-down .navbar-mob__item {
  border-bottom: 0;
  padding: 10px 30px;
}

.main-navigation-mobile .navbar-mob__item {
  display: block;
  padding: 15px 26px 15px 15px;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1604e7;
  width: 100%;
}

.main-navigation-mobile .navbar-mob__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d7e1e6;
}

.main-navigation-mobile .navbar-mob__link .icon {
  padding: 0 22px 0 0;
  font-size: 10px;
  color: #191919;
  cursor: pointer;
}

.main-navigation-mobile .menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #838383;
  font-size: 20px;
  z-index: 9999;
  cursor: pointer;
}

.main-navigation-mobile .menu-close:hover {
  opacity: .5;
}

.main-navigation-mobile .page-overlay:before {
  content: '';
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.main-navigation-mobile .main-navigation-mobile-is-open .page-overlay:before {
  content: '';
  position: fixed;
  z-index: 2222;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 44, 0.4);
}

.main-navigation-mobile .main-navigation-mobile-is-open body {
  overflow: hidden;
}

.main-navigation-mobile .second-level {
  border: none;
  padding: 0;
}

.main-navigation-mobile .second-level .second-level .navbar-mob__item {
  padding-left: 40px;
}

.main-navigation-mobile .second-level .second-level .navbar-mob__link {
  border: none;
}

.page-overlay:before {
  content: "";
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.main-navigation-mobile-is-open .page-overlay:before {
  content: "";
  position: fixed;
  z-index: 2222;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 57, 57, 0.5);
}

.main-navigation-mobile-is-open body {
  overflow: hidden;
}

.phone-link-header {
  font-size: 24px;
  position: relative;
  padding-left: 40px;
}

.phone-link-header:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/images/phone.png?479da03ba0fbeeb97c7239df2b98dc2b);
  content: '';
  top: 0;
  left: 0;
}

.phone-link-header span {
  font-size: 14px;
  display: block;
  color: #171717;
  font-family: 'Gilroy-Regular', sans-serif;
}

@media only screen and (max-width: 650px) {
  .phone-link-header {
    display: none;
  }
}

.btn-sign-in {
  font-size: 14px;
  text-align: center;
  color: #1604e7;
  border-radius: 29px;
  border: solid 2px #1604e7;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  padding: 3px 30px;
  display: inline-block;
  font-family: 'Gilroy-Bold', sans-serif;
}

.btn-sign-in:hover {
  background: #1604e7;
  color: #fff;
}

@media only screen and (max-width: 650px) {
  .btn-sign-in {
    padding: 3px 15px;
  }
}

.mail-link-header {
  font-size: 14px;
}

.mail-link-header .icon {
  font-size: 18px;
}

@media only screen and (max-width: 750px) {
  .mail-link-header {
    display: none;
  }
}

.breadcrumbs {
  padding: 27px 0;
}

.breadcrumbs .breadcrumb-item {
  display: inline-block;
  opacity: 0.3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.breadcrumbs .breadcrumb-item:after {
  content: '/';
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: middle;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}

.breadcrumbs .breadcrumb-item:hover {
  opacity: .7;
}

.breadcrumbs .breadcrumb-item.active {
  opacity: .7;
}

.breadcrumbs .breadcrumb-item.active:after {
  display: none;
}

.breadcrumbs .breadcrumb-item a,
.breadcrumbs .breadcrumb-item span {
  font-family: 'Gilroy-Medium', sans-serif;
  color: #191919;
  font-size: 12px;
  line-height: 18px;
}

.header-auth {
  padding: 25px 0 9px;
  background-color: #fff;
}

@media only screen and (max-width: 1250px) {
  .header-auth {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 1030px) {
  .header-auth {
    position: relative;
  }
}

.header-auth .header__left {
  width: 50%;
}

@media only screen and (max-width: 1366px) {
  .header-auth .header__left {
    width: 60%;
  }
}

@media only screen and (max-width: 1250px) {
  .header-auth .header__left {
    width: 55%;
  }
}

@media only screen and (max-width: 1030px) {
  .header-auth .header__left {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .header-auth .header__left {
    width: 30%;
  }
}

.header-auth .header__right {
  width: 50%;
}

@media only screen and (max-width: 1366px) {
  .header-auth .header__right {
    width: 40%;
  }
}

@media only screen and (max-width: 1250px) {
  .header-auth .header__right {
    width: 45%;
  }
}

@media only screen and (max-width: 1030px) {
  .header-auth .header__right {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .header-auth .header__right {
    width: 70%;
  }
}

.header-auth .header__right-item {
  color: #8684a1;
  font-size: 24px;
  margin: 10px 18px 0;
  padding: 0;
}

@media only screen and (max-width: 1250px) {
  .header-auth .header__right-item {
    margin: 0 10px 0;
  }
}

@media only screen and (max-width: 1030px) {
  .header-auth .header__right-item {
    margin: 4px 10px 0;
  }
}

.header-auth .header__right-item.active {
  color: #1604e7;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-auth .header__right-item.active:hover {
  color: #eb2026;
}

.header-auth .header__right-item.active:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  right: -7px;
  top: -7px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 99;
  border: 5px solid red;
}

.header-auth .header__logo {
  width: 30%;
  padding-right: 10px;
  border-right: 1px solid rgba(25, 25, 25, 0.2);
}

@media only screen and (max-width: 1180px) {
  .header-auth .header__logo {
    padding-right: 15px;
    width: 34%;
  }
}

@media only screen and (max-width: 1030px) {
  .header-auth .header__logo {
    padding: 0;
    border: none;
    width: 100%;
  }
}

.header-auth .header__logo img {
  max-width: 67px;
}

@media only screen and (max-width: 1250px) {
  .header-auth .header__logo img {
    max-width: 55px;
  }
}

.header-auth .header__nav {
  width: 70%;
}

@media only screen and (max-width: 1180px) {
  .header-auth .header__nav {
    width: 66%;
  }
}

.header-auth .header__nav-list {
  width: 100%;
  padding-left: 15px;
}

@media only screen and (max-width: 1180px) {
  .header-auth .header__nav-list {
    padding-left: 10px;
  }
}

.header-auth .header__nav-item {
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #1604e7;
  padding: 0 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 1366px) {
  .header-auth .header__nav-item {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .header-auth .header__nav-item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1180px) {
  .header-auth .header__nav-item {
    padding: 0 5px;
  }
}

.header-auth .header__nav-item:hover {
  color: #eb2026;
}

.header-auth .header__nav-item.active {
  color: #eb2026;
}

.header-auth .logo-text {
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #191919;
  padding-left: 22px;
}

@media only screen and (max-width: 1560px) {
  .header-auth .logo-text {
    padding-left: 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1250px) {
  .header-auth .logo-text {
    font-size: 16px;
    line-height: 18px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .header-auth .logo-text {
    display: none;
  }
}

.header-auth .header-profile-data {
  position: relative;
  padding: 8px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 19px;
  cursor: pointer;
}

@media only screen and (max-width: 1250px) {
  .header-auth .header-profile-data {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 1030px) {
  .header-auth .header-profile-data {
    display: none;
  }
}

.header-auth .header-profile-data__img {
  width: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  max-height: 47px;
}

.header-auth .header-profile-data__img img {
  width: 100%;
}

.header-auth .header-profile-data__name {
  width: calc(100% - 60px);
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #191919;
  text-align: left;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-auth .header-profile-data .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mob-menu {
  display: none;
}

@media only screen and (max-width: 1030px) {
  .mob-menu {
    display: inline-block;
    padding-left: 10px;
  }
}

.lines {
  position: relative;
  border-radius: 1px;
  -webkit-transition: height .1s;
  transition: height .1s;
  width: 30px;
  height: 2px;
  background: #1604e7;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.lines:after,
.lines:before {
  content: '';
  position: absolute;
  border-radius: 1px;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  width: 100%;
  height: 2px;
  background: #1604e7;
}

.lines:after {
  top: -7px;
}

.lines:before {
  bottom: -7px;
}

.main-navigation-mobile {
  display: none;
  padding: 55px 0 20px;
  width: 60%;
  overflow: hidden;
  visibility: hidden;
  z-index: 8000;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  text-align: left;
  top: 0;
  left: -100%;
  background: #ffffff;
}

@media only screen and (max-width: 1030px) {
  .main-navigation-mobile {
    display: block;
  }
}

@media only screen and (max-width: 570px) {
  .main-navigation-mobile {
    width: 73%;
  }
}

.main-navigation-mobile.is-active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.main-navigation-mobile .active {
  color: #788b95;
  background: #d7e1e6;
}

.main-navigation-mobile .navbar-mob__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-navigation-mobile .navbar-mob__lang .lang-item {
  padding: 15px 30px;
  font-family: 'Gilroy-Regular', sans-serif;
  line-height: normal;
  font-size: 14px;
  color: #788b95;
  display: block;
  width: 50%;
  text-align: center;
  border: 1px solid #e0e2e2;
  margin-right: -1px;
  margin-top: -1px;
}

.main-navigation-mobile .navbar-mob__lang .lang-item.active {
  color: #788b95;
}

.main-navigation-mobile .menu-drop-down {
  display: none;
  border-bottom: 1px solid #d7e1e6;
  padding: 10px 0;
}

.main-navigation-mobile .menu-drop-down .navbar-mob__item {
  border-bottom: 0;
  padding: 10px 30px;
}

.main-navigation-mobile .navbar-mob__item {
  display: block;
  padding: 15px 26px 15px 15px;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1604e7;
  width: 100%;
}

.main-navigation-mobile .navbar-mob__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d7e1e6;
}

.main-navigation-mobile .navbar-mob__link .icon {
  padding: 0 22px 0 0;
  font-size: 10px;
  color: #191919;
  cursor: pointer;
}

.main-navigation-mobile .menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #838383;
  font-size: 20px;
  z-index: 9999;
  cursor: pointer;
}

.main-navigation-mobile .menu-close:hover {
  opacity: .5;
}

.main-navigation-mobile .page-overlay:before {
  content: '';
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.main-navigation-mobile .main-navigation-mobile-is-open .page-overlay:before {
  content: '';
  position: fixed;
  z-index: 2222;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 44, 0.4);
}

.main-navigation-mobile .main-navigation-mobile-is-open body {
  overflow: hidden;
}

.main-navigation-mobile .second-level {
  border: none;
  padding: 0;
}

.main-navigation-mobile .second-level .second-level .navbar-mob__item {
  padding-left: 40px;
}

.main-navigation-mobile .second-level .second-level .navbar-mob__link {
  border: none;
}

.page-overlay:before {
  content: "";
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.main-navigation-mobile-is-open .page-overlay:before {
  content: "";
  position: fixed;
  z-index: 2222;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 57, 57, 0.5);
}

.main-navigation-mobile-is-open body {
  overflow: hidden;
}

.header-profile-data {
  position: relative;
  padding: 8px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 1030px) {
  .header-profile-data {
    display: none;
  }
}

.header-profile-data__img {
  width: 25px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  max-height: 47px;
}

.header-profile-data__img img {
  width: 100%;
}

.header-profile-data__name {
  width: 100%;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 11px;
  line-height: 19px;
  font-weight: 500;
  color: #191919;
  text-align: left;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-profile-data .caret {
  position: absolute;
  right: 5px;
  top: 16px;
  border-width: 4px;
  border-style: solid;
  border-right: 4px solid transparent;
}

.pagination {
  display: block;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .pagination {
    text-align: center;
  }
}

@media only screen and (max-width: 570px) {
  .pagination {
    padding-top: 20px;
  }
}

.pagination li {
  display: inline-block;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 14px;
  vertical-align: middle;
  color: #4c478b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 480px) {
  .pagination li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination li a,
.pagination li span {
  color: #4c478b;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}

.pagination li:hover {
  background: #1604e7;
}

.pagination li:hover a,
.pagination li:hover span {
  color: #fff;
}

.pagination li .icon-arrow-left,
.pagination li .icon-arrow-right {
  font-size: 11px;
  color: #7b7a7a;
}

.pagination li.active {
  background: #1604e7;
}

.pagination li.active span {
  color: #ffffff;
}

.pagination .disable:hover,
.pagination .disable:focus,
.pagination .disable:active {
  background: #fff;
}

.pagination .disable:hover span,
.pagination .disable:focus span,
.pagination .disable:active span {
  color: #393939;
}

.pagination .ellipsis:hover {
  background: #fff;
  color: #4c478b;
}

.pagination .next-page,
.pagination .prev-page {
  font-size: 9px;
}

@media only screen and (max-width: 360px) {
  .pagination .next-page,
  .pagination .prev-page {
    display: none;
  }
}

.footer {
  display: table-footer-group;
  margin-top: 45px;
  background: #1604e7;
}

.footer-wrap {
  padding: 91px 0 45px;
}

@media only screen and (max-width: 1030px) {
  .footer-wrap {
    padding: 70px 0 30px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-wrap {
    padding: 60px 0 30px;
  }
}

.footer__top {
  position: relative;
  margin-bottom: 63px;
}

@media only screen and (max-width: 1030px) {
  .footer__top {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 570px) {
  .footer__top {
    margin-bottom: 30px;
  }
}

.footer__top:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1030px) {
  .footer__top:after {
    display: none;
  }
}

.footer__logo {
  background: #1604e7;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 37px;
}

@media only screen and (max-width: 1030px) {
  .footer__logo {
    padding-right: 0;
  }
}

.footer__middle {
  padding-bottom: 88px;
}

@media only screen and (max-width: 1366px) {
  .footer__middle {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 570px) {
  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

.footer__col {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 100px;
}

@media only screen and (max-width: 1560px) {
  .footer__col {
    padding: 0 75px;
  }
}

@media only screen and (max-width: 1366px) {
  .footer__col {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__col {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1030px) {
  .footer__col {
    width: 33.3%;
  }
}

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

@media only screen and (max-width: 570px) {
  .footer__col {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.footer__col:first-child {
  padding-left: 0;
  border-left: none;
  padding-right: 60px;
  width: 20%;
}

@media only screen and (max-width: 1250px) {
  .footer__col:first-child {
    width: 24%;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__col:first-child {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1030px) {
  .footer__col:first-child {
    width: 33.3%;
  }
}

@media only screen and (max-width: 768px) {
  .footer__col:first-child {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 570px) {
  .footer__col:first-child {
    width: 100%;
    padding: 0;
  }
}

.footer__col .contacts-drop {
  padding-right: 20px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .footer__col .contacts-drop {
    width: 25%;
  }
}

@media only screen and (max-width: 570px) {
  .footer__col .contacts-drop {
    width: 50%;
    text-align: center;
  }
}

@media only screen and (max-width: 570px) {
  .footer__col .contacts-drop.city-only {
    width: 100%;
    padding-right: 0;
  }

  .footer__col .contacts-drop.city-only .contacts-drop__item {
    font-size: 18px;
    padding-bottom: 22px;
  }

  .footer__col .contacts-drop.city-only .footer__title {
    display: inline-block;
    width: auto;
  }

  .footer__col .contacts-drop.city-only .dropdown-list {
    position: relative;
    width: calc(100% + 30px);
    opacity: 1;
    display: none;
    background: #0e3e65;
    margin: 0px -15px 15px;
    padding: 23px 0;
    left: auto;
    top: auto;
    right: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }

  .footer__col .contacts-drop.city-only .dropdown-list li {
    padding-bottom: 12px;
  }

  .footer__col .contacts-drop.city-only .dropdown-list li:last-child {
    padding-bottom: 0;
  }

  .footer__col .contacts-drop.city-only .dropdown-list a,
  .footer__col .contacts-drop.city-only .dropdown-list span {
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    display: block;
  }
}

.footer__title {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  color: #ffffff;
  padding-bottom: 13px;
  margin: 0;
  opacity: .5;
  text-transform: uppercase;
}

@media only screen and (max-width: 570px) {
  .footer__title {
    color: #ffffff;
    cursor: pointer;
  }
}

.footer-nav {
  width: 100%;
}

@media only screen and (max-width: 570px) {
  .footer-nav {
    text-align: center;
  }
}

@media only screen and (max-width: 570px) {
  .footer-nav__list {
    display: none;
    margin: 0px -15px 15px;
  }
}

.footer__nav-item {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 10px 0;
  display: inline-block;
}

@media only screen and (max-width: 570px) {
  .footer__nav-item {
    color: #ffffff;
    margin: 0 0 12px;
  }

  .footer__nav-item:hover,
  .footer__nav-item:focus,
  .footer__nav-item:active {
    color: #ffffff;
  }
}

.footer__nav-item:hover,
.footer__nav-item:focus,
.footer__nav-item:active {
  color: #ffffff;
}

.footer__bottom {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 41px;
}

@media only screen and (max-width: 1030px) {
  .footer__bottom {
    padding-top: 25px;
  }
}

.footer__copy {
  width: 50%;
  text-align: left;
}

@media only screen and (max-width: 570px) {
  .footer__copy {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}

.footer__dev {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 570px) {
  .footer__dev {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .footer__dev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__dev .logo-art {
  max-width: 51px;
  margin-left: 13px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
}

.footer__dev .logo-art:hover {
  opacity: 1;
}

.footer-soc__list {
  margin-top: 30px;
}

@media only screen and (max-width: 1030px) {
  .footer-soc__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-soc__list li:last-child .footer-soc__item {
  margin-right: 0;
}

.footer-soc__item {
  width: 44px;
  height: 44px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-right: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 767px) {
  .footer-soc__item {
    margin-right: 10px;
  }
}

.footer-soc__item:hover {
  color: #eb2026;
}

.footer-soc__item .icon {
  font-size: 44px;
}

.footer .contacts-drop__item {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer .contacts-drop__item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .contacts-drop__item {
    font-size: 15px;
  }
}

@media only screen and (max-width: 570px) {
  .footer .contacts-drop__item {
    color: #ffffff;
    font-size: 16px;
  }
}

.footer .contacts-drop__item .icon {
  right: -20px;
  top: 8px;
}

.footer .contacts-drop__city {
  padding-left: 0;
}

@media only screen and (max-width: 570px) {
  .footer .contacts-drop__city {
    color: #ffffff;
    text-align: center;
  }
}

.footer__right {
  width: 32%;
  padding: 0 0 0 133px;
}

@media only screen and (max-width: 1560px) {
  .footer__right {
    padding: 0 0 0 100px;
  }
}

@media only screen and (max-width: 1366px) {
  .footer__right {
    padding: 0 0 0 70px;
  }
}

@media only screen and (max-width: 1250px) {
  .footer__right {
    width: 28%;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__right {
    padding: 0;
  }
}

@media only screen and (max-width: 1030px) {
  .footer__right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid rgba(169, 178, 190, 0.4);
    padding-top: 27px;
  }
}

@media only screen and (max-width: 570px) {
  .footer__right {
    margin: 0 0 30px;
    padding-top: 0;
    border-top: 0;
  }
}

.subscribe-form {
  position: relative;
  margin-top: 5px;
}

@media only screen and (max-width: 1030px) {
  .subscribe-form {
    max-width: 50%;
    margin: auto;
  }
}

@media only screen and (max-width: 570px) {
  .subscribe-form {
    max-width: 100%;
  }
}

.subscribe-form input {
  border: 2px solid #E1E8EF;
  border-radius: 6px 34px 34px 6px;
}

.subscribe-form .subscribe-btn {
  position: absolute;
  top: 0;
  right: -1px;
  height: 48px;
  color: #ffffff;
  font-size: 18px;
  line-height: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #8684a1;
  border-radius: 0 34px 34px 0;
  width: 71px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.subscribe-form .subscribe-btn:hover {
  background: #B5233A;
}

.footer-open {
  font-size: 7px;
  padding-left: 8px;
  vertical-align: middle;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 570px) {
  .footer-open {
    display: inline-block;
  }
}

.bottom-content {
  margin: 107px 0 90px;
}

@media only screen and (max-width: 1366px) {
  .bottom-content {
    margin: 80px 0;
  }
}

@media only screen and (max-width: 600px) {
  .bottom-content {
    margin: 60px 0;
  }
}

.bottom-content__slider {
  position: relative;
  height: 440px;
  overflow: hidden;
  max-width: 71%;
  margin: auto;
  padding-right: 40px;
}

@media only screen and (max-width: 1200px) {
  .bottom-content__slider {
    max-width: 87%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .bottom-content__slider {
    max-width: 100%;
  }
}

.bottom-content__slider .swiper-container {
  width: 100%;
  height: 100%;
}

.bottom-content__slider .swiper-container:after {
  content: "";
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset -6px -30px 44px #f4f5f6;
          box-shadow: inset -6px -30px 44px #f4f5f6;
}

.bottom-content__slider .swiper-slide {
  height: auto;
  padding: 0 40px 30px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Gilroy-Regular', sans-serif;
}

@media only screen and (max-width: 1200px) {
  .bottom-content__slider .swiper-slide {
    padding: 0 40px 40px 0;
  }
}

@media only screen and (max-width: 991px) {
  .bottom-content__slider .swiper-slide {
    padding: 0 40px 30px 0;
  }
}

.bottom-content__slider .swiper-scrollbar {
  width: 15px;
  border-radius: 7.5px;
  background-color: #eeeeee;
  right: 0;
  top: 15%;
}

.bottom-content__slider .swiper-scrollbar-drag {
  border-radius: 5px;
  background-color: #d0ced6;
  width: 11px;
  left: 2px;
}

.bottom-content__title {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #191919;
  padding-bottom: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f9f9f9;
  color: #191919;
}

.select2-container--default .select2-results__option {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #191919;
  cursor: pointer;
  padding: 5px 15px;
}

.select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  height: 48px;
  line-height: 48px;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
  top: 0;
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #191919 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  line-height: 48px;
  color: #191919;
  cursor: pointer;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder .icon,
.select2-container--default .select2-selection--single .select2-selection__rendered .icon {
  font-size: 9px;
  padding-left: 70px;
}

.select2-container--default.select2-container--open .select2-selection__arrow b:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-container--default.select2-container--open .select2-dropdown {
  position: relative;
  border: 1px solid #e9e9e9;
}

.search-tasks {
  color: #fff;
  padding: 125px 0 200px;
  text-align: center;
}

@media only screen and (max-width: 1030px) {
  .search-tasks {
    padding: 75px 0 85px;
  }
}

.search-tasks__container {
  max-width: 881px;
  position: relative;
  z-index: 1;
}

.search-tasks__title {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 45px;
  line-height: 55px;
}

@media only screen and (max-width: 1250px) {
  .search-tasks__title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1030px) {
  .search-tasks__title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .search-tasks__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .search-tasks__title {
    font-size: 25px;
    line-height: 35px;
  }
}

.search-tasks__descr {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding-top: 29px;
}

@media only screen and (max-width: 570px) {
  .search-tasks__descr {
    padding-top: 20px;
  }
}

.search-tasks__form {
  position: relative;
  margin: 62px auto 0;
  max-width: 750px;
}

@media only screen and (max-width: 570px) {
  .search-tasks__form {
    margin: 30px auto 0;
  }
}

.search-tasks__form input {
  height: 70px;
}

@media only screen and (max-width: 570px) {
  .search-tasks__form input {
    height: 60px;
  }
}

.search-tasks__form .input-field {
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}

@media only screen and (max-width: 570px) {
  .search-tasks__form .input-field {
    border-radius: 0;
  }
}

.search-tasks__btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 570px) {
  .search-tasks__btn {
    position: relative;
    top: auto;
    padding: 15px 30px;
    right: auto;
  }
}

.how-works__items {
  background: #ffffff;
}

.how-works__icons {
  padding: 60px 73px;
  width: 74.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1560px) {
  .how-works__icons {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 1366px) {
  .how-works__icons {
    padding: 45px 30px;
  }
}

@media only screen and (max-width: 1250px) {
  .how-works__icons {
    padding: 45px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .how-works__icons {
    width: 100%;
  }
}

@media only screen and (max-width: 570px) {
  .how-works__icons {
    padding: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .how-works__icons {
    padding: 45px 15px;
  }
}

.how-works__item {
  position: relative;
  width: 20%;
  text-align: center;
  margin: 0 29px;
}

@media only screen and (max-width: 1366px) {
  .how-works__item {
    margin: 0;
    width: 23%;
  }
}

@media only screen and (max-width: 1250px) {
  .how-works__item {
    width: 33%;
  }
}

@media only screen and (max-width: 570px) {
  .how-works__item {
    width: 100%;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.how-works__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 570px) {
  .how-works__item:last-child {
    margin-bottom: 0;
  }
}

.how-works__item img {
  margin: auto;
}

@media only screen and (max-width: 570px) {
  .how-works__item img {
    max-width: 100px;
    margin: 0;
  }
}

.how-works__item:last-child .arrow {
  display: none;
}

.how-works__title {
  padding-top: 32px;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 18px;
  color: #191919;
}

@media only screen and (max-width: 1099px) {
  .how-works__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 570px) {
  .how-works__title {
    padding-top: 15px;
    width: calc(100% - 100px);
    text-align: left;
    padding: 0 0 0 20px;
  }
}

.how-works__video {
  position: relative;
  width: 25.5%;
  color: #ffffff;
  padding: 81px 47px 60px;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 1366px) {
  .how-works__video {
    padding: 50px 20px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .how-works__video {
    width: 100%;
    background-size: cover !important;
  }
}

.how-works__video:hover,
.how-works__video:active,
.how-works__video:focus {
  color: #ffffff;
}

.how-works__video:hover:after,
.how-works__video:active:after,
.how-works__video:focus:after {
  opacity: .5;
}

.how-works__video:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1604e7;
  opacity: 0.28;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.how-works__video-title {
  position: relative;
  z-index: 1;
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 22px;
  line-height: 29px;
  padding-top: 47px;
}

.how-works__video-descr {
  position: relative;
  z-index: 1;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-top: 11px;
}

@media only screen and (max-width: 1099px) {
  .how-works__video-descr {
    font-size: 16px;
    line-height: 22px;
  }
}

.how-works__video-btn {
  position: relative;
  z-index: 1;
  font-size: 46px;
}

.arrow {
  width: 100%;
  height: 5px;
  max-width: calc(100% - 45px);
  position: absolute;
  left: calc(100% + 11px);
  top: 60px;
  display: block;
  border-bottom: 1px dashed #1604e7;
}

@media only screen and (max-width: 1366px) {
  .arrow {
    max-width: 60%;
    left: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .arrow {
    max-width: 60px;
    left: auto;
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .arrow {
    display: none;
  }
}

.arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -10px;
  border: 1px solid transparent;
  border-left-color: #1604e7;
  border-width: 5px 0 5px 10px;
}

@media only screen and (max-width: 991px) {
  .tabs-navigation--links li {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .tabs-navigation--links li {
    width: 100%;
  }
}

.tabs-navigation--links .tab-item {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  padding: 27px 70px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 345px;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 1200px) {
  .tabs-navigation--links .tab-item {
    min-width: auto;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  .tabs-navigation--links .tab-item {
    text-align: center;
    padding: 20px;
  }
}

.tabs-navigation--links .tab-item:hover {
  background-color: #ffffff;
}

.tabs-navigation--links .tab-item.active {
  background-color: #ffffff;
}

.tabs-container--links {
  padding: 64px 100px 72px 64px;
  background-color: #fff;
}

@media only screen and (max-width: 1366px) {
  .tabs-container--links {
    padding: 50px 35px 60px 35px;
  }
}

@media only screen and (max-width: 1099px) {
  .tabs-container--links {
    padding: 35px;
  }
}

.main-services {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #f4f5f6), color-stop(45%, blue));
  background: linear-gradient(#f4f5f6 45%, blue 45%);
}

.main-services__item {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #1604e7;
  padding: 30px 0 22px;
  border-bottom: 1px solid #f4f5f6;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1366px) {
  .main-services__item {
    padding: 22px 0;
  }
}

@media only screen and (max-width: 1099px) {
  .main-services__item {
    font-size: 16px;
    line-height: 22px;
    padding: 18px 0;
  }
}

@media only screen and (max-width: 768px) {
  .main-services__item {
    width: 100%;
  }
}

.main-services__i {
  padding-right: 10px;
}

.main-services__qw {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  border-radius: 9px;
  background-color: #a9b0c2;
  padding: 2px 7px;
  min-width: 38px;
}

@media only screen and (max-width: 1099px) {
  .main-services__qw {
    font-size: 11px;
  }
}

.our-team {
  padding-top: 107px;
}

@media only screen and (max-width: 1366px) {
  .our-team {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .our-team {
    padding-top: 30px;
  }
}

.our-team.bg--blue-grey {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, blue), color-stop(76%, #f4f5f6));
  background: linear-gradient(blue 76%, #f4f5f6 76%);
}

.our-team--red .our-team__item {
  border-bottom: 6px solid #eb2026;
}

.our-team--blue .our-team__item {
  border-bottom: 6px solid #1604e7;
}

.our-team__item {
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  color: #191919;
  padding: 32px 30px;
}

@media only screen and (max-width: 1560px) {
  .our-team__item {
    padding: 32px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .our-team__item {
    margin-bottom: 30px;
  }
}

.our-team__item-top {
  padding-bottom: 22px;
  border-bottom: 1px solid #edf0f8;
}

@media only screen and (max-width: 1366px) {
  .our-team__item-top {
    padding-bottom: 15px;
  }
}

.our-team__item-img {
  max-width: 75px;
}

@media only screen and (max-width: 1366px) {
  .our-team__item-img {
    margin: auto;
  }
}

.our-team__item-img img {
  border-radius: 4px;
}

.our-team__item-name {
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Gilroy-Bold', sans-serif;
  color: #191919;
  width: calc(100% - 75px);
}

@media only screen and (max-width: 1560px) {
  .our-team__item-name {
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1366px) {
  .our-team__item-name {
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
  }
}

.our-team__item-subname {
  display: block;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  line-height: 19px;
  opacity: .5;
  padding-top: 5px;
}

.our-team__item-descr {
  padding-top: 20px;
  font-size: 14px;
  line-height: 19px;
}

@media only screen and (max-width: 1366px) {
  .our-team__item-descr {
    padding-top: 15px;
  }
}

.our-team__item-position {
  font-family: 'Gilroy-Bold', sans-serif;
  border-radius: 13.5px;
  background-color: #edf0f8;
  padding: 5px 10px;
  margin-bottom: 20px;
  display: inline-block;
}

@media only screen and (max-width: 1366px) {
  .our-team__item-position {
    margin-bottom: 15px;
  }
}

.our-team__item-position .icon {
  vertical-align: middle;
  padding-right: 4px;
}

.our-team__item-about {
  font-family: 'Gilroy-Regular', sans-serif;
}

.our-team__item-about p {
  padding-bottom: 7px;
}

.our-team__item-link {
  font-family: 'Gilroy-Medium', sans-serif;
  padding-top: 10px;
  display: inline-block;
}

.our-guarantees__list {
  padding-top: 5px;
}

.our-guarantees__item {
  padding: 34px 110px 34px 62px;
  background-color: #fff;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1560px) {
  .our-guarantees__item {
    padding: 34px 60px;
  }
}

@media only screen and (max-width: 1366px) {
  .our-guarantees__item {
    padding: 20px 25px;
  }
}

.our-guarantees__icon {
  width: 26.9%;
  padding-right: 45px;
  border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 1366px) {
  .our-guarantees__icon {
    width: 23%;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1099px) {
  .our-guarantees__icon {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .our-guarantees__icon {
    padding-right: 0;
    border: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .our-guarantees__icon img {
    margin: auto;
  }
}

.our-guarantees__info {
  width: 73.1%;
  padding-left: 47px;
  color: #191919;
}

@media only screen and (max-width: 1366px) {
  .our-guarantees__info {
    width: 77%;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1099px) {
  .our-guarantees__info {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .our-guarantees__info {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

.our-guarantees__title {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Gilroy-Bold', sans-serif;
  letter-spacing: 1.6px;
}

@media only screen and (max-width: 1560px) {
  .our-guarantees__title {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1099px) {
  .our-guarantees__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.our-guarantees__descr {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Gilroy-Regular', sans-serif;
  padding-top: 10px;
}

@media only screen and (max-width: 1099px) {
  .our-guarantees__descr {
    font-size: 16px;
    line-height: 22px;
  }
}

.all-tasks__item {
  position: relative;
  color: #191919;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.all-tasks__item:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #1604e7;
  -webkit-transform: scale(0);
          transform: scale(0);
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.all-tasks__item:hover {
  color: #191919;
}

.all-tasks__item:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.all-tasks__table {
  max-width: 1270px;
  margin: auto;
  color: #191919;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (max-width: 1366px) {
  .all-tasks__table {
    padding: 0 15px;
  }
}

.all-tasks__table .swiper-container {
  height: 720px;
}

.all-tasks__table .swiper-slide {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-tasks__thead {
  padding: 5px 0 16px 0;
  font-family: 'Gilroy-SemiBold', sans-serif;
}

@media only screen and (max-width: 767px) {
  .all-tasks__thead {
    display: none;
  }
}

.all-tasks__item {
  padding: 30px 0 30px 0;
  margin-bottom: 1px;
  background: #ffffff;
}

.all-tasks__lg {
  width: 64%;
  padding: 0 30px;
}

@media only screen and (max-width: 1180px) {
  .all-tasks__lg {
    width: 60%;
  }
}

@media only screen and (max-width: 570px) {
  .all-tasks__lg {
    width: 100%;
    margin-bottom: 20px;
  }
}

.all-tasks__sm {
  width: 18%;
  padding: 0 30px;
  text-align: center;
}

@media only screen and (max-width: 1180px) {
  .all-tasks__sm {
    width: 20%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .all-tasks__sm {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 570px) {
  .all-tasks__sm {
    width: 50%;
  }
}

.all-tasks__sm img {
  margin: auto;
}

.all-tasks__title {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.all-tasks__descr {
  font-family: 'Gilroy-Regular', sans-serif;
  padding-top: 10px;
}

.all-tasks__icon-descr {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Gilroy-SemiBold', sans-serif;
  padding-top: 20px;
}

.all-tasks__create {
  padding-top: 50px;
  text-align: center;
}

.all-tasks__create .btn {
  min-width: 285px;
}

.partners-slider {
  padding-top: 20px;
}

.partners-item {
  padding: 30px 56px;
  background-color: #fff;
  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;
}

@media only screen and (max-width: 480px) {
  .partners-item {
    padding: 15px;
  }
}

.packades-parent .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.packades-parent .item-parent {
  min-width: 400px;
}

.packades-parent__item {
  background: #fff;
  margin-bottom: 90px;
}

.packades-parent__item-top {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Gilroy-Bold', sans-serif;
  border: 4px solid #000;
  height: 91px;
  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;
}

.packades-parent__item-middle {
  border: 1px solid #D6D6D6;
  border-top: 0;
  padding: 40px 24px 20px;
}

.packades-parent__item-middle ul li {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
  color: #191919;
  padding-left: 38px;
  position: relative;
  font-family: 'Gilroy-Medium', sans-serif;
}

.packades-parent__item-middle ul li:after {
  content: '\ea0c';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  text-rendering: auto;
  font: normal normal 400 22px/1 iconfont;
}

.packades-parent__item-bottom {
  border: 1px solid #D6D6D6;
  border-top: 0;
  padding: 33px 20px 0;
  text-align: center;
}

.packades-parent__item-bottom .price-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.packades-parent__item-bottom .old-price {
  font-size: 24px;
  line-height: 110%;
  color: #9B9B9B;
  display: inline-block;
  position: relative;
  font-family: 'Gilroy-SemiBold', sans-serif;
  margin-bottom: 10px;
}

.packades-parent__item-bottom .old-price:after {
  top: 12px;
  left: -10px;
  width: 115%;
  height: 2px;
  opacity: 0.5;
  position: absolute;
  background: #9B9B9B;
  content: '';
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.packades-parent__item-bottom .new-price {
  font-size: 35px;
  line-height: 110%;
  color: #191919;
  font-family: 'Gilroy-Bold', sans-serif;
  display: inline-block;
  margin-bottom: 7px;
}

.packades-parent__item-bottom .term {
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  opacity: 0.9;
  display: inline-block;
}

.packades-parent__item-bottom .btn {
  width: 100%;
  max-width: 285px;
  position: relative;
  top: 38px;
  margin-top: -15px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
}

.packades-parent__item.color-red .packades-parent__item-top {
  color: #EB2026;
  border-color: #EB2026;
}

.packades-parent__item.color-red .packades-parent__item-middle ul li:after {
  color: #EB2026;
}

.packades-parent__item.color-blue .packades-parent__item-top {
  color: #1604E7;
  border-color: #1604E7;
}

.packades-parent__item.color-blue .packades-parent__item-middle ul li:after {
  color: #1604E7;
}

.packades-parent__item.color-yellow .packades-parent__item-top {
  color: #DC9100;
  border-color: #DC9100;
}

.packades-parent__item.color-yellow .packades-parent__item-middle ul li:after {
  color: #DC9100;
}

@media only screen and (max-width: 1200px) {
  .packades-parent__item-top {
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #000;
    height: 50px;
  }

  .packades-parent__item-middle {
    padding: 20px 15px 10px;
  }

  .packades-parent__item-middle ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 25px;
  }

  .packades-parent__item-middle ul li:after {
    font-size: 18px;
    top: 2px;
  }

  .packades-parent__item-bottom {
    padding: 25px 15px 0;
  }

  .packades-parent__item-bottom .old-price {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 7px;
  }

  .packades-parent__item-bottom .new-price {
    font-size: 27px;
    margin-bottom: 5px;
  }

  .packades-parent__item-bottom .term {
    font-size: 14px;
    line-height: 22px;
  }

  .packades-parent__item-bottom .btn {
    max-width: 200px;
    top: 30px;
    margin-top: -5px;
    font-size: 14px;
    padding: 16.5px 15px;
  }
}

@media only screen and (max-width: 600px) {
  .packades-parent .item-parent {
    min-width: 40px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .packades-parent__item-top {
    font-size: 18px;
    height: 40px;
  }

  .packades-parent__item-middle {
    height: auto !important;
  }

  .packades-parent__item-middle ul li {
    font-size: 14px;
  }

  .packades-parent__item-middle ul li:after {
    font-size: 16px;
  }
}

.attention-info {
  margin-bottom: 40px;
  max-width: 1000px;
  color: #191919;
  opacity: 0.9;
}

.attention-info p {
  padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .attention-info {
    font-size: 14px;
  }

  .attention-info p {
    padding-bottom: 10px;
  }
}

.search-tasks-new {
  background-position: center;
  /*height: calc(100vh - 100px);*/
  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;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-tasks-new:before {
  background-image: url(/assets/frontend/images/bg/bg-main-2.png);
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 43% 12%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-tasks-new .line {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  display: block;
}

.search-tasks-new .line:before {
  width: 170px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  content: '';
}

.search-tasks-new .line:first-of-type {
  top: 24px;
  left: 24px;
}

.search-tasks-new .line:first-of-type:before {
  top: -61.5px;
  left: -139px;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
}

.search-tasks-new .line:nth-child(2) {
  top: 24px;
  right: 24px;
}

.search-tasks-new .line:nth-child(2):before {
  top: -60px;
  left: -20px;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.search-tasks-new .line:nth-child(3) {
  bottom: 24px;
  right: 24px;
}

.search-tasks-new .line:nth-child(3):before {
  bottom: -60px;
  left: -20px;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}

.search-tasks-new .line:last-of-type {
  bottom: 24px;
  left: 24px;
}

.search-tasks-new .line:last-of-type:before {
  bottom: -61.5px;
  left: -139px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}

.search-tasks-new .sub-ttl {
  padding-bottom: 10px;
}

.search-tasks-new .btn-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-tasks-new .input-field {
  position: relative;
  margin-bottom: 35px;
}

.search-tasks-new .input-field .form-control {
  height: 70px;
  border-radius: 0 100px 100px 0;
  font-size: 13px;
  padding-right: 130px;
}

.search-tasks-new .input-field .btn {
  position: absolute;
  top: 3px;
  right: 4px;
  height: 64px;
  min-width: 120px;
  border-radius: 100px;
}

.search-tasks-new__parent {
  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;
  position: relative;
}

.search-tasks-new .page-title {
  font-size: 27px;
  font-family: 'Gilroy-SemiBold', sans-serif;
  padding-bottom: 50px;
  color: #fff;
  text-transform: uppercase;
}

.search-tasks-new .page-title span {
  font-size: 15px;
  text-transform: initial;
  letter-spacing: 0;
  display: block;
  text-align: center;
  font-family: 'Gilroy-Medium', sans-serif;
  line-height: 30px;
}

.search-tasks-new__child:nth-of-type(2) {
  width: 202px;
  height: 202px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  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;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #1604e7;
  z-index: 999;
}

.search-tasks-new__child:nth-of-type(2) .img-h {
  background: #fff;
  border-radius: 50%;
  width: 152px;
  height: 152px;
  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;
}

.search-tasks-new__child:last-of-type {
  width: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  padding-left: 15%;
  padding-right: 50px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-clip-path: polygon(190px 0, 100% 0%, 100% 100%, 190px 100%, 0% 50%);
          clip-path: polygon(190px 0, 100% 0%, 100% 100%, 190px 100%, 0% 50%);
}

.search-tasks-new__child:first-of-type {
  width: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  padding-left: 50px;
  border-right: 0;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-clip-path: polygon(0 0, 577px 0, 100% 50%, 577px 100%, 0 100%);
          clip-path: polygon(0 0, 577px 0, 100% 50%, 577px 100%, 0 100%);
}

.search-tasks-new__child:first-of-type .page-title {
  text-align: left;
  padding-left: 15%;
}

.search-tasks-new__child:first-of-type .btn {
  position: relative;
  height: 70px;
  width: 350px;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 21px;
  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;
  padding-left: 40px;
  letter-spacing: 3px;
}

.search-tasks-new__child:first-of-type .btn span {
  max-width: 200px;
}

.search-tasks-new__child:first-of-type .btn .icon {
  position: absolute;
  background: #1604e7;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  left: 2px;
  top: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
}

@media only screen and (max-width: 1100px ) {
  .search-tasks-new {
    height: auto;
    background-size: cover;
    padding: 30px 0 30px;
  }

  .search-tasks-new:before {
    background-image: url(/assets/frontend/images/bg/bg-main-2.png);
    background-position: 44% 17%;
    background-size: 960px;
  }

  .search-tasks-new .input-field .form-control {
    height: 64px;
  }

  .search-tasks-new .input-field .btn {
    height: 58px;
  }

  .search-tasks-new .page-title {
    padding-bottom: 20px;
    font-size: 25px;
  }

  .search-tasks-new__parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .search-tasks-new__child:nth-of-type(2) {
    position: relative;
    margin: 25px auto 15px;
  }

  .search-tasks-new__child:first-of-type {
    width: 100%;
    border: 0;
    padding: 20px;
    background: transparent;
    position: relative;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .search-tasks-new__child:first-of-type .page-title {
    text-align: center;
    padding-left: 0;
  }

  .search-tasks-new__child:first-of-type .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 10px;
    vertical-align: top;
    font-size: 17px;
    width: 290px;
    height: 64px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .search-tasks-new__child:first-of-type .btn .icon {
    width: 57px;
    height: 57px;
    font-size: 10px;
  }

  .search-tasks-new__child:last-of-type {
    width: 100%;
    border: 0;
    padding: 20px;
    background: transparent;
    max-width: 500px;
    margin: 0 auto;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .search-tasks-new .line {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    display: block;
  }

  .search-tasks-new .line:before {
    width: 1000px;
    height: 2px;
  }

  .search-tasks-new .line:first-of-type {
    top: 65px;
    left: -2px;
  }

  .search-tasks-new .line:first-of-type:before {
    top: -75px;
    left: -993px;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }

  .search-tasks-new .line:nth-child(2) {
    top: 65px;
    right: -2px;
  }

  .search-tasks-new .line:nth-child(2):before {
    top: 141px;
    left: -1186px;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }

  .search-tasks-new .line:nth-child(3) {
    bottom: 65px;
    right: -2px;
  }

  .search-tasks-new .line:nth-child(3):before {
    bottom: -74px;
    left: 4px;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }

  .search-tasks-new .line:last-of-type {
    bottom: 65px;
    left: -2px;
  }

  .search-tasks-new .line:last-of-type:before {
    bottom: 141.5px;
    left: 195px;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}

@media only screen and (max-width: 991px) {
  .search-tasks-new:before {
    background-position: 30% 32%;
    background-size: 876px;
  }
}

@media only screen and (max-width: 768px) {
  .search-tasks-new {
    padding: 0;
  }

  .search-tasks-new:before {
    background-position: center -38px;
    background-size: 876px;
  }

  .search-tasks-new .input-field {
    margin-bottom: 15px;
  }

  .search-tasks-new .sub-ttl {
    display: none;
  }

  .search-tasks-new .btn-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search-tasks-new .btn-h .btn {
    margin-bottom: 15px;
  }

  .search-tasks-new .input-field .form-control {
    height: 64px;
  }

  .search-tasks-new .input-field .btn {
    height: 58px;
  }

  .search-tasks-new .page-title {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .search-tasks-new__child:nth-of-type(2) {
    margin: 25px auto 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100px;
    height: 100px;
    background: transparent;
  }

  .search-tasks-new__child:nth-of-type(2) .img-h {
    width: 80px;
    height: 80px;
  }

  .search-tasks-new__child:nth-of-type(2) .img-h img {
    max-width: 50px;
  }

  .search-tasks-new__child:first-of-type {
    padding: 10px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .search-tasks-new__child:first-of-type .btn {
    margin: 0 0 10px;
    font-size: 16px;
    width: 100%;
    height: 55px;
    letter-spacing: 1px;
  }

  .search-tasks-new__child:first-of-type .btn .icon {
    width: 48px;
    height: 48px;
    font-size: 10px;
  }

  .search-tasks-new__child:last-of-type {
    padding: 10px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .search-tasks-new .line {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .search-tasks-new {
    padding: 0;
  }

  .search-tasks-new:before {
    background-position: center -38px;
    background-size: 680px;
  }
}

.payment-page {
  margin-bottom: 50px;
}

.payment-page input {
  width: auto;
}

.payment-page .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-page .item {
  text-align: center;
  margin-bottom: 20px;
}

.payment-page .one-doc {
  display: inline-block;
}

.payment-page .sub-ttl {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Gilroy-Bold', sans-serif;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .payment-page .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .payment-page .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.thank-parent {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto 50px;
  background: #fff;
  padding: 30px;
}

.thank-parent .btn {
  margin-top: 20px;
}

.contact-page .contacts__cont {
  padding-bottom: 30px;
}

.contact-page .contacts-list__link {
  color: #000;
}

.contact-page .contacts-list__item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 25px;
  padding-bottom: 7px;
}

.contact-page .contacts-list__item-cont .col-item_1 {
  width: 100%;
  font-family: 'Gilroy-Medium', sans-serif;
}

.contact-page .contacts-list__el {
  margin-bottom: 15px;
  display: block;
  line-height: 1.3;
  font-size: 16px;
}

.contact-page .contacts-list__el_inner {
  color: #858080;
  font-size: 14px;
  font-family: 'Gilroy-Medium', sans-serif;
  padding-top: 2px;
}

@media only screen and (min-width: 768px) {
  .contact-page .contacts-list-wrap {
    max-width: 520px;
    padding-bottom: 18px;
  }
}

.contact-page .title_fs-3 {
  font-size: 24px;
  letter-spacing: -.5px;
  font-family: 'Gilroy-Medium', sans-serif;
}

@media only screen and (max-width: 600px) {
  .contact-page .title_fs-3 {
    font-size: 22px;
  }
}

.contact-page .title-block {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEE;
}

.contact-page .input-field:before {
  bottom: -15px;
  left: 0;
}

.contact-page .title_fs-2 {
  font-size: 27px;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-family: 'Gilroy-Medium', sans-serif;
}

@media only screen and (max-width: 600px) {
  .contact-page .title_fs-2 {
    font-size: 24px;
  }
}

.contact-page .form-block_border {
  border: 1px solid #BABABA;
}

.contact-page .form-block {
  background: #fff;
  padding: 56px;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .contact-page .form-block {
    padding: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page .form-block {
    margin-top: 30px;
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-page .form-block {
    max-width: 490px;
  }

  .contact-page .contacts-list__item-cont .col-item_1 {
    width: 210px;
  }

  .contact-page .contacts-list__item-cont .col-item_2 {
    width: calc(100% - 210px);
  }
}

.contact-page .social-list {
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-page .social-list__item {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .contact-page .btn-wrap {
    text-align: center;
  }
}

.content-page .bg--white {
  background: #fff;
}

.content-page .content ul {
  margin-bottom: 10px;
}

.content-page .content ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.content-page .content ul li:before {
  content: "";
  position: absolute;
  border-radius: 4px;
  border: solid 3px blue;
  width: 5px;
  height: 5px;
  left: 0;
  top: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.content-page ol {
  list-style-position: inside;
  counter-reset: item;
}

.content-page ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: blue;
}

.content-page .container-small {
  max-width: 1270px;
  padding: 40px;
  margin-bottom: 50px;
  width: 100%;
}

.content-page .container-small .content {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .content-page .container-small {
    padding: 15px;
  }
}

.content-page p,
.content-page img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.content-page .date {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1px;
  color: #829AB1;
  margin-bottom: 15px;
}

.content-page cite {
  max-width: 530px;
  text-align: center;
  position: relative;
  padding: 30px 0;
  display: block;
  margin: 0 auto;
}

.content-page cite:before,
.content-page cite:after {
  content: '...';
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  letter-spacing: 5px;
  color: blue;
}

.content-page cite:after {
  top: auto;
  bottom: 5px;
}

