*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
button {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
button,
button:focus {
  outline: none;
}
figure {
  margin: 0;
}
input,
input:focus {
  outline: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
dd,
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
form {
  margin: 0;
}
@font-face {
  font-family: Rockwell;
  src: url(/assets/fonts/RockwellRegular.eot);
  src: url(/assets/fonts/RockwellRegular.eot?#iefix) format('embedded-opentype'),
    url(/assets/fonts/RockwellRegular.woff) format('woff'),
    url(/assets/fonts/RockwellRegular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media screen and (max-width: 1365px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 7px;
  }
}
body {
  font-family: Rockwell, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.15 !important;
  color: #fff;
}
.page {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.outer {
  padding: 0 2rem;
}
@media screen and (max-width: 479px) {
  .outer {
    padding: 0 3rem;
  }
}
.inner {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.main {
  background: url(/assets/img/bg.jpg) 50% / cover no-repeat;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 230px;
}
.main__logo {
  margin: 0 auto -150px;
  max-width: 1200px;
  position: relative;
}
.main__logo img {
  display: block;
  margin: 0 auto;
}
.main__logo:before {
  content: '';
  width: 35%;
  height: 40%;
  position: absolute;
  top: 0;
  left: -15%;
  background: url(/assets/img/berry-top.png) 50% / cover no-repeat;
}
.main__title {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.main__subtitle {
  margin-top: 55px;
  font-size: 45px;
  color: #02eb02;
}
.main__text {
  margin-top: 10px;
  font-size: 35px;
  line-height: 60px;
  letter-spacing: 0.05em;
}
.main__text--2 {
  margin-top: 70px;
}
.main__subtext {
  margin-top: 75px;
  font-size: 25px;
  line-height: 30px;
}
.main__btn-wrapper {
  margin-top: 35px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main__btn-wrapper,
.main__gift-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main__gift-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 359px;
  width: 100%;
  height: 116px;
  color: #fff3ed;
  font-size: 50px;
}
.main__gift-btn:after {
  content: '';
  width: 684px;
  height: 647px;
  background: url(/assets/img/blueberry.png) 50% / contain no-repeat;
  position: absolute;
  top: -300%;
  left: -270%;
}
.main__gift-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/assets/img/gift-btn.png) 50% no-repeat;
  -webkit-box-shadow: 0 0 157px 26px rgba(104, 218, 255, 0.27),
    0 0 27px 8px rgba(106, 247, 255, 0.2),
    0 0 26px 3px rgba(138, 255, 255, 0.47),
    0 0 16px 1px rgba(102, 249, 255, 0.55), inset -2px -2px 3px #28ffff;
  box-shadow: 0 0 157px 26px rgba(104, 218, 255, 0.27),
    0 0 27px 8px rgba(106, 247, 255, 0.2),
    0 0 26px 3px rgba(138, 255, 255, 0.47),
    0 0 16px 1px rgba(102, 249, 255, 0.55), inset -2px -2px 3px #28ffff;
  border-radius: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
.main .address {
  padding: 35px 0 35px 35px;
  margin-top: 65px;
  max-width: 445px;
  width: 100%;
  height: auto;
  font-size: 45px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  letter-spacing: 0.05em;
  position: relative;
  left: -40px;
  border: 5px solid #0ff;
  border-radius: 35px;
  -webkit-box-shadow: inset 0 0 157px 26px rgba(104, 218, 255, 0.27),
    0 0 27px 8px rgba(106, 247, 255, 0.2),
    0 0 26px 3px rgba(138, 255, 255, 0.47),
    0 0 16px 1px rgba(102, 249, 255, 0.55), inset -2px -2px 3px #28ffff;
  box-shadow: inset 0 0 157px 26px rgba(104, 218, 255, 0.27),
    0 0 27px 8px rgba(106, 247, 255, 0.2),
    0 0 26px 3px rgba(138, 255, 255, 0.47),
    0 0 16px 1px rgba(102, 249, 255, 0.55), inset -2px -2px 3px #28ffff;
  background-color: rgba(0, 255, 255, 0);
}
.main .address-place {
  margin-top: 60px;
}
.main__map-btn {
  margin-top: 40px;
  margin-left: 50px;
  max-width: 359px;
  width: 100%;
  height: 116px;
  display: block;
  position: relative;
}
.main__map-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/assets/img/map-btn.png) 50% no-repeat;
  -webkit-box-shadow: 0 0 157px 26px rgba(104, 215, 1, 0.6),
    0 0 40px 22px rgba(106, 218, 0, 0.2), 0 0 26px 3px rgba(138, 225, 0, 0.75),
    0 0 16px 1px rgba(102, 225, 0, 0.55), inset -2px -2px 3px #28a802;
  box-shadow: 0 0 157px 26px rgba(104, 215, 1, 0.6),
    0 0 40px 22px rgba(106, 218, 0, 0.2), 0 0 26px 3px rgba(138, 225, 0, 0.75),
    0 0 16px 1px rgba(102, 225, 0, 0.55), inset -2px -2px 3px #28a802;
  border-radius: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .main {
    padding-bottom: 150px;
  }
  .main__logo {
    margin-bottom: -100px;
  }
  .main__title {
    font-size: 50px;
  }
  .main__subtitle {
    font-size: 40px;
  }
  .main__text {
    font-size: 30px;
    line-height: 45px;
  }
  .main__text--2 {
    margin-top: 40px;
  }
  .main__subtext {
    margin-top: 50px;
  }
  .main .address {
    left: 0;
  }
  .main__gift-btn:after {
    width: 500px;
    top: -250%;
    left: -198%;
  }
}
@media screen and (max-width: 767px) {
  .main__logo {
    margin-bottom: -25px;
  }
  .main__title {
    font-size: 45px;
  }
  .main__subtitle {
    margin-top: 20px;
    font-size: 35px;
  }
  .main__text {
    font-size: 25px;
    line-height: 35px;
  }
  .main__text--2 {
    margin-top: 30px;
  }
  .main__subtext {
    margin-top: 25px;
  }
  .main .address {
    font-size: 35px;
    line-height: 45px;
  }
  .main__gift-btn:after {
    width: 450px;
    top: -250%;
    left: -150%;
  }
}
@media screen and (max-width: 479px) {
  .main {
    padding-bottom: 35px;
    background-position: 45%;
  }
  .main__logo {
    margin-bottom: -15px;
  }
  .main__title {
    font-size: 25px;
  }
  .main__subtitle {
    font-size: 20px;
  }
  .main__text {
    font-size: 16px;
    line-height: 22px;
  }
  .main__text--2 {
    margin-top: 20px;
  }
  .main__subtext {
    font-size: 16px;
    line-height: 22px;
  }
  .main .address {
    margin-top: 25px;
    padding: 20px 0 20px 20px;
    max-width: 275px;
    font-size: 25px;
    line-height: 32px;
  }
  .main .address-place,
  .main__btn-wrapper {
    margin-top: 20px;
  }
  .main__gift-btn {
    height: 80px;
    max-width: 250px;
  }
  .main__gift-btn:before {
    background-size: 185%;
  }
  .main__gift-btn:after {
    width: 240px;
    top: -358%;
    left: -90%;
  }
  .main__map-btn {
    margin-top: 20px;
    margin-left: 10px;
    height: 80px;
    max-width: 250px;
  }
  .main__map-btn:before {
    background-size: 190%;
  }
}
