body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-linear-gradient(270deg, rgba(46, 157, 255, .5), rgba(46, 157, 255, .22)), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-image: linear-gradient(180deg, rgba(46, 157, 255, .5), rgba(46, 157, 255, .22)), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #33334c;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.sec {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #cfd7fb;
}

.sec.s01 {
  padding-top: 10%;
  padding-bottom: 10%;
  border-bottom: 3px solid #92a8bf;
  background-image: url('../images/014555.png'), url('../images/backgrounds-hd-desktop-316005dn5-1s-1920x1080.jpg');
  background-position: 0px 100%, 50% 100%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.sec.s1 {
  padding: 5% 4%;
  background-color: #fdfeff;
  background-image: url('../images/0000_főnix_93.png');
  background-position: 100% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.sec.s2 {
  padding-top: 10%;
  padding-bottom: 10%;
  border-bottom: 3px solid #92a8bf;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/astrologyspace.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/astrologyspace.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sec.s4 {
  background-color: #28415f;
  background-image: url('../images/afternoon-Amazing-late-Sunlight-trees-view.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec.s6 {
  padding: 3% 4%;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/575785848.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/575785848.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sec.s7 {
  border: 3px solid #92a8bf;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/fonstola.ru-75268.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/fonstola.ru-75268.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sec.s8 {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 253, 253, .87), rgba(255, 253, 253, .87)), url('../images/58eb1435297b507d40655ff3.jpg');
  background-image: linear-gradient(180deg, rgba(255, 253, 253, .87), rgba(255, 253, 253, .87)), url('../images/58eb1435297b507d40655ff3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sec.s9 {
  padding-top: 10%;
  background-image: url('../images/fonstola.ru-75268.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-65 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.div-65.lev {
  float: left;
}

.div-65.lev._77 {
  width: 60%;
}

.div-65.lev._44 {
  width: 65%;
  padding: 3%;
  float: right;
  background-color: rgba(0, 21, 66, .83);
}

.heading {
  color: #fff;
  font-size: 32px;
  line-height: 1.2em;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  color: #ffe20c;
  font-size: 80px;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

.knopka {
  display: block;
  width: 80%;
  max-width: 550px;
  min-width: 300px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.6em;
  padding-bottom: 0.8em;
  border: 1px solid #fffcfc;
  border-radius: 30px;
  background-color: #fd074f;
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 24px;
  text-align: center;
}

.knopka._045 {
  margin-bottom: 5%;
  text-transform: uppercase;
}

.text {
  color: #0e0e0f;
  font-size: 18px;
  line-height: 1.4em;
}

.text.bel {
  color: #192024;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

.text.bel.center {
  text-align: center;
}

.text.bel.center._011 {
  margin-bottom: 1em;
  color: #192024;
}

.text.bel.center._04 {
  color: #192024;
  font-size: 20px;
}

.text.bel._88 {
  color: #fff;
}

.text.pr {
  margin-bottom: 1em;
  color: #fff;
  text-align: right;
}

.text.center {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.heading-3 {
  margin-bottom: 3%;
  color: #001542;
  font-size: 44px;
  line-height: 1.2em;
  text-align: center;
}

.heading-3.bel {
  color: #fdfdfd;
  line-height: 1.4em;
}

.heading-4 {
  color: #efeff9;
  font-size: 44px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.bol3 {
  font-size: 32px;
  text-transform: uppercase;
}

.div-75 {
  width: 75%;
  float: right;
}

.div-75._55 {
  width: 100%;
  padding: 3%;
  float: none;
  background-color: transparent;
}

.blok1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.bul {
  color: #1d04c5;
  font-size: 22px;
}

.bol {
  font-size: 24px;
}

._596 {
  color: #f8d64b;
  font-size: 60px;
}

.link {
  color: #001542;
}

.cena {
  color: #e64c40;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 600;
}

.sin {
  color: #001542;
  font-size: 30px;
  line-height: 1.5em;
}

._60 {
  font-size: 60px;
}

.zag1 {
  margin-bottom: 0.5em;
  color: #fcfdff;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
}

.zag1._60 {
  font-size: 60px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 3% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  color: #0d8cfc;
  font-size: 27px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-span-3 {
  color: #f8b807;
  font-size: 60px;
}

.important-text {
  font-size: 22px;
}

.lbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 900;
  display: none;
  width: 100%;
  height: 100%;
}

.lbox-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .67));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .67));
}

.div-block {
  position: absolute;
  left: 0px;
  top: 10%;
  right: 0px;
  z-index: 1100;
  display: block;
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding: 4%;
  background-color: #fff;
}

.link-block {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/menuclose.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .heading-3.bel {
    font-size: 38px;
  }
  .heading-4 {
    font-size: 32px;
  }
  .bol3 {
    font-size: 27px;
  }
  ._596 {
    font-size: 51px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .sec.s8 {
    padding-right: 4%;
    padding-left: 4%;
  }
  .sec.s9 {
    padding-right: 4%;
    padding-left: 4%;
  }
  .div-65.lev._44 {
    width: 90%;
    float: none;
  }
  .heading-3.bel {
    font-size: 33px;
  }
  .heading-4 {
    font-size: 29px;
    line-height: 1.4em;
  }
  .bol3 {
    font-size: 21px;
  }
  ._596 {
    font-size: 40px;
  }
  .background-video {
    background-image: url('../images/06542.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .sec.s1 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-65.lev._77 {
    width: 100%;
  }
  .heading-2 {
    font-size: 40px;
  }
  .knopka {
    line-height: 26px;
  }
  .heading-4 {
    font-size: 25px;
  }
  .zag1._60 {
    font-size: 44px;
  }
  .background-video {
    min-height: 60vh;
  }
  .text-span-3 {
    font-size: 39px;
  }
}

