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 * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -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-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.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;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}
/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 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;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.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);
}
/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.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;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  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(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (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: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.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 0;
}
.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}
*:active,
*:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0px;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
* {
  padding: 0px;
  margin: 0px;
}
img {
  border: none;
}
ul {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Clear fix */
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Align */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.overflow-hidden {
  overflow: hidden;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.display-inline {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}
/* ==========================================================================
   Montserrat
   ========================================================================== */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.eot');
  src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Thin.woff') format('woff'), url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.eot');
  src: url('../fonts/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ThinItalic.woff') format('woff'), url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.eot');
  src: url('../fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraLight.woff') format('woff'), url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.eot');
  src: url('../fonts/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff'), url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.eot');
  src: url('../fonts/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-LightItalic.woff') format('woff'), url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.eot');
  src: url('../fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Italic.woff') format('woff'), url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.eot');
  src: url('../fonts/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-MediumItalic.woff') format('woff'), url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.eot');
  src: url('../fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'), url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.eot');
  src: url('../fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-BoldItalic.woff') format('woff'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.eot');
  src: url('../fonts/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.eot');
  src: url('../fonts/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-BlackItalic.woff') format('woff'), url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* ==========================================================================
   Typography
   ========================================================================== */
html,
body,
button,
input,
select,
textarea {
  color: #171717;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
body {
  font-size: 0.75em /*12px/16px*/;
}
a {
  color: #1375f8;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
.link-border-hover {
  color: #1375f8;
  border-bottom: solid 1px transparent;
}
.link-border-hover:hover {
  border-bottom-color: rgba(19, 117, 248, 0.7);
}
.link-border {
  color: #1375f8;
  border-bottom: solid 1px rgba(19, 117, 248, 0.7);
}
.link-border:hover {
  border-bottom-color: transparent;
}
.text-center {
  text-align: center;
}
.color-blue {
  color: #1375f8 !important;
}
.color-grey {
  color: #c0bfbf !important;
}
.strike {
  text-decoration: line-through;
}
.typical-txt {
  font-size: 24px;
  line-height: 1.5;
  zoom: 1;
  *zoom: 1;
}
.typical-txt:before,
.typical-txt:after {
  content: " ";
  display: table;
}
.typical-txt:after {
  clear: both;
}
.typical-txt p {
  margin: 0 0 1.5em;
}
.typical-txt.bigger {
  font-size: 30px;
  line-height: 1.6;
}
/* ==========================================================================
   Forms
   ========================================================================== */
[placeholder]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[placeholder]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1 !important;
}
[placeholder]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1 !important;
}
[placeholder]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[placeholder]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-group {
  margin: 0 0 10px;
  zoom: 1;
  *zoom: 1;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-row {
  display: table;
  width: 100%;
  margin: 0 0 50px;
}
.form-cell {
  display: table-cell;
  vertical-align: middle;
}
.form-cell:first-child {
  white-space: nowrap;
  width: 10%;
  padding: 2px 15px 0 0;
}
.form-cell.valign-top {
  vertical-align: top;
  padding-top: 10px;
}
.form-cell.width-220 {
  width: 200px;
}
.form-label {
  font-size: 24px;
  letter-spacing: 0.04em;
  font-family: 'Montserrat', sans-serif;
}
.form-control {
  height: auto;
  display: block;
  width: 100%;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: solid 2px #fff;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: none;
  padding: 5px 0 5px 20px;
}
.form-control.error-field {
  color: #e84148 !important;
  border-bottom-color: #e84148 !important;
}
.form-control.lg {
  font-size: 30px;
  padding: 0.5em 0;
}
div.error-field {
  display: none !important;
}
/* ==========================================================================
   Phone Select Code
   ========================================================================== */
.t-input-phonemask {
  position: relative;
  z-index: 50;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.t-input-phonemask__select {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.t-input-phonemask__select-flag,
.t-input-phonemask__select-triangle {
  display: inline-block;
  vertical-align: middle;
}
.t-input-phonemask__select-triangle {
  margin: 0 0 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #7f7f7f transparent transparent transparent;
}
.t-input-phonemask__select-code {
  font-size: 20px;
}
.t-input-phonemask__options-wrap {
  display: none;
  position: absolute;
  left: -120px;
  top: 150%;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  height: 300px;
  overflow: auto;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.t-input-phonemask.opened .t-input-phonemask__options-wrap {
  display: block;
}
.t-input-phonemask__options-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.3em 0.5em 0.3em 0.25em;
  cursor: pointer;
}
.t-input-phonemask__options-item:hover {
  background: #ebebeb;
}
.t-input-phonemask__options-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 8px;
}
.t-input-phonemask__options-flag,
.t-input-phonemask__select-flag {
  width: 18px;
  height: 13px;
  background: #c5c5c5 url('../img/flags.png') no-repeat 100px 100px;
  margin: 0 0 0 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
   Flags
   ========================================================================== */
.t-input-phonemask__options-flag_ad,
.t-input-phonemask__select-flag[data-phonemask-flag=ad] {
  width: 18px;
  height: 13px;
  background-position: -5px -5px;
}
.t-input-phonemask__options-flag_ae,
.t-input-phonemask__select-flag[data-phonemask-flag=ae] {
  width: 18px;
  height: 13px;
  background-position: -33px -5px;
}
.t-input-phonemask__options-flag_af,
.t-input-phonemask__select-flag[data-phonemask-flag=af] {
  width: 18px;
  height: 13px;
  background-position: -61px -5px;
}
.t-input-phonemask__options-flag_ag,
.t-input-phonemask__select-flag[data-phonemask-flag=ag] {
  width: 18px;
  height: 13px;
  background-position: -89px -5px;
}
.t-input-phonemask__options-flag_al,
.t-input-phonemask__select-flag[data-phonemask-flag=al] {
  width: 18px;
  height: 13px;
  background-position: -117px -5px;
}
.t-input-phonemask__options-flag_am,
.t-input-phonemask__select-flag[data-phonemask-flag=am] {
  width: 18px;
  height: 13px;
  background-position: -145px -5px;
}
.t-input-phonemask__options-flag_ao,
.t-input-phonemask__select-flag[data-phonemask-flag=ao] {
  width: 18px;
  height: 13px;
  background-position: -173px -5px;
}
.t-input-phonemask__options-flag_ar,
.t-input-phonemask__select-flag[data-phonemask-flag=ar] {
  width: 18px;
  height: 13px;
  background-position: -201px -5px;
}
.t-input-phonemask__options-flag_at,
.t-input-phonemask__select-flag[data-phonemask-flag=at] {
  width: 18px;
  height: 13px;
  background-position: -229px -5px;
}
.t-input-phonemask__options-flag_au,
.t-input-phonemask__select-flag[data-phonemask-flag=au] {
  width: 18px;
  height: 13px;
  background-position: -257px -5px;
}
.t-input-phonemask__options-flag_az,
.t-input-phonemask__select-flag[data-phonemask-flag=az] {
  width: 18px;
  height: 13px;
  background-position: -285px -5px;
}
.t-input-phonemask__options-flag_ba,
.t-input-phonemask__select-flag[data-phonemask-flag=ba] {
  width: 18px;
  height: 13px;
  background-position: -313px -5px;
}
.t-input-phonemask__options-flag_bb,
.t-input-phonemask__select-flag[data-phonemask-flag=bb] {
  width: 18px;
  height: 13px;
  background-position: -5px -28px;
}
.t-input-phonemask__options-flag_bd,
.t-input-phonemask__select-flag[data-phonemask-flag=bd] {
  width: 18px;
  height: 13px;
  background-position: -33px -28px;
}
.t-input-phonemask__options-flag_be,
.t-input-phonemask__select-flag[data-phonemask-flag=be] {
  width: 18px;
  height: 13px;
  background-position: -61px -28px;
}
.t-input-phonemask__options-flag_bf,
.t-input-phonemask__select-flag[data-phonemask-flag=bf] {
  width: 18px;
  height: 13px;
  background-position: -89px -28px;
}
.t-input-phonemask__options-flag_bg,
.t-input-phonemask__select-flag[data-phonemask-flag=bg] {
  width: 18px;
  height: 13px;
  background-position: -117px -28px;
}
.t-input-phonemask__options-flag_bh,
.t-input-phonemask__select-flag[data-phonemask-flag=bh] {
  width: 18px;
  height: 13px;
  background-position: -145px -28px;
}
.t-input-phonemask__options-flag_bi,
.t-input-phonemask__select-flag[data-phonemask-flag=bi] {
  width: 18px;
  height: 13px;
  background-position: -173px -28px;
}
.t-input-phonemask__options-flag_bj,
.t-input-phonemask__select-flag[data-phonemask-flag=bj] {
  width: 18px;
  height: 13px;
  background-position: -201px -28px;
}
.t-input-phonemask__options-flag_bm,
.t-input-phonemask__select-flag[data-phonemask-flag=bm] {
  width: 18px;
  height: 13px;
  background-position: -229px -28px;
}
.t-input-phonemask__options-flag_bn,
.t-input-phonemask__select-flag[data-phonemask-flag=bn] {
  width: 18px;
  height: 13px;
  background-position: -257px -28px;
}
.t-input-phonemask__options-flag_bo,
.t-input-phonemask__select-flag[data-phonemask-flag=bo] {
  width: 18px;
  height: 13px;
  background-position: -285px -28px;
}
.t-input-phonemask__options-flag_br,
.t-input-phonemask__select-flag[data-phonemask-flag=br] {
  width: 18px;
  height: 13px;
  background-position: -313px -28px;
}
.t-input-phonemask__options-flag_bs,
.t-input-phonemask__select-flag[data-phonemask-flag=bs] {
  width: 18px;
  height: 13px;
  background-position: -5px -51px;
}
.t-input-phonemask__options-flag_bt,
.t-input-phonemask__select-flag[data-phonemask-flag=bt] {
  width: 18px;
  height: 13px;
  background-position: -33px -51px;
}
.t-input-phonemask__options-flag_bw,
.t-input-phonemask__select-flag[data-phonemask-flag=bw] {
  width: 18px;
  height: 13px;
  background-position: -61px -51px;
}
.t-input-phonemask__options-flag_by,
.t-input-phonemask__select-flag[data-phonemask-flag=by] {
  width: 18px;
  height: 13px;
  background-position: -89px -51px;
}
.t-input-phonemask__options-flag_bz,
.t-input-phonemask__select-flag[data-phonemask-flag=bz] {
  width: 18px;
  height: 13px;
  background-position: -117px -51px;
}
.t-input-phonemask__options-flag_ca,
.t-input-phonemask__select-flag[data-phonemask-flag=ca] {
  width: 18px;
  height: 13px;
  background-position: -145px -51px;
}
.t-input-phonemask__options-flag_cd,
.t-input-phonemask__select-flag[data-phonemask-flag=cd] {
  width: 18px;
  height: 13px;
  background-position: -173px -51px;
}
.t-input-phonemask__options-flag_cf,
.t-input-phonemask__select-flag[data-phonemask-flag=cf] {
  width: 18px;
  height: 13px;
  background-position: -201px -51px;
}
.t-input-phonemask__options-flag_cg,
.t-input-phonemask__select-flag[data-phonemask-flag=cg] {
  width: 18px;
  height: 13px;
  background-position: -229px -51px;
}
.t-input-phonemask__options-flag_ch,
.t-input-phonemask__select-flag[data-phonemask-flag=ch] {
  width: 18px;
  height: 13px;
  background-position: -257px -51px;
}
.t-input-phonemask__options-flag_ci,
.t-input-phonemask__select-flag[data-phonemask-flag=ci] {
  width: 18px;
  height: 13px;
  background-position: -285px -51px;
}
.t-input-phonemask__options-flag_ck,
.t-input-phonemask__select-flag[data-phonemask-flag=ck] {
  width: 18px;
  height: 13px;
  background-position: -313px -51px;
}
.t-input-phonemask__options-flag_cl,
.t-input-phonemask__select-flag[data-phonemask-flag=cl] {
  width: 18px;
  height: 13px;
  background-position: -5px -74px;
}
.t-input-phonemask__options-flag_cm,
.t-input-phonemask__select-flag[data-phonemask-flag=cm] {
  width: 18px;
  height: 13px;
  background-position: -33px -74px;
}
.t-input-phonemask__options-flag_cn,
.t-input-phonemask__select-flag[data-phonemask-flag=cn] {
  width: 18px;
  height: 13px;
  background-position: -61px -74px;
}
.t-input-phonemask__options-flag_co,
.t-input-phonemask__select-flag[data-phonemask-flag=co] {
  width: 18px;
  height: 13px;
  background-position: -89px -74px;
}
.t-input-phonemask__options-flag_cr,
.t-input-phonemask__select-flag[data-phonemask-flag=cr] {
  width: 18px;
  height: 13px;
  background-position: -117px -74px;
}
.t-input-phonemask__options-flag_cu,
.t-input-phonemask__select-flag[data-phonemask-flag=cu] {
  width: 18px;
  height: 13px;
  background-position: -145px -74px;
}
.t-input-phonemask__options-flag_cv,
.t-input-phonemask__select-flag[data-phonemask-flag=cv] {
  width: 18px;
  height: 13px;
  background-position: -173px -74px;
}
.t-input-phonemask__options-flag_cy,
.t-input-phonemask__select-flag[data-phonemask-flag=cy] {
  width: 18px;
  height: 13px;
  background-position: -201px -74px;
}
.t-input-phonemask__options-flag_cz,
.t-input-phonemask__select-flag[data-phonemask-flag=cz] {
  width: 18px;
  height: 13px;
  background-position: -229px -74px;
}
.t-input-phonemask__options-flag_de,
.t-input-phonemask__select-flag[data-phonemask-flag=de] {
  width: 18px;
  height: 13px;
  background-position: -257px -74px;
}
.t-input-phonemask__options-flag_dj,
.t-input-phonemask__select-flag[data-phonemask-flag=dj] {
  width: 18px;
  height: 13px;
  background-position: -285px -74px;
}
.t-input-phonemask__options-flag_dk,
.t-input-phonemask__select-flag[data-phonemask-flag=dk] {
  width: 18px;
  height: 13px;
  background-position: -313px -74px;
}
.t-input-phonemask__options-flag_dm,
.t-input-phonemask__select-flag[data-phonemask-flag=dm] {
  width: 18px;
  height: 13px;
  background-position: -5px -97px;
}
.t-input-phonemask__options-flag_do,
.t-input-phonemask__select-flag[data-phonemask-flag=do] {
  width: 18px;
  height: 13px;
  background-position: -33px -97px;
}
.t-input-phonemask__options-flag_dz,
.t-input-phonemask__select-flag[data-phonemask-flag=dz] {
  width: 18px;
  height: 13px;
  background-position: -61px -97px;
}
.t-input-phonemask__options-flag_ec,
.t-input-phonemask__select-flag[data-phonemask-flag=ec] {
  width: 18px;
  height: 13px;
  background-position: -89px -97px;
}
.t-input-phonemask__options-flag_ee,
.t-input-phonemask__select-flag[data-phonemask-flag=ee] {
  width: 18px;
  height: 13px;
  background-position: -117px -97px;
}
.t-input-phonemask__options-flag_eg,
.t-input-phonemask__select-flag[data-phonemask-flag=eg] {
  width: 18px;
  height: 13px;
  background-position: -145px -97px;
}
.t-input-phonemask__options-flag_eh,
.t-input-phonemask__select-flag[data-phonemask-flag=eh] {
  width: 18px;
  height: 13px;
  background-position: -173px -97px;
}
.t-input-phonemask__options-flag_er,
.t-input-phonemask__select-flag[data-phonemask-flag=er] {
  width: 18px;
  height: 13px;
  background-position: -201px -97px;
}
.t-input-phonemask__options-flag_es,
.t-input-phonemask__select-flag[data-phonemask-flag=es] {
  width: 18px;
  height: 13px;
  background-position: -229px -97px;
}
.t-input-phonemask__options-flag_et,
.t-input-phonemask__select-flag[data-phonemask-flag=et] {
  width: 18px;
  height: 13px;
  background-position: -257px -97px;
}
.t-input-phonemask__options-flag_fi,
.t-input-phonemask__select-flag[data-phonemask-flag=fi] {
  width: 18px;
  height: 13px;
  background-position: -285px -97px;
}
.t-input-phonemask__options-flag_fj,
.t-input-phonemask__select-flag[data-phonemask-flag=fj] {
  width: 18px;
  height: 13px;
  background-position: -313px -97px;
}
.t-input-phonemask__options-flag_fm,
.t-input-phonemask__select-flag[data-phonemask-flag=fm] {
  width: 18px;
  height: 13px;
  background-position: -5px -120px;
}
.t-input-phonemask__options-flag_fr,
.t-input-phonemask__select-flag[data-phonemask-flag=fr] {
  width: 18px;
  height: 13px;
  background-position: -33px -120px;
}
.t-input-phonemask__options-flag_ga,
.t-input-phonemask__select-flag[data-phonemask-flag=ga] {
  width: 18px;
  height: 13px;
  background-position: -61px -120px;
}
.t-input-phonemask__options-flag_gb,
.t-input-phonemask__select-flag[data-phonemask-flag=gb] {
  width: 18px;
  height: 13px;
  background-position: -89px -120px;
}
.t-input-phonemask__options-flag_gd,
.t-input-phonemask__select-flag[data-phonemask-flag=gd] {
  width: 18px;
  height: 13px;
  background-position: -117px -120px;
}
.t-input-phonemask__options-flag_ge,
.t-input-phonemask__select-flag[data-phonemask-flag=ge] {
  width: 18px;
  height: 13px;
  background-position: -145px -120px;
}
.t-input-phonemask__options-flag_gh,
.t-input-phonemask__select-flag[data-phonemask-flag=gh] {
  width: 18px;
  height: 13px;
  background-position: -173px -120px;
}
.t-input-phonemask__options-flag_gm,
.t-input-phonemask__select-flag[data-phonemask-flag=gm] {
  width: 18px;
  height: 13px;
  background-position: -201px -120px;
}
.t-input-phonemask__options-flag_gn,
.t-input-phonemask__select-flag[data-phonemask-flag=gn] {
  width: 18px;
  height: 13px;
  background-position: -229px -120px;
}
.t-input-phonemask__options-flag_gq,
.t-input-phonemask__select-flag[data-phonemask-flag=gq] {
  width: 18px;
  height: 13px;
  background-position: -257px -120px;
}
.t-input-phonemask__options-flag_gr,
.t-input-phonemask__select-flag[data-phonemask-flag=gr] {
  width: 18px;
  height: 13px;
  background-position: -285px -120px;
}
.t-input-phonemask__options-flag_gt,
.t-input-phonemask__select-flag[data-phonemask-flag=gt] {
  width: 18px;
  height: 13px;
  background-position: -313px -120px;
}
.t-input-phonemask__options-flag_gw,
.t-input-phonemask__select-flag[data-phonemask-flag=gw] {
  width: 18px;
  height: 13px;
  background-position: -5px -143px;
}
.t-input-phonemask__options-flag_gy,
.t-input-phonemask__select-flag[data-phonemask-flag=gy] {
  width: 18px;
  height: 13px;
  background-position: -33px -143px;
}
.t-input-phonemask__options-flag_hk,
.t-input-phonemask__select-flag[data-phonemask-flag=hk] {
  width: 18px;
  height: 13px;
  background-position: -61px -143px;
}
.t-input-phonemask__options-flag_hn,
.t-input-phonemask__select-flag[data-phonemask-flag=hn] {
  width: 18px;
  height: 13px;
  background-position: -89px -143px;
}
.t-input-phonemask__options-flag_hr,
.t-input-phonemask__select-flag[data-phonemask-flag=hr] {
  width: 18px;
  height: 13px;
  background-position: -117px -143px;
}
.t-input-phonemask__options-flag_ht,
.t-input-phonemask__select-flag[data-phonemask-flag=ht] {
  width: 18px;
  height: 13px;
  background-position: -145px -143px;
}
.t-input-phonemask__options-flag_hu,
.t-input-phonemask__select-flag[data-phonemask-flag=hu] {
  width: 18px;
  height: 13px;
  background-position: -173px -143px;
}
.t-input-phonemask__options-flag_id,
.t-input-phonemask__select-flag[data-phonemask-flag=id] {
  width: 18px;
  height: 13px;
  background-position: -201px -143px;
}
.t-input-phonemask__options-flag_ie,
.t-input-phonemask__select-flag[data-phonemask-flag=ie] {
  width: 18px;
  height: 13px;
  background-position: -229px -143px;
}
.t-input-phonemask__options-flag_il,
.t-input-phonemask__select-flag[data-phonemask-flag=il] {
  width: 18px;
  height: 13px;
  background-position: -257px -143px;
}
.t-input-phonemask__options-flag_in,
.t-input-phonemask__select-flag[data-phonemask-flag=in] {
  width: 18px;
  height: 13px;
  background-position: -285px -143px;
}
.t-input-phonemask__options-flag_iq,
.t-input-phonemask__select-flag[data-phonemask-flag=iq] {
  width: 18px;
  height: 13px;
  background-position: -313px -143px;
}
.t-input-phonemask__options-flag_ir,
.t-input-phonemask__select-flag[data-phonemask-flag=ir] {
  width: 18px;
  height: 13px;
  background-position: -5px -166px;
}
.t-input-phonemask__options-flag_is,
.t-input-phonemask__select-flag[data-phonemask-flag=is] {
  width: 18px;
  height: 13px;
  background-position: -33px -166px;
}
.t-input-phonemask__options-flag_it,
.t-input-phonemask__select-flag[data-phonemask-flag=it] {
  width: 18px;
  height: 13px;
  background-position: -61px -166px;
}
.t-input-phonemask__options-flag_jm,
.t-input-phonemask__select-flag[data-phonemask-flag=jm] {
  width: 18px;
  height: 13px;
  background-position: -89px -166px;
}
.t-input-phonemask__options-flag_jo,
.t-input-phonemask__select-flag[data-phonemask-flag=jo] {
  width: 18px;
  height: 13px;
  background-position: -117px -166px;
}
.t-input-phonemask__options-flag_jp,
.t-input-phonemask__select-flag[data-phonemask-flag=jp] {
  width: 18px;
  height: 13px;
  background-position: -145px -166px;
}
.t-input-phonemask__options-flag_ke,
.t-input-phonemask__select-flag[data-phonemask-flag=ke] {
  width: 18px;
  height: 13px;
  background-position: -173px -166px;
}
.t-input-phonemask__options-flag_kg,
.t-input-phonemask__select-flag[data-phonemask-flag=kg] {
  width: 18px;
  height: 13px;
  background-position: -201px -166px;
}
.t-input-phonemask__options-flag_kh,
.t-input-phonemask__select-flag[data-phonemask-flag=kh] {
  width: 18px;
  height: 13px;
  background-position: -229px -166px;
}
.t-input-phonemask__options-flag_ki,
.t-input-phonemask__select-flag[data-phonemask-flag=ki] {
  width: 18px;
  height: 13px;
  background-position: -257px -166px;
}
.t-input-phonemask__options-flag_km,
.t-input-phonemask__select-flag[data-phonemask-flag=km] {
  width: 18px;
  height: 13px;
  background-position: -285px -166px;
}
.t-input-phonemask__options-flag_kn,
.t-input-phonemask__select-flag[data-phonemask-flag=kn] {
  width: 18px;
  height: 13px;
  background-position: -313px -166px;
}
.t-input-phonemask__options-flag_kp,
.t-input-phonemask__select-flag[data-phonemask-flag=kp] {
  width: 18px;
  height: 13px;
  background-position: -5px -189px;
}
.t-input-phonemask__options-flag_kr,
.t-input-phonemask__select-flag[data-phonemask-flag=kr] {
  width: 18px;
  height: 13px;
  background-position: -33px -189px;
}
.t-input-phonemask__options-flag_ks,
.t-input-phonemask__select-flag[data-phonemask-flag=ks] {
  width: 18px;
  height: 13px;
  background-position: -61px -189px;
}
.t-input-phonemask__options-flag_kw,
.t-input-phonemask__select-flag[data-phonemask-flag=kw] {
  width: 18px;
  height: 13px;
  background-position: -89px -189px;
}
.t-input-phonemask__options-flag_kz,
.t-input-phonemask__select-flag[data-phonemask-flag=kz] {
  width: 18px;
  height: 13px;
  background-position: -117px -189px;
}
.t-input-phonemask__options-flag_la,
.t-input-phonemask__select-flag[data-phonemask-flag=la] {
  width: 18px;
  height: 13px;
  background-position: -145px -189px;
}
.t-input-phonemask__options-flag_lb,
.t-input-phonemask__select-flag[data-phonemask-flag=lb] {
  width: 18px;
  height: 13px;
  background-position: -173px -189px;
}
.t-input-phonemask__options-flag_lc,
.t-input-phonemask__select-flag[data-phonemask-flag=lc] {
  width: 18px;
  height: 13px;
  background-position: -201px -189px;
}
.t-input-phonemask__options-flag_li,
.t-input-phonemask__select-flag[data-phonemask-flag=li] {
  width: 18px;
  height: 13px;
  background-position: -229px -189px;
}
.t-input-phonemask__options-flag_lk,
.t-input-phonemask__select-flag[data-phonemask-flag=lk] {
  width: 18px;
  height: 13px;
  background-position: -257px -189px;
}
.t-input-phonemask__options-flag_lr,
.t-input-phonemask__select-flag[data-phonemask-flag=lr] {
  width: 18px;
  height: 13px;
  background-position: -285px -189px;
}
.t-input-phonemask__options-flag_ls,
.t-input-phonemask__select-flag[data-phonemask-flag=ls] {
  width: 18px;
  height: 13px;
  background-position: -313px -189px;
}
.t-input-phonemask__options-flag_lt,
.t-input-phonemask__select-flag[data-phonemask-flag=lt] {
  width: 18px;
  height: 13px;
  background-position: -5px -212px;
}
.t-input-phonemask__options-flag_lu,
.t-input-phonemask__select-flag[data-phonemask-flag=lu] {
  width: 18px;
  height: 13px;
  background-position: -33px -212px;
}
.t-input-phonemask__options-flag_lv,
.t-input-phonemask__select-flag[data-phonemask-flag=lv] {
  width: 18px;
  height: 13px;
  background-position: -61px -212px;
}
.t-input-phonemask__options-flag_ly,
.t-input-phonemask__select-flag[data-phonemask-flag=ly] {
  width: 18px;
  height: 13px;
  background-position: -89px -212px;
}
.t-input-phonemask__options-flag_ma,
.t-input-phonemask__select-flag[data-phonemask-flag=ma] {
  width: 18px;
  height: 13px;
  background-position: -117px -212px;
}
.t-input-phonemask__options-flag_mc,
.t-input-phonemask__select-flag[data-phonemask-flag=mc] {
  width: 18px;
  height: 13px;
  background-position: -145px -212px;
}
.t-input-phonemask__options-flag_md,
.t-input-phonemask__select-flag[data-phonemask-flag=md] {
  width: 18px;
  height: 13px;
  background-position: -173px -212px;
}
.t-input-phonemask__options-flag_me,
.t-input-phonemask__select-flag[data-phonemask-flag=me] {
  width: 18px;
  height: 13px;
  background-position: -201px -212px;
}
.t-input-phonemask__options-flag_mg,
.t-input-phonemask__select-flag[data-phonemask-flag=mg] {
  width: 18px;
  height: 13px;
  background-position: -229px -212px;
}
.t-input-phonemask__options-flag_mh,
.t-input-phonemask__select-flag[data-phonemask-flag=mh] {
  width: 18px;
  height: 13px;
  background-position: -257px -212px;
}
.t-input-phonemask__options-flag_mk,
.t-input-phonemask__select-flag[data-phonemask-flag=mk] {
  width: 18px;
  height: 13px;
  background-position: -285px -212px;
}
.t-input-phonemask__options-flag_ml,
.t-input-phonemask__select-flag[data-phonemask-flag=ml] {
  width: 18px;
  height: 13px;
  background-position: -313px -212px;
}
.t-input-phonemask__options-flag_mm,
.t-input-phonemask__select-flag[data-phonemask-flag=mm] {
  width: 18px;
  height: 13px;
  background-position: -5px -235px;
}
.t-input-phonemask__options-flag_mn,
.t-input-phonemask__select-flag[data-phonemask-flag=mn] {
  width: 18px;
  height: 13px;
  background-position: -33px -235px;
}
.t-input-phonemask__options-flag_mr,
.t-input-phonemask__select-flag[data-phonemask-flag=mr] {
  width: 18px;
  height: 13px;
  background-position: -61px -235px;
}
.t-input-phonemask__options-flag_mt,
.t-input-phonemask__select-flag[data-phonemask-flag=mt] {
  width: 18px;
  height: 13px;
  background-position: -89px -235px;
}
.t-input-phonemask__options-flag_mu,
.t-input-phonemask__select-flag[data-phonemask-flag=mu] {
  width: 18px;
  height: 13px;
  background-position: -117px -235px;
}
.t-input-phonemask__options-flag_mv,
.t-input-phonemask__select-flag[data-phonemask-flag=mv] {
  width: 18px;
  height: 13px;
  background-position: -145px -235px;
}
.t-input-phonemask__options-flag_mw,
.t-input-phonemask__select-flag[data-phonemask-flag=mw] {
  width: 18px;
  height: 13px;
  background-position: -173px -235px;
}
.t-input-phonemask__options-flag_mx,
.t-input-phonemask__select-flag[data-phonemask-flag=mx] {
  width: 18px;
  height: 13px;
  background-position: -201px -235px;
}
.t-input-phonemask__options-flag_my,
.t-input-phonemask__select-flag[data-phonemask-flag=my] {
  width: 18px;
  height: 13px;
  background-position: -229px -235px;
}
.t-input-phonemask__options-flag_mz,
.t-input-phonemask__select-flag[data-phonemask-flag=mz] {
  width: 18px;
  height: 13px;
  background-position: -257px -235px;
}
.t-input-phonemask__options-flag_na,
.t-input-phonemask__select-flag[data-phonemask-flag=na] {
  width: 18px;
  height: 13px;
  background-position: -285px -235px;
}
.t-input-phonemask__options-flag_ne,
.t-input-phonemask__select-flag[data-phonemask-flag=ne] {
  width: 18px;
  height: 13px;
  background-position: -313px -235px;
}
.t-input-phonemask__options-flag_ng,
.t-input-phonemask__select-flag[data-phonemask-flag=ng] {
  width: 18px;
  height: 13px;
  background-position: -5px -258px;
}
.t-input-phonemask__options-flag_ni,
.t-input-phonemask__select-flag[data-phonemask-flag=ni] {
  width: 18px;
  height: 13px;
  background-position: -33px -258px;
}
.t-input-phonemask__options-flag_nl,
.t-input-phonemask__select-flag[data-phonemask-flag=nl] {
  width: 18px;
  height: 13px;
  background-position: -61px -258px;
}
.t-input-phonemask__options-flag_no,
.t-input-phonemask__select-flag[data-phonemask-flag=no] {
  width: 18px;
  height: 13px;
  background-position: -89px -258px;
}
.t-input-phonemask__options-flag_np,
.t-input-phonemask__select-flag[data-phonemask-flag=np] {
  width: 16px;
  height: 13px;
  background-position: -117px -258px;
}
.t-input-phonemask__options-flag_nr,
.t-input-phonemask__select-flag[data-phonemask-flag=nr] {
  width: 18px;
  height: 13px;
  background-position: -143px -258px;
}
.t-input-phonemask__options-flag_nu,
.t-input-phonemask__select-flag[data-phonemask-flag=nu] {
  width: 18px;
  height: 13px;
  background-position: -171px -258px;
}
.t-input-phonemask__options-flag_nz,
.t-input-phonemask__select-flag[data-phonemask-flag=nz] {
  width: 18px;
  height: 13px;
  background-position: -199px -258px;
}
.t-input-phonemask__options-flag_om,
.t-input-phonemask__select-flag[data-phonemask-flag=om] {
  width: 18px;
  height: 13px;
  background-position: -227px -258px;
}
.t-input-phonemask__options-flag_pa,
.t-input-phonemask__select-flag[data-phonemask-flag=pa] {
  width: 18px;
  height: 13px;
  background-position: -255px -258px;
}
.t-input-phonemask__options-flag_pe,
.t-input-phonemask__select-flag[data-phonemask-flag=pe] {
  width: 18px;
  height: 13px;
  background-position: -283px -258px;
}
.t-input-phonemask__options-flag_pg,
.t-input-phonemask__select-flag[data-phonemask-flag=pg] {
  width: 18px;
  height: 13px;
  background-position: -311px -258px;
}
.t-input-phonemask__options-flag_ph,
.t-input-phonemask__select-flag[data-phonemask-flag=ph] {
  width: 18px;
  height: 13px;
  background-position: -5px -281px;
}
.t-input-phonemask__options-flag_pk,
.t-input-phonemask__select-flag[data-phonemask-flag=pk] {
  width: 18px;
  height: 13px;
  background-position: -33px -281px;
}
.t-input-phonemask__options-flag_pl,
.t-input-phonemask__select-flag[data-phonemask-flag=pl] {
  width: 18px;
  height: 13px;
  background-position: -61px -281px;
}
.t-input-phonemask__options-flag_pt,
.t-input-phonemask__select-flag[data-phonemask-flag=pt] {
  width: 18px;
  height: 13px;
  background-position: -89px -281px;
}
.t-input-phonemask__options-flag_pw,
.t-input-phonemask__select-flag[data-phonemask-flag=pw] {
  width: 18px;
  height: 13px;
  background-position: -117px -281px;
}
.t-input-phonemask__options-flag_py,
.t-input-phonemask__select-flag[data-phonemask-flag=py] {
  width: 18px;
  height: 13px;
  background-position: -145px -281px;
}
.t-input-phonemask__options-flag_qa,
.t-input-phonemask__select-flag[data-phonemask-flag=qa] {
  width: 18px;
  height: 13px;
  background-position: -173px -281px;
}
.t-input-phonemask__options-flag_ro,
.t-input-phonemask__select-flag[data-phonemask-flag=ro] {
  width: 18px;
  height: 13px;
  background-position: -201px -281px;
}
.t-input-phonemask__options-flag_rs,
.t-input-phonemask__select-flag[data-phonemask-flag=rs] {
  width: 18px;
  height: 13px;
  background-position: -229px -281px;
}
.t-input-phonemask__options-flag_ru,
.t-input-phonemask__select-flag[data-phonemask-flag=ru] {
  width: 18px;
  height: 13px;
  background-position: -257px -281px;
}
.t-input-phonemask__options-flag_rw,
.t-input-phonemask__select-flag[data-phonemask-flag=rw] {
  width: 18px;
  height: 13px;
  background-position: -285px -281px;
}
.t-input-phonemask__options-flag_sa,
.t-input-phonemask__select-flag[data-phonemask-flag=sa] {
  width: 18px;
  height: 13px;
  background-position: -313px -281px;
}
.t-input-phonemask__options-flag_sb,
.t-input-phonemask__select-flag[data-phonemask-flag=sb] {
  width: 18px;
  height: 13px;
  background-position: -5px -304px;
}
.t-input-phonemask__options-flag_sc,
.t-input-phonemask__select-flag[data-phonemask-flag=sc] {
  width: 18px;
  height: 13px;
  background-position: -33px -304px;
}
.t-input-phonemask__options-flag_sd,
.t-input-phonemask__select-flag[data-phonemask-flag=sd] {
  width: 18px;
  height: 13px;
  background-position: -61px -304px;
}
.t-input-phonemask__options-flag_se,
.t-input-phonemask__select-flag[data-phonemask-flag=se] {
  width: 18px;
  height: 13px;
  background-position: -89px -304px;
}
.t-input-phonemask__options-flag_sg,
.t-input-phonemask__select-flag[data-phonemask-flag=sg] {
  width: 18px;
  height: 13px;
  background-position: -117px -304px;
}
.t-input-phonemask__options-flag_si,
.t-input-phonemask__select-flag[data-phonemask-flag=si] {
  width: 18px;
  height: 13px;
  background-position: -145px -304px;
}
.t-input-phonemask__options-flag_sk,
.t-input-phonemask__select-flag[data-phonemask-flag=sk] {
  width: 18px;
  height: 13px;
  background-position: -173px -304px;
}
.t-input-phonemask__options-flag_sl,
.t-input-phonemask__select-flag[data-phonemask-flag=sl] {
  width: 18px;
  height: 13px;
  background-position: -201px -304px;
}
.t-input-phonemask__options-flag_sm,
.t-input-phonemask__select-flag[data-phonemask-flag=sm] {
  width: 18px;
  height: 13px;
  background-position: -229px -304px;
}
.t-input-phonemask__options-flag_sn,
.t-input-phonemask__select-flag[data-phonemask-flag=sn] {
  width: 18px;
  height: 13px;
  background-position: -257px -304px;
}
.t-input-phonemask__options-flag_so,
.t-input-phonemask__select-flag[data-phonemask-flag=so] {
  width: 18px;
  height: 13px;
  background-position: -285px -304px;
}
.t-input-phonemask__options-flag_sr,
.t-input-phonemask__select-flag[data-phonemask-flag=sr] {
  width: 18px;
  height: 13px;
  background-position: -313px -304px;
}
.t-input-phonemask__options-flag_ss,
.t-input-phonemask__select-flag[data-phonemask-flag=ss] {
  width: 18px;
  height: 13px;
  background-position: -5px -327px;
}
.t-input-phonemask__options-flag_st,
.t-input-phonemask__select-flag[data-phonemask-flag=st] {
  width: 18px;
  height: 13px;
  background-position: -33px -327px;
}
.t-input-phonemask__options-flag_sv,
.t-input-phonemask__select-flag[data-phonemask-flag=sv] {
  width: 18px;
  height: 13px;
  background-position: -61px -327px;
}
.t-input-phonemask__options-flag_sy,
.t-input-phonemask__select-flag[data-phonemask-flag=sy] {
  width: 18px;
  height: 13px;
  background-position: -89px -327px;
}
.t-input-phonemask__options-flag_sz,
.t-input-phonemask__select-flag[data-phonemask-flag=sz] {
  width: 18px;
  height: 13px;
  background-position: -117px -327px;
}
.t-input-phonemask__options-flag_td,
.t-input-phonemask__select-flag[data-phonemask-flag=td] {
  width: 18px;
  height: 13px;
  background-position: -145px -327px;
}
.t-input-phonemask__options-flag_tg,
.t-input-phonemask__select-flag[data-phonemask-flag=tg] {
  width: 18px;
  height: 13px;
  background-position: -173px -327px;
}
.t-input-phonemask__options-flag_th,
.t-input-phonemask__select-flag[data-phonemask-flag=th] {
  width: 18px;
  height: 13px;
  background-position: -201px -327px;
}
.t-input-phonemask__options-flag_tj,
.t-input-phonemask__select-flag[data-phonemask-flag=tj] {
  width: 18px;
  height: 13px;
  background-position: -229px -327px;
}
.t-input-phonemask__options-flag_tl,
.t-input-phonemask__select-flag[data-phonemask-flag=tl] {
  width: 18px;
  height: 13px;
  background-position: -257px -327px;
}
.t-input-phonemask__options-flag_tm,
.t-input-phonemask__select-flag[data-phonemask-flag=tm] {
  width: 18px;
  height: 13px;
  background-position: -285px -327px;
}
.t-input-phonemask__options-flag_tn,
.t-input-phonemask__select-flag[data-phonemask-flag=tn] {
  width: 18px;
  height: 13px;
  background-position: -313px -327px;
}
.t-input-phonemask__options-flag_to,
.t-input-phonemask__select-flag[data-phonemask-flag=to] {
  width: 18px;
  height: 13px;
  background-position: -341px -5px;
}
.t-input-phonemask__options-flag_tr,
.t-input-phonemask__select-flag[data-phonemask-flag=tr] {
  width: 18px;
  height: 13px;
  background-position: -341px -28px;
}
.t-input-phonemask__options-flag_tt,
.t-input-phonemask__select-flag[data-phonemask-flag=tt] {
  width: 18px;
  height: 13px;
  background-position: -341px -51px;
}
.t-input-phonemask__options-flag_tv,
.t-input-phonemask__select-flag[data-phonemask-flag=tv] {
  width: 18px;
  height: 13px;
  background-position: -341px -74px;
}
.t-input-phonemask__options-flag_tw,
.t-input-phonemask__select-flag[data-phonemask-flag=tw] {
  width: 18px;
  height: 13px;
  background-position: -341px -97px;
}
.t-input-phonemask__options-flag_tz,
.t-input-phonemask__select-flag[data-phonemask-flag=tz] {
  width: 18px;
  height: 13px;
  background-position: -341px -120px;
}
.t-input-phonemask__options-flag_ua,
.t-input-phonemask__select-flag[data-phonemask-flag=ua] {
  width: 18px;
  height: 13px;
  background-position: -341px -143px;
}
.t-input-phonemask__options-flag_ug,
.t-input-phonemask__select-flag[data-phonemask-flag=ug] {
  width: 18px;
  height: 13px;
  background-position: -341px -166px;
}
.t-input-phonemask__options-flag_us,
.t-input-phonemask__select-flag[data-phonemask-flag=us] {
  width: 18px;
  height: 13px;
  background-position: -341px -189px;
}
.t-input-phonemask__options-flag_uy,
.t-input-phonemask__select-flag[data-phonemask-flag=uy] {
  width: 18px;
  height: 13px;
  background-position: -341px -212px;
}
.t-input-phonemask__options-flag_uz,
.t-input-phonemask__select-flag[data-phonemask-flag=uz] {
  width: 18px;
  height: 13px;
  background-position: -341px -235px;
}
.t-input-phonemask__options-flag_va,
.t-input-phonemask__select-flag[data-phonemask-flag=va] {
  width: 18px;
  height: 13px;
  background-position: -339px -258px;
}
.t-input-phonemask__options-flag_vc,
.t-input-phonemask__select-flag[data-phonemask-flag=vc] {
  width: 18px;
  height: 13px;
  background-position: -341px -281px;
}
.t-input-phonemask__options-flag_ve,
.t-input-phonemask__select-flag[data-phonemask-flag=ve] {
  width: 18px;
  height: 13px;
  background-position: -341px -304px;
}
.t-input-phonemask__options-flag_vn,
.t-input-phonemask__select-flag[data-phonemask-flag=vn] {
  width: 18px;
  height: 13px;
  background-position: -341px -327px;
}
.t-input-phonemask__options-flag_vu,
.t-input-phonemask__select-flag[data-phonemask-flag=vu] {
  width: 18px;
  height: 13px;
  background-position: -5px -350px;
}
.t-input-phonemask__options-flag_ws,
.t-input-phonemask__select-flag[data-phonemask-flag=ws] {
  width: 18px;
  height: 13px;
  background-position: -33px -350px;
}
.t-input-phonemask__options-flag_ye,
.t-input-phonemask__select-flag[data-phonemask-flag=ye] {
  width: 18px;
  height: 13px;
  background-position: -61px -350px;
}
.t-input-phonemask__options-flag_za,
.t-input-phonemask__select-flag[data-phonemask-flag=za] {
  width: 18px;
  height: 13px;
  background-position: -89px -350px;
}
.t-input-phonemask__options-flag_zm,
.t-input-phonemask__select-flag[data-phonemask-flag=zm] {
  width: 18px;
  height: 13px;
  background-position: -117px -350px;
}
.t-input-phonemask__options-flag_zw,
.t-input-phonemask__select-flag[data-phonemask-flag=zw] {
  width: 18px;
  height: 13px;
  background-position: -145px -350px;
}
/* ==========================================================================
   Checkbox, Radio
   ========================================================================== */
.radio-button {
  position: relative;
  margin: 0 0 20px;
  text-align: left;
  zoom: 1;
  *zoom: 1;
}
.radio-button:before,
.radio-button:after {
  content: " ";
  display: table;
}
.radio-button:after {
  clear: both;
}
.radio-button input[type="checkbox"],
.radio-button input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.radio-button label {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.radio-button label:before,
.radio-button label:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
}
.radio-button input[type="checkbox"]:checked + label,
.radio-button input[type="radio"]:checked + label {
  color: #171717;
}
.radio-button input[type="checkbox"]:checked + label:after,
.radio-button input[type="radio"]:checked + label:after {
  display: block;
}
/* ==========================================================================
   Checkbox, Radio Button
   ========================================================================== */
.check-btn {
  position: relative;
  display: inline-block;
}
.check-btn input[type="checkbox"],
.check-btn input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.check-btn label {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 40px;
  font-size: 24px;
  letter-spacing: 0.04em;
  height: 40px;
  border-radius: 20px;
  background: #ebebeb;
  text-align: center;
  color: #171717;
  padding: 0 1em;
  margin: 10px 0 10px 20px;
}
body.body-black .check-btn label {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.check-btn input[type="checkbox"]:checked + label,
.check-btn input[type="radio"]:checked + label {
  color: #fff !important;
  background: #1375f8 !important;
}
/* ==========================================================================
   Checkbox
   ========================================================================== */
.checkbox {
  position: relative;
  margin: 0 0 30px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 50px;
  font-size: 20px;
  line-height: 1;
  min-height: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.checkbox label:before,
.checkbox label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.checkbox label:before {
  border: solid 4px #e1e1e1;
}
.checkbox label:after {
  background: url('../img/check.svg') no-repeat 50% 50%;
  background-size: 90% auto;
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
  opacity: 1;
}
/* ==========================================================================
   Antidos
   ========================================================================== */
.antidos { pointer-events: none; visibility: hidden; opacity: 0; position: absolute; }
/* ==========================================================================
   Feedback Form
   ========================================================================== */
.form-fb {
  width: 100%;
  white-space: nowrap;
}
.form-fb td {
  vertical-align: middle;
  padding: 10px 10px 10px 0;
  width: 16%;
}
/* ==========================================================================
   Grids
   ========================================================================== */
.body-wrapper {
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 100px #000;
  min-height: 100vh;
}
.page-one-screen,
.page {
  position: relative;
  padding: 40px;
}
.container {
  position: relative;
  zoom: 1;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container-wide {
  position: relative;
  zoom: 1;
  *zoom: 1;
}
.container-wide:before,
.container-wide:after {
  content: " ";
  display: table;
}
.container-wide:after {
  clear: both;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  height: 90px;
  border: solid 6px #1375f8;
  border-radius: 45px;
  text-align: center;
  line-height: 78px;
  padding: 0 3em;
  background: none;
  text-transform: uppercase;
  color: #171717;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.btn:hover {
  color: #fff;
  background: #1375f8;
}
.btn.btn-yellow {
  color: #171717;
  background: #ffc600;
  border-color: #ffc600;
  position: relative;
}
/* ==========================================================================
   Close Button
   ========================================================================== */
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border: none;
  background: none;
}
.btn-close:before,
.btn-close:after {
  content: '';
  background: #d1d1d1;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 26px;
  width: 8px;
}
.btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-close:hover:before,
.btn-close:hover:after {
  background: #aaa;
}
/* ==========================================================================
   Table Centered
   ========================================================================== */
.tbl {
  display: table;
  width: 100%;
}
.tbl__row {
  display: table-row;
}
.tbl__cell {
  display: table-cell;
  vertical-align: middle;
}
/* ==========================================================================
   Title
   ========================================================================== */
.h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.page .h1 {
  margin-top: -0.2em;
}
.h1 .with-popup {
  color: #1375f8;
  position: relative;
  display: inline;
  cursor: pointer;
}
.sub-h1 {
  font-size: 25px;
  line-height: 1.6;
  margin: 1em 0 0;
}
/* ==========================================================================
   Popup
   ========================================================================== */
.popup {
  background: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(25px, -50%);
  -ms-transform: translate(25px, -50%);
  transform: translate(25px, -50%);
  border-radius: 5px;
  white-space: nowrap;
  text-align: left;
  padding: 1em;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  color: #171717;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.popup:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 16px 15px 0;
  border-color: transparent #fff transparent transparent;
}
.with-popup:hover .popup {
  opacity: 1;
  margin-left: 0;
}
/* ==========================================================================
   Video Responsive
   ========================================================================== */
.video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.6667%;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Logo Text
   ========================================================================== */
.logo-txt {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.logo-txt__lg {
  font-weight: 900;
  font-size: 30px;
  line-height: 0.8;
  border-bottom: solid 2px rgba(23, 23, 23, 0.7);
  padding: 0 0 0.15em;
  margin: 0 0 0.15em;
}
.logo-txt__sm {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
/* ==========================================================================
   Language
   ========================================================================== */
.lang {
  white-space: nowrap;
}
.lang a,
.lang span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px transparent;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
}
.lang span {
  cursor: default;
  background: #626262;
  color: #fff;
}
.lang a {
  border-color: #939393;
  color: #707070;
}
.lang a:hover {
  border-color: #1375f8;
  color: #1375f8;
}
.lang li {
  display: inline-block;
  margin: 0 20px 0 0;
}
/* ==========================================================================
   Modal Bottom
   ========================================================================== */
.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(250, 250, 250, 0.8);
  z-index: 59;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
body.modal-opened .backdrop {
  opacity: 1;
  pointer-events: auto;
}
.modal-bottom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 60;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  padding: 80px 40px;
  overflow: auto;
}
.modal-bottom .h1 {
  margin-bottom: 1.5em;
}
.modal-bottom .form-control {
  border-bottom-color: rgba(23, 23, 23, 0.3);
  color: #171717;
}
.modal-bottom.opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal-bottom__form {
  position: relative;
}
.modal-bottom__agreement {
  text-align: left;
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 0.04em;
  opacity: 0.4;
  margin: 0 0 4em;
}
.modal-bottom__stamp {
  display: block;
  position: absolute;
  left: 28.44%;
  top: 75.38%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 8.85%;
  max-height: 32.69%;
  opacity: 0.1;
}
/* ==========================================================================
   Modal Quiz
   ========================================================================== */
.modal-quiz {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 66;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: auto;
}
body.quiz-opened .modal-quiz {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal-quiz__stamp {
  display: none;
  width: 31%;
  opacity: 0.05;
  position: absolute;
  right: -4%;
  bottom: -8%;
}
.modal-quiz__head {
  width: 100%;
  height: 72px;
  border-bottom: solid 2px #e7e7e7;
  padding: 0 80px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  font-size: 18px;
}
.modal-quiz__head__step {
  font-weight: 700;
}
.modal-quiz__head__logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 33%;
}
.modal-quiz__slider {
  width: 100%;
  overflow: hidden;
}
.modal-quiz__card {
  padding: 0 40px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.modal-quiz__card .h1 {
  width: 100%;
  padding: 1em 0;
  margin: 0;
}
.quiz-type-grid {
  width: 100%;
}
.quiz-type {
  position: relative;
  margin: 0 0 50px;
}
.quiz-type input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.quiz-type label {
  display: block;
  cursor: pointer;
}
.quiz-type input[type="radio"]:checked + label {
  color: #1375f8;
}
.quiz-type input[type="radio"]:checked + label .quiz-type__preview:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #1375f8;
  z-index: 5;
}
.quiz-type__preview {
  width: 260px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #999;
}
.quiz-type__preview video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quiz-type__caption {
  font-size: 20px;
  line-height: 1.7;
  margin: 0.5em 0 0;
  position: absolute;
  left: 280px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-quiz__checks {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 50px;
}
.modal-quiz__cont {
  width: 100%;
  margin: 0 0 50px;
}
.modal-quiz [placeholder]::-webkit-input-placeholder {
  color: rgba(23, 23, 23, 0.6);
}
.modal-quiz [placeholder]::-moz-placeholder {
  color: rgba(23, 23, 23, 0.6);
  opacity: 1 !important;
}
.modal-quiz [placeholder]:-moz-placeholder {
  color: rgba(23, 23, 23, 0.6);
  opacity: 1 !important;
}
.modal-quiz [placeholder]::-moz-placeholder {
  color: rgba(23, 23, 23, 0.6);
}
.modal-quiz [placeholder]:-ms-input-placeholder {
  color: rgba(23, 23, 23, 0.6);
}
.modal-quiz .form-control {
  border-bottom-color: #b7b7b7;
  color: #171717;
  margin-bottom: 30px;
}
.modal-quiz__form-row {
  margin: 0 0 40px;
}
.modal-quiz__form-row .t-input-phonemask {
  vertical-align: middle;
  top: -2px;
}
.modal-quiz__form-row .form-label {
  display: block;
  padding-bottom: 10px;
}
.modal-quiz__form-row > .form-control,
.modal-quiz__form-row .phone-wrapper {
  margin: 0;
}
.modal-quiz__submit {
  width: 100%;
  text-align: center;
}
.js-caption {
  position: relative;
}
.js-caption__final {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.js-caption__start,
.js-caption__final {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.js-caption.is-final .js-caption__start {
  opacity: 0;
}
.js-caption.is-final .js-caption__final {
  opacity: 1;
}
.js-steps {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.js-steps.is-final {
  opacity: 0;
}
/* ==========================================================================
   Base
   ========================================================================== */
* {
  outline: none !important;
}
body {
  background: #fff;
}
body.body-black {
  background: #171717;
  color: #fff;
}
/* ==========================================================================
   Fixed
   ========================================================================== */
.fixed-head {
  zoom: 1;
  *zoom: 1;
  padding: 40px;
}
.fixed-head:before,
.fixed-head:after {
  content: " ";
  display: table;
}
.fixed-head:after {
  clear: both;
}
.fixed-nav {
  position: relative;
  float: left;
}
.fixed-logo {
  display: block;
  margin: 0 0 0 -6px;
  height: 60px;
}
.fixed-logo path {
  fill: #171717;
  fill-rule: evenodd;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.fixed-nav.inverse .fixed-logo path {
  fill: #fff;
}
.fixed-menu {
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.fixed-menu a {
  display: block;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  padding: 0 1em;
  border: solid 1px transparent;
  color: #171717;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-menu a.active {
  background: #fff;
  border-color: #ebebeb;
  color: #171717;
}
.fixed-menu a:hover:not(.active) {
  color: #1375f8;
}
.fixed-nav.inverse .fixed-menu a {
  color: #fff;
  opacity: 0.3;
}
.fixed-nav.inverse .fixed-menu a.active {
  background: none;
  opacity: 1;
  border-color: transparent;
}
.fixed-nav.inverse .fixed-menu a:hover {
  opacity: 1;
  color: #fff;
}
.fixed-menu li {
  display: inline-block;
  margin: 0 10px 0 -1em;
}
.fixed-menu li:last-child {
  margin-right: 0;
}
.fixed-icons {
  position: relative;
  float: right;
  zoom: 1;
  *zoom: 1;
  margin-left: -30px;
}
.fixed-icons:before,
.fixed-icons:after {
  content: " ";
  display: table;
}
.fixed-icons:after {
  clear: both;
}
.fixed-icons svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-icons svg path {
  fill: #171717;
  fill-rule: evenodd;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.fixed-icons a {
  display: block;
  width: 30px;
  height: 30px;
}
.fixed-icons li {
  margin: 0 0 0 20px;
  float: left;
}
.fixed-icons a:hover svg path {
  fill: #1375f8 !important;
}
.fixed-icons.inverse svg path {
  fill: #fff;
}
/* ==========================================================================
   Cookie
   ========================================================================== */
.pop-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 60;
  padding: 40px 40px 60px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #171717;
}
.pop-cookie__stamp {
  display: block;
  height: 53%;
  position: absolute;
  bottom: -9%;
  right: -4%;
  opacity: 0.05;
}
.pop-cookie__txt {
  position: relative;
  font-size: 24px;
  line-height: 1.6;
  margin: 0 0 2em;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  position: relative;
}
.site-footer__in {
  padding: 60px 40px;
  zoom: 1;
  *zoom: 1;
  border-top: solid 2px #dedede;
  position: relative;
}
.site-footer__in:before,
.site-footer__in:after {
  content: " ";
  display: table;
}
.site-footer__in:after {
  clear: both;
}
.site-footer__addr {
  float: left;
}
.site-footer__mail {
  float: right;
}
/* ==========================================================================
   Router
   ========================================================================== */
.m-scene .scene-main {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.m-scene .scene-main--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.m-scene.is-exiting .scene-main {
  animation-direction: alternate-reverse;
}
.m-scene .scene-nav {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: width;
  animation-name: width;
}
.m-scene.is-exiting .scene-nav {
  animation-direction: alternate-reverse;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.m-scene .scene-nav {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: width;
  animation-name: width;
}
/* ==========================================================================
   Page Index
   ========================================================================== */
.p-index {
  padding-top: 0;
}
.p-index__cont {
  position: relative;
  margin: 0 0 80px;
}
.p-index__cont .btn {
  padding: 0 1.5em;
  margin-top: 50px;
}
.p-index__head {
  position: absolute;
  left: 110px;
  top: -100px;
}
.p-index__head .logo-txt,
.p-index__head .lang {
  display: inline-block;
  vertical-align: middle;
}
.p-index__head .logo-txt {
  margin: 0 90px 0 0;
}
.side-partners {
  position: relative;
  text-align: center;
}
.side-partners img {
  display: inline-block;
  margin: 0 30px;
}
.side-partners img:first-child {
  margin-left: 0;
}
.side-partners img:last-child {
  margin-right: 0;
}
.side-partners img.bm {
  width: 130px;
}
.side-partners img.tfa {
  width: 150px;
}
.side-partners img.x {
  width: 90px;
}
.side-partners__caption {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 1em;
}
.side-showreel {
  display: block;
  color: #171717;
  white-space: nowrap;
  margin: 150px 0 50px;
}
.side-showreel__play {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 36px;
  border-color: transparent transparent transparent #171717;
}
.side-showreel__title {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0.75em 0 0.5em;
}
.side-showreel__bordered {
  font-size: 32px;
  line-height: 1.875;
  border-bottom: solid 1px rgba(23, 23, 23, 0.7);
}
.promo-video {
  position: relative;
  display: inline-block;
  height: 160px;
  font-size: 32px;
  line-height: 1.8;
  padding: 0 0 0 76px;
  text-align: left;
  margin: 0 0 100px;
}
.promo-video:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50px;
  border: solid 4px #c4c4c4;
}
.promo-video:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent #171717;
}
.promo-video span {
  color: #171717;
  border-bottom: solid 2px rgba(23, 23, 23, 0.7);
}
.promo-video:hover span {
  color: #1375f8;
  border-bottom-color: rgba(19, 117, 248, 0.7);
}
.pop-partner {
  position: relative;
  height: 200px;
  width: 640px;
  background: #fff;
  margin: 100px -40px -40px;
}
.pop-partner__slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.pop-partner__cont {
  position: relative;
  height: 200px;
  width: 700px;
}
.pop-partner__cont .photo {
  display: block;
  position: absolute;
  bottom: 0;
  left: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 85%;
}
.pop-partner__cont .txt {
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 420px;
  white-space: nowrap;
}
.pop-partner__cont .txt__quote {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
.pop-partner__cont .txt__footer {
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin: 1em 0 0;
}
.pop-partner__cont.bm .photo {
  left: 120px;
}
.pop-partner__cont.bm .txt {
  width: 335px;
}
.p-index__bg {
  position: absolute;
  left: 5%;
  top: 150px;
  width: 100%;
  height: 360px;
  background: url('../img/uxa_product-min.gif') no-repeat 50% 50%;
  background-size: contain;
}
.p-index__bg video {
  width: 100%;
  display: block;
  border: none;
  background: none;
}
.p-index__download {
  position: relative;
  border: none;
  background: none;
  display: block;
  text-align: left;
  font-size: 28px;
  line-height: 1.6;
  padding: 0 0 0 300px;
}
.p-index__download .presa {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 250px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-index__download .icon {
  display: block;
  height: 40px;
  margin: 0 0 0.25em;
}
.p-index__download span {
  color: #171717;
  border-bottom: solid 1px rgba(23, 23, 23, 0.7);
}
/* ==========================================================================
   Page Portfolio
   ========================================================================== */
.p-portfolio {
  padding-top: 0;
}
.p-portfolio__50 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 0 0 90px;
  background: url('../img/50-opacity.svg') no-repeat 0 10px;
  background-size: 70px auto;
  margin: 1em 0;
}
.p-portfolio__50 .filter {
  color: #1375f8;
  border-bottom: solid 1px rgba(19, 117, 248, 0.7);
  cursor: pointer;
}
/* ==========================================================================
   Portfolio
   ========================================================================== */
.filter-nav {
  font-size: 30px;
  line-height: 1.8;
  margin: 1em -1em 0 0;
}
.filter-nav .filter {
  cursor: pointer;
}
.filter-nav .filter.current {
  color: #1375f8;
}
.filter-nav li {
  display: inline-block;
  margin-right: 2em;
  position: relative;
}
.filter-nav li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  background: #171717;
}
.filter-nav li:last-child {
  margin-right: 0;
}
.filter-nav li:last-child:before {
  display: none;
}
.p-portfolio__grid {
  zoom: 1;
  *zoom: 1;
}
.p-portfolio__grid:before,
.p-portfolio__grid:after {
  content: " ";
  display: table;
}
.p-portfolio__grid:after {
  clear: both;
}
.p-portfolio__grid .mix {
  display: none;
}
.p-portfolio__grid__col {
  margin: 40px 0 0;
  min-height: 1px;
}
.portfolio {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #dadada no-repeat 50% 50%;
  background-size: cover;
  box-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.portfolio__img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.portfolio__panel {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  padding: 20px 90px 20px 40px;
}
.portfolio__panel.white {
  background: rgba(255, 255, 255, 0.5);
}
.portfolio__panel.black {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.portfolio__url {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(1.5);
  -ms-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  opacity: 0.3;
}
.portfolio__url svg .st0 {
  fill: #171717;
}
.portfolio__url svg .st1 {
  fill: none;
  stroke: #171717;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.portfolio__panel.black .portfolio__url svg .st0 {
  fill: #fff;
}
.portfolio__panel.black .portfolio__url svg .st1 {
  stroke: #fff;
}
.portfolio__url:hover {
  opacity: 0.7;
}
.portfolio__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.portfolio__txt {
  font-size: 20px;
  line-height: 1.6;
}
.portfolio__50 {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
}
/* ==========================================================================
   Page Agency First Screen
   ========================================================================== */
.p-agency-main {
  padding-top: 0;
}
.p-agency-main__kp {
  display: block;
  position: relative;
  width: 100%;
  margin: 80px 0 20px;
}
.p-agency-main__stamp {
  display: block;
  position: absolute;
  top: 69.8%;
  right: 12.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.1;
  max-width: 15.9%;
  max-height: 31.9%;
}
.p-agency-main__download {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  white-space: nowrap;
  z-index: 5;
  margin: 0 0 80px;
  text-align: center;
}
.p-agency-main__download img {
  display: block;
  height: 35px;
  margin: 0 auto 5px;
}
.p-agency-main__download span {
  color: #171717;
  border-bottom: solid 1px rgba(23, 23, 23, 0.7);
}
.p-agency-main__download:hover span {
  color: #1375f8;
  border-bottom-color: rgba(19, 117, 248, 0.7);
}
.p-agency-main__slider {
  position: relative;
}
.p-agency-main__slider .nav {
  float: left;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.p-agency-main__slider .nav li {
  position: relative;
  margin: 0 0 0.5em;
  cursor: pointer;
}
.p-agency-main__slider .nav li:before {
  content: '++';
  position: absolute;
  right: 100%;
  margin-right: 0.5em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-agency-main__slider .nav li.current:before {
  opacity: 1;
}
.p-agency-main__slider .cont {
  float: right;
  margin: 0 -20px 0 0;
  width: 400px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.p-agency-main__h1 {
  position: relative;
}
.p-agency-main__h1 .mother {
  font-size: 20px;
  vertical-align: super;
}
.p-agency-main__h1 .mother img {
  height: 26px;
  margin: 0 0 0 0.25em;
}
.mouse {
  position: absolute;
  left: 50%;
  bottom: 6.25%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
  opacity: 0.4;
  padding: 0 0 0 30px;
  font-weight: 700;
}
.mouse__body {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  border: solid 2px #171717;
  border-radius: 10px;
  opacity: 0.9;
}
.mouse__body:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 2px #171717;
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -4px;
  -webkit-animation: mouse 2s ease-in-out infinite;
  animation: mouse 2s ease-in-out infinite;
}
@-webkit-keyframes mouse {
  from,
  5%,
  to {
    top: 4px;
  }
  50%,
  93% {
    top: 14px;
  }
}
@keyframes mouse {
  from,
  5%,
  to {
    top: 4px;
  }
  50%,
  93% {
    top: 14px;
  }
}
/* ==========================================================================
   Page Agency
   ========================================================================== */
.p-agency {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
/* ==========================================================================
   Section Photo
   ========================================================================== */
.p-agency__sct-photo {
  padding: 100px 0 0;
}
.p-agency__sct-photo__wrapper {
  position: relative;
  padding: 0 0 80px;
}
.p-agency__slider {
  position: relative;
}
.p-agency__slider .slide {
  display: block !important;
  position: relative;
}
.p-agency__slider .photo {
  display: block;
  width: 100%;
}
.p-agency__slider .photo.empty {
  visibility: hidden;
  opacity: 0;
}
.p-agency__slider .collage {
  background: #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.p-agency__slider .collage__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 66.666667%;
  overflow: hidden;
}
.p-agency__slider .collage__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-agency__slider .collage__photo {
  width: 25%;
  height: 33.333333%;
  position: absolute;
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.p-agency__slider .collage__photo img {
  width: 100%;
  visibility: hidden;
}
.p-agency__slider .collage__photo.photo-1 {
  left: 50%;
  top: 0;
}
.p-agency__slider .collage__photo.photo-2 {
  left: 75%;
  top: 0;
}
.p-agency__slider .collage__photo.photo-3 {
  left: 50%;
  top: 33.333333%;
}
.p-agency__slider .collage__photo.photo-4 {
  left: 75%;
  top: 33.333333%;
}
.p-agency__slider .collage__photo.photo-5 {
  left: 0;
  bottom: 0;
}
.p-agency__slider .collage__photo.photo-6 {
  left: 25%;
  bottom: 0;
}
.p-agency__slider .collage__photo.photo-7 {
  left: 50%;
  bottom: 0;
}
.p-agency__slider .collage__photo.photo-8 {
  left: 75%;
  bottom: 0;
}
.slick-vertical .slick-slide {
  border: none;
}
.slick-dots {
  position: absolute;
  right: 4.8%;
  bottom: 19.4%;
}
.slick-dots li {
  margin: 10px 0 0;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  overflow: hidden;
  text-indent: -1000px;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.p-agency__slider-info {
  position: relative;
  text-align: center;
}
.p-agency__slider-info .info-item {
  text-align: left;
  font-size: 28px;
  line-height: 1.2;
  margin: 100px 0 0 300px;
  position: relative;
}
.p-agency__slider-info .info-item__num {
  height: 110px;
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 10px;
}
.p-agency__slider-info .info-item__txt {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 0.5em;
  white-space: nowrap;
}
.p-agency__slider-info .info-item__txt img {
  opacity: 0.2;
  height: 20px;
  vertical-align: text-top;
  margin: 0 0 0 0.25em;
}
/* ==========================================================================
   Section Services
   ========================================================================== */
.p-agency__sct-service {
  padding: 150px 40px 50px;
}
.p-agency__sct-service__head .h1 {
  margin: 0 0 1em;
}
.p-agency__sct-service__head .h1:last-child {
  margin-bottom: 1.5em;
}
.service-list {
  margin: 0 -40px;
  border-top: solid 2px #dedede;
}
.service {
  border-bottom: solid 3px #dedede;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.service.opened {
  background: #fff;
}
.service__head {
  position: relative;
  padding: 75px 13.9% 75px 40px;
  cursor: pointer;
}
.service__head .arr {
  display: block;
  width: 46px;
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.service.opened .service__head .arr {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.service__title {
  font-size: 30px;
  line-height: 1.333333;
  font-weight: 700;
  text-transform: uppercase;
}
.service__sub-title {
  font-size: 24px;
  line-height: 1.5;
  margin: 0.6em 0 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.service__sub-title li {
  display: inline;
  margin: 0 2em 0 0;
  position: relative;
}
.service__sub-title li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #171717;
  position: absolute;
  left: 100%;
  margin-left: 1em;
  top: 50%;
}
.service__sub-title li:last-child {
  margin-right: 0;
}
.service__sub-title li:last-child:before {
  display: none;
}
.service__head:hover .service__sub-title {
  color: #1375f8;
}
.service__cont {
  padding: 0 40px 75px 40px;
  display: none;
}
.service__cont .h1 {
  margin: 0 0 1em;
}
.service__in {
  padding: 0;
}
.service__case {
  zoom: 1;
  *zoom: 1;
}
.service__case:before,
.service__case:after {
  content: " ";
  display: table;
}
.service__case:after {
  clear: both;
}
.service__case__card,
.service__case__txt {
  margin: 40px 0 0;
}
/* ==========================================================================
   Section Clients
   ========================================================================== */
.p-agency__sct-clients {
  padding: 100px 40px 200px;
}
.p-agency__sct-clients .uxa-logo {
  display: block;
  margin: 0 auto;
  width: 40%;
  opacity: 0.3;
}
.p-agency__sct-clients .h1 {
  margin: 2em 0 0.5em;
}
.p-agency__sct-clients .dir {
  margin: 0 0 30px;
}
.p-agency__sct-clients .dir li {
  display: inline-block;
  margin: 0 2em 0 0;
  position: relative;
}
.p-agency__sct-clients .dir li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #171717;
  position: absolute;
  left: 100%;
  margin-left: 1em;
  top: 50%;
}
.p-agency__sct-clients .dir li:last-child {
  margin-right: 0;
}
.p-agency__sct-clients .dir li:last-child:before {
  display: none;
}
.p-agency__sct-clients .dir__caption {
  color: #909090;
}
.p-agency__sct-clients .clients {
  text-align: left;
  table-layout: fixed;
  width: 110%;
}
.p-agency__sct-clients .clients .tbl__cell {
  padding: 60px 0 0;
}
.p-agency__sct-clients .clients img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
/* ==========================================================================
   Section Cup
   ========================================================================== */
.p-agency__sct-cup {
  padding: 200px 40px;
  position: relative;
}
.p-agency__sct-cup .cup {
  display: block;
  width: 50%;
  opacity: 0.2;
  position: absolute;
  bottom: 68%;
  right: 0;
}
/* ==========================================================================
   Page Contacts
   ========================================================================== */
.p-contacts {
  padding-top: 0;
}
.p-contacts__form {
  position: relative;
}
.p-contacts__form .h1 {
  margin: 0 0 1.75em;
}
.p-contacts__form__agreement {
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 0.04em;
  opacity: 0.4;
  text-align: center;
  margin: 1em 0 4em;
}
@-webkit-keyframes btnPic {
  from,
  to {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
}
@keyframes btnPic {
  from,
  to {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
}
@-webkit-keyframes btnPicShadow {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes btnPicShadow {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.btn-avocado {
  margin: 20px 0 0;
  position: relative;
  text-align: center;
}
.btn-avocado .in {
  position: relative;
  display: inline-block;
}
.btn-avocado img {
  display: block;
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.btn-avocado .avocado {
  width: 95px;
  top: -33px;
  margin-left: -173px;
  -webkit-animation: btnPic 2.5s ease-in-out infinite;
  animation: btnPic 2.5s ease-in-out infinite;
}
.btn-avocado .shadow {
  height: 21px;
  top: 41px;
  margin-left: -154px;
  -webkit-animation: btnPicShadow 2.5s ease-in-out infinite;
  animation: btnPicShadow 2.5s ease-in-out infinite;
}
.p-contacts__bottom {
  position: relative;
  padding: 80px 0 0;
}
.p-contacts__bottom__in {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* ==========================================================================
   Thanks
   ========================================================================== */
.modal-thanks {
  position: fixed;
  left: 0;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.75);
  z-index: 62;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.thanks-open .modal-thanks {
  opacity: 1;
  top: 0;
}
.modal-thanks__box {
  background: #fff;
  border-radius: 10px;
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #171717;
  text-align: center;
  padding: 30px;
}
.modal-thanks__box .txt {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 1em;
}
/* ==========================================================================
   Page Thanks
   ========================================================================== */
.p-thanks {
  height: 100vh;
  color: #fff;
  background: #111;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-thanks .btn-close {
  position: relative;
  top: auto;
  right: auto;
}
.p-thanks__logo {
  width: 8%;
  opacity: 0.2;
}
.p-thanks__gif {
  width: 50%;
  margin: 3.2vw 0 7vw;
}
.p-thanks__caption {
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.4em;
  margin: 0 0 4.4vw;
}
.p-thanks__border {
  position: absolute;
  left: 30px;
  top: 20px;
  right: 30px;
  bottom: 20px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  pointer-events: none;
}
.p-thanks__border.out {
  left: 20px;
  right: 20px;
  top: 40px;
  bottom: 40px;
}
.p-thanks__border.in {
  left: 40px;
  right: 40px;
  top: 30px;
  bottom: 30px;
}
