@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700);
* {
   padding: 0;
   margin: 0;
   border: 0;
}

*,
*:before,
*:after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

:focus,
:active {
   outline: none;
}

a:focus,
a:active {
   outline: none;
}

nav,
footer,
header,
aside {
   display: block;
}

html,
body {
   height: 100%;
   width: 100%;
   font-size: 100%;
   line-height: 1;
   font-size: 10px;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
   font-family: inherit;
}

input::-ms-clear {
   display: none;
}

button {
   cursor: pointer;
}

button::-moz-focus-inner {
   padding: 0;
   border: 0;
}

a,
a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

ul li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: inherit;
}

/*--------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900);
html {
   font-size: 62.5%;
   scroll-behavior: smooth;
}

body {
   font-family: "Montserrat";
   background-color: #fff;
   color: #fff;
   font-size: 10px;
}

/* blocks */
.home {
   background-color: #0c1524;
   position: relative;
   z-index: 1;
   overflow: hidden;
   text-align: center;
}
.home__wrap {
   height: 100vh;
   font-weight: 700;
   text-transform: uppercase;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-end;
   padding-bottom: 4rem;
   row-gap: 4rem;
}
.home__blank {
   max-width: 600px;
   position: relative;
}
.home__blank img {
   width: 100%;
   height: 100%;
}
.home__wall {
   position: absolute;
   top: 15px;
   left: 50%;
   transform: translateX(-50%);
   max-width: 510px;
   width: 100%;
   font-size: 4rem;
   line-height: 5rem;
   font-weight: 700;
   border: 1.65614px solid #7afb4c;
   border-radius: 34.779px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-left: 2.7rem;
}
.home__wall span {
   background: #7afb4c;
   color: #000;
   border-radius: 34.779px;
   max-width: 230px;
   width: 100%;
   height: 54px;
   display: inline-block;
   transform: translateY(-0.5px);
   letter-spacing: 0px;
}
.home__block {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   column-gap: 3rem;
}
.home__box {
   display: flex;
   align-items: center;
   flex-direction: column;
   padding-bottom: 2rem;
}
.home__bonus {
   margin-bottom: 0.5rem;
}

.home__icon {
   margin-bottom: 3.2rem;
   animation: myAnim 2.5s ease-in-out 0s infinite normal forwards;
}
.home__phone {
   max-width: 310px;
   max-height: 630px;
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.home__btn {
   font-size: 2.6rem;
   line-height: 3.3rem;
   font-weight: 700;
   color: #000;
   background: #7afb4c;
   border: 1.81971px solid #7afb4c;
   border-radius: 38.2139px;
   padding: 2rem 8.8rem;
   animation: myAnim 2.5s ease-in-out 0s infinite normal forwards;
}

.home__offer {
   font-size: 2.6rem;
   line-height: 3.3rem;
}
.home__date {
   font-size: 5.2rem;
   line-height: 4.6rem;
   color: #fff;
   font-weight: 900;
   margin-top: 0.8rem;
}
.home__date span {
   border: 1px solid #7afb4c;
   border-radius: 5px;
}
@keyframes myAnim {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-8px);
   }
   100% {
      transform: translateY(0);
   }
}

@media screen and (max-width: 799px) {
   .home__wrap {
      padding-bottom: 9vh;
   }
   .home__blank {
      position: fixed;
      top: 0;
      z-index: -1;
   }
   .home__wall {
      font-size: 2.6rem;
      line-height: 3.3rem;
      padding-left: 1.6rem;
      letter-spacing: 5px;
   }
   .home__wall span {
      max-width: 150px;
      padding: 0.6rem 1.7rem;
      line-height: 4rem;
   }
   .home__block {
      column-gap: 0;
   }
   .home__icon img {
      width: 150px;
      height: 150px;
   }
   .home__phone {
      width: 180px;
   }
   .home__box {
      padding-bottom: 0;
   }
   .home__offer {
      line-height: 2rem;
      font-size: 1.7rem;
      margin-top: 1rem;
   }
   .home__icon {
      margin-bottom: 1.8rem;
   }
   .home__date {
      font-size: 3rem;
      margin-top: 1rem;
   }
   .home__btn {
      font-size: 1.8rem;
      line-height: 2.2rem;
      padding: 1.4rem 6rem;
   }
   .home__bonus img {
      width: 182px;
   }
}
