.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.preload {
  height: 100vh;
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid {
  height: 100vh;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 5vh;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 25vh 25vh auto;
  grid-template-rows: auto 25vh 25vh auto;
}

.heading {
  display: inline;
  border: 1px none #000;
  font-family: Worldclass, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.link {
  display: inline-block;
  padding: 1%;
  border: 2px solid transparent;
  background-color: rgba(0, 0, 0, 0.67);
  color: #fff;
  line-height: 1.2em;
  text-decoration: none;
}

.link:hover {
  border-color: #fff;
}

.div-block-36 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.turn_phone {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.image-23 {
  display: inline-block;
}

.heading-14 {
  display: block;
}

.text-span-38 {
  display: inline;
}

.image-24 {
  display: none;
  margin-top: 5%;
}

.heading-15 {
  display: none;
  margin-top: 5%;
  margin-bottom: 0px;
  font-family: 'Worldclass demi', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 1em;
  font-weight: 400;
}

.div-block-37 {
  display: none;
  padding-top: 0%;
  padding-right: 15%;
  padding-left: 15%;
}

.div-block-38 {
  text-align: center;
}

.preload-2 {
  display: none;
  height: 100vh;
  background-image: url('../images/Ingeborga_2560-1024_web.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-span-39 {
  font-size: 35px;
}

.background-video {
  height: 100vh;
}

.link-block {
  display: none;
  width: 200px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.link-block:hover {
  border: 1px solid #fff;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  font-family: Worldclass, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 20px;
  line-height: 1em;
  font-weight: 200;
  text-decoration: none;
}

.text-block:hover {
  color: #fff;
  font-weight: 400;
}

.logo-horizontal {
  background-color: transparent;
  opacity: 0.2;
}

.logo-horizontal:hover {
  opacity: 0.9;
}

.div-block-39 {
  text-decoration: none;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  font-family: Worldclass, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .preload {
    background-image: url('../images/1011х731.jpg'), url('../images/02.jpg'), url('../images/preloading_4_2.jpg'), url('../images/Webp.net-compress-image-2.jpg');
    background-position: 0px 0px, 0px 0px, 50% 100%, 50% 50%;
    background-size: cover, cover, cover, cover;
    background-repeat: repeat, repeat, no-repeat, repeat;
  }

  .grid {
    padding-top: 7vh;
    padding-left: 3vw;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-grid-rows: auto 25vh 25vh;
    grid-template-rows: auto 25vh 25vh;
  }

  .link {
    padding: 5px 10px;
    line-height: 1.2em;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-15 {
    font-size: 65px;
  }

  .div-block-37 {
    display: none;
    padding-right: 0%;
    padding-left: 0%;
  }

  .preload-2 {
    background-image: url('../images/Ingeborga_2560-1024_web.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .text-span-39 {
    font-size: 30px;
  }

  .logo-horizontal {
    display: block;
  }

  .text-block-2 {
    margin-top: 5%;
  }
}

@media screen and (max-width: 767px) {
  .preload {
    display: block;
    height: auto;
    background-image: url('../images/1011х731.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    height: auto;
    padding-top: 5vh;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto 25vh 25vh;
    grid-template-rows: auto auto 25vh 25vh;
  }

  .heading {
    display: block;
    line-height: 1.2em;
  }

  .link {
    display: block;
    padding: 5px;
    background-color: hsla(0, 0%, 100%, 0.4);
  }

  .link:hover {
    background-color: hsla(0, 0%, 100%, 0.61);
  }

  .div-block-36 {
    display: none;
    margin-top: 10%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .turn_phone {
    display: block;
    text-align: center;
  }

  .image-23 {
    display: inline-block;
  }

  .heading-14 {
    display: block;
  }

  .text-span-38 {
    display: block;
    font-family: Worldclass, sans-serif;
    font-weight: 400;
  }

  .heading-15 {
    font-size: 45px;
  }

  .div-block-38 {
    padding-bottom: 5%;
  }

  .preload-2 {
    display: block;
    height: auto;
    background-image: url('../images/Ingeborga_2560-1024_web.jpg'), url('../images/Technogym-Skillmill_group_web.jpg'), url('../images/Open_Katya_resize.jpg'), url('../images/2560-open.jpg'), url('../images/1011х731.jpg');
    background-position: 50% 50%, 50% 50%, 45% 50%, 35% 50%, 0px 0px;
    background-size: cover, cover, cover, cover, cover;
    background-repeat: repeat, repeat, repeat, repeat, repeat;
  }

  .text-span-39 {
    font-size: 23px;
  }
}

@media screen and (max-width: 479px) {
  .preload {
    display: block;
    height: 100vh;
    background-image: url('../images/1011х1539.jpg'), url('../images/04.jpg'), url('../images/Webp.net-compress-image-3_1.jpg'), url('../images/Webp.net-compress-image-3.jpg'), url('../images/preloading_4_3.jpg'), url('../images/PreLoading.jpg');
    background-position: 50% 50%, 0% 50%, 50% 50%, 50% 20%, 50% 50%, 50% 50%;
    background-size: cover, cover, cover, cover, cover, cover;
    background-repeat: repeat, repeat, no-repeat, repeat, repeat, no-repeat;
  }

  .body {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    height: 95vh;
    padding-top: 5%;
    padding-left: 6vw;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 25vh 25vh auto auto;
    grid-template-rows: 25vh 25vh auto auto;
  }

  .heading {
    display: block;
  }

  .link {
    display: block;
    background-color: hsla(0, 0%, 100%, 0.73);
    font-size: 15px;
  }

  .div-block-36 {
    display: none;
    background-color: #000;
  }

  .turn_phone {
    display: block;
    margin-top: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #333;
  }

  .image-23 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-14 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }

  .text-span-38 {
    display: block;
    color: #fff;
    font-weight: 300;
  }

  .image-24 {
    display: none;
  }

  .heading-15 {
    margin-top: 5px;
    background-color: transparent;
    color: #000;
    font-size: 50px;
  }

  .div-block-37 {
    padding-top: 0%;
  }

  .preload-2 {
    display: none;
    height: 100vh;
    background-image: url('../images/Ingeborga_2560-1024_web.jpg'), url('../images/Technogym-Skillmill_group_web.jpg'), url('../images/Open_Katya_resize.jpg'), url('../images/2560-open.jpg');
    background-position: 50% 50%, 30% 50%, 47% 50%, 55% 50%;
    background-size: cover, cover, cover, cover;
    background-repeat: repeat, repeat, repeat, repeat;
  }

  .text-span-39 {
    font-size: 14px;
  }

  .logo-horizontal {
    width: 100vw;
  }

  .text-block-2 {
    margin-top: 4%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 20px;
  }
}

#w-node-ee834e07-c111-f06b-8d1e-39c422350fa0-53b6e1e6 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ee834e07-c111-f06b-8d1e-39c422350fa7-53b6e1e6 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ee834e07-c111-f06b-8d1e-39c422350fa8-53b6e1e6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a1ccbf74-17a8-5eb4-117b-d6838a4ede94-53b6e1e6 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-af8e8385-6ef3-f280-4006-0abf5eb4db3d-5d9ddccf {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_35c14068-8cf3-0f0d-65d9-e9e9049f3499-5d9ddccf {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_384f66d2-bca7-57ad-69de-2faff120c612-5d9ddccf {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ee834e07-c111-f06b-8d1e-39c422350fa0-53b6e1e6 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ee834e07-c111-f06b-8d1e-39c422350fa7-53b6e1e6 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-af8e8385-6ef3-f280-4006-0abf5eb4db3d-5d9ddccf {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_35c14068-8cf3-0f0d-65d9-e9e9049f3499-5d9ddccf {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee834e07-c111-f06b-8d1e-39c422350fa8-53b6e1e6 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_384f66d2-bca7-57ad-69de-2faff120c612-5d9ddccf {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee834e07-c111-f06b-8d1e-39c422350fa0-53b6e1e6 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ee834e07-c111-f06b-8d1e-39c422350fa7-53b6e1e6 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ee834e07-c111-f06b-8d1e-39c422350fa8-53b6e1e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-af8e8385-6ef3-f280-4006-0abf5eb4db3d-5d9ddccf {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_35c14068-8cf3-0f0d-65d9-e9e9049f3499-5d9ddccf {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_384f66d2-bca7-57ad-69de-2faff120c612-5d9ddccf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Worldclass';
  src: url('../fonts/WorldClass-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Worldclass demi';
  src: url('../fonts/WorldClass-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Worldclass';
  src: url('../fonts/WorldClass-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Worldclass';
  src: url('../fonts/WorldClass-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}