@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #ff4e00;
  --white-smoke: #f8f8f8;
  --yellow-green: #99cc32;
  --dark-slate-grey: #263238;
  --med-grey: #e6e6e6;
}

body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--orange);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.v-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.v-wrap.footer {
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
  align-items: center;
  padding: 20px;
  line-height: 1.2;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.home-div {
  z-index: 3;
  background-image: url('../images/Move_Team_Logo_Big_Gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.title {
  letter-spacing: -9px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/68419628_875140852866250_6999774181025906688_o.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 240px;
  font-weight: 800;
  line-height: 1;
}

.navlink {
  text-transform: uppercase;
  white-space: normal;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
}

.navlink:hover {
  border-bottom: 3px solid var(--yellow-green);
  color: var(--orange);
  padding-bottom: 10px;
  font-weight: 700;
}

.navlink.w--current {
  color: var(--orange);
}

.section.white {
  background-color: #fff;
  padding-bottom: 64px;
}

.section.white.momchil {
  background-image: url('../images/momchil_move_team.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.none {
  display: none;
}

.brand.w--current {
  min-width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.h-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h-wrap.coach {
  flex-flow: row;
  justify-content: center;
  margin: 60px auto;
}

.h-wrap.coach.right {
  flex-direction: row-reverse;
}

.h-wrap.coach.right.none, .h-wrap.coach.none {
  display: none;
}

.h-wrap.contacts {
  flex-wrap: wrap;
  place-content: flex-start;
  margin-top: 40px;
}

.button {
  color: #99cc32;
  text-transform: uppercase;
  background-color: #000000c7;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 21px 60px;
  font-weight: 800;
}

.button:hover {
  color: var(--orange);
}

.button.pic2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27797629_537417796638559_8642574258624811998_o.webp');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.button.pic3 {
  background-image: url('../images/103781049_1115366695510330_5819553078189815774_o.webp'), linear-gradient(#00000080, #00000080);
  background-position: 0 26%, 0 0;
  background-size: cover, auto;
}

.button.pic1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14444668_295961937450814_3142604956955519202_o.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
}

.my-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.orange-dot-container {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Dots_Small_Orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-wrap: wrap;
  align-content: space-between;
  width: 200px;
  height: 80px;
  margin-top: -93px;
  margin-left: 1px;
  display: flex;
  position: relative;
  right: -57px;
}

.round-pic {
  z-index: 2;
  border-radius: 270px;
  width: 540px;
  height: 540px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
  position: relative;
  overflow: visible;
}

.round-pic.about-us {
  background-image: url('../images/about_move_team.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  width: 433px;
  height: 433px;
  display: block;
}

.round-pic.coach1 {
  background-image: url('../images/cb74f38af6274f00b8d64f0e839c2ed4.webp');
  background-position: 50%;
  background-size: cover;
  width: 540px;
  height: 540px;
}

.round-pic.coach2 {
  background-image: url('../images/c15a2916975f40f0ad1b3b60b7f4d1e9.webp');
  background-position: 50%;
  background-size: cover;
}

.round-pic.coach3 {
  background-image: url('../images/IMG_20201118_094837_258.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.round-pic.coach4 {
  background-image: url('../images/cveta.webp');
  background-position: 50%;
  background-size: auto;
}

.round-pic.coach5 {
  background-image: url('../images/zlatan.webp');
  background-position: 50%;
  background-size: auto;
}

.round-pic.coach6 {
  background-image: url('../images/maia_licheva.webp');
  background-position: 50% 21%;
  background-size: auto;
}

.round-pic.coach7 {
  background-image: url('../images/poli-move-team.webp');
  background-position: 50%;
  background-size: auto;
}

.section-heading {
  color: var(--orange);
  margin-top: 40px;
  font-size: 63px;
  line-height: 1.2;
}

.section-heading.center {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.section-heading.news {
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  margin-top: 50px;
  margin-bottom: 55px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.body {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.button-green {
  background-color: var(--yellow-green);
  border-radius: 50px;
  padding: 20px 50px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

.button-green:hover {
  background-color: var(--orange);
}

.button-green.small {
  text-align: center;
  padding: 11px;
  font-size: 16px;
}

.heading-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.coach-name {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.grey-line {
  background-color: var(--med-grey);
  width: 134px;
  height: 8px;
}

.contact-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 260px;
  height: 260px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 40px;
  display: flex;
}

.contact-card.with-button {
  justify-content: space-between;
}

.green-h3 {
  color: var(--yellow-green);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.contact-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.socials-link {
  margin-bottom: 8px;
  display: flex;
}

.socials-logo {
  width: 32px;
  height: 32px;
}

.socials-text {
  color: var(--dark-slate-grey);
  padding-left: 14px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.socials-text:hover {
  color: var(--orange);
}

.email-text {
  color: var(--dark-slate-grey);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.email-text:hover {
  color: var(--orange);
}

.pic-decoration-container {
  position: static;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.nav-menu {
  background-color: #0000;
  align-self: center;
  margin-left: auto;
}

.home-bg {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 520px;
  margin-bottom: -387px;
  margin-left: -110px;
  padding-bottom: 0;
  display: flex;
}

.footer-logo {
  background-image: url('../images/MoveTeam_Logo_Vertical_Green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
}

.copyright {
  line-height: 1.2;
}

.created-light {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.div-block-4 {
  display: flex;
}

.created-dark {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1px;
}

.victor-wapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.green-dots {
  background-image: url('../images/Green_dots.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  height: 113px;
  position: absolute;
  inset: 28% 10% auto auto;
}

.grey-dots {
  position: absolute;
  inset: 34% 0% auto auto;
}

.image-3 {
  height: 70px;
}

.message {
  background-color: var(--med-grey);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.main-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-div.horizontal {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.card-wapr {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-wapr.d-none {
  display: none;
}

.coolfit-logo {
  height: 80px;
}

@media screen and (min-width: 1920px) {
  .navbar {
    margin-top: 0;
  }

  .title {
    margin-left: auto;
    margin-right: auto;
  }

  .navlink.w--current {
    color: var(--orange);
  }

  .h-wrap.contacts {
    justify-content: flex-start;
  }

  .round-pic.about-us {
    background-image: url('../images/about_move_team.webp');
  }

  .footer {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .v-wrap {
    flex-wrap: nowrap;
    place-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .navbar {
    justify-content: flex-start;
  }

  .home-div {
    background-image: url('../images/Move_Team_Logo_Big_Gray.svg');
    background-position: 50%;
    background-size: 500px 500px;
    margin-top: -30px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .title {
    letter-spacing: -2px;
    margin-left: 0;
    margin-right: 11px;
    padding-left: 0;
    padding-right: 0;
    font-size: 99px;
  }

  .brand {
    margin-left: 0;
  }

  .h-wrap {
    flex-wrap: nowrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .h-wrap.coach {
    flex-wrap: wrap;
    margin-top: 43px;
  }

  .h-wrap.contacts {
    flex-wrap: wrap;
  }

  .h-wrap.about-us {
    flex-wrap: wrap;
    justify-content: center;
  }

  .button {
    padding: 14px 30px;
    font-size: 12px;
    line-height: 1.2;
  }

  .my-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .orange-dot-container {
    margin-top: 216px;
    margin-left: -290px;
    margin-right: 171px;
  }

  .round-pic {
    width: 150px;
    height: 150px;
  }

  .round-pic.about-us {
    width: 300px;
    height: 300px;
    margin-left: -28px;
    margin-right: 50px;
  }

  .round-pic.coach1, .round-pic.coach2 {
    width: 300px;
    height: 300px;
  }

  .round-pic.coach3, .round-pic.coach4, .round-pic.coach5, .round-pic.coach6, .round-pic.coach6, .round-pic.coach7 {
    width: 300px;
    height: 300px;
    margin-left: -28px;
    margin-right: 50px;
  }

  .section-heading {
    font-size: 40px;
  }

  .information-wrap {
    width: 80%;
  }

  .paragraph {
    margin-top: 25px;
    margin-bottom: 32px;
    font-size: 14px;
  }

  .button-green {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 700;
  }

  .button-green.small {
    text-align: center;
    padding: 13px 20px;
    font-size: 14px;
  }

  .heading-4 {
    font-size: 11px;
  }

  .coach-name {
    font-size: 24px;
  }

  .grey-line {
    margin-bottom: 25px;
  }

  .contact-card {
    justify-content: space-between;
    margin-bottom: 16px;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .socials-logo {
    color: var(--dark-slate-grey);
  }

  .socials-text {
    padding-left: 5px;
  }

  .email-text {
    margin-bottom: 40px;
  }

  .pic-decoration-container {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pic-decoration-container.about-us {
    margin-top: 90px;
    margin-left: 0;
    margin-right: -133px;
  }

  .pic-decoration-container.pic-right {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    margin-left: auto;
  }

  .home-bg {
    align-items: center;
  }

  .green-dots {
    background-size: contain;
    width: 180px;
    height: 80px;
  }

  .grey-dots {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .v-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .v-wrap.footer {
    top: 80%;
  }

  .navbar {
    background-color: var(--white-smoke);
    margin-top: 0;
  }

  .home-div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 400px;
  }

  .title {
    background-position: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 89px;
  }

  .navlink {
    background-color: var(--white-smoke);
  }

  .h-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h-wrap.coach {
    margin-left: 0;
    margin-right: 0;
  }

  .h-wrap.contacts {
    place-content: flex-start;
  }

  .h-wrap.about-us {
    flex-wrap: wrap;
    width: 95%;
  }

  .button {
    margin: 5px;
  }

  .my-container {
    margin-left: auto;
    margin-right: auto;
  }

  .information-wrap {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .button-green {
    font-size: 16px;
  }

  .pic-decoration-container {
    margin-bottom: 10px;
  }

  .pic-decoration-container.about-us {
    margin-left: 89px;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--yellow-green);
  }

  .green-dots {
    width: 149px;
    height: 60px;
    display: none;
    right: 0%;
  }

  .grey-dots {
    width: 250px;
    display: none;
    top: 25%;
  }
}

@media screen and (max-width: 479px) {
  .v-wrap {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .v-wrap.footer {
    align-items: center;
    margin-right: 0;
    inset: 80% 0% auto;
  }

  .navbar {
    background-color: var(--white-smoke);
  }

  .home-div {
    background-image: url('../images/Move_Team_Logo_Big_Gray.svg');
    background-position: 50%;
    background-size: 206px;
  }

  .title {
    text-align: center;
    width: 100%;
    margin-right: 16px;
    font-size: 46px;
  }

  .section.white {
    padding-bottom: 15px;
  }

  .section.white.momchil {
    background-position: 0 43%;
    background-size: contain;
  }

  .h-wrap.contacts {
    justify-content: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .my-container {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .orange-dot-container {
    width: 116px;
    height: 45px;
    margin-top: 142px;
    margin-left: -126px;
    margin-right: 0;
  }

  .round-pic.about-us, .round-pic.coach1, .round-pic.coach2, .round-pic.coach3, .round-pic.coach4, .round-pic.coach5, .round-pic.coach6, .round-pic.coach6, .round-pic.coach7 {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading {
    margin-top: 20px;
  }

  .button-green {
    text-align: center;
    font-size: 15px;
  }

  .contact-card {
    margin-right: 0;
  }

  .pic-decoration-container {
    justify-content: center;
    width: 90%;
    margin-right: 0;
  }

  .pic-decoration-container.about-us {
    justify-content: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    align-items: center;
  }

  .menu-button {
    align-self: center;
  }

  .footer-logo {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}