body {
  font-family: "Montserrat", sans-serif;
}

.bg-el {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block {
  min-height: 100vh;
  overflow-x: hidden;
}

.default-shadow {
  -webkit-box-shadow: inset 0px 700px 300px 0px white;
  -moz-box-shadow: inset 0px 700px 300px 0px white;
  box-shadow: inset 0px 700px 300px 0px white;
  transition: 0.6s;
}

.shadow-from-top {
  -webkit-box-shadow: inset 0px 700px 300px 0px white;
  -moz-box-shadow: inset 0px 700px 300px 0px white;
  box-shadow: inset 0px 700px 300px 0px white;
  transition: 0.6s;
}

.shadow-from-bottom {
  -webkit-box-shadow: inset 0px -700px 300px 0px white;
  -moz-box-shadow: inset 0px -700px 300px 0px white;
  box-shadow: inset 0px -700px 300px 0px white;
  transition: 0.6s;
}

.block-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
  padding: 14% 14%;
}
.block-inner .logo {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.block-inner .text-block {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #FFFFFF;
}
.block-inner .text-block b {
  font-weight: 500;
}
.block-inner .text-block .title {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 15px;
  display: inline-block;
}
.block-inner .text-block .last-part {
  font-size: 28px;
}

.block-1 {
  background-color: #07A0A9;
}

.block-2 {
  background-image: url("../../assets/bg-1.jpg");
}

.block-3 {
  background-image: url("../../assets/bg-2.jpg");
}

.block-2, .block-3 {
  padding-left: 0;
  padding-right: 0;
}
.block-2 .block-inner, .block-3 .block-inner {
  align-items: center;
}
.block-2 img, .block-3 img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

@media (min-width: 1201px) {
  .block-inner .logo svg {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .block-inner .text-block .title {
    font-size: 53px;
    line-height: 53px;
  }
  .block-inner .text-block .last-part {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .shadow-from-top {
    -webkit-box-shadow: inset 0px 400px 200px 0px white;
    -moz-box-shadow: inset 0px 400px 200px 0px white;
    box-shadow: inset 0px 400px 200px 0px white;
  }

  .shadow-from-bottom {
    -webkit-box-shadow: inset 0px -400px 200px 0px white;
    -moz-box-shadow: inset 0px -400px 200px 0px white;
    box-shadow: inset 0px -400px 200px 0px white;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .block-2, .block-3 {
    min-height: 50vh;
  }
}
@media (max-width: 767px) {
  .block-inner {
    padding: 0;
    justify-content: space-around;
  }
  .block-inner .logo {
    position: relative;
    text-align: center;
  }
  .block-inner .text-block {
    margin-top: unset;
    margin-bottom: unset;
    text-align: center;
  }

  .block-1 {
    min-height: 50vh;
  }

  .block-2, .block-3 {
    min-height: 25vh;
  }

  .shadow-from-top {
    -webkit-box-shadow: inset 0px 200px 200px 0px white;
    -moz-box-shadow: inset 0px 200px 200px 0px white;
    box-shadow: inset 0px 200px 200px 0px white;
  }

  .shadow-from-bottom {
    -webkit-box-shadow: inset 0px -200px 200px 0px white;
    -moz-box-shadow: inset 0px -200px 200px 0px white;
    box-shadow: inset 0px -200px 200px 0px white;
  }
}

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