.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}
.switch-container {
  display: flex;
  margin: 90px 70px 110px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.switch {
  flex: 0 0 auto;
  margin: 0;
  list-style: none;
  display: flex;
  /*width: 260px;*/
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #1275a8;
}
.color-scheme-dark .switch {
  background: #5D5D5D;
}
.switch:hover {
  background: #075379;
}
.color-scheme-dark .switch:hover {
  background: #5D5D5D;
}
.switch li {
  display: flex;
  flex: 0 0 auto;
  text-align: center;
  color: #ffffff;
  height: 45px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.color-scheme-dark .switch li {
  color: #A6A6A6;
}
.switch li span {
  display: none;
  margin: 0 5px;
}
.switch li:first-child {
  background: #ffffff;
  padding-right: 13px;
  padding-left: 13px;
  color: #359bce;
}
.color-scheme-dark .switch li:first-child {
  background: #359bce;
  color: #ffffff;
}
.switch li:first-child span {
  display: inline-block;
}
.switch.switch-off li:last-child {
  background: #ffffff;
  color: #359bce;
  padding-left: 13px;
  padding-right: 13px;
}
.color-scheme-dark .switch.switch-off li:last-child {
  background: #359bce;
  color: #ffffff;
}
.switch.switch-off li:last-child span {
  display: inline-block;
}
.switch.switch-off li:first-child {
  background: #1275a8;
  color: #A6A6A6;
  padding-right: 20px;
  padding-left: 20px;
}
.color-scheme-dark .switch.switch-off li:first-child {
  background: #5D5D5D;
}
.switch.switch-off li:first-child span {
  display: none;
}
.switch.switch-off:hover li:first-child {
  background-color: #075379;
}
.color-scheme-dark .switch.switch-off:hover li:first-child {
  background: #5D5D5D;
}
@media screen and (max-width: 500px) {
  .switch li {
    height: 45px;
    padding: 5px 15px;
    font-size: 14px;
  }
  .switch li:first-child {
    background: #ffffff;
    padding-right: 30px;
    padding-left: 30px;
  }
  .switch.switch-off li:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
  .switch.switch-off li:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@font-face {
  font-family: 'VAGRoundedLTCYR';
  src: url('fonts/vagroundedltcyr-light-webfont.eot');
  src: url('fonts/vagroundedltcyr-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vagroundedltcyr-light-webfont.woff2') format('woff2'), url('fonts/vagroundedltcyr-light-webfont.woff') format('woff'), url('fonts/vagroundedltcyr-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Mono Light';
  src: url('fonts/RobotoMono-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VAGRoundedLTCYR';
  src: url('fonts/vagroundedltcyr-bold-webfont.eot');
  src: url('fonts/vagroundedltcyr-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/vagroundedltcyr-bold-webfont.woff2') format('woff2'), url('fonts/vagroundedltcyr-bold-webfont.woff') format('woff'), url('fonts/vagroundedltcyr-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body,
input,
select,
textarea,
code,
pre {
  font-family: VAGRoundedLTCYR, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3em;
  color: #a6a7a7;
}
*:focus {
  outline: none;
}
.color-scheme-light .color-scheme-dark {
  display: none !important;
}
.color-scheme-dark .color-scheme-light {
  display: none !important;
}
[data-currency=eur] .usd {
  display: none !important;
}
[data-currency=usd] .eur {
  display: none !important;
}
header {
  position: relative;
  z-index: 5;
}
header .logo {
  position: absolute;
  left: 80px;
  top: 70px;
  background: url(../images/logo.svg) no-repeat;
  width: 122px;
  height: 59px;
  z-index: 1;
}
header .menu {
  position: absolute;
  top: 90px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 225px 0 calc(100vw - 1225px);
  right: 0;
  left: 0;
}
header .menu.hide {
  display: none;
}
header .menu > li {
  display: inline;
  white-space: nowrap;
  margin-left: 10px;
}
header .menu > li a {
  color: #a6a7a7;
  text-decoration: none;
}
header .menu > li a.active,
header .menu > li a:hover {
  color: #359bce;
}
header .menu > li ul {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  overflow: hidden;
  padding: 0;
}
header .menu > li ul li:first-child {
  padding-top: 15px;
}
header .menu > li ul li:last-child {
  padding-bottom: 50px;
}
header .menu > li ul:after {
  position: absolute;
  height: 1px;
  background-color: #e7e6df;
  left: 0;
  right: 0;
  content: "";
  display: block;
  bottom: 1px;
}
.color-scheme-dark header .menu > li ul:after {
  background-color: #424242;
}
.color-scheme-dark header .menu > li ul {
  background-color: #282828;
}
header .menu > li:hover ul {
  height: 113px;
  opacity: 1;
  transform: translateY(0);
}
header .menu ul {
  opacity: 0;
  position: absolute;
  height: 0;
  left: 0;
  list-style: none;
  line-height: 1.5em;
  transition: all 0.5s ease;
}
header .menu ul li a {
  display: block;
}
header .lang-menu {
  position: absolute;
  right: 105px;
  top: 62px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
header .lang-menu li {
  display: none;
}
header .lang-menu li.active {
  display: flex;
}
header .lang-menu li a {
  display: flex;
  height: 74px;
  width: 74px;
  border: solid 1px transparent;
  color: #a6a7a7;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
}
header .lang-menu li a:hover {
  color: #359bce;
  border-color: #359bce;
}
header .lang-menu.open {
  width: 630px;
  display: flex;
  justify-content: space-between;
}
header .lang-menu.open li {
  display: flex;
}
header .lang-menu.open li a {
  border-color: #ffffff;
}
header .lang-menu.open li a:hover {
  border-color: #359bce;
}
header.header-white .logo {
  background: url(../images/logo.svg) no-repeat center bottom;
}
.color-scheme-dark header.header-white .logo {
  background-position: center top;
}
header.header-white .menu li a {
  color: #ffffff;
}
.color-scheme-dark header.header-white .menu li a {
  color: #A6A6A6;
}
header.header-white .menu li a.active,
header.header-white .menu li a:hover {
  color: #075379;
}
.color-scheme-dark header.header-white .menu li a.active,
.color-scheme-dark header.header-white .menu li a:hover {
  color: #359bce;
}
header.header-white .menu > li ul {
  background: #087bb4;
  background: -moz-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #087bb4), color-stop(9%, #087bb4), color-stop(91%, #369bce), color-stop(100%, #369bce));
  background: -webkit-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -o-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -ms-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: linear-gradient(to right, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087bb4', endColorstr='#369bce', GradientType=1);
}
.color-scheme-dark header.header-white .menu > li ul {
  background: #282828;
}
header.header-white .lang-menu li a {
  color: #ffffff;
}
.color-scheme-dark header.header-white .lang-menu li a {
  color: #A6A6A6;
}
header.header-white .lang-menu li a:hover {
  background-color: #ffffff;
  color: #359bce;
}
@media screen and (max-width: 1500px) {
  header .menu {
    padding: 0 225px 0 calc(100vw - 1075px);
  }
}
@media screen and (max-width: 1300px) {
  header .logo {
    top: 40px;
    left: calc(50% - 60px);
  }
  header .menu {
    display: none;
  }
  header .lang-menu {
    display: none;
  }
}
#fly-over {
  position: fixed;
  height: 0;
  width: 100vw;
  left: 0;
  top: 0;
}
#fly-over.fly-over-active {
  height: 100vh;
  z-index: 3;
  backdrop-filter: blur(0.5rem);
}
.menu-responsive {
  display: none;
}
@media screen and (max-width: 1300px) {
  .menu-responsive.open {
    display: flex;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    background: #087bb4;
    background: -moz-linear-gradient(45deg, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #087bb4), color-stop(9%, #087bb4), color-stop(91%, #369bce), color-stop(100%, #369bce));
    background: -webkit-linear-gradient(45deg, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
    background: -o-linear-gradient(45deg, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
    background: -ms-linear-gradient(45deg, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
    background: linear-gradient(45deg, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087bb4', endColorstr='#369bce', GradientType=1);
    overflow: auto;
  }
  .menu-responsive.open .scroll {
    min-height: 100%;
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    overflow-x: hidden;
  }
  .menu-responsive.open .scroll .top {
    display: flex;
    justify-content: end;
    max-height: 100px;
  }
  .menu-responsive.open .scroll .bottom {
    align-self: end;
  }
  .menu-responsive.open .menu {
    flex-direction: column;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-responsive.open .menu li a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    width: 266px;
    height: 54px;
    line-height: 54px;
    color: #ffffff;
    border-radius: 37px;
    text-align: center;
    border: solid 1px transparent;
  }
  .menu-responsive.open .menu li a.active {
    background: #ffffff;
    color: #359bce;
  }
  .menu-responsive.open .menu li a:hover {
    border: solid 1px #ffffff;
  }
  .menu-responsive.open .menu.hide {
    display: none;
  }
  .menu-responsive.open .lang-menu {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    flex-direction: column;
  }
  .menu-responsive.open .lang-menu li {
    display: none;
    justify-content: center;
  }
  .menu-responsive.open .lang-menu li.active {
    display: flex;
    margin-bottom: 15px;
  }
  .menu-responsive.open .lang-menu li a {
    display: flex;
    height: 74px;
    width: 74px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50%;
    text-transform: uppercase;
    border: solid 1px #ffffff;
    color: #ffffff;
  }
  .menu-responsive.open .lang-menu li a.active a {
    background: #ffffff;
    color: #359bce;
  }
  .menu-responsive.open .lang-menu.open {
    display: flex;
    justify-content: space-between;
  }
  .menu-responsive.open .lang-menu.open li {
    display: flex;
    margin-bottom: 10px;
  }
  .menu-responsive.open .lang-menu.open li.active a {
    background-color: #ffffff;
    color: #359bce;
  }
  .menu-responsive.open .menu-close {
    width: 60px;
    height: 60px;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    background: url(../images/close.svg) center center no-repeat;
    background-size: 100% auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-height: 900px), screen and (max-width: 700px) {
  .menu-responsive.open .menu li a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .menu-responsive.open .lang-menu li a {
    height: 45px;
    width: 45px;
    font-size: 16px;
  }
}
@media screen and (max-height: 900px) and (orientation: landscape), screen and (max-width: 700px) and (orientation: landscape) {
  .menu-responsive.open .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .menu-responsive.open .menu li {
    flex: 0 0 50%;
  }
  .menu-responsive.open .lang-menu.open {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.section-home {
  min-height: 100vh;
  position: relative;
}
.section-home .hp-animation {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 150px;
}
.section-home .hp-animation .border {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
.section-home .hp-animation #hp-animation-portrait-light,
.section-home .hp-animation #hp-animation-portrait-dark {
  display: none;
}
.section-home .next-page {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 23px);
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background: url("../images/hp/sipka-dolu.svg") no-repeat;
}
.section-home.section-home-encryption {
  display: flex;
  min-height: 60vh;
  background-color: #f7f9fc;
  margin-top: 95px;
}
.section-home .container {
  display: flex;
  max-width: 1280px;
  margin: auto;
  padding: 50px 0 50px 50px;
  align-items: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.section-home .container img {
  display: block;
  max-width: 30%;
}
.section-home .container div {
  padding: 0 50px 0 80px;
}
.section-home .container div h2 {
  color: #359bce;
  font-weight: normal;
  line-height: 1.2em;
}
.section-home .container div p {
  font-size: 17px;
  line-height: 1.5em;
  color: #909090;
  text-align: justify;
  margin: auto;
  margin-bottom: 20px;
}
.section-home .container div p a {
  color: #359bce;
  text-decoration: none;
}
.section-home .container div p.encryption {
  color: #858585;
}
.section-home .container .btn {
  height: 56px;
  border: solid 1px #359bce;
  border-radius: 28px;
  line-height: 56px;
  color: #359bce;
  font-size: 20px;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 16px 47px 16px 47px;
  text-decoration: none;
  position: relative;
  margin-top: 36px;
}
.section-home .container .btn:hover {
  cursor: pointer;
  background: #359bce;
  color: #ffffff;
}
.section-home .container .btn:hover:before {
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (orientation: portrait) {
  .section-home .hp-animation #hp-animation-light,
  .section-home .hp-animation #hp-animation-dark {
    display: none;
  }
  .section-home .hp-animation #hp-animation-portrait-light,
  .section-home .hp-animation #hp-animation-portrait-dark {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .section-home {
    min-height: 100vh;
  }
  .section-home .hp-animation {
    top: 100px;
    bottom: 100px;
  }
  .section-home .hp-animation .border {
    height: 90%;
    width: 90%;
  }
  .section-home .next-page {
    display: none;
  }
  .section-home .container div {
    padding-left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .section-home.section-home-encryption {
    margin-top: 0;
  }
  .section-home.section-home-encryption .container {
    flex-direction: column;
  }
  .section-home.section-home-encryption .container .btn {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 500px) {
  .section-home .container {
    padding: 30px 0 30px 0;
  }
  .section-home .container div {
    padding: 0 20px;
  }
}
.color-scheme-dark body {
  background-color: #282828;
}
.color-scheme-dark .section-home {
  background-color: #282828;
  min-height: 100vh;
  position: relative;
}
.color-scheme-dark .section-home .hp-animation {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 150px;
}
.color-scheme-dark .section-home .hp-animation .border {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
.color-scheme-dark .section-home .hp-animation #hp-animation-portrait {
  display: none;
}
.color-scheme-dark .section-home .next-page {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 23px);
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background: url("../images/hp/sipka-dolu.svg") no-repeat;
}
.color-scheme-dark .section-home.section-home-encryption {
  display: flex;
  min-height: 60vh;
  background-color: #232323;
  margin-top: 95px;
}
.color-scheme-dark .section-home .container {
  display: flex;
  max-width: 1280px;
  margin: auto;
  padding: 50px 0 50px 50px;
  align-items: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.color-scheme-dark .section-home .container img {
  display: block;
  max-width: 30%;
}
.color-scheme-dark .section-home .container #chp {
  content: url(../images/hp/dark/obrazek_chraneny_prenos.svg);
}
.color-scheme-dark .section-home .container div {
  padding: 0 50px 0 80px;
}
.color-scheme-dark .section-home .container div h2 {
  color: #359bce;
  font-weight: normal;
  line-height: 1.2em;
}
.color-scheme-dark .section-home .container div p {
  font-size: 17px;
  line-height: 1.5em;
  color: #909090;
  text-align: justify;
  margin: auto;
  margin-bottom: 20px;
}
.color-scheme-dark .section-home .container div p a {
  color: #359bce;
  text-decoration: none;
}
.color-scheme-dark .section-home .container div p.encryption {
  color: #858585;
}
.color-scheme-dark .section-home .container .btn {
  height: 56px;
  border: solid 1px #359bce;
  border-radius: 28px;
  line-height: 56px;
  color: #359bce;
  font-size: 20px;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 16px 47px 16px 47px;
  text-decoration: none;
  position: relative;
  margin-top: 36px;
}
.color-scheme-dark .section-home .container .btn:hover {
  cursor: pointer;
  background: #359bce;
  color: #ffffff;
}
.color-scheme-dark .section-home .container .btn:hover:before {
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (orientation: portrait) {
  .color-scheme-dark .section-home .hp-animation #hp-animation {
    display: none;
  }
  .color-scheme-dark .section-home .hp-animation #hp-animation-portrait {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .color-scheme-dark .section-home {
    min-height: 100vh;
  }
  .color-scheme-dark .section-home .hp-animation {
    top: 100px;
    bottom: 100px;
  }
  .color-scheme-dark .section-home .hp-animation .border {
    height: 90%;
    width: 90%;
  }
  .color-scheme-dark .section-home .next-page {
    display: none;
  }
  .color-scheme-dark .section-home .container div {
    padding-left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .color-scheme-dark .section-home.section-home-encryption {
    margin-top: 0;
  }
  .color-scheme-dark .section-home.section-home-encryption .container {
    flex-direction: column;
  }
  .color-scheme-dark .section-home.section-home-encryption .container .btn {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 500px) {
  .color-scheme-dark .section-home .container {
    padding: 30px 0 30px 0;
  }
  .color-scheme-dark .section-home .container div {
    padding: 0 20px;
  }
}
.color-scheme-dark .section-home-2 {
  background: linear-gradient(#232323 0, #232323 600px, #282828 600px);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top {
  background-color: #232323;
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg1 {
  content: url(../images/hp/dark/hpimg_1.svg?v=1);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg2 {
  content: url(../images/hp/dark/hpimg_2.svg?v=1);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg3 {
  content: url(../images/hp/dark/hpimg_3.svg?v=1);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg4 {
  content: url(../images/hp/dark/hpimg_4.svg?v=1);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg5 {
  content: url(../images/hp/dark/hpimg_5.svg?v=2);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg6 {
  content: url(../images/hp/dark/hpimg_6.svg?v=1);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg7 {
  content: url(../images/hp/dark/hpimg_7.svg?v=1);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg8 {
  content: url(../images/hp/dark/hpimg_8.svg?v=1);
}
.color-scheme-dark .section-home-2 .hp-container .hp-item .item-top #hpimg9 {
  content: url(../images/hp/dark/hpimg_9.svg?v=1);
}
.section-home-2 {
  display: block;
  text-align: center;
  background: linear-gradient(#f7f9fc 0, #f7f9fc 600px, #ffffff 600px);
  min-height: 100vh;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.section-home-2 p {
  text-align: justify;
}
.section-home-2 .hp-top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-home-2 .hp-top h2 {
  color: #359bce;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.section-home-2 .hp-top h2.top1 {
  margin-bottom: 30px;
}
.section-home-2 .hp-top p {
  margin: 0 0 5px 0;
}
.section-home-2 .hp-top p.top1 {
  text-align: center;
}
.section-home-2 .hp-top p.down {
  display: inline-block;
  color: #858585;
  max-width: 800px;
  font-size: 18px;
}
.section-home-2 .hp-top p.down a {
  color: #858585;
  text-decoration: underline;
}
.section-home-2 .hp-top p.down a:hover {
  color: #359bce;
}
.section-home-2 .hp-top .btn {
  height: 56px;
  border: solid 1px #359bce;
  border-radius: 28px;
  line-height: 56px;
  color: #359bce;
  font-size: 20px;
  display: flex;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 0 47px 0 47px;
  text-decoration: none;
  position: relative;
  margin-top: 36px;
}
.section-home-2 .hp-top .btn:hover {
  cursor: pointer;
  background: #359bce;
  color: #ffffff;
}
.section-home-2 .hp-top .btn:hover:before {
  border-color: transparent transparent transparent #ffffff;
}
.section-home-2 .hp-top .center {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.section-home-2 .hp-top .center2 {
  margin-bottom: 40px;
}
.section-home-2 .hp-top-down {
  padding-top: 0;
  padding-bottom: 0;
}
.section-home-2 .hp-top-down h2 {
  margin-top: 0;
}
.section-home-2 .hp-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1800px;
  margin: 40px auto 0 auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-evenly;
}
.section-home-2 .hp-container .hp-item {
  flex: 0 0 33.333333%;
  box-sizing: border-box;
  padding: 10px 20px;
  background-repeat: no-repeat;
  background-position: center 70px;
  position: relative;
  margin-bottom: 50px;
}
.section-home-2 .hp-container .hp-item .item-top {
  padding: 30px;
  background-color: #f6f9fc;
  margin: 5px;
  border-radius: 20px;
}
.section-home-2 .hp-container .hp-item .item-top img {
  max-width: 100%;
}
.section-home-2 .hp-container .hp-item .item-advert {
  padding: 0;
}
.section-home-2 .hp-container .hp-item h3 {
  margin: 20px auto 20px auto;
  font-size: 22px;
  color: #359bce;
  text-align: center;
  font-weight: 400;
}
.section-home-2 .hp-container .hp-item p {
  margin: 0 auto;
  font-size: 18px;
  text-align: justify;
  color: #858585;
  padding: 0 20px;
}
.section-home-2 .hp-container .hp-item p a {
  color: #359bce;
}
.lang-de .section-home-2 .hp-container .hp-item.faq-long > p {
  display: none;
}
.section-home-2 .hp-container .hp-item .more {
  display: block;
  height: 42px;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 23px);
  margin: 50px auto 0;
  bottom: 105px;
}
.section-home-2 .hp-container .hp-item .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 27px 81px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  z-index: -1;
}
.section-home-2 .hp-container .hp-item .hover .scrollbar-outer {
  display: none;
  padding-right: 10px;
  height: 350px;
}
.section-home-2 .hp-container .hp-item .hover p {
  max-width: none;
}
.section-home-2 .hp-container .hp-item:hover .hover {
  display: block;
}
.section-home-2 .container {
  max-width: 1000px;
  margin: auto;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.section-home-2 .container .img-container {
  display: block;
  width: 1000px;
  height: 600px;
  background-size: cover;
  margin: auto;
  background-image: url(../images/hp/BOX_bright_2.svg);
}
.color-scheme-dark .section-home-2 .container .img-container {
  background-image: url(../images/hp/box_black_2.svg);
}
.section-home-2 .container .p-container {
  flex: 0 1 35%;
  box-sizing: border-box;
}
.section-home-2 .container .p-container p {
  font-size: 17px;
  line-height: 1.5em;
  color: #ffffff;
  width: 310px;
  text-align: justify;
  text-align-last: center;
  margin: auto;
  padding: 0 50px 0 30px;
}
.section-home-2 .container .p-container p a {
  color: #ffffff;
  text-decoration: none;
}
.section-home-2 .container .p-container p .btn {
  height: 56px;
  width: 250px;
  line-height: 56px;
  border: solid 1px #ffffff;
  text-align: center;
  margin: 65px auto 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 28px;
  font-size: 20px;
  transition: all 0.3s ease-out;
}
.section-home-2 .container .p-container p .btn:hover {
  background: #ffffff;
  color: #359bce;
}
.section-home-2 .next-page {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 23px);
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background: url("../images/hp/sipka-dolu.svg") no-repeat;
  background: url("../images/sipka-dolu-white.svg") no-repeat;
}
.fp-responsive .section-home-2 .next-page {
  bottom: 0;
}
@media screen and (max-width: 1800px) {
  .section-home-2 .hp-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1050px) {
  .section-home-2 .img-container {
    width: 900px!important;
    height: 585px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 900px;
  }
  .section-home-2 .hp-container .hp-item {
    margin-bottom: 50px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 950px) {
  .section-home-2 .img-container {
    width: 700px!important;
    height: 455px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 700px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-2 .next-page {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .section-home-2 .container {
    display: block;
  }
  .section-home-2 .container .p-container p {
    padding: 0;
    margin: 40px 0 0;
    max-width: none;
    width: auto;
  }
  .section-home-2 .container .p-container p .btn {
    display: block;
    margin-top: 40px;
  }
  .section-home-2 .img-container {
    width: 650px!important;
    height: 423px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 650px;
  }
  .section-home-2 .hp-container .hp-item {
    padding: 0;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 700px) {
  .section-home-2 .img-container {
    width: 580px!important;
    height: 377px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 580px;
  }
}
@media screen and (max-width: 650px) {
  .section-home-2 .img-container {
    width: 530px!important;
    height: 345px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 530px;
  }
}
@media screen and (max-width: 600px) {
  .section-home-2 .img-container {
    width: 480px!important;
    height: 312px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 480px;
  }
}
@media screen and (max-width: 550px) {
  .section-home-2 .img-container {
    width: 430px!important;
    height: 280px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 430px;
  }
}
@media screen and (max-width: 500px) {
  .section-home-2 .img-container {
    width: 380px!important;
    height: 247px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 380px;
  }
  .section-home-2 .hp-container .hp-item {
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .section-home-2 .img-container {
    width: 360px!important;
    height: 234px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 360px;
  }
}
@media screen and (max-width: 400px) {
  .section-home-2 .img-container {
    width: 320px!important;
    height: 208px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 320px;
  }
}
@media screen and (max-width: 350px) {
  .section-home-2 .img-container {
    width: 260px!important;
    height: 169px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 260px;
  }
}
@media screen and (max-width: 300px) {
  .section-home-2 .img-container {
    width: 220px!important;
    height: 143px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 220px;
  }
}
@media screen and (max-width: 250px) {
  .section-home-2 .img-container {
    width: 170px!important;
    height: 110px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 170px;
  }
}
@media screen and (max-width: 200px) {
  .section-home-2 .img-container {
    width: 120px!important;
    height: 78px!important;
  }
  .section-home-2 .hp-top p.down {
    max-width: 120px;
  }
}
.section-footer {
  width: 100%;
  display: flex;
  align-items: center;
  background: #087bb4;
  background: -moz-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #087bb4), color-stop(9%, #087bb4), color-stop(91%, #369bce), color-stop(100%, #369bce));
  background: -webkit-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -o-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -ms-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: linear-gradient(to right, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087bb4', endColorstr='#369bce', GradientType=1);
}
.color-scheme-dark .section-footer {
  background: #282828;
}
.section-footer .container {
  margin: auto;
  padding: 80px 130px 0;
  width: 100%;
}
.section-footer .container .top {
  display: flex;
  max-width: 1675px;
  margin: 0 auto;
}
.section-footer .container .links {
  padding: 0 0 60px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
.section-footer .container .links li {
  list-style: none;
  flex: 0 0 20%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.section-footer .container .links li ul {
  padding: 0;
  margin: 0;
}
.section-footer .container .links li ul li a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  margin-bottom: 4px;
  display: inline-block;
}
.color-scheme-dark .section-footer .container .links li ul li a {
  color: #A6A6A6;
}
.color-scheme-dark .section-footer .container .links li ul li a:hover {
  color: #359bce;
}
.section-footer .container .links li ul.socials {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: end;
}
.section-footer .container .links li ul.socials li {
  margin-left: 45px;
  flex: 0 1 auto;
  padding: 0;
}
.section-footer .container .links li ul.socials li a {
  display: inline-block;
  width: 24px;
  height: 19px;
  font-size: 0;
  color: transparent;
}
.section-footer .container .links li ul.socials li a.fb {
  background: url(../images/fb.svg) center top no-repeat;
}
.color-scheme-dark .section-footer .container .links li ul.socials li a.fb {
  background-image: url(../images/fb.svg);
}
.section-footer .container .links li ul.socials li a.yt {
  background: url(../images/yt.svg) center top no-repeat;
}
.color-scheme-dark .section-footer .container .links li ul.socials li a.yt {
  background-image: url(../images/yt.svg);
}
.section-footer .container .links li ul.socials li a.tw {
  background: url(../images/tw.svg?v=1) center top no-repeat;
}
.color-scheme-dark .section-footer .container .links li ul.socials li a.tw {
  background-image: url(../images/tw.svg?v=1);
}
.section-footer .container .links li ul.socials li a:hover {
  background-position: center bottom;
}
.section-footer .container .footer-text {
  max-width: 1675px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}
.section-footer .container .footer-text p {
  color: #ffffff;
  font-size: 16px;
}
.section-footer .container .footer-text p .mr {
  display: inline-block;
  margin-right: 45px;
}
.color-scheme-dark .section-footer .container .footer-text p {
  color: #A6A6A6;
}
.section-footer .container .footer-text p a {
  color: #ffffff;
  text-decoration: none;
  text-wrap: nowrap;
  margin-right: 20px;
}
.color-scheme-dark .section-footer .container .footer-text p a {
  color: #A6A6A6;
}
.section-footer .container .footer-text p:last-child {
  text-align: right;
}
.section-footer.section-footer-white {
  background: #ffffff;
  margin-top: 79px;
}
.color-scheme-dark .section-footer.section-footer-white {
  background: #282828;
}
.section-footer.section-footer-white .links li ul.socials li a.fb {
  background: url(../images/fb-dark.svg) center top no-repeat;
}
.color-scheme-dark .section-footer.section-footer-white .links li ul.socials li a.fb {
  background-image: url(../images/fb.svg);
}
.section-footer.section-footer-white .links li ul.socials li a.yt {
  background: url(../images/yt-dark.svg) center top no-repeat;
}
.color-scheme-dark .section-footer.section-footer-white .links li ul.socials li a.yt {
  background-image: url(../images/yt.svg);
}
.section-footer.section-footer-white .links li ul.socials li a.tw {
  background: url(../images/tw-dark.svg?v=1) center top no-repeat;
}
.color-scheme-dark .section-footer.section-footer-white .links li ul.socials li a.tw {
  background-image: url(../images/tw.svg?v=1);
}
.section-footer.section-footer-white .links li ul.socials li a:hover {
  background-position: center bottom;
}
.section-footer.section-footer-white .container {
  padding-top: 1px;
}
.section-footer.section-footer-white .container .links li a {
  color: #a6a7a7;
}
.section-footer.section-footer-white .container .links li a:hover {
  color: #359bce;
}
.section-footer.section-footer-white .container .footer-text p {
  color: #a6a7a7;
}
.color-scheme-dark .section-footer.section-footer-white .container .footer-text p {
  color: #606060;
}
.section-footer.section-footer-white .container .footer-text p a {
  color: #a6a7a7;
}
.color-scheme-dark .section-footer.section-footer-white .container .footer-text p a {
  color: #606060;
}
.section-footer.section-footer-white .container .footer-text p a:hover {
  color: #359bce;
}
@media screen and (max-width: 1300px) {
  .section-footer .container {
    padding-bottom: 80px;
    /* space for menu button */
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 950px) {
  .section-footer .container .links li {
    flex: 0 1 auto;
  }
  .section-footer .container .links li ul.socials li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .section-footer .container {
    padding: 40px 20px 150px;
  }
  .section-footer .container .top .links {
    padding-bottom: 30px;
  }
  .section-footer .container .footer-text {
    display: block;
  }
  .section-footer .container .footer-text p,
  .section-footer .container .footer-text p:last-child {
    text-align: center;
  }
  .section-footer .container .footer-text p .mr,
  .section-footer .container .footer-text p:last-child .mr,
  .section-footer .container .footer-text p a,
  .section-footer .container .footer-text p:last-child a {
    margin-right: 0;
  }
  .section-footer .container .socials {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .section-footer .container .links {
    flex-wrap: wrap;
    text-align: center;
  }
  .section-footer .container .links > li {
    flex: 0 0 50%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .section-footer .container .links > li:last-child {
    flex: 0 0 100%;
  }
  .section-footer .container .links > li:last-child .socials {
    justify-content: center;
  }
}
.section-features {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-features header {
  position: static;
}
.section-features .container {
  display: flex;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.section-features:first-child .container {
  padding-top: 80px;
}
.section-features header ~ .container {
  margin-top: 70px;
}
.section-features .feature {
  flex: 1 0 25%;
  width: 360px;
  height: 500px;
  box-sizing: border-box;
  padding: 255px 50px 50px;
  background-repeat: no-repeat;
  background-position: center 70px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.section-features .feature.feature-1 {
  background-image: url(../images/features/ikona_1.svg);
}
.section-features .feature.feature-2 {
  background-image: url(../images/features/ikona_2.svg);
}
.section-features .feature.feature-3 {
  background-image: url(../images/features/ikona_34.svg);
}
.section-features .feature.feature-4 {
  background-image: url(../images/features/ikona_4.svg);
}
.section-features .feature.feature-5 {
  background-image: url(../images/features/ikona_5.svg);
}
.section-features .feature.feature-6 {
  background-image: url(../images/features/ikona_6.svg);
}
.section-features .feature.feature-7 {
  background-image: url(../images/features/ikona_7.svg);
}
.section-features .feature.feature-8 {
  background-image: url(../images/features/ikona_8.svg);
}
.section-features .feature.feature-9 {
  background-image: url(../images/features/ikona_9.svg);
}
.section-features .feature.feature-10 {
  background-image: url(../images/features/ikona_10.svg);
}
.color-scheme-dark .section-features .feature.feature-10 {
  background-image: url(../images/features/ikona_10-dark.svg);
}
.section-features .feature.feature-11 {
  background-image: url(../images/features/ikona_11.svg);
}
.section-features .feature.feature-12 {
  background-image: url(../images/features/ikona_12.svg);
}
.section-features .feature.feature-13 {
  background-image: url(../images/features/ikona_13.svg);
}
.section-features .feature.feature-14 {
  background-image: url(../images/features/ikona_14.svg);
}
.section-features .feature.feature-15 {
  background-image: url(../images/features/ikona_15.svg);
}
.section-features .feature.feature-16 {
  background-image: url(../images/features/ikona_16.svg);
}
.section-features .feature.feature-17 {
  background-image: url(../images/features/ikona_17.svg);
}
.section-features .feature.feature-18 {
  background-image: url(../images/features/ikona_18.svg);
}
.section-features .feature.feature-19 {
  background-image: url(../images/features/ikona_19.svg);
}
.section-features .feature.feature-20 {
  background-image: url(../images/features/ikona_20.svg);
}
.section-features .feature.feature-21 {
  background-image: url(../images/features/ikona_21.svg);
}
.section-features .feature.feature-22 {
  background-image: url(../images/features/ikona_22.svg);
}
.section-features .feature.feature-23 {
  background-image: url(../images/features/ikona_23.svg);
}
.section-features .feature.feature-24 {
  background-image: url(../images/features/ikona_24.svg);
}
.section-features .feature.feature-25 {
  background-image: url(../images/features/ikona_25.svg);
}
.section-features .feature.feature-26 {
  background-image: url(../images/features/ikona_26.svg);
}
.section-features .feature.feature-27 {
  background-image: url(../images/features/ikona_27.svg);
}
.section-features .feature.feature-28 {
  background-image: url(../images/features/ikona_28.svg);
}
.section-features .feature.feature-29 {
  background-image: url(../images/features/ikona_29.svg);
}
.color-scheme-dark .section-features .feature.feature-29 {
  background-image: url(../images/features/ikona_29-dark.svg);
}
.section-features .feature.feature-30 {
  background-image: url(../images/features/ikona_30.svg);
}
.section-features .feature.feature-31 {
  background-image: url(../images/features/ikona_31.svg);
}
.color-scheme-dark .section-features .feature.feature-31 {
  background-image: url(../images/features/ikona_31-dark.svg);
}
.section-features .feature.feature-32 {
  background-image: url(../images/features/ikona_32.svg);
}
.color-scheme-dark .section-features .feature.feature-32 {
  background-image: url(../images/features/ikona_32-dark.svg);
}
.section-features .feature.feature-33 {
  background-image: url(../images/features/ikona_33.svg);
}
.section-features .feature.feature-34 {
  background-image: url(../images/features/ikona_3.svg);
}
.section-features .feature.feature-35 {
  background-image: url(../images/features/ikona_35.svg);
}
.section-features .feature.feature-36 {
  background-image: url(../images/features/ikona_36.svg);
}
.section-features .feature.feature-37 {
  background-image: url(../images/features/ikona_37.svg);
}
.section-features .feature.feature-18,
.section-features .feature.feature-19 {
  flex: 0 0 25%;
}
.section-features .feature:hover:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 255px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../images/features/play.svg);
  background-position: center 133px;
}
.color-scheme-dark .section-features .feature:hover:after {
  background-image: url(../images/features/play-dark.svg);
}
.section-features .feature h2 {
  max-width: 200px;
  margin: 0 auto 25px;
  font-size: 20px;
  color: #359bce;
  text-align: center;
  font-weight: 400;
}
.section-features .feature p {
  max-width: 200px;
  margin: 0 auto;
  font-size: 18px;
  text-align: justify;
  text-align-last: center;
  color: #858585;
}
.section-features .feature p a {
  color: #359bce;
}
.section-features .feature .more {
  margin: 50px auto 0;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 53px);
  display: block;
  height: 42px;
  cursor: pointer;
}
.section-features .feature .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 27px 81px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  z-index: -1;
  border-radius: 15px;
}
.color-scheme-dark .section-features .feature .hover {
  background: #232323;
  box-shadow: none;
}
.section-features .feature .hover .scrollbar-outer {
  display: none;
  height: 350px;
  padding-right: 10px;
}
.section-features .feature .hover p {
  max-width: none;
}
.section-features .feature:hover .hover {
  display: block;
}
.section-features .feature-blank {
  cursor: default;
}
.section-features .feature-blank:hover:after {
  display: none;
}
.section-features .next-page {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 23px);
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background: url("../images/hp/sipka-dolu.svg") no-repeat;
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .section-features:hover .feature .hover,
  .section-features .feature .hover {
    display: none;
  }
  .section-features .feature {
    padding-bottom: 0;
    height: 500px;
  }
  .section-features .feature .more {
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section-features .feature {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-features .feature .hover {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .section-features {
    align-items: unset;
  }
  .section-features .container {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-features header + .container {
    margin-top: 120px;
  }
  .section-features .feature,
  .section-features .feature.feature-18,
  .section-features .feature.feature-19 {
    flex: 1 0 50%;
  }
  .section-features .next-page {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-features .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .section-features .feature,
  .section-features .feature.feature-18,
  .section-features .feature.feature-1 {
    flex: 0 0 100%;
    height: auto;
    padding: 160px 30px 100px;
    background-position: center top;
  }
  .section-features .feature:hover:after,
  .section-features .feature.feature-18:hover:after,
  .section-features .feature.feature-1:hover:after {
    height: 160px;
    background-position: center 60px;
  }
  .section-features .feature .more,
  .section-features .feature.feature-18 .more,
  .section-features .feature.feature-1 .more {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 99;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box.open {
  opacity: 1;
}
#box #box-inner {
  max-height: 100%;
  overflow: hidden;
  max-width: 100%;
  width: 830px;
  padding: 90px 30px 90px;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  border-radius: 30px;
}
.color-scheme-dark #box #box-inner {
  background: #202020;
}
#box .close {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../images/close-blue.svg) no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#box .feature {
  /*display: flex;*/
  height: 100%;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#box .feature > h2,
#box .feature > p,
#box .feature > .more {
  display: none;
}
#box .feature .openBoxAnimation {
  margin-bottom: 20px;
  aspect-ratio: 770/466.533 auto;
  position: relative;
  width: 100%;
}
#box .feature .openBoxAnimation:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #359bce;
  border-color: #359bce transparent #359bce transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  z-index: 0;
}
#box .feature .hover {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
#box .feature .hover h2 {
  margin: 0 auto 25px;
  font-size: 20px;
  color: #359bce;
  text-align: center;
  font-weight: 400;
  max-width: 500px;
}
#box .feature .hover p {
  margin: 0 auto;
  font-size: 18px;
  text-align: justify;
  text-align-last: center;
  color: #858585;
  max-width: 500px;
}
#box .feature .hover p a {
  color: #359bce;
}
#box .feature .hover .btn {
  display: block;
  height: 56px;
  width: 204px;
  border-radius: 29px;
  border: solid 1px #359bce;
  text-align: center;
  line-height: 58px;
  color: #359bce;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px auto;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
#box .feature .hover .btn:hover {
  background: #359bce;
  color: #ffffff;
}
#box .feature .hover .scrollbar-outer {
  height: 100%;
  padding: 15px;
}
#box .feature .hover .scrollbar-outer > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
  min-height: 100%;
}
#box .faq {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#box .faq > h2,
#box .faq > p,
#box .faq > .more {
  display: none;
}
#box .faq .hover {
  display: block;
  width: 100%;
}
#box .faq .hover h2 {
  margin: 0 auto 25px;
  font-size: 20px;
  color: #359bce;
  text-align: center;
  font-weight: 400;
  max-width: 500px;
}
#box .faq .hover p {
  margin: 0 auto;
  font-size: 18px;
  text-align: justify;
  text-align-last: center;
  color: #858585;
  max-width: 500px;
}
#box .faq .hover p a {
  color: #359bce;
}
#box .faq .scrollbar-outer {
  height: 100%;
}
#box .faq .scrollbar-outer > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
  min-height: 100%;
}
@media screen and (max-width: 830px), screen and (max-height: 600px) {
  #box #box-inner {
    height: 100%;
    padding-top: 20px;
    border-radius: 0;
  }
  #box .close {
    left: calc(50% - 15px);
    bottom: 20px;
    right: auto;
    top: auto;
  }
}
.section-plans {
  background: #087bb4;
  background: -moz-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #087bb4), color-stop(9%, #087bb4), color-stop(91%, #369bce), color-stop(100%, #369bce));
  background: -webkit-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -o-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -ms-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: linear-gradient(to right, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087bb4', endColorstr='#369bce', GradientType=1);
}
.color-scheme-dark .section-plans {
  background: #282828;
}
.section-plans header {
  height: 150px;
}
.section-plans .container {
  padding: 0 50px;
  max-width: 1250px;
  margin: 0 auto;
}
.section-plans .saving {
  margin: 4px 70px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.color-scheme-dark .section-plans .saving {
  color: #A6A6A6;
}
.section-plans .price-list {
  max-width: 1184px;
  width: 100%;
  margin: 20px auto 20px;
  border-collapse: collapse;
}
.section-plans .price-list td {
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 17px;
}
.section-plans .price-list th {
  font-weight: normal;
  font-size: 17px;
}
.section-plans .price-list sup {
  font-size: 0.65em;
}
.section-plans .price-list thead td {
  color: #ffffff;
  font-size: 22px;
  padding: 0 20px 10px;
  border-right: solid 6px transparent;
}
.color-scheme-dark .section-plans .price-list thead td {
  color: #359bce;
}
.section-plans .price-list thead td.hover {
  cursor: pointer;
  background-color: #43a9dc;
  color: #ffffff;
  position: relative;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.section-plans .price-list thead td.hover .animated-icon {
  display: none;
}
.section-plans .price-list thead td.hover .animated-icon.dynamic {
  display: block;
}
.section-plans .price-list thead .price {
  display: inline-block;
  margin: 10px 10px 20px;
}
.section-plans .price-list thead .animated-icon {
  display: block;
  margin: 0 auto;
  width: 113px;
  height: 100px;
  background-position: center center;
  background-size: 80px;
  background-repeat: no-repeat;
}
.section-plans .price-list thead .animated-icon.animated-icon-guest {
  background-image: url(../images/plans/ikona_guest_bila.svg);
}
.color-scheme-dark .section-plans .price-list thead .animated-icon.animated-icon-guest {
  background-image: url(../images/plans/ikona_guest_modra.svg);
}
.section-plans .price-list thead .animated-icon.animated-icon-free {
  background-image: url(../images/plans/ikona_free_bila.svg);
}
.color-scheme-dark .section-plans .price-list thead .animated-icon.animated-icon-free {
  background-image: url(../images/plans/ikona_free_modra.svg);
}
.section-plans .price-list thead .animated-icon.animated-icon-pro {
  background-image: url(../images/plans/ikona_pro_bila.svg);
}
.color-scheme-dark .section-plans .price-list thead .animated-icon.animated-icon-pro {
  background-image: url(../images/plans/ikona_pro_modra.svg);
}
.section-plans .price-list thead .animated-icon.animated-icon-enterprise {
  background-image: url(../images/plans/ikona_enterprise_bila.svg);
}
.color-scheme-dark .section-plans .price-list thead .animated-icon.animated-icon-enterprise {
  background-image: url(../images/plans/ikona_enterprise_modra.svg);
}
.section-plans .price-list thead .animated-icon.animated-icon-basic {
  background-image: url(../images/plans/ikona_basic_bila.svg);
}
.color-scheme-dark .section-plans .price-list thead .animated-icon.animated-icon-basic {
  background-image: url(../images/plans/ikona_basic_modra.svg);
}
.section-plans .price-list thead .animated-icon.dynamic {
  display: none;
}
.section-plans .price-list thead span.product-title {
  margin-top: 25px;
  display: inline-block;
}
.section-plans .price-list thead small {
  font-size: 14px;
}
.section-plans .price-list tbody th {
  width: 22%;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
}
.color-scheme-dark .section-plans .price-list tbody th {
  color: #A6A6A6;
}
.section-plans .price-list tbody td {
  background: #0a77ae;
  border-right: solid 6px #3197cb;
  border-bottom: solid 1px #3197cb;
  color: #ffffff;
}
.color-scheme-dark .section-plans .price-list tbody td {
  color: #A6A6A6;
  background: #232323;
  border-right-color: #282828;
  border-bottom-color: #282828;
}
.section-plans .price-list tbody td.gray {
  color: #a6a7a7;
}
.section-plans .price-list tbody td .times {
  color: #ffffff;
}
.color-scheme-dark .section-plans .price-list tbody td .times {
  color: #A6A6A6;
}
.section-plans .price-list tbody td.hoverone {
  background-color: #087bb4 !important;
}
.section-plans .price-list tbody td.hover {
  position: relative;
  background-color: #43a9dc;
  border-bottom: solid 1px #43a9dc;
  cursor: pointer;
}
.color-scheme-dark .section-plans .price-list tbody td.hover {
  color: #ffffff;
}
.color-scheme-dark .section-plans .price-list tbody td.hover .times {
  color: #ffffff;
}
.section-plans .price-list tbody tr:hover td {
  background-color: #066899;
}
.color-scheme-dark .section-plans .price-list tbody tr:hover td {
  background-color: #303030;
}
.section-plans .price-list tfoot .btn {
  height: 40px;
  border: solid 1px #ffffff;
  color: #ffffff;
  border-radius: 30px;
  max-width: 160px;
  line-height: 40px;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.color-scheme-dark .section-plans .price-list tfoot .btn {
  color: #359bce;
  border-color: #359bce;
}
.section-plans .price-list tfoot td {
  border-right: solid 6px transparent;
}
.section-plans .price-list tfoot td.hover {
  background-color: #43a9dc;
  position: relative;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
}
.section-plans .price-list tfoot td.hover .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.section-plans .price-list tfoot td.hover .btn:hover {
  background-color: #359bce;
  color: #ffffff;
}
.section-plans .price-list-responsive {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  display: none;
}
.section-plans .price-list-responsive .column {
  padding: 0 5px;
  width: 360px;
  transform: scale(0.95);
  transition: all 0.25s ease-out;
}
.section-plans .price-list-responsive .column .table {
  width: 350px;
  background: #43a9dc;
  border-radius: 10px;
}
.section-plans .price-list-responsive .column .table .header {
  text-align: center;
  padding: 20px;
}
.section-plans .price-list-responsive .column .table .header .price {
  display: inline-block;
  margin: 5px 10px 10px;
  color: #ffffff;
}
.section-plans .price-list-responsive .column .table .header .product-title {
  display: inline-block;
  margin-top: 10px;
}
.section-plans .price-list-responsive .column .table .header .animated-icon {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.section-plans .price-list-responsive .column .table .row {
  border-top: solid 1px #3197cb;
  display: flex;
}
.section-plans .price-list-responsive .column .table .row .td,
.section-plans .price-list-responsive .column .table .row .th {
  flex: 0 0 40%;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
}
.section-plans .price-list-responsive .column .table .row .th {
  flex-basis: 60%;
  text-align: right;
  color: #ffffff;
}
.section-plans .price-list-responsive .column .btn {
  height: 60px;
  border: solid 1px #ffffff;
  color: #ffffff;
  border-radius: 30px;
  max-width: 200px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
}
.section-plans .price-list-responsive .column .btn:hover {
  background-color: #ffffff;
  color: #359bce;
}
.section-plans .price-list-responsive .slick-current .column {
  transform: scale(1);
}
.section-plans .notice {
  display: block;
  margin: 40px auto 0 auto;
  color: #014572;
  font-size: 16px;
  text-align: center;
}
.color-scheme-dark .section-plans .notice {
  color: #A6A6A6;
  margin-bottom: 20px;
}
.section-plans .navigation {
  display: none;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.section-plans .navigation .prev,
.section-plans .navigation .next {
  position: absolute;
  top: -80px;
  left: 30px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  padding: 0 20px;
}
.color-scheme-dark .section-plans .navigation .prev,
.color-scheme-dark .section-plans .navigation .next {
  color: #A6A6A6;
}
.section-plans .navigation .prev:before,
.section-plans .navigation .next:before {
  position: absolute;
  background: url(../images/previous.svg) center center no-repeat;
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  left: 0;
  top: 0;
}
.section-plans .navigation .next {
  left: auto;
  right: 30px;
}
.section-plans .navigation .next:before {
  left: auto;
  right: 0;
  background-image: url(../images/next.svg);
}
@media screen and (max-width: 1100px) {
  .section-plans .price-list {
    display: none;
  }
  .section-plans .price-list-responsive {
    display: block;
  }
  .section-plans .switch-container {
    margin-bottom: 40px;
  }
  .section-plans .navigation {
    display: block;
  }
  .section-plans .notice {
    padding: 0 5px;
  }
  .section-plans header {
    height: 100px;
  }
  .section-plans .navigation {
    margin-bottom: 30px;
  }
  .section-plans .navigation:after {
    clear: both;
    display: block;
    content: "";
  }
  .section-plans .navigation .prev,
  .section-plans .navigation .next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    float: left;
  }
  .section-plans .navigation .next {
    float: right;
  }
}
@media screen and (max-width: 600px) {
  .section-plans .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .section-plans .navigation {
    margin-bottom: 30px;
  }
  .section-plans .navigation:after {
    clear: both;
    display: block;
    content: "";
  }
  .section-plans .navigation .prev,
  .section-plans .navigation .next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    float: left;
  }
  .section-plans .navigation .next {
    float: right;
  }
  .section-plans header {
    height: 100px;
  }
}
.section-faq {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-faq header {
  position: static;
}
.section-faq .container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  width: 100%;
}
.section-faq:first-child .container {
  margin-top: 180px;
}
.section-faq header + .container {
  margin-top: 100px;
}
.section-faq .next-page {
  display: block;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background: url("../images/hp/sipka-dolu.svg") no-repeat;
  bottom: -60px;
  position: absolute;
  left: calc(50% - 23px);
  z-index: 3;
}
.section-faq .faq {
  background-repeat: no-repeat;
  background-position: center 70px;
  position: relative;
  border: 1px solid #dddfe1;
  padding: 25px;
  margin: 0 20px 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}
.color-scheme-dark .section-faq .faq {
  background-color: #232323;
  border-color: #232323;
}
.section-faq .faq:hover {
  border-color: #359bce;
}
.section-faq .faq:hover h2:before {
  background-position: center -15px;
}
.section-faq .faq:hover h2.open:before {
  background-position: center -45px;
}
.section-faq .faq h2 {
  margin: 0 auto 0;
  font-size: 20px;
  color: #359bce;
  font-weight: 400;
  position: relative;
  padding-right: 20px;
}
.section-faq .faq h2:before {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  top: 0;
  right: 0;
  display: block;
  background: url(../images/faq-arrow.svg) no-repeat center 0px;
}
.section-faq .faq h2.open:before {
  background: url(../images/faq-arrow.svg) no-repeat center -30px;
}
.section-faq .faq .detail {
  display: none;
  padding-top: 30px;
}
.section-faq .faq p {
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  color: #858585;
}
.section-faq .faq p a {
  color: #359bce;
}
.lang-de .section-faq .faq.faq-long > p {
  display: none;
}
.section-faq .faq .more {
  display: block;
  height: 42px;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 53px);
  margin: 50px auto 0;
  bottom: 105px;
}
.section-faq .faq .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 27px 81px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  z-index: -1;
}
.section-faq .faq .hover .scrollbar-outer {
  display: none;
  padding-right: 10px;
  height: 350px;
}
.section-faq .faq .hover p {
  max-width: none;
}
.section-faq .faq:hover .hover {
  display: block;
}
.section-faq .faq.open {
  margin: 0 20px 30px 20px;
}
.color-scheme-dark .section-faq .faq.open {
  background-color: #303030;
}
@media screen and (max-width: 800px) {
  .section-faq .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-contact {
  background: #087bb4;
  background: -moz-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #087bb4), color-stop(9%, #087bb4), color-stop(91%, #369bce), color-stop(100%, #369bce));
  background: -webkit-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -o-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -ms-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: linear-gradient(to right, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087bb4', endColorstr='#369bce', GradientType=1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0 30px;
  box-sizing: border-box;
}
.color-scheme-dark .section-contact {
  background: #282828;
}
.section-contact header {
  position: static;
}
.section-contact .container {
  max-width: 1120px;
  flex: 1 1 auto;
  padding: 0 50px;
}
.section-contact .success {
  display: block;
  width: 160px;
  height: 160px;
  margin: auto;
  min-height: 50vh;
}
.section-contact .email {
  font-size: 20px;
  margin: -20px auto 0;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.color-scheme-dark .section-contact .email {
  color: #359bce;
}
.section-contact .switch-container {
  margin: 60px 0 80px 0;
}
.section-contact .contact-form .flash,
.section-contact .contact-form .error {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  list-style: none;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.section-contact .contact-form .input {
  border-bottom: solid 1px #075379;
  position: relative;
  width: 100%;
  padding: 35px 35px 0;
  box-sizing: border-box;
}
.color-scheme-dark .section-contact .contact-form .input {
  border-bottom-color: #A6A6A6;
}
.section-contact .contact-form .input:before,
.section-contact .contact-form .input:after {
  content: "";
  display: block;
  height: 11px;
  width: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #075379;
}
.color-scheme-dark .section-contact .contact-form .input:before,
.color-scheme-dark .section-contact .contact-form .input:after {
  background-color: #A6A6A6;
}
.section-contact .contact-form .input:after {
  right: 0;
  left: auto;
}
.section-contact .contact-form .input input[type=text],
.section-contact .contact-form .input textarea {
  background: transparent;
  border: none;
  width: 100%;
  height: 42px;
  font-size: 25px;
  color: #ffffff;
}
.color-scheme-dark .section-contact .contact-form .input input[type=text],
.color-scheme-dark .section-contact .contact-form .input textarea {
  color: #A6A6A6;
}
.section-contact .contact-form .input textarea {
  height: 37px;
  padding-top: 5px;
}
.section-contact .contact-form .input label {
  top: 20px;
  left: 36px;
  color: #075379;
  font-size: 14px;
  position: absolute;
  transition: all 0.25s ease-out;
}
.color-scheme-dark .section-contact .contact-form .input label {
  color: #359bce;
}
.section-contact .contact-form .input.placeholder-shown {
  border-color: #ffffff;
}
.color-scheme-dark .section-contact .contact-form .input.placeholder-shown {
  border-color: #A6A6A6;
}
.section-contact .contact-form .input.placeholder-shown:before,
.section-contact .contact-form .input.placeholder-shown:after {
  background-color: #ffffff;
}
.color-scheme-dark .section-contact .contact-form .input.placeholder-shown:before,
.color-scheme-dark .section-contact .contact-form .input.placeholder-shown:after {
  background-color: #A6A6A6;
}
.section-contact .contact-form .input.placeholder-shown label {
  color: #ffffff;
  left: 35px;
  font-size: 18px;
  top: 45px;
}
.color-scheme-dark .section-contact .contact-form .input.placeholder-shown label {
  color: #A6A6A6;
}
.section-contact .contact-form .input:hover {
  border-bottom: solid 1px #075379;
}
.color-scheme-dark .section-contact .contact-form .input:hover {
  border-bottom-color: #359bce;
}
.section-contact .contact-form .input:hover:before,
.section-contact .contact-form .input:hover:after {
  background-color: #075379;
}
.color-scheme-dark .section-contact .contact-form .input:hover:before,
.color-scheme-dark .section-contact .contact-form .input:hover:after {
  background-color: #359bce;
}
.section-contact .contact-form .input:hover label {
  color: #075379;
}
.color-scheme-dark .section-contact .contact-form .input:hover label {
  color: #359bce;
}
.section-contact .contact-form .input-captcha {
  text-align: center;
  margin-top: 35px;
}
.section-contact .contact-form .input-captcha .g-recaptcha {
  display: inline-block;
}
.section-contact .contact-form input[type=submit] {
  width: 205px;
  height: 56px;
  border: solid 1px #ffffff;
  border-radius: 28px;
  background: none;
  -webkit-appearance: none;
  line-height: 56px;
  color: #ffffff;
  font-size: 20px;
  margin: 25px auto 20px;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s ease-out;
}
.color-scheme-dark .section-contact .contact-form input[type=submit] {
  color: #359bce;
  border-color: #359bce;
}
.section-contact .contact-form input[type=submit]:hover {
  cursor: pointer;
  background: #ffffff;
  color: #359bce;
}
.color-scheme-dark .section-contact .contact-form input[type=submit]:hover {
  background: #359bce;
  color: #ffffff;
}
.section-contact .contact-form .socials {
  float: right;
  list-style: none;
  display: flex;
  width: 150px;
  justify-content: space-between;
  padding: 0;
}
.section-contact .contact-form .socials li {
  flex: 0 1 auto;
}
.section-contact .contact-form .socials li a {
  display: inline-block;
  width: 24px;
  height: 19px;
  font-size: 0;
  color: transparent;
  line-height: 30px;
}
.section-contact .contact-form .socials li a.fb {
  background: url(../images/fb.svg) center top no-repeat;
}
.color-scheme-dark .section-contact .contact-form .socials li a.fb {
  background-image: url(../images/fb-dark.svg);
}
.section-contact .contact-form .socials li a.yt {
  background: url(../images/yt.svg) center top no-repeat;
}
.color-scheme-dark .section-contact .contact-form .socials li a.yt {
  background-image: url(../images/yt-dark.svg);
}
.section-contact .contact-form .socials li a.tw {
  background: url(../images/tw.svg?v=1) center top no-repeat;
}
.color-scheme-dark .section-contact .contact-form .socials li a.tw {
  background-image: url(../images/tw-dark.svg?v=1);
}
.section-contact .contact-form .socials li a.phone {
  background: url(../images/phone_bright.svg?v=1) center top no-repeat;
}
.color-scheme-dark .section-contact .contact-form .socials li a.phone {
  background-image: url(../images/phone_dark.svg?v=1);
}
.section-contact .contact-form .socials li a:hover {
  background-position: center bottom;
}
.section-contact .contact-form .socials li span {
  display: none;
}
@media screen and (max-height: 830px) {
  .section-contact {
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .section-contact header {
    text-align: center;
    width: 100%;
  }
  .section-contact header .menu,
  .section-contact header .lang-menu {
    display: none;
  }
  .section-contact header .logo {
    display: inline-block;
    margin-bottom: 20px;
    position: static;
  }
  .section-contact .switch-container {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-contact .contact-form input[type="submit"] {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-height: 700px) {
  .section-contact .switch-container {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-contact .contact-form input[type="submit"] {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .section-contact .contact-form .socials {
    float: none;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .section-contact {
    align-items: unset;
  }
  .section-contact .switch-container {
    margin-bottom: 30px;
  }
  .section-contact .email {
    margin-top: 20px;
  }
  .section-contact .contact-form input[type=submit] {
    margin-top: 30px;
  }
  .section-contact .contact-form .input {
    padding-top: 25px;
  }
  .section-contact .contact-form .input label {
    top: 10px;
  }
  .section-contact .contact-form .input.placeholder-shown label {
    top: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .menu-open {
    width: 62px;
    height: 62px;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    position: fixed;
    left: calc(50% - 30px);
    bottom: 30px;
    background: url(../images/menu.svg) center center no-repeat;
  }
  .color-scheme-dark .menu-open {
    background-image: url(../images/menu-dark.svg);
  }
}
.section-error4xx {
  margin: 30px auto;
  max-width: 640px;
  text-align: center;
}
.section-error4xx .logo {
  background: url(../images/logo.svg) no-repeat;
  width: 122px;
  height: 59px;
  margin: 0 auto 30px;
  display: block;
}
.corona-popup {
  background: #e9f4fd;
}
.corona-popup .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: url(../images/corona-popup/tlacitko_zavrit.svg);
  width: 62px;
  height: 62px;
  cursor: pointer;
  display: block;
}
.corona-popup .close:hover {
  background-position: left bottom;
}
.corona-popup .slider {
  background: url(../images/corona-popup/bg.svg) center bottom no-repeat;
}
.corona-popup .slider .content {
  padding: 180px 35px 600px;
  max-width: 600px;
  margin: 0 auto;
}
.corona-popup h1 {
  color: #fc5f50;
  font-size: 84px;
  line-height: 1.05em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.corona-popup p {
  color: #61a4a1;
  font-size: 19px;
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.6em;
}
.corona-popup p.center {
  text-align: center;
}
.corona-popup .btn {
  width: 230px;
  height: 48px;
  border-radius: 28px;
  background: #fc5f50;
  -webkit-appearance: none;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s ease-out;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.corona-popup .btn:hover {
  cursor: pointer;
  background: #3c6360;
}
.corona-popup .extra {
  color: #fc5f50;
}
.corona-popup .text-full-closed {
  display: none;
}
.corona-popup .text-min-closed {
  display: none;
}
@media screen and (max-width: 670px) {
  .corona-popup .close {
    left: 50%;
    margin-left: -31px;
  }
  .corona-popup h1 {
    font-size: 46px;
    line-height: 1.1em;
  }
  .corona-popup .slider {
    background-size: 1100px auto;
    min-height: 100vh;
  }
  .corona-popup .slider .content {
    padding-bottom: 400px;
  }
}
.section-encryption {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 50px 50px;
}
.section-encryption h2 {
  text-align: center;
  color: #359bce;
  font-weight: normal;
}
.section-encryption p {
  font-size: 18px;
  text-align: justify;
  color: #858585;
  line-height: 1.3em;
  max-width: 700px;
  margin: 0 auto;
}
.section-encryption > img {
  display: block;
  max-width: 40%;
  margin: 75px auto 30px auto;
}
.section-encryption > img:first-child {
  margin-top: 0;
  margin-bottom: 72px;
}
.section-encryption .center {
  text-align: center;
  margin-bottom: 150px;
}
.section-encryption .btn {
  height: 56px;
  border: solid 1px #359bce;
  border-radius: 28px;
  line-height: 56px;
  color: #359bce;
  font-size: 20px;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 0 47px 0 47px;
  text-decoration: none;
  position: relative;
  margin-top: 36px;
  display: inline-block;
}
.section-encryption .btn:hover {
  cursor: pointer;
  background: #359bce;
  color: #ffffff;
}
.section-encryption .playground {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 130px auto 0 auto;
  align-items: center;
  justify-content: center;
}
.section-encryption .playground .item {
  text-align: center;
  flex-basis: 50%;
  margin: 0 auto 100px auto;
}
.section-encryption .playground .item h2 {
  text-align: left;
  padding: 0 34px;
  font-size: 20px;
}
.section-encryption .playground .item p {
  padding: 0 34px;
}
.section-encryption .playground .item img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .section-encryption .playground {
    margin-top: 50px;
  }
  .section-encryption .playground .item {
    flex-basis: 100%;
    margin: 0 auto;
  }
  .section-encryption .playground .item.a {
    order: 0;
  }
  .section-encryption .playground .item.b {
    order: 1;
    margin-bottom: 50px;
  }
  .section-encryption .playground .item.c {
    order: 3;
    margin-bottom: 50px;
  }
  .section-encryption .playground .item.d {
    order: 2;
  }
  .section-encryption .playground .item.e {
    order: 4;
  }
  .section-encryption .playground .item.f {
    order: 5;
  }
}
@media screen and (max-width: 580px) {
  .section-encryption .playground .item h2 {
    padding: 0;
  }
  .section-encryption .playground .item p {
    padding: 0;
  }
}
.section-privacy {
  background: #087bb4;
  background: -moz-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #087bb4), color-stop(9%, #087bb4), color-stop(91%, #369bce), color-stop(100%, #369bce));
  background: -webkit-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -o-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: -ms-linear-gradient(left, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  background: linear-gradient(to right, #087bb4 0%, #087bb4 9%, #369bce 91%, #369bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087bb4', endColorstr='#369bce', GradientType=1);
  text-align: center;
  padding: 180px 50px 50px;
}
.color-scheme-dark .section-privacy {
  background: #282828;
}
.section-privacy h2 {
  color: #ffffff;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  padding: 0 25px;
}
.color-scheme-dark .section-privacy h2 {
  color: #359bce;
}
.section-privacy p {
  font-size: 18px;
  text-align: justify;
  color: #004468;
  line-height: 1.3em;
}
.color-scheme-dark .section-privacy p {
  color: #A6A6A6;
}
.section-privacy .playground {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 0 auto;
}
.section-privacy .playground .item-priv {
  text-align: center;
  flex-basis: 50%;
  margin: 0 auto;
}
.section-privacy .playground .item-priv p {
  padding: 0 24px;
}
.section-privacy p.top {
  color: #ffffff;
  max-width: 700px;
  display: inline-block;
  padding: 0 24px;
}
.color-scheme-dark .section-privacy p.top {
  color: #A6A6A6;
}
.section-privacy .first-image {
  display: block;
  margin: 0 auto;
}
.section-privacy .first-image + h2 {
  margin-top: 27px;
}
.section-privacy .image {
  margin: 16px auto;
  padding: 60px 20px 0 20px;
}
.section-privacy .image img {
  max-width: 100%;
}
.section-privacy .center {
  display: flex;
  justify-content: center;
}
.section-privacy .btn {
  height: 56px;
  border: solid 1px #fff;
  border-radius: 28px;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  display: flex;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 0 47px 0 47px;
  text-decoration: none;
  position: relative;
  margin-top: 36px;
}
.section-privacy .btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #359bce;
}
.color-scheme-dark .section-privacy .btn {
  color: #359bce;
  border-color: #359bce;
}
@media screen and (max-width: 900px) {
  .section-privacy .playground .item-priv {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 520px) {
  .section-privacy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .section-privacy .btn {
    padding: 0 20px 0 20px;
  }
}
.section-reference {
  max-width: 1200px;
  margin: 0 auto;
  padding: 270px 50px 40px;
}
.section-reference ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.section-reference ul li {
  text-align: center;
  margin-bottom: 25px;
}
.section-reference ul li img {
  display: block;
  width: 160px;
  height: 85px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .section-reference {
    padding: 120px 20px 40px;
  }
  .section-reference ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
.color-scheme-dark .nicescroll-cursors {
  border-color: transparent !important;
}
.section-festival {
  text-align: center;
  padding: 180px 0 50px;
}
.section-festival h1 {
  color: #359bce;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 25px;
  font-size: 26px;
  padding: 0 25px;
}
.section-festival p {
  font-size: 17px;
  text-align: justify;
  line-height: 1.4em;
  max-width: 800px;
  padding: 0 24px;
  margin: 0 auto 25px;
  text-align-last: center;
}
.section-festival p.extra {
  color: #359bce;
  margin-bottom: 65px;
}
.section-festival .map .st0 {
  fill: #EFF4F8;
}
.color-scheme-dark .section-festival .map .st0 {
  fill: #202020;
}
.section-festival .map .st1 {
  fill: #FFFFFF;
}
.color-scheme-dark .section-festival .map .st1 {
  fill: #2C2C2C;
}
.section-festival .map .st2 {
  fill: none;
}
.section-festival .map .st3 {
  opacity: 0;
  fill: #FFFFFF;
}
.section-festival .map .st3:hover {
  cursor: pointer;
}
.section-festival .map .st3:hover + .st4 {
  fill: black;
}
.color-scheme-dark .section-festival .map .st3:hover + .st4 {
  fill: white;
}
.section-festival .map .st4 {
  fill: #359BCE;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .section-festival .map {
    height: 500px;
    display: flex;
    overflow-x: auto;
  }
  .section-festival .map .scroller {
    flex: 0 0 1100px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 700px) {
  .section-festival .map {
    justify-content: normal;
  }
  .section-festival .map .scroller {
    margin-top: 0;
    overflow: hidden;
  }
}
.switch-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
}
.menu-responsive .switch-button {
  position: static;
  text-align: center;
  margin: 10px 15px 0;
}
.switch-button li {
  width: 83px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: inline-block;
}
.switch-button li.color-scheme-light {
  background-image: url(../images/hp/prepinac_modu_1.svg);
}
.switch-button li.color-scheme-light:hover {
  background-image: url(../images/hp/prepinac_modu_2.svg);
}
.switch-button li.color-scheme-dark {
  background-image: url(../images/hp/prepinac_modu_4.svg);
}
.switch-button li.color-scheme-dark:hover {
  background-image: url(../images/hp/prepinac_modu_3.svg);
}
@media screen and (max-width: 1300px) {
  .switch-button {
    display: none;
  }
  .menu-responsive .switch-button {
    display: block;
  }
  .menu-responsive .switch-button.hide {
    display: none;
  }
}
.section-api {
  padding: 180px 20px 50px;
}
.section-api .content {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-api .menu-side {
  flex: 0 0 300px;
  margin-right: 50px;
}
.section-api .menu-side .sticky {
  position: sticky;
  max-height: 100dvh;
  top: 0;
  overflow: auto;
}
.section-api .menu-side menu {
  list-style: none;
  margin: 0;
  padding: 10px 0 1px;
}
.section-api .menu-side menu a:hover,
.section-api .menu-side menu a:active {
  color: #359bce;
}
.section-api .menu-side menu li {
  padding: 0 0 0 25px;
  margin: 10px 0;
  background: url(../images/navigace_krizek_modry.svg) left 3px no-repeat;
}
.section-api .menu-side menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-api .menu-side menu li ul li {
  background: url(../images/navigace_pomlcka.svg) left 3px no-repeat;
}
.section-api .menu-side menu li ul a {
  color: #a6a7a7;
}
.section-api .menu-side menu li ul a.active {
  color: #359bce;
}
.section-api .menu-side h2.title {
  display: none;
}
.section-api main {
  flex: 0 1 800px;
  max-width: 800px;
  overflow: hidden;
  padding-bottom: 200px;
}
.section-api main p,
.section-api main ol,
.section-api main ul,
.section-api main table {
  margin-bottom: 25px;
  margin-top: 0;
}
.section-api h1,
.section-api h2,
.section-api h3,
.section-api h4,
.section-api h5 {
  color: #359bce;
  font-weight: normal;
}
.section-api h2,
.section-api h3,
.section-api h4,
.section-api h5 {
  margin-top: 45px;
}
.section-api h1 {
  font-size: 23px;
  margin-bottom: 20px;
}
.section-api h2 {
  font-size: 21px;
  margin-bottom: 18px;
}
.section-api h2.title {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 26px;
}
.section-api h3 {
  font-size: 19px;
  margin-bottom: 16px;
}
.section-api h4 {
  font-size: 17px;
  margin-bottom: 14px;
}
.section-api h5 {
  font-size: 19px;
  margin-bottom: 12px;
}
.section-api a {
  color: #359bce;
  text-decoration: none;
}
.section-api table {
  border-collapse: collapse;
  max-width: 100%;
}
.section-api table th,
.section-api table td {
  padding: 10px 15px;
  border: solid 1px #e7e6df;
  font-weight: normal;
}
.section-api pre code {
  font-family: "Roboto Mono Light";
  background-color: #f6f9fc;
  border-radius: 32px;
  font-size: 12px;
}
.section-api pre .hljs,
.section-api pre .hljs-tag,
.section-api pre .hljs-punctuation,
.section-api pre .hljs-name,
.section-api pre .hljs-attr {
  color: #96a8b8;
}
.section-api pre .hljs-string,
.section-api pre .hljs-number,
.section-api pre .hljs-symbol {
  color: #dc1010;
}
@media screen and (max-width: 1000px) {
  .section-api .content {
    display: block;
  }
  .section-api main {
    overflow: auto;
    padding-bottom: 0;
  }
  .section-api main h2.title {
    display: none;
  }
  .section-api table th,
  .section-api table td {
    padding: 5px 7px;
    font-size: 17px;
  }
  .section-api pre code.hljs {
    padding: 5px 7px;
  }
  .section-api .menu-side {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-api .menu-side .sticky {
    max-height: none;
  }
  .section-api .menu-side h2.title {
    display: block;
  }
}
.color-scheme-dark .section-api pre code {
  background-color: #232323;
}
.color-scheme-dark .section-api pre .hljs,
.color-scheme-dark .section-api pre .hljs-tag,
.color-scheme-dark .section-api pre .hljs-punctuation,
.color-scheme-dark .section-api pre .hljs-name {
  color: floralwhite;
}
.color-scheme-dark .section-api pre .hljs,
.color-scheme-dark .section-api pre .hljs-attr {
  color: #a6a7a7 !important;
}
.color-scheme-dark .section-api pre .hljs-string,
.color-scheme-dark .section-api pre .hljs-number,
.color-scheme-dark .section-api pre .hljs-symbol {
  color: #dc1010;
}
.section-localOnlineStorage {
  padding: 180px 30px 0;
}
.section-localOnlineStorage .content {
  max-width: 1150px;
  margin: 0 auto;
}
.section-localOnlineStorage h1 {
  color: #359bce;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 25px;
  font-size: 26px;
  padding: 0 25px;
}
.section-localOnlineStorage h2 {
  max-width: 700px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 26px;
  color: #359bce;
  position: relative;
}
.section-localOnlineStorage mark {
  color: #359bce;
  background-color: unset;
}
.section-localOnlineStorage p {
  max-width: 700px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.35em;
  text-align: justify;
  text-align-last: left;
}
.section-localOnlineStorage p + .animation,
.section-localOnlineStorage p + video {
  margin-top: 45px;
}
.section-localOnlineStorage .animation {
  margin: 0 0 105px;
  position: relative;
  height: auto;
}
.section-localOnlineStorage .animation svg {
  border-radius: 16px;
}
.section-localOnlineStorage .animation svg:hover {
  cursor: pointer;
}
.section-localOnlineStorage .animation .play-button {
  position: absolute;
  /* Position the child absolutely relative to the parent */
  top: 50%;
  /* Move the child 50% down from the top */
  left: 50%;
  /* Move the child 50% from the left */
  transform: translate(-50%, -50%);
  /* Offset the movement to truly center the element */
  z-index: 100;
  background-image: url(../images/btn-play.svg);
  width: 85px;
  height: 85px;
}
.section-localOnlineStorage .animation .play-button:hover {
  background-image: url(../images/btn-play-hover.svg);
}
.section-localOnlineStorage .section-faq {
  margin: 50px 0 50px 0;
}
.section-localOnlineStorage .device-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.section-localOnlineStorage .device-switch .button-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  gap: 14px;
  border-radius: 64px;
  background-color: #f3f3f3;
}
.section-localOnlineStorage .device-switch .button-group .toggle-button {
  padding: 16px 24px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #a6a7a7;
  background-color: transparent;
  display: flex;
  height: 26px;
  align-items: center;
}
.section-localOnlineStorage .device-switch .button-group .toggle-button .logo {
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 14px;
}
.section-localOnlineStorage .device-switch .button-group .toggle-button .apple-logo {
  background-image: url("../images/logo-apple_grey.svg");
}
.section-localOnlineStorage .device-switch .button-group .toggle-button .windows-logo {
  background-image: url("../images/logo-win_grey.svg");
}
.section-localOnlineStorage .device-switch .button-group .active {
  background-color: #359bce;
  color: ghostwhite;
  border: solid #359bce;
  border-radius: 64px;
}
.section-localOnlineStorage .device-switch .button-group .active .apple-logo {
  background-image: url("../images/logo-apple_white.svg");
}
.section-localOnlineStorage .device-switch .button-group .active .windows-logo {
  background-image: url("../images/logo-win_white.svg");
}
.section-localOnlineStorage video {
  margin: 0 0 105px;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .section-localOnlineStorage {
    padding: 150px 30px 0;
  }
  .section-localOnlineStorage p {
    margin-bottom: 50px;
  }
  .section-localOnlineStorage h2.icon {
    margin-bottom: 20px;
  }
  .section-localOnlineStorage .animation,
  .section-localOnlineStorage video {
    margin-bottom: 40px;
  }
  .section-localOnlineStorage p + .animation,
  .section-localOnlineStorage p + video {
    margin-top: 0px;
  }
}
.section-localOnlineStorage .section-faq .container {
  max-width: unset;
  margin: unset;
  padding: unset;
}
.section-localOnlineStorage .section-faq .faq {
  margin: 0 0 10px 0;
}
.section-localOnlineStorage .section-faq .faq p {
  overflow-wrap: break-word;
  margin: unset;
}
.section-localOnlineStorage .section-faq .faq.open {
  margin: 0 0 30px 0;
}
.section-localOnlineStorage .larger-files-disclaimer {
  margin-bottom: 60px;
  padding: 16px 32px 16px 32px;
  border: 1px solid #359bce;
  background-color: rgba(53, 155, 206, 0.15);
  border-radius: 16px;
}
.section-localOnlineStorage .larger-files-disclaimer span {
  color: #359bce;
}
.section-localOnlineStorage .larger-files-disclaimer a {
  text-decoration: none;
}
.color-scheme-dark .section-localOnlineStorage .device-switch .button-group {
  background-color: #232323;
}
.color-scheme-dark .section-localOnlineStorage .device-switch button {
  color: #858585;
}
.color-scheme-dark .section-localOnlineStorage .larger-files-disclaimer span {
  color: #359bce;
}
.color-scheme-dark .section-localOnlineStorage .larger-files-disclaimer a {
  color: ghostwhite;
}
.color-scheme-dark .section-localOnlineStorage .larger-files-disclaimer b {
  color: ghostwhite;
}
.color-scheme-dark .section-localOnlineStorage .section-faq .faq.open {
  background-color: #232323;
}
.section-teamwork {
  padding: 180px 120px 120px;
}
.section-teamwork h1,
.section-teamwork h2,
.section-teamwork h3,
.section-teamwork h4,
.section-teamwork h5 {
  color: #359bce;
  font-weight: normal;
  font-size: 23px;
}
.section-teamwork p {
  font-size: 18px;
}
.section-teamwork .headline {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-teamwork .headline h1 {
  text-align: center;
  color: #359bce;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.2em;
  margin-bottom: 25px;
  font-size: 26px;
  padding: 0 25px;
}
.section-teamwork .teamwork-video {
  max-width: 1200px;
}
.section-teamwork .teamwork-video video {
  border-radius: 16px;
}
@media screen and (max-width: 1000px) {
  .section-teamwork {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-teamwork .m-b-100 {
    margin-bottom: 50px !important;
  }
  .section-teamwork .w-50 {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .section-teamwork .w-50.text-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-teamwork .headline h2 {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .section-teamwork .small-device-reverse-order {
    flex-flow: column-reverse;
  }
  .section-teamwork .w-50 {
    width: 80% !important;
  }
  .section-teamwork .w-50.text-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-teamwork .m-b-100 {
  margin-bottom: 100px;
}
.section-teamwork .text-block {
  padding: 80px;
  width: 575px;
}
@media screen and (max-width: 1550px) {
  .section-teamwork .text-block {
    width: 50%;
    padding: 1rem;
  }
}
.section-teamwork .image {
  width: 575px;
  text-align: center;
}
.section-teamwork .image img {
  max-height: 550px;
}
@media screen and (max-width: 1550px) {
  .section-teamwork .image {
    width: 355px;
  }
}
.section-teamwork .btn {
  height: 24px;
  border: solid 1px #359bce;
  background: transparent;
  color: #359bce;
  border-radius: 28px;
  line-height: 24px;
  font-size: 20px;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  position: relative;
}
.section-teamwork .btn:hover {
  cursor: pointer;
  background: #359bce;
  color: #ffffff;
}
.section-teamwork .btn:hover:before {
  border-color: transparent transparent transparent #ffffff;
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.text-center {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */