.blockContainer.white .fullScreenImageMapBlock .bigTitle,
.blockContainer.grey .fullScreenImageMapBlock .bigTitle,
.blockContainer.light_grey .fullScreenImageMapBlock .bigTitle,
.blockContainer.hex_light .fullScreenImageMapBlock .bigTitle,
.blockContainer.white .fullScreenImageMapBlock p,
.blockContainer.grey .fullScreenImageMapBlock p,
.blockContainer.light_grey .fullScreenImageMapBlock p,
.blockContainer.hex_light .fullScreenImageMapBlock p,
.blockContainer.white .fullScreenImageMapBlock .smallTitle,
.blockContainer.grey .fullScreenImageMapBlock .smallTitle,
.blockContainer.light_grey .fullScreenImageMapBlock .smallTitle,
.blockContainer.hex_light .fullScreenImageMapBlock .smallTitle {
  color: #ffffff;
}
.blockContainer.white .fullScreenImageMapBlock .button,
.blockContainer.grey .fullScreenImageMapBlock .button,
.blockContainer.light_grey .fullScreenImageMapBlock .button,
.blockContainer.hex_light .fullScreenImageMapBlock .button {
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blockContainer.white .fullScreenImageMapBlock .button:hover,
.blockContainer.grey .fullScreenImageMapBlock .button:hover,
.blockContainer.light_grey .fullScreenImageMapBlock .button:hover,
.blockContainer.hex_light .fullScreenImageMapBlock .button:hover {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  opacity: .5;
}
.blockContainer.primary .fullScreenImageMapBlock .timer .timerBar,
.blockContainer.hex .fullScreenImageMapBlock .timer .timerBar,
.blockContainer.hex_light .fullScreenImageMapBlock .timer .timerBar {
  background: #ffffff;
}
.fullScreenImageMapBlock {
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
}
.fullScreenImageMapBlock.aos-animate .timer {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fullScreenImageMapBlock.aos-animate .background .wrapper .quoteContent .innerWrapper {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fullScreenImageMapBlock.aos-animate .background .wrapper .slider {
  opacity: 1;
  -webkit-transition: transform 1.2s 0.3s, opacity 0.3s 0.6s;
  -moz-transition: transform 1.2s 0.3s, opacity 0.3s 0.6s;
  -ms-transition: transform 1.2s 0.3s, opacity 0.3s 0.6s;
  -o-transition: transform 1.2s 0.3s, opacity 0.3s 0.6s;
  transition: transform 1.2s 0.3s, opacity 0.3s 0.6s;
}
.fullScreenImageMapBlock.aos-animate .navigation {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fullScreenImageMapBlock .navigation {
  position: absolute;
  left: 90px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.fullScreenImageMapBlock .navigation .moveButton.previous {
  margin-right: 20px;
}
.fullScreenImageMapBlock .navigation .moveButton svg .circle {
  fill: transparent;
  stroke: #ffffff;
}
.fullScreenImageMapBlock .navigation .moveButton svg .hoverCircle {
  stroke: #1ca6fe;
}
.fullScreenImageMapBlock .timer {
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}
.fullScreenImageMapBlock .timer .timerBar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  background: #1ca6fe;
}
.fullScreenImageMapBlock .timer .timerBar.anim {
  width: 100%;
  -webkit-transition: all 5s linear;
  -moz-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
}
.fullScreenImageMapBlock .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.fullScreenImageMapBlock .background .wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fullScreenImageMapBlock .background .wrapper .quoteContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: auto;
  width: 1160px;
  bottom: 150px;
  min-height: 200px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fullScreenImageMapBlock .background .wrapper .quoteContent .innerWrapper {
  max-width: 700px;
  width: 100%;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
.fullScreenImageMapBlock .background .wrapper .quoteContent .innerWrapper .bigTitle {
  display: block;
  margin-bottom: 30px;
}
.fullScreenImageMapBlock .background .wrapper .quoteContent .innerWrapper .extras {
  max-width: 500px;
  width: 100%;
}
.fullScreenImageMapBlock .background .wrapper .slider {
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  white-space: nowrap;
}
.fullScreenImageMapBlock .background .wrapper .slider .innerWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
}
.fullScreenImageMapBlock .background .wrapper .slider .innerWrapper .imageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.fullScreenImageMapBlock .background .wrapper .slider .innerWrapper .imageWrapper .image {
  opacity: 1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.fullScreenImageMapBlock .background .wrapper .slider .innerWrapper .imageWrapper .image.lazy {
  background-image: none !important;
  background-color: #10263b;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullScreenImageMapBlock .background .wrapper .slider:after {
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #0f1b2a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f1b2a), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, #0f1b2a, transparent);
  background: -moz-linear-gradient(center bottom, #0f1b2a 0%, transparent 100%);
  background: -o-linear-gradient(transparent, #0f1b2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#0f1b2a', GradientType=0);
}
.fullScreenImageMapBlock .background .skewBar {
  background: #0f1b2a;
  height: 165px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: -165px;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.fullScreenImageMapBlock .content {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.fullScreenImageMapBlock .content.aos-animate .contentWrapper .share,
.fullScreenImageMapBlock .content.aos-animate .contentWrapper .raceInformation {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fullScreenImageMapBlock .content .contentWrapper .raceInformation {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.fullScreenImageMapBlock .content .contentWrapper .raceInformation .smallTitle {
  max-width: 500px;
  margin: auto;
  display: block;
}
.fullScreenImageMapBlock .content .contentWrapper .raceInformation .smallTitle .race {
  color: #1ca6fe;
}
.fullScreenImageMapBlock .content .contentWrapper .raceInformation .button {
  margin-top: 10px;
}
.fullScreenImageMapBlock .content .contentWrapper .share {
  width: 350px;
  float: right;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  padding-top: 20px;
  padding-bottom: 30px;
}
.fullScreenImageMapBlock .content .contentWrapper .share .smallTitle {
  padding-right: 10px;
  margin-right: 5px;
}
.fullScreenImageMapBlock .content .contentWrapper .share .socials a {
  color: #ffffff;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullScreenImageMapBlock .content .contentWrapper .share .socials a:hover {
  color: #1ca6fe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullScreenImageMapBlock .content .contentWrapper .share .socials a:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media all and (max-width: 1535px) {
  .fullScreenImageMapBlock .navigation {
    left: 30px;
  }
  .fullScreenImageMapBlock .timer {
    width: 100%;
  }
}
@media all and (max-width: 1240px) {
  .fullScreenImageMapBlock .content {
    padding-right: 20px;
  }
}
@media all and (max-width: 1024px) {
  .fullScreenImageMapBlock {
    max-height: 600px;
  }
  .fullScreenImageMapBlock .navigation {
    bottom: 55px;
    left: 20px;
  }
  .fullScreenImageMapBlock .navigation .moveButton {
    width: 55px;
    height: 55px;
  }
  .fullScreenImageMapBlock .navigation .moveButton.disabled {
    visibility: visible;
    opacity: 0.2;
  }
  .fullScreenImageMapBlock .navigation .moveButton i {
    margin-top: 0;
  }
  .fullScreenImageMapBlock .navigation .moveButton svg {
    width: 100%;
    height: 100%;
  }
  .fullScreenImageMapBlock .navigation .moveButton svg .circle {
    stroke-dashoffset: 0;
    stroke: rgba(255, 255, 255, 0.8);
  }
  .fullScreenImageMapBlock .navigation .moveButton svg .hoverCircle {
    display: none;
  }
  .fullScreenImageMapBlock .content .contentWrapper .share {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .fullScreenImageMapBlock .content .contentWrapper .share .smallTitle {
    display: none;
  }
  .fullScreenImageMapBlock .background {
    height: calc(100% - 20px);
  }
  .fullScreenImageMapBlock .background .wrapper .slider:after {
    height: 100%;
    opacity: 0.9;
  }
  .fullScreenImageMapBlock .background .wrapper .quoteContent {
    bottom: 60px;
    width: 100%;
    padding: 0 20px;
  }
  .fullScreenImageMapBlock .background .wrapper .quoteContent .innerWrapper .bigTitle {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .fullScreenImageMapBlock {
    max-height: 400px;
  }
  .fullScreenImageMapBlock .background {
    height: calc(100% - 40px);
  }
  .fullScreenImageMapBlock .content {
    padding-right: 0;
  }
  .fullScreenImageMapBlock .content .contentWrapper .raceInformation {
    display: inline-block;
    width: auto;
    float: right;
    padding-bottom: 20px;
    position: relative;
    text-align: right;
  }
  .fullScreenImageMapBlock .content .contentWrapper .share {
    display: none;
    opacity: 0;
  }
}
@media all and (max-width: 450px) {
  .fullScreenImageMapBlock .navigation {
    bottom: 120px;
  }
  .fullScreenImageMapBlock .content .contentWrapper .raceInformation {
    padding-bottom: 10px;
    text-align: left;
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 350px) {
  .fullScreenImageMapBlock .navigation {
    bottom: 140px;
  }
}
/*# sourceMappingURL=fullscreen_slider_map_block.css.map */