@font-face {
  font-family: "CenturyGothicRegular";
  src: url("/static/pages/fonts/CenturyGothicRegular.ttf");
}

@font-face {
  font-family: "CenturyGothicRegular";
  src: url("/static/pages/fonts/CenturyGothicRegular.ttf");
}

@font-face {
  font-family: "CenturyGothicRegular";
  src: url("/static/pages/fonts/CenturyGothicRegular.ttf");
}

@font-face {
  font-family: "CenturyGothicRegular";
  src: url("/static/pages/fonts/CenturyGothicRegular.ttf");
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "CenturyGothicRegular", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

header {
  background: #edf2fc;
  height: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.header-container {
  width: 1280px;
  margin: 0 auto;
}

section {
  width: 1280px;
  margin: 0 auto;
}

.brand {
  margin: 4px 45px 0 70px;
}

#brands-list {
  display: inline-block;
  transition: width 0.6s;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  vertical-align: top;
  height: auto;
}

#brands-list span {
  transition: width 0.6s;
}

.address {
  height: 77px;
  position: absolute;
  top: 29px;
  text-decoration: none;
  font-size: 16px;
  font-family: "CenturyGothicRegular", sans-serif;
}

.address .how-to-get-there {
  margin-left: 18px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 400ms, transform 400ms;
  transform: translateY(-20px);
}

.address span {
  display: inline-block;
  color: #49647a;
}

.address:hover {
  text-decoration: none;
}

.geo-mark {
  display: inline-block;
  float: left;
  margin: 4px 7px 0 0;
}

.geo-mark:hover ~ .how-to-get-there {
  opacity: 1;
  transform: translateY(0px);
}

.address-line > span {
  border-bottom: 1px solid #4a667f;
}

.address-line:hover ~ .how-to-get-there {
  opacity: 1;
  transform: translateY(0px);
}

.how-to-get-there:hover {
  opacity: 1;
  transform: translateY(0px);
}

.menu {
  text-decoration: none;
  float: right;
  font-size: 18px;
  margin: 39px 44px 0 0;
  font-family: "CenturyGothicRegular", sans-serif !important;
  text-transform: uppercase;
}

.menu li {
  display: inline-block;
  margin-left: 30px;
}

.menu li a {
  color: #49647a;
  text-decoration: none;
}

.menu li:hover {
  border-bottom: 1px solid #4a667f;
}

.menu li.active {
  border-bottom: 1px solid #4a667f;
}

.jumbotron {
  width: 100%;
  background: none;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-family: "CenturyGothicRegular", sans-serif;
  font-weight: 500;
  color: #fff;
  height: auto;
  padding-bottom: 0;
  margin-bottom: 76px;
  position: relative;
}

.jumbotron:before {
  /*background: #4a667f url("/static/pages/img/clouds_1.8983441f5018.png") top center;*/
  /*background: #4a667f url("/static/pages/img/cloud-sky62.jpg") top center;*/
  background: #4a667f url("/static/pages/img/clouds-new-01.jpg") top center;
  background-size: cover;
  /*width: 5760px;*/
  width: 100%;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -2;
  /*animation-name: MOVE-ELEM;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;*/
  overflow: hidden;
}

/*.jumbotron:after {
    background: transparent url("/static/pages/img/clouds_2.0ca7a2449655.png") top center;
    width: 5760px;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation-name: MOVE-ELEM;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
    overflow: hidden;
}*/

.jumbotron h1 {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 75px;
  margin-bottom: 6px;
  font-family: "CenturyGothicRegular", sans-serif;
}

.jumbotron .selector {
  text-align: center;
  opacity: 0;
  transition: 1.2s;
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 30px;
}

.jumbotron .selector.active {
  opacity: 1;
}

.jumbotron .selector span {
  font-size: 29px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.jumbotron .social-buttons {
  width: 50px;
  margin: -8px 20px;
  position: absolute;
}

.jumbotron .social-buttons .social {
  margin: 0 0 25px 0;
  transition: opacity, 0.6s;
  opacity: 0.5;
}

.jumbotron .social-buttons .social:hover {
  margin: 0 0 25px 0;
  opacity: 1;
}

.loading {
  padding: 158px 0 318px 0;
  width: 950px;
  margin: 0 auto;
}

.arrow {
  height: 45px;
  width: 24px;
  display: inline-block;
  opacity: 0.5;
  transition: 0.4s;
}

.arrow:hover {
  opacity: 1;
}

.arrow-left {
  background: url("/static/pages/img/arrow_left.61e25b1f2621.png");
  margin-right: 15px;
}

.arrow-right {
  background: url("/static/pages/img/arrow_right.7893887abb11.png");
  margin-left: 15px;
}

.wheel {
  display: block;
  margin: 30px auto 0;
}

#visible-brand {
  white-space: nowrap;
}

