@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
/*------------------------------------*\
        VARIABLES
\*------------------------------------*/
.col--white {
  color: white;
}
.col--black {
  color: black;
}
.col--grey {
  color: #e4e4e4;
}
.col--greyT {
  color: #525252;
}
.col--greyL {
  color: #f7f7f7;
}
.col--red {
  color: #d90d3a;
}
.col--blu {
  color: #188ACB;
}
.gradient--red {
  background-image: linear-gradient(#fa0c4c, #d90d3a);
}
.gradient--grey {
  background-image: linear-gradient(#f5f5f5, #f7f7f7);
}
.gradient--dark {
  background-image: linear-gradient(180deg, #1E1E1C 0%, #161615 99%);
}
.gradient--blu {
  background-image: linear-gradient(#188ACB, #086da4);
}
.txt-s--s {
  font-size: 13px;
}
.txt-s--m {
  font-size: 14px;
}
.txt-s--l {
  font-size: 16px;
}
.txt-s--xl {
  font-size: 25px;
}
.txt-s--xxl {
  font-size: 60px;
}
.txt-s--s,
.txt-s--m,
.txt-s--l {
  line-height: 1.4;
}
.txt-s--l {
  line-height: 1;
}
.txt-w--l {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.txt-w--r {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.txt-w--m {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.txt-w--b {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.txt-lh--b {
  line-height: 1.6em;
}
.txt-exp {
  letter-spacing: 3px;
}
.o-text__small {
  font-family: 'Conv_Gotham-Book', sans-serif;
  font-size: 14px;
  color: #188ACB;
  letter-spacing: 3px;
  margin-bottom: 30px/2;
}
.o-text__medium {
  font-family: 'Conv_Gotham-Bold', sans-serif;
  font-size: 22px;
  color: #1E1E1C;
}
.o-text__big {
  font-family: 'Conv_Gotham-Bold', sans-serif;
  font-size: 46px;
  margin-bottom: 30px;
  color: #1E1E1C;
}
.o-text {
  font-family: 'Conv_Gotham-Light', sans-serif;
  color: #1E1E1C;
  line-height: 2em;
}
@media (max-width: 540px) {
  .o-text__medium {
    font-size: 18px;
  }
  .o-text__big {
    font-size: 30px;
  }
  .o-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .txt-s--s {
    font-size: 14px;
  }
  .txt-s--xl,
  .txt-s--xxl {
    font-size: 20px;
  }
}
.full-screen {
  width: 100%;
  height: 100%;
}
.marg--1 {
  margin-bottom: 30px;
}
.marg--2 {
  margin-bottom: 50px;
}
.marg--3 {
  margin-bottom: 60px;
}
.marg--4 {
  margin-bottom: 100px;
}
.marg--5 {
  margin-bottom: 130px;
}
.marg--6 {
  margin-bottom: 160px;
}
.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.wrapper:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media (max-width: 1380px) {
  .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
  }
}
/*------------------------------------*\
        HELPERS
\*------------------------------------*/
@media (max-width: 600px) {
  .no-mobile {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .mobile-only {
    display: none !important;
  }
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.round {
  border-radius: 50%;
}
.clearfloat:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
/*------------------------------------*\
        ANIMATIONS
\*------------------------------------*/
.trans-3d {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.trans--btn {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.trans--soft {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes bouncing {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes bouncing {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes slide-img__1 {
  from {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    opacity: 0.9;
  }
  to {
    -webkit-transform: scale(1.2) rotate(0);
    -moz-transform: scale(1.2) rotate(0);
    -ms-transform: scale(1.2) rotate(0);
    -o-transform: scale(1.2) rotate(0);
    transform: scale(1.2) rotate(0);
    opacity: 0;
  }
}
@-webkit-keyframes slide-img__1 {
  from {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    opacity: 0.9;
  }
  to {
    -webkit-transform: scale(1.2) rotate(0);
    -moz-transform: scale(1.2) rotate(0);
    -ms-transform: scale(1.2) rotate(0);
    -o-transform: scale(1.2) rotate(0);
    transform: scale(1.2) rotate(0);
    opacity: 0;
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes slide-img__helper {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    -moz-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    -ms-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    -o-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    transform: rotate(-20deg) translateX(-100px) scale(1.1);
  }
  to {
    -webkit-transform: rotate(-20deg) translateX(0) scale(1.2);
    -moz-transform: rotate(-20deg) translateX(0) scale(1.2);
    -ms-transform: rotate(-20deg) translateX(0) scale(1.2);
    -o-transform: rotate(-20deg) translateX(0) scale(1.2);
    transform: rotate(-20deg) translateX(0) scale(1.2);
  }
}
@-webkit-keyframes slide-img__helper {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    -moz-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    -ms-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    -o-transform: rotate(-20deg) translateX(-100px) scale(1.1);
    transform: rotate(-20deg) translateX(-100px) scale(1.1);
  }
  to {
    -webkit-transform: rotate(-20deg) translateX(0) scale(1.2);
    -moz-transform: rotate(-20deg) translateX(0) scale(1.2);
    -ms-transform: rotate(-20deg) translateX(0) scale(1.2);
    -o-transform: rotate(-20deg) translateX(0) scale(1.2);
    transform: rotate(-20deg) translateX(0) scale(1.2);
  }
}
@-webkit-keyframes orientation {
  0%,
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-color: #d90d3a;
  }
  25%,
  45% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: limegreen;
  }
  50%,
  70% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-color: #d90d3a;
  }
  75%,
  95% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
    background-color: limegreen;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    background-color: #d90d3a;
  }
}
@keyframes orientation {
  0%,
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-color: #d90d3a;
  }
  25%,
  45% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: limegreen;
  }
  50%,
  70% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-color: #d90d3a;
  }
  75%,
  95% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
    background-color: limegreen;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    background-color: #d90d3a;
  }
}
@-webkit-keyframes orientation-face {
  0%,
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-position: right top ;
  }
  25%,
  45% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    backgrounnd-position: top left;
  }
  50%,
  70% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: top right;
  }
  75%,
  95% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    background-position: top left;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background-position: top right;
  }
}
@keyframes orientation-face {
  0%,
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-position: right top ;
  }
  25%,
  45% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: top left;
  }
  50%,
  70% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: top right;
  }
  75%,
  95% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    background-position: top left;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background-position: top right;
  }
}
/*------------------------------------*\
        COMPONENTS
\*------------------------------------*/
.same-width-cells {
  width: 100%;
  max-width: 100%;
  display: table;
  table-layout: fixed;
}
.same-width-cell {
  display: table-cell;
}
.divider {
  margin: 60px 0;
  width: 100px;
  height: 5px;
}
.divider.divider--grey {
  background-color: #e4e4e4;
}
.divider.divider--red {
  background-color: #d90d3a;
}
.btn--std {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-size: 13px;
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  transition-delay: 0.2s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid white;
  cursor: pointer;
  color: white;
}
.btn--std:before {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d90d3a;
  z-index: -1;
}
.btn--std.btn--std--trans {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.btn--std.btn--std--white {
  color: #d90d3a;
  border-color: #e4e4e4;
}
.btn--std.btn--std--red {
  color: white;
  background-color: #d90d3a;
  border: none;
}
.btn--std.btn--std--red:hover {
  background: red;
}
.btn--std.btn--std--blu {
  color: white;
  background-color: #188ACB !important;
  border: none;
}
.btn--std.btn--std--blu:before {
  background: #136b9d !important;
}
.btn--std.btn--std--blu:hover {
  background: #136b9d !important;
}
.btn--std.btn--std--big {
  color: white;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  background-color: #d90d3a;
  border: none;
}
.btn--std:hover {
  color: white;
}
.btn--std:hover:before {
  left: 0;
}
.btn--bouncing {
  animation: bouncing 1s infinite alternate ease-in-out;
}
.btn--round {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: white;
  display: inline-block;
  position: relative;
  background-color: #e4e4e4;
  text-align: center;
  border: 10px solid white;
}
.btn--round.btn--round--small {
  width: 54px;
  height: 54px;
  line-height: 34px;
}
.btn--round.btn--round--big {
  width: 64px;
  height: 64px;
  line-height: 44px;
}
.btn--round.btn--round--red {
  background-color: #d90d3a;
}
.btn--round:after {
  content: '';
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50%;
  position: absolute;
  display: block;
  top: -11px;
  left: -11px;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
}
.btn--round.btn--round--white {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn--round:hover,
.btn--round.is-active {
  background-color: #d90d3a;
}
.btn--round:hover:after,
.btn--round.is-active:after {
  border-width: 10px;
  padding: 0;
  top: -10px;
  left: -10px;
}
.btn--round.btn--tooltip {
  background-image: url('../Images/sprite--btn--plus.png');
  background-position: left center;
}
.btn--round.btn--tooltip:hover {
  background-position: right center;
}
.btn--round.btn--tooltip:before {
  text-align: left;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50%;
  color: black;
  z-index: 10;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  top: 50%;
  content: attr(data-tooltip);
  display: block;
  background: white;
  padding: 30px;
  width: 300px;
  box-shadow: 12px 12px 54px rgba(0, 0, 0, 0.35);
}
.btn--round.btn--tooltip:hover:before {
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.link--text {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.link--text:hover {
  border-bottom: 1px solid;
}
.vert-align--parent {
  vertical-align: middle;
}
.vert-align--parent:before {
  content: '';
  display: inline-block;
  width: 0;
  background: green;
  height: 100%;
  vertical-align: middle;
}
.vert-align--parent .vert-align--child {
  display: inline-block;
  vertical-align: middle;
}
.bullets--vert {
  width: 38px;
}
@media (max-width: 1024px) {
  .bullets--vert {
    width: 28px;
  }
}
.bullets--vert__bullet {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 20px 14px;
}
@media (max-width: 1024px) {
  .bullets--vert__bullet {
    margin: 0 0 20px 9px;
  }
}
.bullets--vert__bullet:last-child {
  margin-bottom: 0;
}
.bullets--vert__bullet:hover {
  background-color: white;
}
.bullets--vert__bullet.is-active {
  background-color: #d90d3a;
}
.bullets__btn {
  margin: 90px 0;
  text-indent: 9999px;
  width: 38px;
  height: 38px;
  background-image: url('../Images/sprite-arrows.png');
  background-size: cover;
}
@media (max-width: 1024px) {
  .bullets__btn {
    margin: 30px 0;
    width: 28px;
    height: 28px;
  }
}
.bullets__btn--prev {
  background-position: center left;
}
.bullets__btn--next {
  background-position: center right;
}
.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding-top: 100px;
}
.logo-list__logo {
  opacity: 0.5;
  height: 60px;
  margin-bottom: 50px;
  width: 25%;
  display: flex;
}
.logo-list__logo:hover {
  opacity: 1;
}
.logo-list__logo img {
  margin: auto;
  max-width: 50%;
  max-height: 100%;
}
.logo-list__logo img.is-long {
  max-width: 60%;
}
@media (max-width: 768px) {
  .logo-list__logo {
    height: 60px;
    width: 33.333%;
  }
  .logo-list__logo img.is-long {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .logo-list__logo {
    height: 60px;
    width: 50%;
  }
  .logo-list__logo img {
    max-width: 70%;
  }
  .logo-list__logo img.is-long {
    max-width: 80%;
  }
}
/*------------------------------------*\
        TAB GROUP
\*------------------------------------*/
.tabs__labels {
  position: relative;
}
.tabs__label {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #525252;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 30px;
  cursor: pointer;
  margin: 0;
}
.tabs__label.is-active {
  color: #d90d3a;
}
.tabs__label + .tabs__label[data-tab-num]:after {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: '';
  position: absolute;
  background: #d90d3a;
  display: block;
  height: 5px;
  width: 100%;
  bottom: -3px;
  left: 0%;
}
.tabs__label.is-active + .tabs__label[data-tab-num]:after {
  left: -100%;
}
.tabs__tabs,
.tabs__tab {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
}
.tabs__tab:first-child {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tabs__tab:last-child {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.tabs__tab.is-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*------------------------------------*\
        FORM ELEMENTS
\*------------------------------------*/
input[type=text],
input[type=email],
input[type=password],
select {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding: 10px 0 10px 200px;
  text-align: right;
}
@media (max-width: 700px) {
  input[type=text],
  input[type=email],
  input[type=password],
  select {
    max-width: 100%;
    padding: 10px 0 10px 100px;
  }
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
select:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus {
  border-bottom-color: #d90d3a;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus {
  color: #d90d3a;
  background: #f7f7f7;
}
label {
  font-size: 13px;
  line-height: 1.4;
  color: #525252;
  padding: 10px 0;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #f7f7f7;
  border: none;
  width: 100%;
  min-height: 320px;
}
label + textarea {
  margin-top: 5px;
}
.required:before {
  content: '*';
  color: #d90d3a;
}
/*------------------------------------*\
        FORM ELEMENTS
\*------------------------------------*/
.full-page-text {
  border-top: 200px solid #f7f7f7;
}
.l-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1440px) {
  .l-container {
    max-width: 1410px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .l-container {
    max-width: 1140px;
  }
}
@media (min-width: 961px) and (max-width: 1199px) {
  .l-container {
    max-width: 960px;
  }
}
@media (min-width: 541px) and (max-width: 960px) {
  .l-container {
    max-width: 720px;
  }
}
@media (max-width: 540px) {
  .l-container {
    max-width: 540px;
    padding: 0 20px;
  }
}
.landing {
  background-image: url("../Images/triangle-tr.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.landing .popup.is-active:after {
  background: url("../Images/sprite--btn--plus-blu.png") no-repeat center left;
  background-size: cover;
}
@media (min-width: 541px) and (max-width: 960px), (max-width: 540px) {
  .landing .popup__content {
    position: absolute;
    top: 100px;
    right: 20px;
    left: 20px;
  }
}
.c-landingHeader .c-landingHeader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
}
.c-landingHeader .c-landingHeader__inner img {
  margin-bottom: 20px;
}
.c-landingHeader .c-landingHeader__inner h1 {
  text-transform: uppercase;
  font-family: 'Conv_Gotham-Bold', sans-serif;
  color: #188ACB;
  text-align: right;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.4em;
  margin-top: 44px;
}
@media (max-width: 540px) {
  .c-landingHeader .c-landingHeader__inner {
    display: block;
    padding: 30px 20px;
    height: unset;
  }
  .c-landingHeader .c-landingHeader__inner img {
    margin-bottom: 0;
    height: 80px;
  }
  .c-landingHeader .c-landingHeader__inner h1 {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    padding-right: 50px;
  }
}
.c-landingHero {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - calc(180px + 100px));
  min-height: 600px;
}
.c-landingHero .c-landingHero__inner {
  width: 100%;
  height: 100%;
}
.c-landingHero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media (min-width: 961px) and (max-width: 1199px) {
  .c-landingHero {
    height: 500px;
    min-height: unset;
  }
}
@media (min-width: 541px) and (max-width: 960px) {
  .c-landingHero {
    height: 400px;
    min-height: unset;
  }
}
@media (max-width: 540px) {
  .c-landingHero {
    height: 300px;
    min-height: unset;
  }
}
.c-landingTabs {
  position: relative;
  min-height: 500px;
}
.c-landingTabs .c-landingTabs__labels {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  border-bottom: solid 1px #e4e4e4;
  height: 100px;
}
.c-landingTabs .c-landingTabs__labels .c-landingTabs__label {
  position: relative;
  font-family: 'Conv_Gotham-Bold', sans-serif;
  font-size: 20px;
  color: #1E1E1C;
  padding-bottom: 30px;
  text-align: center;
  width: 25%;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.c-landingTabs .c-landingTabs__labels .c-landingTabs__label:hover {
  color: #188ACB;
}
.c-landingTabs .c-landingTabs__labels .c-landingTabs__label:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background-color: #188ACB;
  transition: height 0.3s ease-in-out;
}
.c-landingTabs .c-landingTabs__labels .c-landingTabs__label.is-active {
  color: #188ACB;
}
.c-landingTabs .c-landingTabs__labels .c-landingTabs__label.is-active:after {
  height: 4px;
}
@media (min-width: 541px) and (max-width: 960px) {
  .c-landingTabs .c-landingTabs__labels .c-landingTabs__label {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .c-landingTabs .c-landingTabs__labels .c-landingTabs__label {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.c-landingTabs .c-landingTabs__tab {
  display: none;
  padding: 60px 0 160px;
}
.c-landingTabs .c-landingTabs__tab.is-active {
  display: block;
}
.c-landingTabs .c-landingTabs__tab .c-landingTabs__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-landingTabs .c-landingTabs__tab .c-landingTabs__inner .tab__content {
  max-width: 600px;
}
.c-landingTabs .c-landingTabs__tab .c-landingTabs__inner .c-list {
  display: flex;
  margin-top: 10px;
}
.c-landingTabs .c-landingTabs__tab .c-landingTabs__inner .c-list ul {
  padding-left: 15px;
  padding-right: 40px;
}
.c-landingTabs .c-landingTabs__tab .c-landingTabs__inner .c-list li {
  list-style-type: disc;
}
.c-landingTabs .c-landingTabs__tab .c-landingTabs__inner img {
  max-height: 400px;
  height: 100%;
}
@media (min-width: 541px) and (max-width: 960px), (max-width: 540px) {
  .c-landingTabs .c-landingTabs__tab .c-landingTabs__inner {
    display: block;
  }
  .c-landingTabs .c-landingTabs__tab .c-landingTabs__inner .tab__content {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .c-landingTabs .c-landingTabs__tab .c-landingTabs__inner .c-list {
    display: block;
  }
  .c-landingTabs .c-landingTabs__tab .c-landingTabs__inner img {
    width: 80%;
  }
}
@media (max-width: 540px) {
  .c-landingTabs .c-landingTabs__tab {
    padding: 50px 0 100px;
  }
}
.c-landingActions {
  background-image: url("../Images/triangle-br.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}
.c-landingActions .c-landingPlayer {
  width: 100%;
  background-color: #f7f7f7;
}
.c-landingActions .c-landingPlayer iframe {
  height: 600px;
  width: 100%;
}
.c-landingActions .c-landingTeaser .c-landingTeaser__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30px 30px;
  grid-template-areas: "teaser_01 teaser_02" "teaser_01 teaser_03";
}
@media (max-width: 540px), (min-width: 541px) and (max-width: 960px) {
  .c-landingActions .c-landingTeaser .c-landingTeaser__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px;
    grid-template-areas: "teaser_01" "teaser_02" "teaser_03";
  }
}
.c-landingActions .c-landingTeaser .c-landingTeaser__teaser {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  z-index: 0;
}
.c-landingActions .c-landingTeaser .c-landingTeaser__teaser:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0A1216;
  opacity: 0.4;
  z-index: 1;
}
.c-landingActions .c-landingTeaser .c-landingTeaser__teaser .teaser__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  z-index: 2;
}
.c-landingActions .c-landingTeaser .c-landingTeaser__teaser .teaser__content h2 {
  color: white;
  margin-bottom: 0;
}
.c-landingActions .c-landingTeaser .c-landingTeaser__teaser .teaser__content h3 {
  color: white;
}
.c-landingActions .c-landingTeaser .teaser_01 {
  grid-area: teaser_01;
  background: url("../Images/img-teaser-01.jpg") no-repeat center;
  background-size: cover;
  height: 610px;
}
.c-landingActions .c-landingTeaser .teaser_02 {
  grid-area: teaser_02;
  background: url("../Images/img-teaser-02.jpg") no-repeat center;
  background-size: cover;
}
.c-landingActions .c-landingTeaser .teaser_03 {
  grid-area: teaser_03;
  background: url("../Images/img-teaser-03.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 541px) and (max-width: 960px), (max-width: 540px) {
  .c-landingActions .c-landingTeaser .c-landingTeaser__teaser {
    height: 50vw;
    min-height: 220px;
  }
}
@media (max-width: 720px) and (min-width: 541px) {
  .c-landingActions .c-landingTeaser .c-landingTeaser__teaser {
    margin: 0 20px;
  }
}
.c-landingActions .c-landingContact__content {
  padding: 160px 0;
  max-width: 600px;
}
@media (max-width: 540px) {
  .c-landingActions .c-landingContact__content {
    padding: 100px 0;
  }
}
.cms-text {
  padding: 60px 0;
  /*------------------------------------*\
        BASE
    \*------------------------------------*/
  color: #525252;
  /*------------------------------------*\
        BLOCK ELEMENTS
    \*------------------------------------*/
  /*------------------------------------*\
        INLINE ELEMENTS
    \*------------------------------------*/
}
.cms-text > * + * {
  margin-top: 30px;
}
.cms-text h1 {
  font-size: 35px;
}
.cms-text h2 {
  font-size: 25px;
}
.cms-text h3 {
  font-size: 25px;
}
.cms-text h4 {
  font-size: 16px;
  line-height: 1.4;
  line-height: 1;
}
.cms-text h5 {
  font-size: 16px;
  line-height: 1.4;
  line-height: 1;
}
.cms-text h6 {
  font-size: 16px;
  line-height: 1.4;
  line-height: 1;
}
.cms-text p {
  font-size: 16px;
  line-height: 1.4;
  line-height: 1;
}
.cms-text h1,
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #d90d3a;
}
.cms-text h1,
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text h6 {
  margin-top: 50px;
}
.cms-text p {
  line-height: 1.6em;
}
.cms-text p {
  margin-top: 1em;
}
.cms-text p + p {
  margin-top: 0.8em;
}
.cms-text li {
  font-size: 14px;
  line-height: 1.4;
  list-style: disc;
  list-style-position: outside;
  line-height: 1.6em;
  margin-bottom: 30px;
  margin-left: 1em;
}
.cms-text li ul,
.cms-text li ol {
  margin: 30px;
}
.cms-text li li {
  margin-bottom: 30px;
}
.cms-text blockquote {
  clear: both;
  margin-left: 50px;
  padding-left: 30px;
  border-left: 2px solid #d90d3a;
}
.cms-text blockquote[cite]:after {
  content: 'from ' attr(cite);
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #d90d3a;
}
.cms-text dl {
  font-size: 16px;
  line-height: 1.4;
  line-height: 1;
  padding: 30px;
  border: 1px solid #e4e4e4;
}
.cms-text dt {
  color: #d90d3a;
}
.cms-text dd + dt {
  margin-top: 30px;
}
.cms-text table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 0;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  text-align: left;
}
.cms-text td,
.cms-text th {
  padding: 0.5em;
}
.cms-text td {
  border-bottom: 1px solid white;
  color: #525252;
  background-color: #f7f7f7;
}
.cms-text th {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  background: #d90d3a;
  color: white;
}
.cms-text a {
  border-bottom: 1px solid #d90d3a;
}
/*------------------------------------*\
        LOADER
\*------------------------------------*/
#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 1s 0.4s;
}
#progress {
  height: 1px;
  background: #d90d3a;
  position: absolute;
  width: 0;
  top: 50%;
}
#progstat {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}
/*------------------------------------*\
        HEADER
\*------------------------------------*/
.header {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  padding: 100px;
  z-index: 102;
}
@media (max-width: 1280px) {
  .header {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 30px 15px 0 30px;
  }
}
.header__logo--top {
  display: none;
}
.header__content--center {
  text-align: center;
  vertical-align: bottom;
}
.header__content--right {
  text-align: right;
}
@media (max-width: 480px) {
  .header__logo {
    position: relative;
    left: -25px;
  }
}
.header__logo--hero {
  height: 40px;
}
.header--top {
  position: fixed;
  top: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  height: 40px;
  padding: 15px 30px;
}
.header--top .header__logo img {
  opacity: 1;
  z-index: 20;
  height: 40px;
}
.lang-switch {
  display: inline-block;
  margin-right: 30px;
}
.lang-switch__lang {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.2;
  margin-left: 16px;
}
.lang--active {
  opacity: 1;
}
.lang-switch:hover .lang-switch__lang {
  opacity: 0.6;
}
.lang-switch:hover .lang-switch__lang:hover {
  opacity: 1;
}
.header .btn--std {
  display: inline-block;
}
.header .btn--std svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.menu-switch {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 14px;
  width: 20px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  position: relative;
  z-index: 20;
}
.menu-switch:after,
.menu-switch:before {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.2s;
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: white;
  top: 4px;
}
@media screen and (min-width: 1025px) {
  .menu-switch:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.menu-switch.is-x {
  border: none;
}
.menu-switch.is-x:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-switch.is-x:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header--top .menu-switch {
  border-color: #525252;
}
.header--top .menu-switch:after,
.header--top .menu-switch:before {
  background: #525252;
}
.header--top .lang-switch {
  color: #525252;
}
.header--top .header__content--left,
.header--top .header__content--center,
.header--top .header__content--right {
  display: table-cell;
  vertical-align: middle;
}
.header--top .header__logo--top {
  display: inline-block;
}
.header--top .header__logo--hero {
  display: none;
}
.header--top .contact-icon path {
  fill: black;
}
/*------------------------------------*\
        MAIN NAV
\*------------------------------------*/
.main-nav {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  height: 420px;
  top: -430px;
}
.main-nav.is-active {
  top: 150px;
}
.header--top .main-nav.is-active {
  top: 100px;
}
@media (max-width: 480px) {
  .main-nav.is-active {
    top: 80px;
    left: 0;
    width: 320px;
  }
}
.main-nav__txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(#fa0c4c, #d90d3a);
  padding: 30px;
}
.main-nav__txt ul {
  position: relative;
  margin: 30px 0 0 0;
  padding: 30px 0;
}
.main-nav__txt ul:before,
.main-nav__txt ul:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100px;
  background: white;
}
.main-nav__txt ul:before {
  top: 0;
}
.main-nav__txt ul:after {
  bottom: 0;
}
.main-nav__txt li {
  margin-bottom: 18px;
}
.main-nav__txt li:last-child {
  margin-bottom: 0;
}
.main-nav__txt a:hover {
  color: black;
}
/*------------------------------------*\
        HERO
\*------------------------------------*/
.hero {
  width: 100%;
  height: 100%;
  background: url('../Images/hero-virtours.jpg') center no-repeat;
  background-size: cover;
  min-height: 980px;
}
@media (max-width: 676px) {
  .hero {
    position: relative;
    z-index: 0;
  }
  .hero:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.hero .hero__logo {
  width: 280px;
}
@media (max-width: 1024px) {
  .hero .hero__logo {
    width: 150px;
  }
}
.hero h1 {
  margin-bottom: 3vh;
  text-shadow: 0 0 20px #050B2B;
}
.hero h2 {
  font-size: 38px;
  text-shadow: 0 0 20px #050B2B;
  line-height: 1.4em;
}
@media (max-width: 676px) {
  .hero h2 {
    font-size: 24px;
  }
}
.hero p {
  font-size: 22px;
  line-height: 1.7em;
  margin: 16px 0 72px;
  max-width: 700px;
}
@media (max-width: 676px) {
  .hero p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0 48px;
  }
}
.hero a {
  cursor: pointer;
}
.hero .hero__txt {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 15%;
  z-index: 1;
}
@media (max-width: 676px) {
  .hero .hero__txt {
    margin: 0 20px;
    justify-content: flex-end;
  }
}
.hero .btn--round {
  background-image: url('../Images/sprite--hero-down.png');
  background-position: bottom center;
  background-size: cover;
}
.hero .btn--round:hover {
  background-position: top center;
}
@media (max-width: 480px) {
  .hero .btn--round {
    bottom: 30px;
    left: 5%;
    position: absolute;
  }
}
/*------------------------------------*\
        ABOUT
\*------------------------------------*/
.about,
.about .tabs__tabs {
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .about,
  .about .tabs__tabs {
    height: 800px;
  }
}
.about .tabs__labels {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 100px;
  width: 640px;
  max-width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .about .tabs__labels {
    top: 30px;
    width: 100%;
  }
}
.about__txt {
  width: 50%;
}
@media (max-width: 1024px) {
  .about__txt {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .about__txt {
    width: 100%;
  }
}
.about__txt__intro {
  font-size: 25px;
  line-height: 1.4em;
}
@media (max-width: 1280px) {
  .about__txt__intro {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .about__txt__intro {
    font-size: 16px;
    line-height: 1.4;
    line-height: 1;
    line-height: 1.6em;
  }
}
@media (max-width: 1280px) {
  .about .divider {
    display: none;
  }
}
.about h2,
.about p {
  padding-right: 10%;
}
.about li {
  margin-bottom: 1em;
  width: 50%;
  float: left;
}
@media (max-width: 600px) {
  .about li {
    width: 100%;
  }
}
.list-icon {
  width: 30px;
  margin-right: 30px;
}
.about .tabs__tab {
  padding-top: 300px;
  width: 100%;
  background-size: 40% auto;
  background-position: 90% 300px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about .tabs__tab {
    padding-top: 160px;
    background-size: 40% auto;
    background-position: 90% center;
  }
}
@media (max-width: 600px) {
  .about .tabs__tab {
    height: 700px;
    background-size: 80% auto;
    background-position: center bottom;
  }
}
.about .tabs__tab[data-tab-num="1"] {
  background-image: url('../Images/about--1.jpg');
}
.about .tabs__tab[data-tab-num="2"] {
  background-image: url('../Images/about--2.jpg');
}
@media (max-width: 600px) {
  .about .tabs__tab[data-tab-num="2"] {
    background-image: none;
  }
}
#about-list--1 li {
  width: 100%;
  list-style-type: disc;
  list-style-position: inside;
}
/*------------------------------------*\
        FEEDBACK
\*------------------------------------*/
.feedback {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.feedback__icon:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  height: 50px;
  width: 56px;
  background: url('../Images/feedback--icon.png');
  background-size: contain;
  vertical-align: middle;
}
.feedback__divider {
  background: white;
  margin: 60px auto;
  width: 50px;
  height: 3px;
}
.feedback__text {
  margin: 0 10%;
}
.feedback__name {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
  opacity: 0.7;
}
.feedback .unslider-arrow {
  cursor: pointer;
  width: 11px;
  height: 20px;
  text-indent: -9999px;
  position: absolute;
  display: block;
  top: 50%;
  background: url('../Images/sprite--feedback.png');
  background-size: auto 100%;
}
.feedback .unslider-arrow.prev {
  background-position: center left;
  left: 0;
}
.feedback .unslider-arrow.next {
  right: 0;
  background-position: center right;
}
/*------------------------------------*\
        FEEDBACK FOTO
\*------------------------------------*/
.feedback-photo {
  height: 480px;
  text-align: center;
  position: relative;
}
.feedback-photo img {
  width: 200px;
}
/*------------------------------------*\
       CARATTERISTICHE
\*------------------------------------*/
.features {
  height: 100%;
  max-height: 100%;
}
.features .btn--round {
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('../Images/sprite--btn--check.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .features {
    max-height: auto;
  }
}
.features__title {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .features__list,
  .features__details {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .features__details {
    height: 50vh;
  }
}
.features .btn--round:hover,
.features .btn--round.is-active {
  background-position: right center;
}
.feature__text {
  vertical-align: middle;
  display: inline-block;
}
.features .vert-align--child {
  width: 50%;
  margin-left: 25%;
}
@media (max-width: 1280px) {
  .features .vert-align--child {
    width: 90%;
    margin-left: 5%;
  }
}
.features__list {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .features__list {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .features__list {
    display: none;
  }
}
@media (max-width: 1024px) {
  .features__list h2 {
    margin-bottom: 30px;
  }
}
.features__list li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .features__list li {
    width: 48%;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .features__list .divider {
    display: none;
  }
}
.features__detail,
.features .unslider,
.features-slider,
.features .unslider-vertical {
  background: black;
  height: 100vh;
}
@media (max-width: 768px) {
  .features__detail,
  .features .unslider,
  .features-slider,
  .features .unslider-vertical {
    height: 540px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .features__detail,
  .features .unslider,
  .features-slider,
  .features .unslider-vertical {
    height: 700px;
  }
}
.features .unslider-arrow {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-size: 13px;
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  transition-delay: 0.2s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid white;
  cursor: pointer;
  color: white;
  border-radius: 50%;
  text-indent: -99999px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.features .unslider-arrow:before {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d90d3a;
  z-index: -1;
}
.features .unslider-arrow.btn--std--trans {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.features .unslider-arrow.btn--std--white {
  color: #d90d3a;
  border-color: #e4e4e4;
}
.features .unslider-arrow.btn--std--red {
  color: white;
  background-color: #d90d3a;
  border: none;
}
.features .unslider-arrow.btn--std--red:hover {
  background: red;
}
.features .unslider-arrow.btn--std--blu {
  color: white;
  background-color: #188ACB !important;
  border: none;
}
.features .unslider-arrow.btn--std--blu:before {
  background: #136b9d !important;
}
.features .unslider-arrow.btn--std--blu:hover {
  background: #136b9d !important;
}
.features .unslider-arrow.btn--std--big {
  color: white;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  background-color: #d90d3a;
  border: none;
}
.features .unslider-arrow:hover {
  color: white;
}
.features .unslider-arrow:hover:before {
  left: 0;
}
.features .unslider-arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-top: none;
  border-left: none;
  top: 11px;
  left: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.features .unslider-arrow.prev {
  right: 100px;
}
.features .unslider-arrow.prev:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 13px;
  top: 16px;
}
.features .unslider-arrow:hover {
  background-position: center top;
}
@media (min-width: 767px) {
  .features .unslider-arrow {
    display: none;
  }
}
.features__detail {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.features__detail:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, black, transparent);
  opacity: 0.7;
}
.features__detail-text {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transition-duration: 1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 50px 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .features__detail-text {
    padding: 30px;
  }
}
.features__detail-text h2 {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .features__detail-text p {
    column-count: 2;
    column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    background-size: 1px 100%;
    background-position: 49% top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .features__detail-text p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.features__detail.unslider-active {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.4;
}
.features__detail.unslider-active + .features__detail .features__detail-text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.features__detail[data-detail="0"] {
  background-image: url('../Images/features_0.jpg');
}
.features__detail[data-detail="6"] {
  background-image: url('../Images/features_3.jpg');
}
.features__detail[data-detail="4"] {
  background-image: url('../Images/features_6.jpg');
}
.features__detail[data-detail="3"] {
  background-image: url('../Images/features_5.jpg');
}
.features__detail[data-detail="5"] {
  background-image: url('../Images/features_2.jpg');
}
.features__detail[data-detail="1"] {
  background-image: url('../Images/features_controller.jpg');
}
.features__detail[data-detail="2"] {
  background-image: url('../Images/features_creator.jpg');
}
.features__detail {
  background-position: bottom center;
}
/*------------------------------------*\
        MEDIA
\*------------------------------------*/
.media {
  padding: 60px;
  text-align: center;
  position: relative;
}
.media__icon {
  color: #b2b2b2;
}
.media__icon:before {
  content: '';
  display: inline-block;
  height: 60px;
  width: 74px;
  background: url('../Images/media--icon.png');
  background-size: contain;
  vertical-align: middle;
}
/*------------------------------------*\
       FLOW HEADER
\*------------------------------------*/
.flow__header {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  width: 100%;
  background: white;
  z-index: 101;
  border-bottom: 1px solid #e4e4e4;
}
.flow__header h2 {
  float: left;
}
@media (max-width: 1024px) {
  .flow__header h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .flow__header h2 {
    margin-bottom: 0;
  }
}
.flow__header .wrapper {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .flow__header .wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .flow__header .wrapper {
    padding: 1em 0;
  }
}
.flow__header .wrapper:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background: #e4e4e4;
  bottom: 0;
  left: 0;
}
.flow__header.is-fixed {
  position: fixed;
  top: 75px;
}
.flow__header-steps {
  float: right;
  margin: 0 1px;
}
@media (max-width: 1024px) {
  .flow__header-steps {
    float: left;
  }
}
@media (max-width: 359px) {
  .flow__header-steps {
    display: none;
  }
}
.flow__header-steps li {
  float: left;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .flow__header-steps li {
    margin: 0 10px 0 0;
  }
}
#flow-scheme--link {
  background-image: url('../Images/flow__scheme.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
}
/*------------------------------------*\
       FLOW BODY
\*------------------------------------*/
.flow__body {
  position: relative;
  padding: 230px 0;
}
.flow__body:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media (min-width: 1025px) {
  .flow__body {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .flow__body {
    padding: 250px 0 50px 0;
  }
}
.flow__body > * {
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.flow-w--1 {
  width: 25%;
}
.flow-w--2 {
  width: 50%;
}
.flow-w--3 {
  width: 75%;
}
.flow-w--4 {
  width: 100%;
}
.flow-pos--05 {
  margin-left: 6.25%;
}
.flow-pos--15 {
  margin-left: 12.5%;
}
.flow-pos--2 {
  margin-left: 25%;
}
.flow-pos--3 {
  margin-left: 50%;
}
.flow-pos--35 {
  margin-left: 62.5%;
}
.flow-pos--4 {
  margin-left: 75%;
}
@media (max-width: 1024px) {
  .flow-w--1 {
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow__message--1 {
    width: 75%;
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .flow-w--1,
  .flow-w--2,
  .flow-w--3,
  .flow-w--4 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow-pos--05,
  .flow-pos--15,
  .flow-pos--2,
  .flow-pos--3,
  .flow-pos--35,
  .flow-pos--4 {
    margin-left: 0;
  }
}
.flow-z--1 {
  z-index: 1;
}
.flow-z--2 {
  z-index: 2;
  box-shadow: 6px 6px 27px rgba(0, 0, 0, 0.35);
}
.flow-z--3 {
  z-index: 3;
  box-shadow: 12px 12px 54px rgba(0, 0, 0, 0.35);
}
/* FLOW ELEMENTS */
.flow__message {
  position: absolute;
  padding: 50px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 12px 12px 54px rgba(0, 0, 0, 0.35);
}
.flow__message__btn {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flow__message--1 {
  margin-top: 0;
}
.flow__red-circle-1 {
  margin-top: -300px;
}
.flow__message--3 {
  margin-top: 100px;
}
.flow-pc {
  clear: both;
  margin-top: -100px;
}
.flow__message--5 {
  margin-top: 400px;
}
.flow-tablet {
  margin-top: -200px;
  position: absolute;
}
.flow__img--6,
.flow__img--7,
.flow__img--8 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
}
.flow__img--6,
.flow__img--7 {
  border-right: 10px solid transparent;
}
.flow__img {
  margin-bottom: 10px;
  padding-bottom: 37.5%;
  background-position: top center;
  background-size: cover;
}
.flow__img .flow__tooltip {
  left: 30px;
  top: 30px;
}
@media (max-width: 1024px) {
  .flow__img .flow__tooltip {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.flow__img--1 .flow__tooltip {
  top: 45%;
  left: 60%;
  transform: translate(-50%, -50%) s;
}
.flow__img--1 {
  background-image: url('../Images/flow__img1.jpg');
}
.flow__img--2 {
  background-image: url('../Images/flow__img2.jpg');
}
.flow__img--3 {
  background-image: url('../Images/flow__img3.jpg');
}
.flow__img--4 {
  background-image: url('../Images/flow__img4.jpg');
}
.flow__img--5 {
  background-image: url('../Images/flow__img5.jpg');
}
.flow__img--6 {
  background-image: url('../Images/flow__img6.jpg');
}
.flow__img--7 {
  background-image: url('../Images/flow__img7.jpg');
}
.flow__img--8 {
  background-image: url('../Images/flow__img8.jpg');
}
.flow__red-circle {
  vertical-align: middle;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(#fa0c4c, #d90d3a);
  color: white;
  position: absolute;
  text-align: center;
  width: 280px;
  height: 280px;
  opacity: 0.9;
}
.flow__red-circle:before {
  content: '';
  display: inline-block;
  width: 0;
  background: green;
  height: 100%;
  vertical-align: middle;
}
.flow__red-circle .vert-align--child {
  display: inline-block;
  vertical-align: middle;
}
.flow__red-circle span {
  width: 90%;
}
.flow__red-circle img {
  max-width: 90%;
}
.flow__red-circle .flow__tooltip {
  -webkit-transform: translate(50%, 25%);
  -moz-transform: translate(50%, 25%);
  -ms-transform: translate(50%, 25%);
  -o-transform: translate(50%, 25%);
  transform: translate(50%, 25%);
}
.flow__tooltip {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .flow__tooltip {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .flow__img,
  .flow__message,
  .flow__red-circle,
  .flow-tablet {
    transform: none !important;
    margin: 0;
    margin-bottom: 50px;
  }
  .flow__img {
    padding: 0;
  }
  .flow-tablet {
    display: none !important;
    width: 50%;
    float: right;
    position: absolute;
  }
  .flow__message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 33%;
    height: 400px;
  }
  .flow__message--2,
  .flow__message--4,
  .flow__message--5 {
    right: 0;
  }
  .flow__img {
    height: 400px;
  }
  .flow__img--6,
  .flow__img--7,
  .flow__img--8 {
    width: 50%;
    margin-bottom: 10px;
  }
  .flow__img--7,
  .flow__img--8 {
    float: left;
  }
  .flow__message--6 {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    background: #d90d3a;
    border-right: 10px solid white;
    box-shadow: none;
  }
  .flow__message--6 > * {
    color: white;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .flow__message {
    width: 50%;
    padding: 30px;
  }
}
@media (max-width: 599px) {
  .flow__body {
    padding-top: 100px;
    text-align: center;
  }
  .flow__img,
  .flow__message,
  .flow-tablet {
    transform: none !important;
    margin: 0 0 30px 0;
  }
  .flow__message {
    width: 100%;
    position: relative;
    height: auto;
    box-shadow: none;
    padding: 0;
    float: none;
  }
  .flow-tablet {
    position: relative;
    width: 100%;
  }
  .flow-tablet img {
    width: 100%;
  }
  .flow__message__btn {
    position: relative;
    left: 0;
    transform: none;
    margin-bottom: 30px;
  }
  .flow__message p {
    float: none;
  }
  .flow__img {
    padding-bottom: 60%;
  }
  .flow__img--6 {
    width: 100%;
  }
  .flow__img--7,
  .flow__img--8 {
    width: 50%;
    margin-bottom: 10px;
  }
}
/*------------------------------------*\
       FLOW SCHEME
\*------------------------------------*/
.flow__scheme {
  clear: both;
  padding: 130px 0;
  background: #f7f7f7;
  text-align: center;
}
.scheme__step {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333%;
  padding: 140px 30px 0 30px;
  height: 200px;
  float: left;
  position: relative;
  background-size: auto 120px;
  background-position: top center;
  background-repeat: no-repeat;
}
.scheme__step--1 {
  background-image: url('../Images/flow__step-1.png');
}
.scheme__step--2 {
  background-image: url('../Images/flow__step-2.png');
}
.scheme__step--3 {
  background-image: url('../Images/flow__step-3.png');
}
.scheme__step--4 {
  background-image: url('../Images/flow__step-4.png');
}
.scheme__step--5 {
  background-image: url('../Images/flow__step-5.png');
}
.scheme__step--6 {
  background-image: url('../Images/flow__step-6.png');
}
.scheme__step--7 {
  background-image: url('../Images/flow__step-7.png');
}
.scheme__step--4 {
  margin: 30px 33.3333% 30px;
}
.scheme__step--4:before,
.scheme__step--4:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  top: 0px;
  left: 0;
}
.scheme__step--6 {
  margin-right: 0 33.3333%;
}
.scheme__step--1:after {
  content: '';
  position: absolute;
  display: block;
  width: 49%;
  height: 5px;
  top: 60px;
  left: 90%;
  background: url('../Images/scheme--path--1.png');
}
@media (min-width: 1024px) {
  .scheme__step--1:after {
    width: 32%;
  }
}
.scheme__step--4:before {
  width: 40%;
  background: url('../Images/scheme--path--2.png') no-repeat left bottom;
}
@media (min-width: 1024px) {
  .scheme__step--4:before {
    left: -60%;
  }
}
.scheme__step--4:after {
  width: 40%;
  background: url('../Images/scheme--path--3.png') no-repeat right bottom;
}
@media (min-width: 1024px) {
  .scheme__step--4:after {
    left: 110%;
  }
}
.scheme__path_4 {
  max-width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .flow__scheme {
    display: none;
  }
}
/*------------------------------------*\
       CONVERSION
\*------------------------------------*/
.conversion {
  text-align: center;
  padding: 130px 0;
}
@media (max-width: 768px) {
  .conversion {
    padding: 50px 0;
  }
}
/*------------------------------------*\
        CLIENTS
\*------------------------------------*/
.clients {
  padding: 100px 0;
  text-align: center;
  position: relative;
  color: #b2b2b2;
}
@media (max-width: 768px) {
  .clients {
    padding: 50px 0;
  }
}
/*------------------------------------*\
       CONTACT POPUP
\*------------------------------------*/
.popup {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup.is-active:after {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-size: 13px;
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  transition-delay: 0.2s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid white;
  cursor: pointer;
  color: white;
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  background: url('../Images/sprite--btn--plus.png') center left;
  background-size: cover;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup.is-active:after:before {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d90d3a;
  z-index: -1;
}
.popup.is-active:after.btn--std--trans {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.popup.is-active:after.btn--std--white {
  color: #d90d3a;
  border-color: #e4e4e4;
}
.popup.is-active:after.btn--std--red {
  color: white;
  background-color: #d90d3a;
  border: none;
}
.popup.is-active:after.btn--std--red:hover {
  background: red;
}
.popup.is-active:after.btn--std--blu {
  color: white;
  background-color: #188ACB !important;
  border: none;
}
.popup.is-active:after.btn--std--blu:before {
  background: #136b9d !important;
}
.popup.is-active:after.btn--std--blu:hover {
  background: #136b9d !important;
}
.popup.is-active:after.btn--std--big {
  color: white;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  background-color: #d90d3a;
  border: none;
}
.popup.is-active:after:hover {
  color: white;
}
.popup.is-active:after:hover:before {
  left: 0;
}
.popup__content {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: left;
  background: white;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-active .popup__content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.popup__left,
.popup__right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  width: 50%;
  float: left;
}
.popup__right {
  padding-left: 0;
}
.form__group label {
  position: absolute;
}
.popup__bottom {
  clear: both;
  padding: 20px 50px;
}
.popup__bottom:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.popup__bottom .btn--std {
  float: right;
}
.popup__bottom label {
  float: left;
}
@media (max-width: 767px) {
  .popup {
    overflow-y: scroll;
  }
  .popup .divider {
    display: none;
  }
  .popup__left,
  .popup__right,
  .popup__bottom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
  }
  .popup__left {
    padding-bottom: 0;
  }
  .popup__right {
    padding-top: 0;
  }
  .popup__left span {
    display: block;
    margin-bottom: 10px;
  }
  .popup__right label {
    margin-top: 30px;
    display: block;
  }
  label[for=form-message],
  label[for=form-checkbox] {
    margin: 0;
    padding: 0;
  }
  label[for=form-checkbox] {
    width: 70%;
  }
  textarea {
    min-height: 100px;
  }
}
/*------------------------------------*\
        FOOTER
\*------------------------------------*/
.footer--bottom {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .footer--bottom {
    padding: 60px 0;
  }
}
.footer--bottom address {
  float: left;
  width: 70%;
}
@media (max-width: 768px) {
  .footer--bottom address {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer--bottom__logo {
  float: right;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .footer--bottom__logo {
    display: inline-block;
    float: none;
    margin-left: 0;
  }
}
.logo--virtours {
  position: relative;
  top: -15px;
}
@media (max-width: 768px) {
  .logo--virtours {
    display: inline-block;
    margin-left: 20px;
    float: none;
    top: unset;
  }
}
/*------------------------------------*\
        ORIENTATION
\*------------------------------------*/
.orientation {
  display: none;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .orientation {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
    z-index: 123456789;
  }
  .orientation__anim-1 {
    position: relative;
    top: 30px;
    display: inline-block;
    width: 160px;
    height: 90px;
    background: white;
    border-top: 7px solid white;
    border-bottom: 7px solid white;
    border-left: 16px solid white;
    border-right: 10px solid white;
    border-radius: 10px;
  }
  .orientation__text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
  }
  .orientation__anim-1 {
    animation: 10s orientation infinite;
  }
  .orientation__anim-1:before {
    animation: 10s orientation-face infinite;
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-size: cover;
    top: 0;
    left: 35px;
    background-image: url('../Images/orientation--face.png');
  }
}
/*------------------------------------*\
        MAIL FEEDBACK
\*------------------------------------*/
.mail-message {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: -100px;
  text-align: center;
  z-index: 9999999;
  position: fixed;
  background: white;
  width: 100%;
  height: 100px;
  min-height: 100px;
  left: 0;
  opacity: 0;
  border-bottom: 1px solid #e4e4e4;
}
.mail-message.active {
  top: 0;
  opacity: 1;
}
.mail-message__text {
  width: 50%;
}
.mail-message .btn--std {
  position: absolute;
  top: 30px;
  right: 30px;
}
