@import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

@font-face {
  font-family: 'Wix Madefor Display';
  src: url("../fonts/WixMadeforDisplay-Regular.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Wix Madefor Display';
  src: url("../fonts/WixMadeforDisplay-Medium.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Wix Madefor Text';
  src: url("../fonts/WixMadeforText-Regular.woff2") format("woff2"), url("../fonts/WixMadeforText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Wix Madefor Text';
  src: url("../fonts/WixMadeforText-Medium.woff2") format("woff2"), url("../fonts/WixMadeforText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Wix Madefor Text';
  src: url("../fonts/WixMadeforText-Bold.woff2") format("woff2"), url("../fonts/WixMadeforText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

.slick-slider *:focus {
  outline: 0; }

html {
  overflow-x: hidden;
  font-size: 24px; }
  @media (max-width: 1700px) {
    html {
      font-size: 20px; } }

body {
  font-family: 'Wix Madefor Text', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 24px;
  color: #335761;
  background: #EDECEC; }
  @media (max-width: 1700px) {
    body {
      font-size: 18px; } }

.container.full {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px; }
@media (max-width: 1700px) {
  .container.full {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (max-width: 767px) {
  .container.full {
    padding-left: 12px;
    padding-right: 12px; } }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #EDECEC; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

.cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98; }
  .cookies .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
  .cookies .box {
    position: absolute;
    bottom: 80px;
    left: 80px;
    background: #fff;
    width: 550px;
    border-radius: 10px;
    padding: 40px;
    padding-right: 120px;
    font-size: 14px;
    z-index: 1; }
    .cookies .box a {
      text-decoration: underline; }
    .cookies .box .cls {
      cursor: pointer;
      position: absolute;
      top: 25px;
      right: 25px;
      width: 16px; }
  .cookies.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  overflow: auto; }
  .popup .tint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
  .popup .box {
    position: relative;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    z-index: 1; }
    .popup .box .cls {
      cursor: pointer;
      position: absolute;
      top: 50px;
      right: 60px;
      width: 30px; }
    .popup .box .img {
      height: 700px;
      min-height: 600px;
      max-height: 80vh;
      background-position: center;
      background-size: cover; }
    .popup .box .txt {
      font-size: 32px;
      padding: 0 5vh; }
      .popup .box .txt a, .popup .box .txt span {
        color: #335761;
        text-decoration: underline; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  .popup.newsletter-popup .box {
    width: 950px;
    padding: 120px; }
    .popup.newsletter-popup .box .title {
      font-size: 42px;
      margin: 0 0 18px 0;
      font-weight: 300;
      line-height: 1.1; }
    .popup.newsletter-popup .box .txt {
      font-size: 26px;
      padding: 0;
      margin-bottom: 30px; }
    .popup.newsletter-popup .box form .input {
      width: 100%;
      height: 72px;
      border: 1px solid #707070;
      padding-left: 30px;
      margin-bottom: 25px; }
    .popup.newsletter-popup .box .button {
      line-height: 52px;
      border: 1px solid #707070;
      background: none;
      color: #000;
      border-radius: 0;
      padding: 0 45px; }
      .popup.newsletter-popup .box .button:hover {
        background: #000;
        color: #fff; }
  @media (max-height: 670px) {
    .popup {
      display: block;
      padding: 60px 0; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  line-height: 100px;
  height: 100px;
  background: #EDECEC;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.25); }
  header .menu {
    display: none;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 13px center;
    background-image: url(../img/menu.svg); }
  header nav a {
    margin-left: 40px; }
    header nav a.active {
      text-decoration: underline; }
  header .logo img {
    height: 47px; }
  @media (min-width: 768px) and (max-width: 991px) {
    header nav a {
      margin-left: 20px;
      font-size: .8rem; } }
  @media only screen and (max-width: 767px) {
    header .menu {
      display: inline-block; }
    header .logo img {
      height: 38px; }
    header nav {
      display: none;
      position: fixed;
      top: 100px;
      left: 0;
      width: 100%;
      background: #EDECEC;
      text-align: center;
      padding: 48px 12px 0 12px;
      line-height: normal;
      min-height: 450px; }
      header nav a {
        margin: 0 0 32px 0;
        display: block;
        font-size: 1.2rem; }
    header.active nav {
      display: block; }
    header.active .menu {
      background-image: url(../img/menu-cls.svg); } }

footer {
  background: #335761;
  color: #EDECEC;
  padding: 60px 0;
  font-size: .7rem; }
  footer .logo {
    height: 47px; }
  footer .title {
    font-weight: 500;
    margin-bottom: 8px; }
  footer .bottom {
    margin-top: 60px; }
    footer .bottom span {
      display: inline-block;
      margin: 0 18px; }
  footer a:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 48px 0;
      font-size: .8rem; }
      footer .logo {
        margin-bottom: 48px; }
      footer .bottom {
        margin-top: 34px; }
      footer .col-md-6:last-child {
        margin-top: 30px; } }

.button {
  display: inline-block;
  line-height: 54px;
  border-radius: 27px;
  border: 1px solid #335761;
  background: #EDECEC;
  color: #335761;
  padding: 0 20px;
  transition: .4s; }
  .button:hover {
    background: #B02C2B;
    border-color: #B02C2B;
    color: #EDECEC; }
  @media only screen and (max-width: 767px) {
    .button {
      line-height: 34px;
      border-radius: 17px;
      padding: 0 12px;
      font-size: 1rem; } }

h1 {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  margin: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h1 {
      font-size: 3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.75rem; } }

h2 {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 48px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h2 {
      font-size: 2.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.75rem;
      margin: 0 0 24px 0; } }

.intro {
  margin-bottom: 250px;
  font-weight: 500;
  position: relative; }
  .intro .col {
    width: 590px;
    max-width: 100%; }
    .intro .col img {
      width: 520px;
      max-width: 100%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .intro .col {
        width: 450px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .intro .col {
        width: 350px; } }
    @media only screen and (max-width: 767px) {
      .intro .col {
        width: 320px; }
        .intro .col img {
          margin-bottom: 350px; } }
  .intro .abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: right; }
    .intro .abs img {
      width: 490px;
      max-width: 40%; }
    @media only screen and (max-width: 767px) {
      .intro .abs {
        right: auto;
        top: 120px;
        text-align: left; }
        .intro .abs img {
          max-width: 100%;
          width: 300px; } }
  .intro .container.full {
    position: relative;
    z-index: 1; }
  .intro .logo {
    margin-bottom: 48px;
    display: block; }
  .intro p {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      .intro p {
        margin-bottom: 24px; } }
  .intro .button {
    font-size: 1.3rem; }
    @media only screen and (max-width: 767px) {
      .intro .button {
        font-size: 1rem; } }
  .intro .left {
    margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .intro {
      margin-bottom: 48px; }
      .intro .left {
        margin-top: 24px; } }

.services .title {
  padding: 120px 0;
  background: #335761;
  color: #EDECEC; }
  @media only screen and (max-width: 767px) {
    .services .title {
      padding: 24px 0;
      text-align: center; } }
.services .item {
  padding: 145px 0;
  border-bottom: 1px solid #335761; }
  .services .item .left {
    text-align: center; }
    .services .item .left img {
      margin-bottom: 24px; }
    .services .item .left h3 {
      font-size: 1.1rem;
      margin: 0 0 18px 0;
      font-family: "Wix Madefor Display", sans-serif;
      text-transform: uppercase; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .services .item .left h3 {
        font-size: .8rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .services .item .left h3 {
        font-size: .7rem; } }
    @media only screen and (max-width: 767px) {
      .services .item .left img {
        width: 72px; } }
  .services .item .right .more {
    display: inline-block;
    margin-top: 36px; }
    .services .item .right .more img {
      vertical-align: middle;
      margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .services .item .right .more {
      font-size: 0; }
    .services .item .right p {
      display: none; } }
  .services .item .detail {
    display: none;
    position: relative;
    padding-top: 100px;
    padding-bottom: 240px;
    margin-bottom: -120px; }
    .services .item .detail .mobile {
      display: none;
      margin-bottom: 88px; }
    .services .item .detail img {
      margin-bottom: 8px; }
    .services .item .detail .cls {
      position: absolute;
      bottom: 0;
      right: 0; }
      .services .item .detail .cls img {
        transform: rotate(-90deg);
        margin: 0;
        width: 32px; }
    .services .item .detail h4 {
      font-size: 1.6rem;
      margin: 0 0 8px 0;
      font-weight: 700; }
    .services .item .detail h5 {
      font-size: 1rem;
      margin: 0 0 8px 0;
      font-weight: 700; }
    .services .item .detail .bottom {
      margin-top: 120px; }
      .services .item .detail .bottom .col-md-4 {
        background-image: url(../img/bubble.svg);
        background-position: 24px 4px;
        background-repeat: no-repeat;
        padding-left: 48px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .services .item .detail h4 {
        font-size: 1.2rem; }
      .services .item .detail .bottom {
        margin-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .services .item .detail {
        padding-top: 48px;
        padding-bottom: 30px;
        margin-bottom: 0; }
        .services .item .detail img {
          width: 72px; }
        .services .item .detail .cls {
          bottom: -30px;
          left: 0;
          margin: auto; }
        .services .item .detail .mobile {
          display: block; }
        .services .item .detail .row .col-md-4 {
          margin-top: 32px; }
        .services .item .detail .bottom {
          margin-top: 0px;
          text-align: left; }
          .services .item .detail .bottom .col-md-4 {
            padding-left: 64px;
            background-position: 38px 4px; } }
  @media only screen and (max-width: 767px) {
    .services .item {
      padding: 48px 0;
      text-align: center;
      border: 0; } }

.about {
  background: #335761;
  color: #EDECEC;
  padding: 120px 0; }
  .about h2 {
    font-size: 3.5rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .about h2 {
        font-size: 3rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .about h2 {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 767px) {
      .about h2 {
        font-size: 1.75rem; } }
  .about h3 {
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 48px 0; }
  .about .logos {
    margin-top: 90px; }
  .about .marquee-wrapper {
    width: 100%;
    overflow: hidden; }
    .about .marquee-wrapper .marquee {
      width: 100%;
      overflow: visible; }
      .about .marquee-wrapper .marquee .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important; }
      .about .marquee-wrapper .marquee .swiper-slide {
        width: auto;
        text-align: center;
        margin-right: 80px; }
        .about .marquee-wrapper .marquee .swiper-slide img {
          height: 66px; }
  @media only screen and (max-width: 767px) {
    .about {
      padding: 48px 0; } }

.specs {
  padding: 120px 0;
  text-align: center; }
  .specs h2 {
    color: #335761;
    margin: 0 0 120px 0; }
  .specs h3 {
    font-size: 1.08rem;
    margin: 0 0 12px 0;
    font-weight: bold; }
  .specs img {
    margin-bottom: 12px;
    height: 65px; }
  @media only screen and (max-width: 767px) {
    .specs {
      padding: 48px 0; }
      .specs h2 {
        margin: 0 0 48px 0;
        font-size: 1.5rem; }
      .specs h3 {
        font-size: 1.5rem; }
      .specs img {
        height: 60px; } }

.prices {
  background: #335761;
  color: #EDECEC;
  padding: 120px 0; }
  .prices h2 {
    margin: 0 0 24px 0; }
  .prices .right .row {
    margin-bottom: 24px; }
  .prices .right .col-4 {
    width: 37.5%; }
  .prices .cell {
    height: 100px;
    border: 1px solid #EDECEC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 48px;
    font-size: 1.08rem; }
    .prices .cell.wh {
      background: #EDECEC;
      color: #335761;
      text-align: center;
      justify-content: center;
      padding: 0;
      font-family: "Wix Madefor Display", sans-serif;
      font-weight: 500; }
  .prices .bottom {
    margin-top: 120px; }
    .prices .bottom ul {
      padding-left: 26px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .prices .cell {
      font-size: .8rem;
      padding: 0 12px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .prices .cell {
      height: 64px;
      font-size: .6rem;
      padding: 0 12px; } }
  @media only screen and (max-width: 767px) {
    .prices {
      padding: 48px 0; }
      .prices .right {
        margin-top: 24px; }
        .prices .right .row {
          --bs-gutter-x: .5rem;
          margin-bottom: 11px; }
      .prices .cell {
        height: 48px;
        padding: 0 12px;
        font-size: .5rem; }
      .prices .bottom {
        margin-top: 32px; } }

.contact {
  padding: 120px 0; }
  .contact h2 {
    color: #B02C2B;
    margin: 0 0 24px 0; }
  .contact .left {
    font-size: 1.3rem; }
    .contact .left p {
      margin-bottom: 16px;
      font-weight: 500; }
    .contact .left label {
      display: block;
      margin-bottom: 8px;
      position: relative;
      cursor: pointer; }
      .contact .left label span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 1px solid #335761;
        margin-right: 10px; }
      .contact .left label input {
        position: absolute;
        opacity: 0; }
      .contact .left label input:checked + span {
        background-color: #335761;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/check.svg); }
  .contact .right label {
    font-size: .8rem; }
  .contact .right input, .contact .right textarea {
    height: 64px;
    width: 100%;
    border: 1px solid #335761;
    border-radius: 12px;
    background: #EDECEC;
    outline: 0;
    margin-bottom: 24px;
    padding-left: 16px; }
  .contact .right textarea {
    padding-top: 16px;
    height: 210px;
    resize: none; }
  .contact .right button {
    line-height: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact .left {
      font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .contact {
      padding: 48px 0; }
      .contact .left {
        font-size: 1.1rem; }
      .contact .right {
        margin-top: 32px; }
        .contact .right input {
          height: 40px; }
        .contact .right button {
          display: block;
          width: 100%; } }

.content {
  margin-bottom: 120px; }
  .content h1 {
    margin: 0 0 48px 0; }

main.home {
  padding-top: 290px; }
  @media only screen and (max-width: 767px) {
    main.home {
      padding-top: 160px; } }

main.page {
  padding-top: 220px; }
  main.page .intro {
    margin-bottom: 0; }
    main.page .intro img {
      width: 90%; }
  @media only screen and (max-width: 767px) {
    main.page {
      padding-top: 160px; } }

.anim {
  transition: 1s;
  opacity: 0;
  transform: translateY(30px); }
  .anim.play {
    transform: translateY(0);
    opacity: 1; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s; }

/*# sourceMappingURL=style.css.map */