.logo {
  height: 160px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.logo:before {
  content: "";
  height: 23px;
  width: 100%;
  display: block;
  background: #ffffff;
}

.logo:after {
  content: "";
  height: 65px;
  width: 100%;
  display: block;
  background: #ffffff;
  margin-top: 25px;
}

.logo h2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  display: inline-block;
  text-transform: uppercase;
  font-family: "CenturyGothicRegular", sans-serif;
}

.logo span {
  display: block;
  margin-top: 3px;
  font-size: 23px;
  text-transform: lowercase;
  font-family: "CenturyGothicRegular", sans-serif;
}

.services {
  margin-top: 40px;
  background: transparent;
  width: 1200px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-family: "CenturyGothicRegular", sans-serif;
  font-weight: 500;
  color: #fff;
  height: auto;
  margin-bottom: 90px;
  z-index: 2;
  overflow: hidden;
  background-clip: content-box;
  -webkit-background-clip: content-box;
  background-origin: content-box;
  position: relative;
  padding-bottom: 30px;
}

.services:before {
  background: #49647a url("/static/pages/img/clouds.99d572531120.png") repeat-x
    center;
  width: 5760px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation-name: MOVE-ELEM;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-clip: content-box;
  -webkit-background-clip: content-box;
  background-origin: content-box;
  padding-bottom: 30px;
}

.service {
  width: 260px;
  height: 260px;
  background: transparent;
  outline: 40px solid white;
  margin: 40px auto 20px;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 6px white;
}

.center-block {
  float: none;
  display: inline-block;
  vertical-align: text-top;
}

.service:before {
  content: "";
  display: block;
  width: 265px;
  height: 265px;
  transition: 0.3s;
  position: absolute;
  z-index: 0;
}

.service:hover:before {
  opacity: 0;
}

.service:hover .desc {
  opacity: 1;
}

.service.empty {
  background: white;
  border-radius: 0;
}

.service.empty.lg {
  width: 110%;
  margin: 40px 0 0 -5%;
}

.service .desc {
  width: 260px;
  height: 260px;
  transition: 0.3s;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 100;
  opacity: 0;
  border-radius: 15px;
  overflow: hidden;
}

.service .desc .wrapper {
  display: inline-block;
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 20px;
}

.service .desc a {
  color: white;
  border: 3px solid white;
  margin-top: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.2s;
  position: relative;
  z-index: 5;
  display: block;
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 23px;
}

.service .desc p {
  margin-bottom: 10px;
}

.services .title {
  background-color: white;
}

.service .desc a:hover {
  background: rgba(255, 255, 255, 0.5) no-repeat center/cover;
  text-decoration: none;
}

.service:before {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
}

.title {
  position: absolute;
  z-index: 5;
  text-align: center;
  display: inline-block;
  width: 265px;
  margin: -10px auto 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #49647a;
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.recreation-title {
  height: 92px;
  background: transparent;
  margin: 0 auto 28px;
  text-align: center;
  font-family: "CenturyGothicRegular", sans-serif;
  line-height: 92px;
  width: 100%;
  position: relative;
}

.recreation-title:before {
  background: #49647a url("/static/pages/img/clouds.99d572531120.png") repeat-x;
  background-position: 200px 0;
  width: 5760px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation-name: MOVE-ELEM;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-clip: content-box;
  -webkit-background-clip: content-box;
  background-origin: content-box;
}

.recreation-title h2 {
  margin: 0;
  vertical-align: middle;
  font-size: 40px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
}

.recreation-content .slogan {
  text-align: center;
  color: #49647a;
  font-size: 25px;
  font-family: "CenturyGothicRegular", sans-serif;
  font-weight: 500;
  margin-bottom: 28px;
}

.best-for-you {
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 25px;
  color: #49647a;
  text-align: center;
  overflow: hidden;
}

.best-for-you p {
  margin: 60px 0 30px;
  display: inline-block;
  width: 1000px;
}

.best-for-you .our-instagram {
  margin-bottom: 40px;
}

.best-for-you .our-instagram span {
  padding-left: 20px;
  font-size: 20px;
  font-family: "CenturyGothicRegular", sans-serif;
}

.best-for-you .our-instagram a {
  color: #49647a;
}

.calc {
  width: 1000px;
  margin-bottom: 60px;
}

.card {
  height: 525px;
  background: #ebebeb;
  overflow: hidden;
}

.calc .col-xs-4 {
  padding: 0 2px;
}

.arrow-box {
  position: relative;
  background: #49647a;
  height: 44px;
  margin-bottom: 260px;
}

.arrow-box:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: rgba(73, 100, 122, 0);
  border-top-color: #49647a;
  border-width: 16px 165px 0 165px;
  margin-left: -165px;
}

