/*!
Theme Name: ILG
Author: ZET
Version: 1.0
*/
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-ExtraLight.otf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-Light.otf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-LightItalic.otf);
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-Regular.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-Italic.otf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Scandinavian Pro";
  src: url(fonts/ScandinavianPRO-Black.otf);
  font-weight: 900;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #7d8090;
  background: #26272e;
  font-family: "Scandinavian Pro", Roboto, "Helvetica Neue", "Calibri Light",
    Roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
}
body.loaded {
  overflow: auto;
  pointer-events: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  color: #282930;
}
a {
  color: #282930;
  text-decoration: none;
}
.link {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.wrapper {
  width: 100%;
  max-width: 1586px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar {
  width: 340px;
  padding: 20px;
  background: #eee;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content {
  margin-right: 20px;
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
  padding: 20px;
}
.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
:focus {
  outline: 0;
}
.btn {
  display: inline-block;
}
.btn--green {
  background: #68b50c;
  color: #fff;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 9px 34px 7px;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn--green:hover {
  background: #559905;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn--grey {
  background: #7d8090;
  color: #fff;
  font-size: 13px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 14px 33px 11px;
  line-height: 1;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.btn--grey:hover {
  background: #8c90a6;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.mouse-holder {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: auto;
  pointer-events: none;
  text-align: center;
}
@media (max-width: 1200px) {
  .mouse-holder {
    display: none;
  }
}
.mouse-holder span {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
  opacity: 0.5;
  display: inline-block;
}
.mousey {
  height: 32px;
  width: 23px;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0 auto;
  opacity: 0.5;
}
.scroller {
  width: 3px;
  height: 5px;
  position: absolute;
  top: 7px;
  opacity: 0.5;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
  -moz-animation-name: scroll;
  -o-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -moz-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -o-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 0;
  }
}
@-moz-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 0;
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  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;
}
.frontpage__slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.frontpage__slider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slick-initialized .slider__slide.slick-slide {
  width: 100%;
  height: -webkit-calc(100vh - 62px);
  height: -moz-calc(100vh - 62px);
  height: calc(100vh - 62px);
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 12.4vw;
}
@media (max-width: 1200px) {
  .slick-initialized .slider__slide.slick-slide {
    height: 500px;
  }
}
@media (max-width: 700px) {
  .slick-initialized .slider__slide.slick-slide {
    height: 270px;
  }
}
.slick-initialized .slider__slide.slick-slide.intro__slide {
  padding-bottom: 5.2vw;
}
.case-studie__title,
.slide__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 7.8vw;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.slick-slide .slide__title,
.slick-slide .slide__title + p {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0;
}
.slick-slide .btn--view-studie,
.slick-slide .slide__buttons {
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}
.slick-slide.slick-active .slide__title,
.slick-slide.slick-active p {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -moz-transition: opacity 0.8s, transform 0.8s, -moz-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s,
    -moz-transform 0.8s, -o-transform 0.8s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.slick-slide.slick-active .btn--view-studie,
.slick-slide.slick-active .slide__buttons {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  -o-transition: opacity 0.6s, -o-transform 0.8s;
  -moz-transition: opacity 0.6s, transform 0.8s, -moz-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s,
    -moz-transform 0.8s, -o-transform 0.8s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.slide__buttons {
  margin-top: 60px;
}
@media (max-width: 700px) {
  .slide__buttons {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .slide__buttons-watch {
    display: none;
  }
}
.slider__slide.intro__slide .slide__title {
  font-size: 5.7vw;
}
.slider__slide.intro__slide p {
  color: #fff;
  font-size: 2.86vw;
  margin: 0;
  margin-top: -15px;
}
@media (max-width: 1200px) {
  .slider__slide.intro__slide .slide__title {
    font-size: 60px;
  }
  .slider__slide.intro__slide p {
    font-size: 35px;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .slider__slide.intro__slide .slide__title,
  .slider__slide.intro__slide p {
    font-size: 25px;
    margin: 0;
  }
}
a.navigation__slide {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 110px;
  position: relative;
  outline: 0 solid #fff;
  -webkit-transition: outline-width 0.1s;
  -o-transition: outline-width 0.1s;
  -moz-transition: outline-width 0.1s;
  transition: outline-width 0.1s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.navigation__slide:not(.is-active):after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #e9eaf3;
  content: "";
  display: block;
}
a.navigation__slide.is-active {
  outline-width: 6px;
  -webkit-transition: outline-width 0.1s;
  -o-transition: outline-width 0.1s;
  -moz-transition: outline-width 0.1s;
  transition: outline-width 0.1s;
  z-index: 2;
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}
@media (max-width: 1200px) {
  a.navigation__slide {
    width: 25%;
    height: 150px;
  }
  a.navigation__slide.is-active {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  a.navigation__slide:not(.is-active):after {
    content: none;
  }
}
a.navigation__slide:first-child {
  color: #fff;
  background: rgba(167, 48, 225, 0.05);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 306px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  outline-color: rgba(167, 48, 225, 0);
}
a.navigation__slide:first-child .navigation__title {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
}
@media (max-width: 1200px) {
  a.navigation__slide:first-child {
    background: #fff;
    font-weight: 900;
    width: 100%;
  }
  a.navigation__slide:first-child.is-active {
    outline: 0;
  }
  a.navigation__slide:first-child .navigation__title {
    color: #070904;
    text-transform: none;
    font-size: 25px;
    border-bottom: 1px solid #e9eaf3;
    padding: 50px 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  a.navigation__slide:first-child {
    height: auto;
  }
  a.navigation__slide:first-child .navigation__title {
    font-size: 18px;
    font-weight: 900;
    padding: 25px 0;
    letter-spacing: 0;
  }
}
@media (max-width: 700px) {
  a.navigation__slide {
    width: 50%;
  }
}
a.navigation__slide:hover:not(:first-child) .navigation__title {
  color: #686971;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.navigation__icon {
  width: 100%;
  height: 66px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}
@media (max-width: 1440px) {
  .navigation__icon {
    height: 52px;
  }
}
@media (max-width: 1200px) {
  .navigation__icon {
    height: 66px;
  }
}
.navigation__title {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #171717;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}
.slider__navigation-container {
  padding: 0 8.3vw;
  height: 110px;
  position: absolute;
  bottom: 70px;
  width: 100%;
}
@media (max-width: 1440px) {
  .slider__navigation-container {
    padding: 0 40px;
    bottom: 45px;
  }
}
@media (max-width: 1200px) {
  .slider__navigation-container {
    position: relative;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
  }
}
.slider__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .slider__navigation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px;
    background: #fff;
  }
}
@media (max-width: 700px) {
  .slider__navigation {
    padding: 0 20px;
  }
}
.frontpage__slider-container {
  position: relative;
}
.case-studies {
  overflow: hidden;
  height: -webkit-calc(100vh - 62px);
  height: -moz-calc(100vh - 62px);
  height: calc(100vh - 62px);
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .case-studies {
    height: auto;
    overflow: visible;
  }
}
.case-studie {
  height: -webkit-calc(100vh - 62px);
  height: -moz-calc(100vh - 62px);
  height: calc(100vh - 62px);
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 160px;
  padding-bottom: 160px;
  position: absolute;
  top: 100vh;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.case-studie.active {
  top: 0;
}
.case-studie.animate-from-top {
  -webkit-animation: from_top 0.3s;
  -moz-animation: from_top 0.3s;
  -o-animation: from_top 0.3s;
  animation: from_top 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}
.case-studie.animate-from-bottom {
  -webkit-animation: from_bottom 0.3s;
  -moz-animation: from_bottom 0.3s;
  -o-animation: from_bottom 0.3s;
  animation: from_bottom 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}
.case-studie .btn {
  margin-top: 20px;
  font-weight: 700;
}
.case-studie .case-studie__description {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 5px 5px;
}
@media (max-width: 1440px) {
  .case-studie .case-studie__description {
    font-size: 20px;
  }
  .case-studie .case-studie__title {
    font-size: 90px;
  }
  .case-studie .btn {
    margin: 25px 0 0 5px;
    font-weight: 700;
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .case-studie {
    height: 58vw;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 40px 64px 60px 64px;
  }
  .case-studie .case-studie__description {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .case-studie .case-studie__title {
    font-size: 60px;
  }
}
@media (max-width: 700px) {
  .case-studie {
    height: auto;
    padding: 80px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
  }
  .case-studie .case-studie__club-logo {
    position: static;
    max-width: 80px;
    max-height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
    margin-top: 45px;
  }
  .case-studie .case-studie__description {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
    margin: 0;
  }
  .case-studie .case-studie__title {
    font-size: 40px;
    line-height: 49px;
  }
  .case-studie .btn {
    font-size: 12px;
    padding: 11px 15px 9px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-top: 10px;
  }
}
.case-studie__btn {
  padding: 0;
  width: 188px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .case-studie__btn {
    font-size: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 188px;
    height: 40px;
  }
}
.page-template-content-case_studies .case-studie__btn {
  width: 238px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 51px;
}
@media (max-width: 1200px) {
  .page-template-content-case_studies .case-studie__btn {
    font-size: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 188px;
    height: 40px;
    line-height: 41px;
  }
}
@-webkit-keyframes from_top {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes from_top {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes from_top {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
@keyframes from_top {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes from_bottom {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes from_bottom {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes from_bottom {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
@keyframes from_bottom {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
.case-studie__title {
  letter-spacing: 0;
  font-size: 6.7vw;
}
.case-studie__club-logo {
  position: absolute;
  bottom: 110px;
  left: 160px;
}
@media (max-width: 1440px) {
  .case-studie__club-logo {
    bottom: 50px;
    max-width: 160px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom;
  }
}
@media (max-width: 1200px) {
  .case-studie__club-logo {
    max-width: 128px;
    max-height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom;
    bottom: 40px;
    left: 64px;
  }
}
.case-studies__navigation-container {
  position: absolute;
  z-index: 50;
  right: 30px;
  padding: 10vw 0;
  height: 100%;
}
@media (max-width: 1200px) {
  .case-studies__navigation-container {
    display: none;
  }
}
.case-studies__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.case-studies__navigation:before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  right: 3px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  z-index: -1;
}
.case-studies__navigation__item {
  color: rgba(255, 255, 255, 0.15);
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.case-studies__navigation__item:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #606060;
  margin-left: 15px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, background 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s,
    -moz-transform 0.3s, -o-transform 0.3s;
}
.case-studies__navigation__item.active {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.case-studies__navigation__item.active:after {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, background 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s,
    -moz-transform 0.3s, -o-transform 0.3s;
  background: #fff;
}
.case-studies__navigation__item:hover {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.frontpage__keypoints {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
}
.keypoint {
  width: 25%;
  position: relative;
  float: left;
}
.keypoint .inner {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  height: 0;
  padding-top: 84.13%;
}
@media (max-width: 1200px) {
  .keypoint {
    width: 50%;
  }
  .keypoint .inner {
    padding-top: 78%;
  }
  .keypoint .inner a {
    background-position: center center;
  }
}
@media (max-width: 700px) {
  .keypoint {
    width: 100%;
  }
  .keypoint .inner {
    padding-top: 62.5%;
  }
}
.keypoint__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
}
.keypoint__content:before {
  position: absolute;
  content: "";
  display: block;
  background: url(images/keynote-fade.png) no-repeat center bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.keypoint__content .attachment-post-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.keypoint__content .attachment-post-thumbnail {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: opacity 0.3s linear, -o-transform 0.3s linear;
  -moz-transition: opacity 0.3s linear, transform 0.3s linear,
    -moz-transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear,
    -webkit-transform 0.3s linear, -moz-transform 0.3s linear,
    -o-transform 0.3s linear;
}
.keypoint__content .keypoint__title {
  color: #c5c8d8;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (max-width: 1200px) {
  .keypoint__content .keypoint__title {
    color: #fff;
  }
}
.keypoint__content .keypoint__icon {
  opacity: 1;
}
.keypoint__content:hover .keypoint__title {
  color: #fff;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.keypoint__content:hover .attachment-post-thumbnail {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: opacity 0.3s linear, -o-transform 0.3s linear;
  -moz-transition: opacity 0.3s linear, transform 0.3s linear,
    -moz-transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear,
    -webkit-transform 0.3s linear, -moz-transform 0.3s linear,
    -o-transform 0.3s linear;
}
.keypoint__content:hover .attachment-post-thumbnail {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 700px) {
  .keypoint__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    text-align: center;
  }
}
.keypoint:first-child .inner {
  padding-top: 167%;
}
@media (max-width: 1200px) {
  .keypoint:first-child .inner {
    padding-top: 78%;
  }
}
@media (max-width: 700px) {
  .keypoint:first-child .inner {
    padding-top: 62.5%;
  }
}
.keypoint:first-child .keypoint__title {
  font-size: 2vw;
  margin-bottom: -12px;
}
@media (max-width: 1200px) {
  .keypoint:first-child .keypoint__title {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .keypoint:first-child .keypoint__title {
    font-size: 20px;
  }
}
.keypoint:nth-child(2) {
  width: 50%;
}
@media (max-width: 700px) {
  .keypoint:nth-child(2) {
    width: 100%;
  }
}
.keypoint:nth-child(2) .inner {
  padding-top: 42%;
}
@media (max-width: 1200px) {
  .keypoint:nth-child(2) .inner {
    padding-top: 78%;
  }
}
@media (max-width: 700px) {
  .keypoint:nth-child(2) .inner {
    padding-top: 62.5%;
  }
}
.keypoint:nth-child(2) .keypoint__title {
  font-size: 2vw;
  margin-bottom: -12px;
}
@media (max-width: 1200px) {
  .keypoint:nth-child(2) .keypoint__title {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .keypoint:nth-child(2) .keypoint__title {
    font-size: 20px;
  }
}
.keypoint__title {
  color: #fff;
  font-size: 1.2vw;
  font-weight: 900;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .keypoint__title {
    color: #fff;
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .keypoint__title {
    font-size: 20px;
  }
}
.keypoint__icon {
  width: 168px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.keypoint--profesional-teams .keypoint__icon {
  background-image: url(images/svg/title-keypoints/bespoke-status.svg);
  width: 168px;
  height: 95px;
}
@media all and (max-width: 1440px) {
  .keypoint--profesional-teams .keypoint__icon:not(.big__icon) {
    width: 125px;
    height: 70px;
    -moz-background-size: 125px 70px;
    background-size: 125px 70px;
  }
}
.keypoint--profesional-teams:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/bespoke-status.svg);
}
@media (max-width: 1200px) {
  .keypoint--profesional-teams .keypoint__icon {
    background-image: url(images/svg/title-keypoints/bespoke-status.svg);
  }
}
.keypoint--british-olympic-team .keypoint__icon {
  background-image: url(images/svg/title-keypoints/british-team.svg);
  width: 102px;
  height: 95px;
}
@media all and (max-width: 1440px) {
  .keypoint--british-olympic-team .keypoint__icon:not(.big__icon) {
    width: 75px;
    height: 70px;
    -moz-background-size: 75px 70px;
    background-size: 75px 70px;
  }
}
.keypoint--british-olympic-team:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/british-team-h.svg);
}
@media (max-width: 1200px) {
  .keypoint--british-olympic-team .keypoint__icon {
    background-image: url(images/svg/title-keypoints/british-team-h.svg);
  }
}
.keypoint--bespoke .keypoint__icon {
  background-image: url(images/svg/title-keypoints/bespoke-status.svg);
  width: 95px;
  height: 95px;
}
@media all and (max-width: 1440px) {
  .keypoint--bespoke .keypoint__icon:not(.big__icon) {
    width: 70px;
    height: 70px;
    -moz-background-size: 70px 70px;
    background-size: 70px 70px;
  }
}
.keypoint--bespoke:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/bespoke-status-h.svg);
}
@media (max-width: 1200px) {
  .keypoint--bespoke .keypoint__icon {
    background-image: url(images/svg/title-keypoints/bespoke-status-h.svg);
  }
}
.keypoint--security .keypoint__icon {
  background-image: url(images/svg/title-keypoints/security.svg);
  width: 85px;
  height: 95px;
}
@media all and (max-width: 1440px) {
  .keypoint--security .keypoint__icon:not(.big__icon) {
    width: 63px;
    height: 70px;
    -moz-background-size: 63px 70px;
    background-size: 63px 70px;
  }
}
.keypoint--security:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/security-h.svg);
}
@media (max-width: 1200px) {
  .keypoint--security .keypoint__icon {
    background-image: url(images/svg/title-keypoints/security-h.svg);
  }
}
.keypoint--nominees .keypoint__icon {
  background-image: url(images/svg/title-keypoints/10-nominees.svg);
  width: 100px;
  height: 95px;
}
@media all and (max-width: 1440px) {
  .keypoint--nominees .keypoint__icon:not(.big__icon) {
    width: 63px;
    height: 70px;
    -moz-background-size: 63px 70px;
    background-size: 63px 70px;
  }
}
.keypoint--nominees:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/10-nominees-h.svg);
}
@media (max-width: 1200px) {
  .keypoint--nominees .keypoint__icon {
    background-image: url(images/svg/title-keypoints/10-nominees-h.svg);
  }
}
.keypoint--backgrounds .keypoint__icon {
  background-image: url(images/svg/title-keypoints/uniq-bg.svg);
  width: 79px;
  height: 95px;
}
@media all and (max-width: 1440px) {
  .keypoint--backgrounds .keypoint__icon:not(.big__icon) {
    width: 59px;
    height: 70px;
    -moz-background-size: 59px 70px;
    background-size: 59px 70px;
  }
}
.keypoint--backgrounds:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/uniq-bg-h.svg);
}
@media (max-width: 1200px) {
  .keypoint--backgrounds .keypoint__icon {
    background-image: url(images/svg/title-keypoints/uniq-bg-h.svg);
  }
}
.keypoint__popup {
  width: 100%;
  max-width: 952px;
}
@media (max-width: 1440px) {
  .keypoint__popup {
    max-width: 740px;
  }
}
.keypoint__popup-content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 90px;
}
.keypoint__popup-content .keypoint__image {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.keypoint__popup-content .keypoint__image img {
  max-width: 100%;
}
.keypoint__popup-content .keypoint__popup-title {
  text-transform: uppercase;
  max-width: 635px;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 1440px) {
  .keypoint__popup-content .keypoint__popup-title {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  .keypoint__popup-content .keypoint__popup-title {
    font-size: 16px;
  }
}
.keypoint__popup-content .keypoint__popup-text-content {
  max-width: 765px;
  font-weight: 200;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  padding: 0 65px;
}
.keypoint__popup-content .keypoint__popup-text-content b,
.keypoint__popup-content .keypoint__popup-text-content strong {
  color: #e11b23;
  font-weight: 700;
}
.keypoint__popup-content .keypoint__popup-text-content table {
  width: 100%;
}
.keypoint__popup-content .keypoint__popup-text-content table td {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
}
.keypoint__popup-content .keypoint__popup-text-content table td > * {
  display: block;
}
.keypoint__popup-content .keypoint__popup-text-content table td br {
  display: none;
}
.keypoint__popup-content .keypoint__popup-text-content table td img {
  margin: 0 auto 30px;
}
.keypoint__popup-content .keypoint__popup-text-content table td strong {
  font-size: 18px;
}
.keypoint__popup-content .keypoint__popup-text-content table td a {
  font-size: 15px;
}
@media (max-width: 1440px) {
  .keypoint__popup-content .keypoint__popup-text-content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 700px) {
  .keypoint__popup-content .keypoint__popup-text-content {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .keypoint__popup-content {
    padding-bottom: 20px;
  }
}
.keypoint__popup .keypoint__icon {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff;
  border: 24px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .keypoint__popup .keypoint__icon {
    border-width: 14px;
    margin-top: -40px;
  }
}
.popup__close {
  width: 55px;
  height: 55px;
  position: absolute;
  right: -65px;
  top: 0;
  background: url(images/svg/close.svg) no-repeat center center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup__close:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 700px) {
  .popup__close {
    right: 0;
    top: -50px;
    width: 40px;
    height: 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
.keypoint__popup.keypoint--british-olympic-team .keypoint__icon {
  width: 102px;
  height: 95px;
  background-image: url(images/svg/title-keypoints/british-team-pop-up.svg);
}
@media (max-width: 700px) {
  .keypoint__popup.keypoint--british-olympic-team .keypoint__icon {
    width: 57px;
    height: 53px;
    -moz-background-size: 57px 53px;
    background-size: 57px 53px;
  }
}
.keypoint__popup.keypoint--british-olympic-team:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/british-team-pop-up.svg);
}
.keypoint__popup.keypoint--profesional-teams .keypoint__icon {
  background-image: url(images/svg/title-keypoints/50 -pop-up.svg);
}
@media (max-width: 700px) {
  .keypoint__popup.keypoint--profesional-teams .keypoint__icon {
    width: 94px;
    height: 53px;
    -moz-background-size: 94px 53px;
    background-size: 94px 53px;
  }
}
.keypoint__popup.keypoint--profesional-teams:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/50 -pop-up.svg);
}
.keypoint__popup.keypoint--bespoke .keypoint__icon {
  width: 95px;
  height: 95px;
  background-image: url(images/svg/title-keypoints/bespoke-status-pop-up.svg);
}
@media (max-width: 700px) {
  .keypoint__popup.keypoint--bespoke .keypoint__icon {
    width: 53px;
    height: 53px;
    -moz-background-size: 53px 53px;
    background-size: 53px 53px;
  }
}
.keypoint__popup.keypoint--bespoke:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/bespoke-status-pop-up.svg);
}
.keypoint__popup.keypoint--security .keypoint__icon {
  width: 85px;
  height: 95px;
  background-image: url(images/svg/title-keypoints/security-pop-up.svg);
}
@media (max-width: 700px) {
  .keypoint__popup.keypoint--security .keypoint__icon {
    width: 47px;
    height: 53px;
    -moz-background-size: 47px 53px;
    background-size: 47px 53px;
  }
}
.keypoint__popup.keypoint--security:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/security-pop-up.svg);
}
.keypoint__popup.keypoint--nominees .keypoint__icon {
  width: 100px;
  height: 95px;
  background-image: url(images/svg/title-keypoints/10-nominees-pop-up.svg);
}
@media (max-width: 700px) {
  .keypoint__popup.keypoint--nominees .keypoint__icon {
    width: 42px;
    height: 53px;
    -moz-background-size: 42px 53px;
    background-size: 42px 53px;
  }
}
.keypoint__popup.keypoint--nominees:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/10-nominees-pop-up.svg);
}
.keypoint__popup.keypoint--nominees a {
  color: #ac17f5;
  text-decoration: underline;
}
.keypoint__popup.keypoint--nominees b,
.keypoint__popup.keypoint--nominees strong {
  color: #000;
}
.keypoint__popup.keypoint--backgrounds .keypoint__icon {
  width: 79px;
  height: 95px;
  background-image: url(images/svg/title-keypoints/uniq-bg-pop-up.svg);
}
@media (max-width: 700px) {
  .keypoint__popup.keypoint--backgrounds .keypoint__icon {
    width: 44px;
    height: 53px;
    -moz-background-size: 44px 53px;
    background-size: 44px 53px;
  }
}
.keypoint__popup.keypoint--backgrounds:hover .keypoint__icon {
  background-image: url(images/svg/title-keypoints/uniq-bg-pop-up.svg);
}
.keypoint__gallery {
  height: 120px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding: 25px 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.frontpage__description {
  padding: 130px 20px;
  background: #fff;
  margin-top: -20px;
}
.frontpage__description p {
  font-weight: 200;
  color: #7d8090;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .frontpage__description {
    padding: 50px 20px;
  }
  .frontpage__description h2 {
    margin-top: 0;
  }
  .frontpage__description p:last-child {
    margin-bottom: 0;
  }
}
.description__holder {
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 700px) {
  .description__holder p {
    font-size: 14px;
    line-height: 24px;
  }
}
.description__icon {
  width: 70px;
  height: 70px;
  background: url(images/gif-uniq-animation.gif) no-repeat center center;
  margin: auto;
}
@media (max-width: 700px) {
  .description__icon {
    display: none;
  }
}
.description__title {
  font-size: 60px;
  color: #3e3f47;
  font-weight: 900;
  margin-top: 33px;
  margin-bottom: 22px;
}
@media (max-width: 700px) {
  .description__title {
    font-size: 25px;
    line-height: 36px;
  }
}
.frontpage__features {
  position: relative;
  height: -webkit-calc(100vh - 62px);
  height: -moz-calc(100vh - 62px);
  height: calc(100vh - 62px);
  min-height: 840px;
}
@media (max-width: 1200px) {
  .frontpage__features {
    height: auto;
    min-height: 450px;
  }
}
@media (max-width: 700px) {
  .frontpage__features {
    display: none;
  }
}
.frontpage__feature {
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.frontpage__feature.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.features__navigation {
  position: absolute;
  width: 550px;
  height: 710px;
  right: 11%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1680px) {
  .features__navigation {
    right: 110px;
  }
}
@media all and (max-width: 1650px) {
  .features__navigation {
    width: 460px;
  }
}
@media all and (max-width: 1200px) {
  .features__navigation {
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
    bottom: auto;
    left: auto;
    padding-top: 450px;
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.navigation__content {
  background: rgba(46, 50, 75, 0.9);
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  padding: 60px 116px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1650px) {
  .navigation__content {
    padding: 40px 80px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .navigation__content {
    background: 0 0;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: visible;
  }
}
.navigation__content--holder {
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .navigation__content--holder {
    width: 512px;
    margin: 0 auto;
    text-align: center;
  }
}
.navigation__content--mover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s,
    -o-transform 0.3s;
}
.navigation__content--inner {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.navigation__content--inner.active {
  display: block;
}
@media all and (max-width: 1200px) {
  .navigation__content--inner {
    width: 512px;
  }
}
.features__title {
  color: #b6c1f4;
  margin-top: 20px;
}
.features__title .title__big {
  font-size: 80px;
  font-weight: 900;
  line-height: 48px;
}
@media all and (max-width: 1440px) {
  .features__title .title__big {
    font-size: 60px;
    line-height: 36px;
  }
}
.features__title .title__small {
  font-size: 36px;
  font-weight: 200;
  line-height: 48px;
  display: block;
}
@media (max-width: 1440px) {
  .features__title .title__small {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .features__title {
    color: #fff;
  }
}
.features__content {
  margin-top: 30px;
}
.navigation__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1200px) {
  .navigation__tabs {
    display: none;
  }
}
.frontpage__feature--visuals {
  width: 720px;
  height: 510px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11%;
  margin: auto;
}
@media all and (max-width: 1680px) {
  .frontpage__feature--visuals {
    left: 110px;
  }
}
@media (max-width: 1440px) {
  .frontpage__feature--visuals {
    width: 42vw;
    height: 440px;
  }
}
@media all and (max-width: 1200px) {
  .frontpage__feature--visuals {
    width: 410px;
    height: 286px;
    position: absolute;
    top: 100px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media all and (max-width: 640px) {
  .frontpage__feature--visuals {
    width: 90%;
    height: 286px;
    position: absolute;
    top: 100px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.frontpage__feature--visuals .feature__ipad {
  max-width: 884px;
  width: 123%;
  margin-left: -72px;
  margin-top: -15px;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s,
    -moz-transform 0.4s, -o-transform 0.4s;
  opacity: 0;
}
@media (max-width: 1440px) {
  .frontpage__feature--visuals .feature__ipad {
    margin-left: -48px;
    margin-top: -10px;
  }
}
.frontpage__feature--visuals .feature__iphone {
  max-width: 409px;
  width: 57%;
  position: absolute;
  top: -80px;
  right: -105px;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s,
    -moz-transform 0.4s, -o-transform 0.4s;
}
@media all and (max-width: 1450px) {
  .frontpage__feature--visuals .feature__iphone {
    top: -57px;
    right: -80px;
  }
}
.feature .feature__ipad {
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s,
    -moz-transform 0.4s, -o-transform 0.4s;
}
.feature:nth-child(odd) .feature__ipad {
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.feature .feature__iphone {
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s,
    -moz-transform 0.4s, -o-transform 0.4s;
}
.feature.active .feature__ipad,
.frontpage__feature.active .feature__ipad {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  -o-transition: opacity 0.6s, -o-transform 0.8s;
  -moz-transition: transform 0.8s, opacity 0.6s, -moz-transform 0.8s;
  transition: transform 0.8s, opacity 0.6s;
  transition: transform 0.8s, opacity 0.6s, -webkit-transform 0.8s,
    -moz-transform 0.8s, -o-transform 0.8s;
}
.feature.active .feature__iphone,
.frontpage__feature.active .feature__iphone {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -moz-transition: transform 0.6s, opacity 0.6s, -moz-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s,
    -moz-transform 0.6s, -o-transform 0.6s;
}
.frontpage__feature.active .feature__ipad {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.frontpage__feature.active .feature__iphone {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.feature.animated .feature__ipad {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.feature.animated .feature__iphone {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.feature.animated .feature__info {
  opacity: 1;
}
.frontpage__feature--images {
  width: 100%;
  height: 100%;
  position: relative;
}
.navigation__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #7d8090;
  background: #fff;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 160px;
  padding: 38px 0 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .navigation__tab {
    height: 118px;
    padding: 20px 0 20px;
  }
}
.navigation__tab.active {
  background: rgba(46, 50, 75, 0.9);
}
.navigation__tab.active span {
  color: #fff;
}
.navigation__tab.active:after {
  content: none;
}
.navigation__tab:after {
  content: "";
  display: block;
  top: 38px;
  bottom: 30px;
  width: 1px;
  position: absolute;
  background: #e9eaf3;
  right: 0;
}
@media (max-width: 1440px) {
  .navigation__tab:after {
    top: 20px;
    bottom: 20px;
  }
}
.navigation__tab i {
  display: block;
  width: 70px;
  height: 47px;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1440px) {
  .navigation__tab i {
    height: 36px;
    -moz-background-size: contain;
    background-size: contain;
  }
}
.navigation__tab .tab__title {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #7d8090;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
.navigation__tab .tab__title span {
  display: block;
}
@media (max-width: 1440px) {
  .navigation__tab .tab__title {
    margin-top: 15px;
  }
}
.navigation__tab:first-child {
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.navigation__tab:last-child {
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.navigation__tab:last-child:after {
  content: none;
}
.navigation__tab.tab--team-communication i {
  background-image: url(images/svg/title-features/team-communication-b.svg);
  opacity: 0.25;
}
.navigation__tab.tab--team-communication.active i {
  background-image: url(images/svg/title-features/team-communication-h.svg);
  opacity: 1;
}
.navigation__tab.tab--team-communication:hover:not(.active) i {
  background-image: url(images/svg/title-features/team-communication-b.svg);
  opacity: 1;
}
.navigation__tab.tab--players-analysis i {
  background-image: url(images/svg/title-features/video-analysis-slider.svg);
  opacity: 0.25;
}
.navigation__tab.tab--players-analysis.active i {
  background-image: url(images/svg/title-features/video-analysis-slider-h.svg);
  opacity: 1;
}
.navigation__tab.tab--players-analysis:hover:not(.active) i {
  background-image: url(images/svg/title-features/video-analysis-slider.svg);
  opacity: 1;
}
.navigation__tab.tab--monitor-players i {
  background-image: url(images/svg/title-features/monitor-players-b.svg);
  opacity: 0.25;
}
.navigation__tab.tab--monitor-players.active i {
  background-image: url(images/svg/title-features/monitor-players-h.svg);
  opacity: 1;
}
.navigation__tab.tab--monitor-players:hover:not(.active) i {
  background-image: url(images/svg/title-features/monitor-players-b.svg);
  opacity: 1;
}
.navigation__tab.tab--files-storage i {
  background-image: url(images/svg/title-features/files-storage-b.svg);
  opacity: 0.25;
}
.navigation__tab.tab--files-storage.active i {
  background-image: url(images/svg/title-features/files-storage-h.svg);
  opacity: 1;
}
.navigation__tab.tab--files-storage:hover:not(.active) i {
  background-image: url(images/svg/title-features/files-storage-b.svg);
  opacity: 1;
}
.navigation__arrow {
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.navigation__arrow.arrow--left {
  left: 40px;
  background: url(images/svg/title-features/arrow-left.svg) no-repeat center
    center;
}
.navigation__arrow.arrow--left:hover {
  background-image: url(images/svg/title-features/arrow-left-h.svg);
}
@media (max-width: 1440px) {
  .navigation__arrow.arrow--left {
    left: 28px;
  }
}
.navigation__arrow.arrow--right {
  right: 40px;
  background: url(images/svg/title-features/arrow-right.svg) no-repeat center
    center;
}
.navigation__arrow.arrow--right:hover {
  background-image: url(images/svg/title-features/arrow-right-h.svg);
}
@media (max-width: 1440px) {
  .navigation__arrow.arrow--right {
    right: 28px;
  }
}
@media all and (max-width: 1200px) {
  .navigation__arrow {
    top: -195px;
    bottom: auto;
  }
}
.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-calc(100vh - 62px);
  height: -moz-calc(100vh - 62px);
  height: calc(100vh - 62px);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  padding: 0 8.33vw;
}
@media (max-width: 1200px) {
  .feature {
    padding: 100px 8.33vw 60px;
  }
}
.feature .feature__iphone {
  position: absolute;
}
@media (max-width: 1440px) {
  .feature .feature__iphone {
    width: 320px;
  }
}
@media (max-width: 700px) {
  .feature .feature__iphone {
    width: 40%;
  }
}
@media (max-width: 1440px) {
  .feature .feature__ipad {
    width: 740px;
  }
}
@media (max-width: 700px) {
  .feature .feature__ipad {
    width: 90%;
  }
}
.feature:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 1441px) {
  .feature:nth-child(odd) .feature__visuals {
    margin-left: 16.6vw;
  }
}
.feature:nth-child(odd) .feature__ipad {
  float: right;
}
@media (max-width: 1440px) {
  .feature:nth-child(odd) .feature__ipad {
    margin-right: -130px;
    margin-top: 5px;
  }
}
@media (max-width: 700px) {
  .feature:nth-child(odd) .feature__ipad {
    margin-right: -50px;
    margin-top: -10px;
  }
}
.feature:nth-child(odd) .feature__iphone {
  top: -66px;
  left: -360px;
}
@media (max-width: 1440px) {
  .feature:nth-child(odd) .feature__iphone {
    top: -48px;
    left: -15px;
  }
}
@media (max-width: 1200px) {
  .feature:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.feature:nth-child(odd) .feature__info {
  padding-left: 8.33vw;
}
@media (max-width: 1200px) {
  .feature:nth-child(odd) .feature__info {
    padding: 0;
  }
}
.feature:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 1441px) {
  .feature:nth-child(even) .feature__visuals {
    margin-right: 16.6vw;
  }
}
.feature:nth-child(even) .feature__ipad {
  float: left;
}
@media (max-width: 1440px) {
  .feature:nth-child(even) .feature__ipad {
    margin-left: -120px;
    margin-top: -10px;
  }
}
@media (max-width: 700px) {
  .feature:nth-child(even) .feature__ipad {
    margin-left: -50px;
  }
}
.feature:nth-child(even) .feature__iphone {
  top: -57px;
  right: -345px;
}
@media (max-width: 1440px) {
  .feature:nth-child(even) .feature__iphone {
    top: -50px;
    right: -35px;
  }
}
@media (max-width: 700px) {
  .feature:nth-child(even) .feature__iphone {
    right: -5px;
  }
}
@media (max-width: 1200px) {
  .feature:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.feature:nth-child(even) .feature__info {
  padding-right: 8.33vw;
}
@media (max-width: 1200px) {
  .feature:nth-child(even) .feature__info {
    padding: 0;
  }
}
.feature__info {
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  -moz-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .feature__info {
  opacity: 1;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  -moz-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.feature__title {
  color: #fff;
  font-size: 5.2vw;
  font-weight: 900;
  line-height: 0.8;
}
.feature__title span:not(:first-child) {
  font-size: 3.6vw;
}
@media (max-width: 1440px) {
  .feature__title span:not(:first-child) {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .feature__title span:not(:first-child) {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .feature__title span:not(:first-child) {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .feature__title {
    font-size: 80px;
    line-height: 0.7;
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .feature__title {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .feature__title {
    font-size: 30px;
  }
}
.feature__info {
  width: 40%;
}
@media (max-width: 1200px) {
  .feature__info {
    width: 90%;
    max-width: 512px;
    text-align: center;
    margin-top: 60px;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .feature__info {
    margin-top: 15px;
  }
}
.feature__visuals {
  position: relative;
  width: 60%;
  max-width: 720px;
}
.feature__visuals:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1440px) {
  .feature__visuals {
    width: 635px;
    height: 460px;
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .feature__visuals {
    width: 90%;
  }
}
.feature.tab--platform .feature__title span {
  font-size: 4.68vw;
}
.feature.tab--platform .feature__title span:last-child {
  color: #ba6cff;
  position: relative;
  text-decoration: underline;
}
.feature .feature__content {
  color: #c5c8d8;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 200;
}
@media (max-width: 1440px) {
  .feature .feature__content {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .feature .feature__content {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .feature .feature__content {
    font-size: 14px;
  }
}
.feature .feature__title {
  position: relative;
}
.feature .feature__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 95px;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: -95px;
  left: 0;
}
@media (max-width: 1440px) {
  .feature .feature__title::before {
    top: -80px;
  }
}
@media (max-width: 1200px) {
  .feature .feature__title::before {
    content: none;
  }
}
.feature.tab--team-communication .feature__title::before {
  background-image: url(images/svg/features/team-communication-features.svg);
}
.feature.tab--players-analysis .feature__title::before {
  background-image: url(images/svg/features/features-video-analysis.svg);
}
.feature.tab--monitor-players .feature__title::before {
  background-image: url(images/svg/features/monitor-players-features.svg);
}
.feature.tab--files-storage .feature__title::before {
  background-image: url(images/svg/features/files-storage-features.svg);
}
.feature.features--text {
  height: auto;
}
.feature__content ul,
.features__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature__content ul li,
.features__content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .feature__content ul li,
  .features__content ul li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.feature__content ul li:before,
.features__content ul li:before {
  content: "";
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #c5c8d8;
  margin-right: 3px;
  font-size: 0;
}
.feature.feature--text {
  height: auto;
  background: #fff;
  padding-top: 165px;
  padding-bottom: 100px;
}
.feature.feature--text.no-title {
  padding-top: 100px;
}
@media (max-width: 1440px) {
  .feature.feature--text {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .feature.feature--text.feature--why-choose-us {
    padding-top: 135px;
  }
  .feature.feature--text.features--text {
    padding-top: 135px;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .feature.feature--text {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .feature.feature--text.feature--why-choose-us {
    padding-top: 70px;
  }
  .feature.feature--text.features--text {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.feature.feature--text .wrapper {
  max-width: 1638px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .feature.feature--text .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feature.feature--text .feature--text__title {
  width: 20%;
}
@media (max-width: 1200px) {
  .feature.feature--text .feature--text__title {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .feature.feature--text .feature--text__title {
    margin-bottom: 50px;
  }
}
.feature.feature--text .feature--text__title h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 50px;
  line-height: 1.2;
  color: #222328;
  font-weight: 900;
  margin-top: -65px;
}
.feature.feature--text .feature--text__title h2 span:first-child {
  color: #c4c4c4;
}
.feature.feature--text .feature--text__title h2 span:not(:first-child) {
  text-decoration: underline;
}
@media all and (max-width: 1200px) {
  .feature.feature--text .feature--text__title h2 span:not(:first-child) {
    text-decoration: none;
    margin-left: 7px;
  }
}
@media all and (max-width: 1440px) {
  .feature.feature--text .feature--text__title h2 {
    font-size: 32px;
    margin-top: -55px;
  }
}
@media all and (max-width: 1200px) {
  .feature.feature--text .feature--text__title h2 {
    margin-top: 0;
    color: #c4c4c4;
    display: block;
  }
}
@media (max-width: 700px) {
  .feature.feature--text .feature--text__title h2 {
    text-align: center;
  }
}
.feature.feature--text .feature--text__content {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .feature.feature--text .feature--text__content {
    width: 100%;
    margin-top: 55px;
  }
}
@media (max-width: 700px) {
  .feature.feature--text .feature--text__content {
    margin-top: 20px;
  }
}
.feature.feature--text .parsed__td {
  width: 25.1%;
  margin-bottom: 115px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 200;
  color: #666;
}
@media all and (max-width: 1200px) {
  .feature.feature--text .parsed__td {
    width: 48%;
  }
}
@media (max-width: 700px) {
  .feature.feature--text .parsed__td {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 100px;
  }
}
.feature.feature--text .parsed__td h2 {
  font-size: 20px;
  font-weight: 900;
  position: relative;
}
.feature.feature--text .parsed__td h2:before {
  content: "";
  display: block;
  position: absolute;
  height: 55px;
  width: 100%;
  top: -55px;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .feature.feature--text .parsed__td h2:before {
    background-position: center center;
    height: 70px;
    top: -70px;
  }
}
.feature.feature--text .parsed__td h2.document-storage:before {
  background-image: url(images/svg/features/document-storage.svg);
}
.feature.feature--text .parsed__td h2.scouting:before {
  background-image: url(images/svg/features/scouting.svg);
}
.feature.feature--text .parsed__td h2.performance-wall:before {
  background-image: url(images/svg/features/performance-wall.svg);
}
.feature.feature--text .parsed__td h2.players-profiles:before {
  background-image: url(images/svg/features/players-profiles.svg);
}
.feature.feature--text .parsed__td h2.player-monitoring:before {
  background-image: url(images/svg/features/player-monitoring.svg);
}
.feature.feature--text .parsed__td h2.squad-status:before {
  background-image: url(images/svg/features/squad-status.svg);
}
.feature.feature--text .parsed__td h2.video-analysis:before {
  background-image: url(images/svg/features/video-analysis.svg);
}
.feature.feature--text .parsed__td h2.security:before {
  background-image: url(images/svg/features/security.svg);
}
.feature.feature--text .parsed__td h2.private-messaging:before {
  background-image: url(images/svg/features/messaging.svg);
}
.feature.feature--text .parsed__td h2.notes:before {
  background-image: url(images/svg/features/notes.svg);
}
.feature.feature--text .parsed__td h2.push-notifications:before {
  background-image: url(images/svg/features/notifications.svg);
}
.feature.feature--text .parsed__td h2.calendar:before {
  background-image: url(images/svg/features/calendar.svg);
}
@media (max-width: 1200px) {
  .feature.feature--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
}
@media (max-width: 700px) {
  .feature.feature--text {
    padding: 15px 0;
  }
}
.features {
  overflow: hidden;
  height: -webkit-calc(100vh - 62px);
  height: -moz-calc(100vh - 62px);
  height: calc(100vh - 62px);
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .features {
    height: auto;
  }
}
.feature {
  position: absolute;
  top: 100vh;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature.active {
  top: 0;
}
.feature.animate-from-top {
  -webkit-animation: from_top 0.3s;
  -moz-animation: from_top 0.3s;
  -o-animation: from_top 0.3s;
  animation: from_top 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}
.feature.animate-from-bottom {
  -webkit-animation: from_bottom 0.3s;
  -moz-animation: from_bottom 0.3s;
  -o-animation: from_bottom 0.3s;
  animation: from_bottom 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}
.feature .btn {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .feature {
    width: 100%;
    height: auto;
    min-height: 420px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .feature .feature__visuals {
    height: auto;
  }
}
@media (max-width: 700px) {
  .feature {
    height: auto;
    padding: 60px 20px;
    min-height: initial;
  }
}
.text--features .feature {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.feature--text {
  position: relative;
  padding-bottom: 80px;
}
.feature--text:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 25vw;
  right: 8.3vw;
  height: 1px;
  background: #e4e4e4;
  display: block;
}
@media (max-width: 1200px) {
  .feature--text:not(:first-child):before {
    left: 8.3vw;
  }
}
.feature--why-choose-us .feature--text__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -65px;
}
@media (max-width: 1200px) {
  .feature--why-choose-us .feature--text__content.feature--text__content {
    margin-top: 0;
  }
}
.reason {
  width: 50%;
}
.reason:nth-child(odd) {
  padding-right: 4.15vw;
}
.reason:nth-child(even) {
  padding-left: 4.15vw;
}
@media (max-width: 1200px) {
  .reason {
    width: 100%;
    margin-bottom: 40px;
  }
  .reason:nth-child(even),
  .reason:nth-child(odd) {
    padding: 0;
  }
}
.reason__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 700px) {
  .reason__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.reason__person {
  width: 130px;
}
.reason__person img {
  max-width: 100%;
}
.reason__person-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 30px;
}
@media (max-width: 700px) {
  .reason__person-name {
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.reason__person-name h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  margin: 0;
}
.reason__person-name span {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 1440px) {
  .reason__person-name span {
    font-size: 15px;
  }
}
.reason__bottom {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  font-weight: 200;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .reason__bottom {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media (max-width: 700px) {
  .reason__bottom {
    text-align: center;
  }
}
.no-title .feature--text__title {
  visibility: hidden;
}
@media (max-width: 1200px) {
  .no-title .feature--text__title {
    display: none;
  }
}
.no-title .icon__title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  color: #222328;
  margin-top: 25px;
}
@media (max-width: 1440px) {
  .no-title .icon__title {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .no-title .icon__title {
    line-height: 1.2;
    font-size: 13px;
    margin-top: 18px;
  }
}
.no-title .feature--text__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.feature__icon {
  text-align: center;
  max-width: 170px;
}
@media (max-width: 1440px) {
  .feature__icon img {
    max-width: 120px;
    max-height: 67px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
@media (max-width: 700px) {
  .feature__icon {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature__icon img {
    max-width: 100%;
    display: block;
  }
}
@media all and (max-width: 1200px) {
  .feature--text__content .feature__icon {
    width: 50%;
    max-width: none;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1200px) and (max-width: 700px) {
  .feature--text__content .feature__icon {
    margin-bottom: 25px;
  }
  .feature--text__content .feature__icon:nth-child(odd) {
    padding-right: 10px;
  }
  .feature--text__content .feature__icon:nth-child(even) {
    padding-left: 10px;
  }
}
.btn--features {
  padding: 12px 40px 9px;
  border: 2px solid #fff;
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 45px;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn--features:hover {
  background: #fff;
  color: #2e324b;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 1440px) {
  .btn--features {
    padding: 6px 27px 4px;
    font-size: 13px;
    margin-top: 25px;
  }
}
.features__holder {
  width: 100%;
}
@media (max-width: 1200px) {
  .features__holder {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 1200px) {
  .mobile-flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.features__watch-video {
  display: block;
  width: 205px;
  height: 145px;
  background: url(images/play-background.png) no-repeat center center;
  position: relative;
}
.features__watch-video:after {
  content: "";
  position: absolute;
  display: block;
  width: 98px;
  height: 98px;
  background: url(images/svg/play-button.svg);
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.try-out-block.feature.feature--text {
  padding-top: 50px;
}
.try-out-block.feature.feature--text .feature--text__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  color: #c4c4c4;
  font-weight: 900;
}
.try-out-block.feature.feature--text .feature--text__content strong {
  font-weight: 900;
  color: #222328;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .try-out-block.feature.feature--text {
    padding-bottom: 50px;
  }
}
@media (min-width: 1441px) {
  .feature__info {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .feature__visuals .feature__ipad {
    width: 141%;
    max-width: 884px;
  }
  .feature__visuals .feature__iphone {
    width: 65%;
    max-width: 409px;
  }
  .feature:nth-child(even) .feature__visuals .feature__iphone {
    top: -10%;
  }
}
@media (max-width: 700px) {
  .feature.tab--platform:first-child {
    background-position: 20% center;
  }
}
.frontpage__try {
  height: auto;
  background-color: #d9d9dd;
  background: -webkit-linear-gradient(#f5f5f6, #d9d9dd);
  background: -o-linear-gradient(#f5f5f6, #d9d9dd);
  background: -moz-linear-gradient(#f5f5f6, #d9d9dd);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f6),
    to(#d9d9dd)
  );
  background: linear-gradient(#f5f5f6, #d9d9dd);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 11%;
}
@media all and (max-width: 1680px) {
  .frontpage__try {
    padding: 100px 55px 100px 110px;
  }
}
@media all and (max-width: 1200px) {
  .frontpage__try {
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .frontpage__try {
    padding: 50px 20px;
    height: auto;
  }
}
.try__info {
  width: 38%;
  max-width: 470px;
}
.try__visual {
  width: 58%;
}
.try__visual img {
  max-width: 100%;
}
.try__header {
  color: #3e3f47;
  font-size: 55px;
  line-height: 36px;
  font-weight: 900;
  margin: 0;
}
@media all and (max-width: 1440px) {
  .try__header {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .try__header {
    font-size: 25px;
    line-height: 22px;
    text-align: center;
  }
}
.try__description {
  color: #7d8090;
  font-size: 22px;
  line-height: 36px;
  font-weight: 200;
  margin: 10px 0 0 0;
}
@media all and (max-width: 1440px) {
  .try__description {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 700px) {
  .try__description {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
}
.try__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 65px;
}
.try__links .link {
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-right: 1px solid #d4d7e3;
  color: #7d8090;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-left: 65px;
  height: 55px;
  line-height: 55px;
  background-repeat: no-repeat;
  background-position: 30px center;
}
.try__links .link.link--apple {
  background-image: url(images/svg/apple.svg);
  padding-left: 78px;
  text-transform: initial;
  padding-right: 22px;
}
@media (max-width: 700px) {
  .try__links .link.link--apple {
    background-position: center center;
    padding: 0;
  }
}
.try__links .link.link--android {
  background-image: url(images/svg/android.svg);
  padding-left: 80px;
  padding-right: 22px;
}
@media (max-width: 700px) {
  .try__links .link.link--android {
    background-position: center center;
    padding: 0;
  }
}
.try__links .link.link--web {
  background-image: url(images/svg/svg);
  border: none;
  padding-left: 86px;
}
@media (max-width: 700px) {
  .try__links .link.link--web {
    background-position: center center;
    padding: 0;
  }
}
@media all and (max-width: 1680px) {
  .try__links .link {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .try__links .link {
    overflow: hidden;
    width: 93px;
    height: 55px;
    padding: 0;
    background-position: center center;
    text-indent: -999px;
  }
}
@media all and (max-width: 1200px) {
  .try__links {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .try__links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0;
  }
}
.btn--frontpage-try,
.slide__buttons-try,
.slide__buttons-watch {
  color: #fff;
  padding: 0 35px 0 60px;
  height: 50px;
  line-height: 51px;
  font-size: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}
.btn--frontpage-try:before,
.slide__buttons-try:before,
.slide__buttons-watch:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #589d06 url(images/svg/try-it-out-but.svg) no-repeat center center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
}
.btn--frontpage-try:hover:before,
.slide__buttons-try:hover:before,
.slide__buttons-watch:hover:before {
  background-color: #68b50c;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 1440px) {
  .btn--frontpage-try,
  .slide__buttons-try,
  .slide__buttons-watch {
    padding: 0 30px 0 55px;
    height: 40px;
    line-height: 41px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 13px;
  }
  .btn--frontpage-try:before,
  .slide__buttons-try:before,
  .slide__buttons-watch:before {
    left: 5px;
  }
}
.slide__buttons-watch {
  background: #a730e1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.slide__buttons-watch:before {
  background-color: #931ecc;
  background-image: url(images/svg/video-but.svg);
  background-position: 1px center;
}
.slide__buttons-watch:hover {
  background-color: #931ecc;
}
.slide__buttons-watch:hover:before {
  background-color: #a730e1;
  background-position: 1px center;
}
.slide__buttons-try,
.slide__buttons-watch {
  margin: 20px;
}
@media all and (max-width: 640px) {
  .slide__buttons-try,
  .slide__buttons-watch {
    margin: 0 auto;
  }
}
.btn--view-studie {
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1;
  padding: 19px 37px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 25px;
}
@media (max-width: 700px) {
  .btn--view-studie {
    padding: 14px 30px 13px 30px;
    font-size: 13px;
  }
}
.slide--your-sport__button {
  margin-top: 25px;
}
@media all and (max-width: 1200px) {
  .try__visual {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .try__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 512px;
  }
}
.single__case-study {
  background: #fff;
}
.single__case-study .wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}
.case-study__header {
  background: #222328;
  height: 94px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}
.case-study__header .wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .case-study__header {
    height: 65px;
  }
  .case-study__header .wrapper {
    padding: 0;
  }
}
body.single-frontpage_slide .case-study__content {
  padding-top: 94px;
}
@media (max-width: 700px) {
  body.single-frontpage_slide .case-study__content {
    padding-top: 65px;
  }
}
.case-study__content .wrapper {
  display: block;
}
.case-study__content .wrapper > :not(.iframe-holder) {
  max-width: 786px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .case-study__content .wrapper > :not(.iframe-holder) {
    padding: 0;
  }
}
.case-study__content .wrapper > hr:not(.iframe-holder) {
  max-width: 690px;
}
@media (max-width: 700px) {
  .case-study__content .wrapper {
    text-align: center;
  }
}
.case-study__content h2 {
  font-size: 35px;
  font-weight: 900;
  margin-top: 35px;
  margin-bottom: 35px;
  color: #222328;
}
@media (max-width: 700px) {
  .case-study__content h2 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.case-study__content p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .case-study__content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.case-study__content hr {
  margin-top: 75px;
  margin-bottom: 75px;
  height: 1px;
  border: none;
  background: #e5e5e5;
  max-width: 738px;
}
@media (max-width: 700px) {
  .case-study__content hr {
    margin: 25px 0;
  }
}
.iframe-holder {
  position: relative;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 62.5%;
  width: 100%;
  display: block;
}
.iframe-holder iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.case-study__team-logo {
  background-color: #303239;
  background-position: center center;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 103px;
  height: 100%;
  border: 15px solid #303239;
}
@media (max-width: 700px) {
  .case-study__team-logo {
    width: 60px;
  }
}
.case-study__team-name {
  color: #fff;
  margin: 0 0 0 24px;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 700px) {
  .case-study__team-name {
    font-size: 18px;
  }
}
.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 94px;
}
@media (max-width: 700px) {
  .header__info {
    height: 65px;
  }
}
.header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header__navigation a {
  width: 100px;
  height: 94px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.header__navigation a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 15px;
  bottom: 15px;
  left: 0;
  background: #373943;
}
@media (max-width: 700px) {
  .header__navigation a:before {
    content: none;
  }
}
.header__navigation .case-study__prev-post {
  background-image: url(images/svg/title-features/arrow-left.svg);
}
.header__navigation .case-study__prev-post:hover {
  background-image: url(images/svg/title-features/arrow-left-h.svg);
}
@media (max-width: 700px) {
  .header__navigation .case-study__prev-post {
    display: none;
  }
}
.header__navigation .case-study__next-post {
  background-image: url(images/svg/title-features/arrow-right.svg);
}
.header__navigation .case-study__next-post:hover {
  background-image: url(images/svg/title-features/arrow-right-h.svg);
}
@media (max-width: 700px) {
  .header__navigation .case-study__next-post {
    display: none;
  }
}
.header__navigation .case-study__close {
  background-image: url(images/svg/close.svg);
}
.header__navigation .case-study__close:hover {
  background-image: url(images/svg/close-h.svg);
}
@media (max-width: 700px) {
  .header__navigation .case-study__close {
    width: 40px;
    height: 65px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-position: center left;
  }
}
.case-study__benefits {
  background: #f1f1f1;
  border-top: 1px solid #dadada;
  padding: 60px 0 100px;
}
@media (max-width: 700px) {
  .case-study__benefits {
    padding: 23px 0 50px;
  }
}
.case-study__benefits h3 {
  color: #d7101a;
  font-size: 35px;
  font-weight: 900;
}
@media (max-width: 700px) {
  .case-study__benefits h3 {
    font-size: 20px;
  }
}
.case-study__benefits b {
  color: #222328;
}
.case-study__benefits .try-block {
  text-align: center;
}
.case-study__benefits .try-block .first {
  font-size: 45px;
  color: #c4c4c4;
  font-weight: 900;
}
@media (max-width: 700px) {
  .case-study__benefits .try-block .first {
    font-size: 40px;
  }
}
.case-study__benefits .try-block .second {
  font-size: 45px;
  color: #222328;
  font-weight: 900;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .case-study__benefits .try-block .second {
    font-size: 40px;
  }
}
.case-study__benefits .try-block .btn {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .case-study__benefits .try-block .btn {
    margin-top: 25px;
  }
}
.case-study__main-content {
  padding-bottom: 75px;
}
.case-studie .case-studie__description,
.case-studie .case-studie__title {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s,
    -moz-transform 0.3s, -o-transform 0.3s;
}
@media (max-width: 1200px) {
  .case-studie .case-studie__description,
  .case-studie .case-studie__title {
    opacity: 1;
  }
}
.case-studie .case-studie__btn {
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, background 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, background 0.3s,
    -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s,
    -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
@media (max-width: 1200px) {
  .case-studie .case-studie__btn {
    opacity: 1;
  }
}
.case-studie.active .case-studie__description,
.case-studie.active .case-studie__title {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -moz-transition: transform 0.8s, opacity 0.8s, -moz-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s,
    -moz-transform 0.8s, -o-transform 0.8s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.case-studie.active .case-studie__btn {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.8s, background 0.3s, -webkit-transform 0.8s;
  transition: opacity 0.8s, background 0.3s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, background 0.3s, -o-transform 0.8s;
  -moz-transition: transform 0.8s, opacity 0.8s, background 0.3s,
    -moz-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s, background 0.3s;
  transition: transform 0.8s, opacity 0.8s, background 0.3s,
    -webkit-transform 0.8s, -moz-transform 0.8s, -o-transform 0.8s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.case-studie .case-studie__club-logo {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 1200px) {
  .case-studie .case-studie__club-logo {
    opacity: 1;
  }
}
.case-studie.active .case-studie__club-logo {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-template-content-media,
.post-template-default {
  background: #fff;
}
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
@media all and (max-width: 1200px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }
}
.media__sidebar {
  width: 382px;
  padding-right: 6.5vw;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 1200px) {
  .media__sidebar {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.media__content {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .media__content {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.media__content.full-post {
  max-width: 841px;
  position: relative;
  overflow: visible;
  padding-right: 100px;
}
.media__content.full-post .media__item {
  width: 100%;
  padding: 0;
}
@media (max-width: 1200px) {
  .media__content.full-post {
    width: 67%;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .media__content.full-post {
    padding: 0;
    width: 100%;
  }
}
.media__item {
  padding-left: 12px;
  padding-right: 12px;
  width: 33.3333%;
  display: block;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 700px) {
  .media__item {
    width: 100%;
  }
  .media__item .media__item--inner {
    padding-top: 83%;
  }
}
.media__item.media__item-0,
.media__item.media__item-3 {
  width: 66.6666%;
}
.media__item.media__item-0 .media__item--inner,
.media__item.media__item-3 .media__item--inner {
  padding-top: 48%;
}
.media__item.media__item-0 .info__title,
.media__item.media__item-3 .info__title {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .media__item.media__item-0 .info__title,
  .media__item.media__item-3 .info__title {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .media__item.media__item-0,
  .media__item.media__item-3 {
    width: 100%;
  }
  .media__item.media__item-0 .media__item--inner,
  .media__item.media__item-3 .media__item--inner {
    padding-top: 83%;
  }
  .media__item.media__item-0 .info__title,
  .media__item.media__item-3 .info__title {
    font-size: 16px;
  }
}
.media__item:hover .media__item-hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.media__item-hover {
  position: absolute;
  right: 12px;
  top: 0;
  width: 70px;
  height: 70px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.media__item-hover:after,
.media__item-hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #c4c4c4;
}
.media__item-hover:before {
  width: 7px;
  height: 31px;
}
.media__item-hover:after {
  width: 31px;
  height: 7px;
}
.media__item--inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.media__image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/media-fade.png) repeat-x bottom center;
  display: block;
  z-index: 1;
}
.media__info {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 30px;
  right: 30px;
  bottom: 20px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .media__info {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
}
.info__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info__date .date__day {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1200px) {
  .info__date .date__day {
    font-size: 40px;
  }
}
.info__date .date__month-year {
  font-size: 12px;
}
.info__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1200px) {
  .info__title {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .info__title {
    font-size: 16px;
  }
}
.info__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.info__category {
  padding: 5px 10px 3px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background-color: #3bc3e5;
  text-transform: uppercase;
  display: block;
}
.info__category:not(:last-child) {
  margin-right: 10px;
}
.media__sidebar--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  color: #c4c4c4;
}
@media all and (max-width: 1440px) {
  .media__sidebar--title {
    font-size: 32px;
  }
}
.media__sidebar--title span:not(:first-child) {
  color: #222328;
  text-decoration: underline;
}
.media__sidebar--block {
  margin-bottom: 50px;
}
.links__item {
  margin-bottom: 28px;
  position: relative;
  line-height: 1.2;
}
.links__item .date {
  font-size: 11px;
  color: #c4c4c4;
  display: block;
  margin-bottom: 5px;
}
.links__item a {
  font-size: 13px;
  color: #676c83;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.2;
}
.links__item a:hover {
  color: #1f2234;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.links__item:after {
  content: "";
  position: absolute;
  bottom: -14px;
  height: 1px;
  width: 20px;
  background: #e5e5e5;
  display: block;
}
.links__item:last-child:after {
  content: none;
}
.twitter__item {
  font-size: 13px;
  color: #676c83;
}
.twitter__item a {
  color: #c5c8d8;
}
.media__close {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(images/svg/close-h.svg) no-repeat center center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.media__close:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1200px) {
  .media__close {
    right: -75px;
  }
}
@media (max-width: 700px) {
  .media__close {
    display: none;
  }
}
.media__items {
  margin: 0 -15px 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pagination {
  text-align: center;
  margin: 75px 0 0;
}
.pagination a {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background: #7d8090;
  width: 33%;
  display: inline-block;
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 700px) {
  .pagination a {
    width: 100%;
  }
}
.pagination a:hover {
  background: #8c90a6;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 1200px) {
  .block--latest-news {
    display: none;
  }
}
.media__item-content {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}
.media__item-content img {
  max-width: 100%;
  height: auto;
}
.media__item-content a {
  color: #c5c8d8 !important;
}
.media__item-content a:hover {
  text-decoration: underline;
}
.media__item-content h1,
.media__item-content h2,
.media__item-content h3,
.media__item-content h4,
.media__item-content h5,
.media__item-content h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .media__sidebar--title {
    font-size: 25px;
    color: #c4c4c4;
    font-weight: 900;
    display: block;
  }
  .media__sidebar--title span {
    display: inline;
  }
  .media__sidebar--title span:not(:first-child) {
    font-size: 25px;
    color: #c4c4c4;
    text-decoration: none;
  }
}
@media (max-width: 700px) {
  .mobile__title {
    font-size: 25px;
    color: #c4c4c4;
    font-weight: 900;
  }
  .media__sidebar--title {
    font-size: 25px;
    color: #c4c4c4;
    font-weight: 900;
    display: block;
  }
  .media__sidebar--title span {
    display: inline;
  }
  .media__sidebar--title span:not(:first-child) {
    font-size: 25px;
    color: #c4c4c4;
    text-decoration: none;
  }
  .media__sidebar--block {
    margin-top: 40px;
  }
  .single-post .media {
    padding: 0;
  }
  .single-post .media .media__item-content {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  .single-post .media .media__sidebar--block {
    padding: 0 20px;
  }
  .single-post .media .media__sidebar {
    display: none;
  }
  .back-to-media {
    padding: 40px 20px 60px 20px;
  }
  .single-post .media .media__sidebar {
    display: none;
  }
}
.contacts--inner {
  max-width: 1600px;
  margin: 100px auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .contacts--inner {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.contacts__video {
  width: 45%;
}
.contacts__video canvas,
.contacts__video img,
.contacts__video video {
  width: 100%;
  max-width: 470px;
  margin: -25px auto 0;
  display: block;
}
@media all and (max-width: 1200px) {
  .contacts__video {
    display: none;
  }
}
.contacts__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media (max-width: 1200px) {
  .contacts__left {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contacts__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts__textinfo {
  margin-right: 16.6%;
  width: 33%;
}
@media (max-width: 700px) {
  .contacts__textinfo {
    width: 100%;
    margin: 0;
  }
  .contacts__textinfo h1 {
    font-size: 25px;
    color: #7d8090;
  }
  .contacts__textinfo h1 strong {
    text-decoration: none;
    color: #7d8090;
  }
  .contacts__textinfo h2 {
    color: #fff;
    font-size: 18px;
  }
  .contacts__textinfo p {
    font-size: 13px;
  }
}
.contacts__textinfo h1 {
  font-size: 50px;
  color: #7d8090;
  font-weight: 900;
  line-height: 1.2;
}
.contacts__textinfo h1 b,
.contacts__textinfo h1 strong {
  color: #fff;
  text-decoration: underline;
  font-weight: 900;
}
@media (max-width: 700px) {
  .contacts__textinfo h1 br {
    display: none;
  }
}
.contacts__textinfo p {
  color: #7d8090;
  font-size: 15px;
  line-height: 20px;
}
.contacts__textinfo p b,
.contacts__textinfo p strong {
  color: #68b50c;
}
.contacts__textinfo h2,
.contacts__textinfo h3,
.contacts__textinfo h4,
.contacts__textinfo h5 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.contacts__form {
  width: 50%;
}
@media (max-width: 700px) {
  .contacts__form {
    width: 100%;
    margin: 30px 0 0;
  }
}
.contacts__form .nf-field-container {
  margin-bottom: 29px;
}
.html-container p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  font-weight: 200;
  color: #414b55;
}
#nf-field-16-container {
  margin-bottom: 5px;
}
.section__inner {
  width: 100%;
  padding: 50px 50px 0 50px;
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 25px 0 25px;
  }
}
.section__title {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .section__title {
    font-size: 32px;
  }
  .section__title span {
    display: block;
  }
}
@media (max-width: 1200px) {
  .section__title {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .section__title {
    display: block;
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .testimonials {
    overflow: hidden;
  }
}
.testimonials .section__title {
  color: #7d8090;
}
.testimonials .section__title span {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .testimonials .section__title span {
    color: #7d8090;
    text-decoration: none;
  }
}
.clients__logos {
  background: #fff;
}
.clients__logos .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px 0 -15px;
}
@media (max-width: 1200px) {
  .clients__logos .logos {
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .clients__logos .section__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1441px) {
  .clients__logos .section__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.clients__logos .section__title {
  color: #c4c4c4;
}
.clients__logos .section__title span {
  color: #222328;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .clients__logos .section__title span {
    color: #c4c4c4;
    text-decoration: none;
  }
}
.client__logo {
  height: 170px;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.client__logo .client__background {
  width: 100%;
  height: 100%;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid transparent;
}
.client__logo .client__background:hover {
  border: 3px solid #e4e4e4;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.client__logo img {
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 700px) {
  .client__logo {
    width: 50%;
    padding: 0 10px;
    height: 100px;
  }
  .client__logo .client__background {
    padding: 10px;
  }
  .client__logo img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
}
.clients__testimonials {
  margin-left: 8.3%;
  border-bottom: 1px solid #363944;
  height: 236px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .clients__testimonials {
    margin-left: 0;
    margin-top: 30px;
  }
}
.client__testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 70px;
}
@media (max-width: 700px) {
  .client__testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 40px;
  }
}
.slick-initialized .slick-slide.client__testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial__person {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonial__info {
  margin-left: 80px;
}
.testimonial__info h2 {
  color: #fff;
  font-size: 30px;
  line-height: 24px;
  font-weight: 900;
  margin: 0;
}
.testimonial__info p {
  color: #7d8090;
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0;
}
@media (max-width: 1440px) {
  .testimonial__info h2 {
    font-size: 20px;
  }
  .testimonial__info p {
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .testimonial__info {
    margin: 15px 0 0;
    text-align: center;
  }
}
.testimonial__person--photo {
  width: 165px;
  height: 165px;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.testimonial__content {
  font-style: italic;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .testimonial__content {
    margin-top: 5px;
  }
}
.testimonial__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 80px;
  position: relative;
}
.testimonial__navigation:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  top: 25px;
  background: #363944;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 700px) {
  .testimonial__navigation {
    margin: 0;
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .testimonial__navigation:before {
    content: none;
  }
}
.slick-arrow {
  display: block;
  height: 110px;
  background: 0 0;
  border: none;
  width: 100%;
  color: transparent;
}
@media (max-width: 700px) {
  .slick-arrow {
    width: 60px;
  }
}
.slick-arrow.slick-prev {
  background: url(images/svg/title-features/arrow-left.svg) no-repeat center
    center;
}
.slick-arrow.slick-prev:hover {
  background-image: url(images/svg/title-features/arrow-left-h.svg);
}
.slick-arrow.slick-next {
  background: url(images/svg/title-features/arrow-right.svg) no-repeat center
    center;
}
.slick-arrow.slick-next:hover {
  background-image: url(images/svg/title-features/arrow-right-h.svg);
}
.nf-form-cont .nf-form-errors {
  display: none;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .ninja-forms-field {
  background: 0 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 0 5px;
  border-bottom: 1px solid #363944;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border: none;
  border-bottom: 1px solid #c1494f;
}
.nf-form-cont .nf-after-field .nf-error-msg,
.nf-form-cont .nf-input-limit {
  display: none;
}
.nf-form-cont .nf-field-label label,
.nf-form-cont .ninja-forms-req-symbol {
  font-size: 15px;
  font-weight: 200;
  color: #7d8090;
  -webkit-transition: color 0.1s, font-size 0.1s;
  -o-transition: color 0.1s, font-size 0.1s;
  -moz-transition: color 0.1s, font-size 0.1s;
  transition: color 0.1s, font-size 0.1s;
}
.nf-form-cont .label-below .nf-field-label {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0;
  padding: 4px 0 5px;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s,
    -o-transform 0.1s;
}
.nf-form-cont .label-below .nf-field-label.is-focused {
  -webkit-transform: translate(0, -22px);
  -moz-transform: translate(0, -22px);
  -ms-transform: translate(0, -22px);
  -o-transform: translate(0, -22px);
  transform: translate(0, -22px);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s,
    -o-transform 0.1s;
}
.nf-form-cont .label-below .nf-field-label.is-focused .ninja-forms-req-symbol,
.nf-form-cont .label-below .nf-field-label.is-focused label {
  font-size: 13px;
  color: #414b55;
  -webkit-transition: color 0.1s, font-size 0.1s;
  -o-transition: color 0.1s, font-size 0.1s;
  -moz-transition: color 0.1s, font-size 0.1s;
  transition: color 0.1s, font-size 0.1s;
}
.nf-form-cont .nf-pass .ninja-forms-field {
  border-bottom-color: #68b50c;
  position: relative;
}
.nf-form-cont .nf-pass .nf-field-element:after {
  content: "";
  left: 0;
  bottom: -1px;
  height: 2px;
  background: #68b50c;
  display: block;
  width: 100%;
  position: absolute;
}
.nf-form-cont .submit-wrap .ninja-forms-field {
  background: #68b50c;
  color: #fff;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 9px 34px 7px;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
.nf-form-cont .submit-wrap .ninja-forms-field:hover {
  background: #559905;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 700px) {
  .nf-form-cont .submit-wrap .ninja-forms-field {
    width: 100%;
  }
}
.nf-form-cont .nf-response-msg {
  color: #68b50c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 27px;
  background: url(images/svg/forms/success.svg) no-repeat center left;
}
.nf-form-cont .contacts__form .nf-response-msg {
  margin-top: -12px;
}
@media (max-width: 700px) {
  .footer__block .submit-container .nf-element {
    width: 100%;
  }
}
.cookies-jar {
  color: #555763;
  font-size: 12px;
  line-height: 24px;
  font-weight: 200;
  height: 40px;
  background: #191a1e;
  border-bottom: 1px solid #2f3036;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
}
.cookies-jar a {
  color: #555763;
  text-decoration: underline;
}
body.with-cookies .header {
  top: 40px;
}
body.with-cookies {
  padding-top: 40px;
}
.cookies__close {
  display: block;
  width: 40px;
  height: 39px;
  background: url(images/svg/close-cookies.svg) no-repeat center center;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cookies__close:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 62px;
  z-index: 100;
  background: #202125;
  border-bottom: 1px solid #1b1c21;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 1020;
}
.header a {
  color: #fff;
}
.header__menu {
  width: -webkit-calc(100% - 365px);
  width: -moz-calc(100% - 365px);
  width: calc(100% - 365px);
}
@media all and (max-width: 1200px) {
  .header__menu {
    width: 100%;
  }
}
.header__menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1040px;
  padding: 0 40px;
}
@media all and (max-width: 1200px) {
  .header__menu .menu {
    max-width: none;
  }
}
.header__menu .menu a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: #7d8090;
  margin: 0 3vw;
  display: block;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}
.header__menu .menu a:hover {
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
@media all and (max-width: 1400px) {
  .header__menu .menu a {
    margin: 0 2vw;
    font-size: 12px;
  }
}
.header__menu .menu li {
  position: relative;
}
.header__menu .menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 1px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #414345;
}
.header__menu .menu li:first-child a {
  margin-left: 0;
}
.header__menu .menu li:last-child a {
  margin-right: 0;
}
.header__menu .menu li.current-menu-item a {
  color: #fff;
}
.header__rightside {
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .header__rightside {
    margin-right: 20px;
  }
}
.main {
  padding-top: 62px;
}
.site__title {
  display: block;
  width: 150px;
  height: 45px;
  background: url(images/logo.png) no-repeat center center;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .site__title {
    margin-left: 20px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 144dpi) {
  .site__title {
    background-image: url(images/logo_3x.png);
    -moz-background-size: contain;
    background-size: contain;
  }
}
.header__btn {
  padding: 0 18px 0 50px;
  font-size: 10px;
  height: 30px;
  line-height: 31px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: 700;
}
.header .btn--video {
  color: #7d8090;
  background: #303239 url(images/svg/meniu-play.svg) no-repeat 23px center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .header .btn--video {
    margin-right: 10px;
  }
}
.header .btn--video:hover {
  background-color: #a730e1;
  background-image: url(images/svg/meniu-play-h.svg);
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header .btn--try {
  color: #222328;
  background: #c5c8d8 url(images/svg/meniu-contact.svg) no-repeat 23px center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header .btn--try:hover {
  color: #fff;
  background-image: url(images/svg/meniu-contact-h.svg);
  background-color: #68b50c;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.footer {
  background: #222328;
}
.copyright__holder {
  height: 51px;
  border-top: 1px solid #2c2d34;
  color: #3b3f4e;
  margin-top: 40px;
  width: 100%;
}
.copyright__holder a {
  color: #3b3f4e;
}
.footer__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .footer__blocks {
    padding: 0 110px;
  }
}
@media (max-width: 1200px) {
  .footer__blocks {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__block {
  width: 100%;
  padding-right: 160px;
}
@media (max-width: 1200px) {
  .footer__block {
    padding-right: 100px;
  }
}
.footer__block:last-child {
  padding-right: 0;
}
.footer__block p {
  color: #676c83;
  font-size: 13px;
  line-height: 20px;
}
.footer__block.footer__block--contacts {
  width: 10%;
}
@media (max-width: 1200px) {
  .footer__block.footer__block--contacts {
    width: 20%;
  }
}
@media (max-width: 700px) {
  .footer__block.footer__block--contacts {
    display: none;
  }
}
.footer__block.footer__block--twitter {
  width: 40%;
}
@media (max-width: 1200px) {
  .footer__block.footer__block--twitter {
    display: none;
  }
}
.footer__block.footer__block--case-studies {
  width: 20%;
}
@media (max-width: 1200px) {
  .footer__block.footer__block--case-studies {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .footer__block.footer__block--case-studies {
    display: none;
  }
}
.footer__block.footer__block--subscribe {
  width: 30%;
}
@media (max-width: 1200px) {
  .footer__block.footer__block--subscribe {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .footer__block.footer__block--subscribe {
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  .footer__block.footer__block--twitter {
    display: none;
  }
}
.footer__club-link {
  color: #676c83;
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__club-link:hover {
  color: #c5c8d8;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__copyright {
  font-size: 12px;
}
.block__title {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 25px;
  white-space: nowrap;
}
.block__title::after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #34353d;
}
.block__title h3 {
  color: #878da6;
  text-transform: uppercase;
  font-size: 16px;
}
#__webFade {
  display: none;
  top: 62px;
}
.popup {
  display: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  top: 62px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1019;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.popup__fade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  min-height: 100vh;
}
.popup__content {
  position: relative;
  margin: 70px auto 20px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 952px;
  padding: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s,
    -o-transform 0.4s;
}
@media (max-width: 1440px) {
  .popup__content {
    max-width: 740px;
  }
}
@media (max-width: 1200px) {
  .popup__content {
    max-width: -webkit-calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 700px) {
  .popup__content {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.active .popup__content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s,
    -o-transform 0.4s;
}
.disabled {
  pointer-events: none;
}
.vh100 {
  height: -webkit-calc(100vh - 65px);
  height: -moz-calc(100vh - 65px);
  height: calc(100vh - 65px);
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .header__mobile-menu {
    display: block;
    position: absolute;
    top: 62px;
    left: 0;
    background: #27272f;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
  }
  .header__mobile-menu.active {
    max-height: -webkit-calc(100vh - 62px);
    max-height: -moz-calc(100vh - 62px);
    max-height: calc(100vh - 62px);
    -webkit-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header__mobile-menu .header__menu {
    padding-top: 30px;
  }
  .header__mobile-menu .header__menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__mobile-menu .header__menu .menu a {
    margin: 12px auto;
  }
  .header__mobile-menu .header__menu .menu li:after {
    content: none;
  }
  .header__mobile-menu .header__rightside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 30px;
  }
  .header__mobile-menu .header__rightside .header__btn {
    margin: 12px auto;
  }
  .header__mobile-menu .header__rightside .header__btn.btn--video {
    padding: 0;
    font-size: 12px;
    background: 0 0;
    font-weight: 700;
  }
  .header__mobile-menu .header__rightside .header__btn.btn--try {
    background-color: #68b50c;
    background-image: url(images/svg/meniu-contact-h.svg);
    margin-top: 30px;
    color: #fff;
    font-weight: 700;
  }
}
.burger {
  display: none;
  width: 65px;
  height: 65px;
  background: url(images/svg/burger/burger.svg) no-repeat center center;
}
.burger.active {
  background-image: url(images/svg/burger/close.svg);
}
@media all and (max-width: 1200px) {
  .burger {
    display: block;
  }
}
.footer__slider {
  background: #f9f9f9;
  border-top: 1px solid #d3d3d3;
  padding: 0 160px;
  position: relative;
  height: 170px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__slider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__slider .slick-arrow {
  position: absolute;
  width: 160px;
  height: 170px;
  top: 0;
}
.footer__slider .slick-prev {
  left: 0;
}
.footer__slider .slick-next {
  right: 0;
}
@media all and (max-width: 1440px) {
  .footer__slider {
    height: 100px;
    padding: 0 110px;
  }
  .footer__slider .slick-arrow {
    width: 110px;
    height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .footer__slider {
    padding: 0 64px;
  }
  .footer__slider .slick-arrow {
    width: 64px;
  }
}
@media (max-width: 700px) {
  .footer__slider {
    display: none;
  }
}
.slick-initialized .slick-slide.slider__logo {
  width: 20%;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-initialized .slick-slide.slider__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: auto;
}
@media all and (max-width: 1440px) {
  .slick-initialized .slick-slide.slider__logo {
    height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .feature.tab--platform:first-child .feature__info {
    margin-left: 89vw;
    margin-top: 0;
  }
  .feature.tab--platform:first-child .feature__info .feature__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feature.tab--platform:first-child .features__watch-video {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media all and (max-width: 1200px) and (max-width: 700px) {
  .feature.tab--platform:first-child {
    padding: 40px 20px 20px;
  }
}
@media all and (max-width: 1200px) and (max-width: 700px) {
  .feature.tab--platform:first-child .feature__info {
    margin: 0;
  }
  .feature.tab--platform:first-child .feature__info .feature__title {
    font-size: 35px;
    line-height: 1.2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .feature.tab--platform:first-child .feature__info .feature__title span {
    font-size: 35px;
    margin: 0 5px;
  }
  .feature.tab--platform:first-child .feature__info .features__watch-video {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin: 0 auto;
  }
}
.really_simple_twitter_widget {
  padding: 0;
  list-style: none;
}
.really_simple_twitter_widget li {
  font-size: 13px;
  line-height: 20px;
  color: #676c83;
  padding-left: 35px;
  margin-bottom: 15px;
  background: url(images/svg/twitter.svg) no-repeat left 4px;
}
@media all and (max-width: 1440px) {
  .really_simple_twitter_widget li {
    font-size: 12px;
    line-height: 18px;
  }
}
.really_simple_twitter_widget li a {
  color: #c5c8d8;
}
.really_simple_twitter_widget li a:hover {
  text-decoration: underline;
}
.error__404 {
  height: 670px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url(images/404.jpg) no-repeat center center;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: none;
}
.error__404 .error__404--inner {
  width: 320px;
  height: 320px;
  background: rgba(34, 35, 40, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.error__404 h1 {
  font-size: 110px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 70px;
}
.error__404 p {
  font-size: 25px;
  margin: 20px 0 30px;
}
.error__404 .btn {
  width: 200px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e2026;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1050;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.loader .inner {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.loader .inner img {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.loader .spinner {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/loader/oval-spiner.svg) no-repeat center center;
  -moz-background-size: 115px 115px;
  background-size: 115px 115px;
  opacity: 0.2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.loader .spinner:before {
  content: "";
  display: block;
  width: 107px;
  height: 107px;
  border: 5px solid #1e2026;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto;
}
.loaded .loader {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.popup__fade img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38px;
  height: 38px;
}
