@font-face {
  font-family: "Bradley";
  src: url("../fonts/Bradley Hand Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Hurme";
  src: url("../fonts/HurmeHEMA-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Hurme";
  src: url("../fonts/HurmeHEMA-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hurme";
  src: url("../fonts/HurmeHEMA-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*** 
====================================================================
Global Settings
====================================================================
 ***/
body {
  font-family: "Hurme", sans-serif;
  min-height: 10000px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button {
  padding: 8px;
  font-family: "Bradley", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background-color: orange;
  cursor: pointer;
}

.burger {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.burger::before {
  top: 20%;
  width: calc(100% - 0.4rem);
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.burger::after {
  bottom: 20%;
  width: calc(100% - 0.4rem);
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.burger.active::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.active::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.main {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__logo {
  position: relative;
  background-color: #fff;
  z-index: 10;
  padding: 20px 0;
  width: 80%;
}
.main__logo img {
  width: 80px;
  height: 80px;
}
.main__content {
  position: relative;
  z-index: 5;
  max-width: 650px;
  height: 230px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main__content-title {
  margin-bottom: 30px;
  font-family: "Bradley", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.main__content-title.end {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.main__content-title span {
  color: #a32cc4;
}
.main__content p {
  margin-bottom: 20px;
  font-family: "Hurme", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000;
}
.main__content .scroll-message {
  position: relative;
  font-family: "Bradley", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #000;
  background-color: transparent;
}
.main__content .scroll-message span {
  position: absolute;
  bottom: -70px;
  left: 42%;
  -webkit-transform: translateX(-42%);
          transform: translateX(-42%);
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
}
.main__content .scroll-message span img {
  width: 100%;
  height: 100%;
}
.main__image {
  position: relative;
  width: 60%;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.main__image-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 200%;
  background-color: #01a6cf;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.main__image-product {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  width: 50%;
}
.main__image-product img {
  position: absolute;
  left: 0;
  width: 100%;
}
.main__image-product img:nth-child(1) {
  z-index: 4;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main__image-product img:nth-child(2) {
  z-index: 1;
  top: 60px;
}
.main__image-product img:nth-child(3) {
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
.main .scroll__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 300px;
}
.main .scroll__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  scale: 0.5;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.main .scroll__block.active {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-filter: blur(0);
          filter: blur(0);
  scale: 1.2;
}
.main .scroll__block.unmounted {
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
  opacity: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  scale: 0.5;
}
.main .scroll__block-image {
  position: relative;
  width: calc(50% - 10px);
}
.main .scroll__block-image img {
  position: unset;
  width: 100%;
}
.main .scroll__block-content {
  width: calc(50% - 10px);
}
.main .scroll__block-content-title {
  margin-bottom: 10px;
  font-family: "Bradley", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.main .scroll__block-content-title span {
  color: red;
}
.main .scroll__block-content-text {
  margin-bottom: 15px;
  font-family: "Hurme", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #000;
}
.main .scroll__block-content-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main .scroll__block-content-text a:hover {
  opacity: 0.7;
}
.main .scroll__block-content-text span {
  font-weight: 700;
}

@media (max-width: 1600px) {
  .main__logo {
    padding: 15px 0;
  }
  .main__logo img {
    width: 60px;
    height: 60px;
  }
  .main__content {
    height: 190px;
  }
  .main__content-title {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 45px;
  }
  .main__content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .main__content .scroll-message {
    font-size: 16px;
    line-height: 20px;
  }
  .main__content .scroll-message span {
    bottom: -80px;
    width: 80px;
    height: 80px;
  }
  .main__image {
    padding-top: 50px;
  }
  .main__image-product {
    width: 45%;
  }
  .main__image-product img:nth-child(2) {
    top: 50px;
  }
  .main__image-product img:nth-child(3) {
    margin-top: 50px;
  }
  .main .scroll__block.active {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
@media (max-width: 1400px) {
  .main__content {
    max-width: 500px;
    height: 180px;
  }
  .main__content-title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }
  .main__content p {
    font-size: 14px;
    line-height: 18px;
  }
  .main__content .scroll-message {
    font-size: 14px;
    line-height: 18px;
  }
  .main__image {
    padding-top: 50px;
  }
  .main__image-product {
    width: 50%;
  }
  .main__image-product img:nth-child(2) {
    top: 40px;
  }
  .main__image-product img:nth-child(3) {
    margin-top: 40px;
  }
}
@media (max-width: 1180px) {
  .main__logo {
    width: 90%;
  }
  .main__image {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .main .scroll__block-content-title {
    font-size: 17px;
    line-height: 22px;
  }
  .main .scroll__block-content-text {
    font-size: 7px;
    line-height: 10px;
  }
  .main .scroll__block .button {
    padding: 5px;
    font-size: 7px;
    line-height: 10px;
  }
  .main .scroll__block.active {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .main .scroll__block.unmounted {
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
  }
}
@media (max-width: 840px) {
  .main__logo {
    padding: 20px;
    margin-bottom: 20px;
    width: calc(100% - 40px);
  }
  .main__logo img {
    width: 80px;
    height: 80px;
  }
  .main__content {
    width: 80%;
    height: 350px;
    max-width: unset;
  }
  .main__content-title {
    font-size: 60px;
    line-height: 70px;
  }
  .main__content p {
    font-size: 22px;
    line-height: 26px;
  }
  .main__content .scroll-message {
    font-size: 22px;
    line-height: 26px;
  }
  .main__content .scroll-message span {
    bottom: -100px;
    width: 100px;
    height: 100px;
  }
  .main__image {
    padding-top: 0;
    width: 100%;
  }
  .main__image-bg {
    border-top-right-radius: 0;
  }
  .main__image-product {
    width: 60%;
  }
  .main__image-product:nth-child(2) {
    top: 50px;
  }
  .main__image-product:nth-child(3) {
    margin-top: 50px;
  }
  .main .scroll__content {
    height: 680px;
  }
  .main .scroll__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .scroll__block-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .main .scroll__block-content-title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
  }
  .main .scroll__block-content-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .main .scroll__block .button {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .main .scroll__block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .main .scroll__block.active {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
    scale: 0.9;
  }
}
@media (max-width: 780px) {
  .main__content {
    height: 300px;
  }
  .main__content-title {
    font-size: 50px;
    line-height: 60px;
  }
  .main__content p {
    font-size: 20px;
    line-height: 24px;
  }
  .main .scroll__content {
    height: 650px;
  }
}
@media (max-width: 600px) {
  .main__image-product {
    width: 70%;
  }
  .main .scroll__content {
    height: 600px;
  }
}
@media (max-width: 540px) {
  .main__content {
    margin-bottom: 30px;
    width: calc(100% - 40px);
    height: 370px;
  }
  .main__content-title {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
  }
  .main__content p {
    margin-bottom: 30px;
    line-height: 30px;
  }
  .main__content .scroll-message {
    font-size: 20px;
    line-height: 30px;
  }
  .main__content .scroll-message span {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .main__image {
    padding: 0;
  }
  .main__image-product {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .main__logo {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
  .main__logo img {
    width: 60px;
    height: 60px;
  }
  .main__content {
    margin-bottom: 0;
    height: 320px;
  }
  .main__content-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }
  .main__content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .main__content .scroll-message {
    font-size: 16px;
    line-height: 22px;
  }
  .main__content .scroll-message span {
    width: 80px;
    height: 80px;
  }
  .main__image-bg {
    top: 20px;
    border-top-left-radius: 30px;
  }
  .main .scroll__content {
    height: 560px;
  }
  .main .scroll__block.active {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .main .scroll__block-content-title {
    font-size: 36px;
    line-height: 40px;
  }
}