.arrow-box span {
  text-align: center;
  vertical-align: middle;
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  color: white;
}

.choice {
  transition: 0.6s;
  margin-bottom: -264px;
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.choice-content {
  transition: 0.6s;
  background-position: center;
  background-repeat: no-repeat;
  height: 265px;
  background-color: #ebebeb;
}

.choice-header {
  height: 44px;
  background: #49647a;
  transition: 0.6s;
  transition-timing-function: ease-in-out;
  text-align: center;
  line-height: 44px;
  color: white;
  font-size: 22px;
  font-family: "CenturyGothicRegular", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.choice-header:after {
  content: "";
  position: absolute;
  margin-top: 15px;
  right: 22px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/static/pages/img/polygon.c2c13170ded4.png") no-repeat center;
  transition: 0.6s;
}

.choice-header:before {
  top: 43px;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: rgba(73, 100, 122, 0);
  border-top-color: #49647a;
  border-width: 0;
  margin-left: 0;
  transition: margin-left 600ms, border-width 600ms;
}

.choice.selected .choice-header:before {
  border-width: 16px 165px 0 165px;
  margin-left: -165px;
}

.choice:last-child {
  margin-bottom: 0;
}

.choice.selected {
  transform: translate3d(0, -265px, 0);
  margin-bottom: -265px;
}

.choice.selected > .choice-header:after {
  transform: rotate(180deg);
}

.results {
  text-align: center;
  opacity: 0;
  transition: height 200ms;
}

.results h2 {
  margin: 0 auto 0;
  font-size: 40px;
  border-top: 3px solid #49647a;
  border-bottom: 3px solid #49647a;
  display: inline-block;
  color: #49647a;
  text-transform: uppercase;
  font-weight: bolder;
}

.results img {
  width: 134px;
  height: 134px;
  margin: 0 auto 22px;
}

.results .not-found {
  color: #49647a;
  font-size: 24px;
}

.result-title {
  font-size: 20px;
  display: block;
  color: #49647a;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 38px;
  padding-bottom: 3px;
}

.result-title:before {
  content: "";
  width: 100%;
  height: 23px;
  background: #49647a;
  display: block;
  margin-bottom: 3px;
}

.result {
  padding: 0 26px;
}

.result .features p {
  text-transform: uppercase;
}

.features {
  min-height: 320px;
  background: #49647a;
  padding: 30px 25px 0;
  color: white;
  font-size: 16px;
  font-weight: 100;
}

.features:after {
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent white transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 50px 134px;
  margin-left: -134px;
  margin-top: -100px;
}

.opportunities {
  margin-top: 25px;
}

.opportunity {
  margin: 40px 65px;
}

.opportunity img {
  border: 2px solid #4a667f;
  padding: 2px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

.opportunity-text {
  display: inline-block;
  width: 950px;
  margin-left: 35px;
  font-size: 25px;
  font-family: "CenturyGothicRegular", sans-serif;
  color: #4a667f;
  text-align: justify;
}

.opportunity-text h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 25px;
}

.learn-more {
  color: white;
  font-size: 16px;
  border: 3px solid white;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: 10px;
  display: inline-block;
}

.learn-more:hover {
  text-decoration: none;
  color: white;
  background: rgba(255, 255, 255, 0.2);
}

.learn-more:visited {
  text-decoration: none;
  color: white;
}

.learn-more:active {
  text-decoration: none;
  color: white;
}

.map-controls {
  text-align: center;
  margin: 45px 0;
  font-size: 25px;
}

.map-control {
  background-color: transparent;
  border: none;
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px;
  outline: none;
  font-size: 25px;
  font-family: "CenturyGothicRegular", sans-serif;
  color: #4a667f;
}

.map-control.map-active {
  background-color: #ebebeb;
}

footer {
  margin: 0 auto;
  background: #edf2fc;
}

footer span {
  font-size: 23px;
  margin: 22px 0 0 45px;
  font-weight: 500;
  display: inline-block;
  width: 185px;
  text-align: center;
  color: #49647a;
}

footer img {
  float: right;
  margin: 26px 0 0 0;
}

footer .number {
  text-align: center;
  margin: 0;
  line-height: 56px;
}

footer .number a {
  color: #49647a;
  text-decoration: none;
}

footer .number a:hover {
  text-decoration: none;
}

footer p {
  display: inline-block;
  font-size: 35px;
  color: #49647a;
}

footer p span {
  display: block;
  font-size: 20px;
  margin: -15px;
}

footer .menu {
  margin: 0 auto;
  padding: 0 6px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: 100px;
  width: 637px;
  text-align: center;
}

footer .menu ul {
  padding-right: 40px;
}

footer .menu li {
  padding-bottom: 0;
  line-height: normal;
}

footer .menu li:first-child {
  margin: 0;
}

footer .menu li.active {
  border-bottom: 1px solid #4a667f;
}

footer .menu li:hover {
  border-bottom: 1px solid #4a667f;
}

footer .menu li a:hover {
  text-decoration: none;
}

footer .social {
  margin: 0 25px;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}

footer .social:hover {
  border: 2px solid #4a667f;
}

footer .header-container {
  line-height: 100px;
}

footer .phone {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 143px;
  line-height: normal;
}

footer .phone img,
footer .phone p {
  margin: 0;
  font-size: 25px;
  font-family: "CenturyGothicRegular", sans-serif;
}

footer .phone p {
  margin-left: 10px;
}

footer .phone img {
  float: left;
  margin-top: 5px;
}

footer .footer-container {
  height: 70px;
  background: #4a667f;
  color: #ffffff;
  display: block;
  padding: 0 20px;
  overflow: hidden;
  line-height: 70px;
}

footer .footer-social-buttons {
  display: inline-block;
  vertical-align: middle;
}

footer .footer-container span {
  color: #ffffff;
  width: auto;
  vertical-align: middle;
  line-height: 70px;
  margin: 0;
  text-decoration: none;
}

footer .footer-container .center {
  color: #a5b3bf;
  text-align: left;
  font-size: 20px;
  font-family: "CenturyGothicRegular", sans-serif;
  margin-left: 30px;
}

footer .footer-container .right {
  color: #a5b3bf;
  float: right;
  font-size: 20px;
  font-family: "CenturyGothicRegular", sans-serif;
  text-align: right;
  margin-right: 30px;
}

footer .footer-container .left {
  text-transform: uppercase;
  float: left;
  font-size: 18px;
  font-family: "CenturyGothicRegular", sans-serif;
}

footer .footer-container .right a {
  cursor: pointer;
  color: #a5b3bf;
  text-decoration: none;
}

.contact-info {
  margin-bottom: 45px;
}

.contact {
  height: 150px;
  line-height: 150px;
  color: #4a667f;
}

.contact img,
.contact p,
.contact .contact-lines {
  display: inline-block;
}

.contact-name {
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 20px;
  width: 630px;
  padding-left: 105px;
}

.contact-name p {
  margin-left: 40px;
}

.contact-name img {
  width: 85px;
  height: auto;
}

.contact-lines {
  width: 650px;
}

.contact-lines span {
  font-family: "CenturyGothicRegular", sans-serif;
  font-size: 20px;
}

.contact-lines img {
  border-left: 1px solid #9bacbd;
  padding: 0 20px;
}

.contact-lines-wrapper {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.contact-lines-wrapper a {
  color: #4a667f;
}

.contact:nth-child(even) {
  background-color: #edf2fc;
}

.contact-mobile {
  display: none;
}

.service-wrapper {
  margin-bottom: 20px;
}

.body-wrapper .darker,
.slide-menu,
.hamburger {
  display: none;
}

.row-mobile {
  display: none;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.card-company {
  background: #ebebeb
    url("/static/pages/img/calculator/family.3ac1a240e8df.png") center 100px
    no-repeat;
}

.card-category {
  background: #ebebeb url("/static/pages/img/calculator/sport.ef8d593b7c6d.png")
    center 100px no-repeat;
}

.calculator_results {
  transition: margin-bottom 200ms;
}

.calculator_results.with_margin {
  margin-bottom: 160px;
}

@keyframes MOVE-BG {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@keyframes MOVE-ELEM {
  from {
    transform: translateX(-1920px);
  }

  to {
    transform: translateX(0);
  }
}

.cookie-agree {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #4a667f;
  border-bottom: none;
  height: 90px;
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  z-index: 99;
}
.cookie-agree-close::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 41px;

  right: 189px;
  bottom: 0px;
  z-index: 20;
  margin-right: 0;
  margin-bottom: -1px;
  background-color: #fff;
}
.cookie-agree-close::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 41px;

  right: 189px;
  bottom: 0px;
  z-index: 20;
  margin-right: 0;
  margin-bottom: -1px;
  background-color: #fff;
}
.cookie-agree .cookie-agree-close a {
  padding: 0px 62px 0px 50px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 40px;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-family: "Montserrat";
  display: block;
  background: #fff;
  color: #4a667f;
  float: right;
  right: 0;
  bottom: 0;
}

.cookie-agree .cookie-agree-text {
  width: 60%;
}

.cookie-agree a {
  color: #fff;
  text-decoration: underline;
}
