@charset "UTF-8";
div, form, input, p, a, span {
  box-sizing: border-box;
}

ul, li, p {
  display: block;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a, a:hover, button {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #A2E95B;
}

button:active, button:focus, input:active, input:focus {
  outline: none !important;
  text-decoration: none !important;
}

button:hover {
  cursor: pointer;
}

section, footer, header {
  overflow: hidden;
}

:focus {
  outline: none !important;
}

.svg path {
  transition: all 0.3s ease-in-out;
}

button {
  border: none;
  background: transparent;
}

.btn {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  background: #A2E95B;
  border-radius: 28px;
  color: #1B1A1A;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background-position: center center;
  border: none;
  z-index: 1;
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  transition: 0.8s;
  z-index: -1;
}

.btn:hover {
  cursor: pointer;
  box-shadow: none;
  color: #1B1A1A;
  z-index: 8;
}

.btn:hover:before {
  transform: scale(15);
}

.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 253, 13, 0.25);
}

.modal__btn:before {
  background: #1B1A1A;
}

.modal__btn:hover {
  color: #fff;
}

.form__field {
  -webkit-appearance: none;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1194px;
  }
}

body {
  background: #1B1A1A;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  background: #1B1A1A;
}

h1, h2 {
  color: #fff;
}

h1 {
  color: #fff;
  font-weight: 500;
  font-size: 140px;
  line-height: 180px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

h1 span {
  background: radial-gradient(66.12% 274% at 33.88% 16.11%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.7;
  transform: translateX(-8px);
  display: inline-block;
}

h2 {
  font-weight: 500;
  font-size: 70px;
  line-height: 180px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  background: radial-gradient(92.7% 307.48% at 33.88% 16.11%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.7;
  width: max-content;
  margin: 0 auto;
}

h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding-bottom: 12px;
  color: #A2E95B;
  border-bottom: 1px solid #A2E95B;
  display: block;
  width: max-content;
  margin: 0 auto 48px;
}

.green {
  color: #A2E95B;
}

nav, header, footer, section {
  position: relative;
  z-index: 1;
}

.overflow-hidden {
  scroll-behavior: auto;
}

*::placeholder {
  color: #fff;
}

input {
  -webkit-appearance: none;
}

*::placeholder {
  color: #8F8F8F;
}

.body-bg {
  position: relative;
}

.body-bg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: '';
  background: url(../img/body-bg.png) repeat top center/cover;
  mix-blend-mode: overlay;
  opacity: 0.3;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 123px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 94px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
  }
  h1 span {
    transform: translateX(-2px);
  }
  h2 {
    font-size: 55px;
    line-height: 57px;
  }
  h3 {
    font-size: 35px;
    padding-bottom: 2px;
    margin-bottom: 43px;
  }
}

.shop {
  position: relative;
  padding: 60px 0 55px;
}

.shop__cloud_right {
  position: absolute;
  right: 0;
  top: 85px;
  width: 565px;
}

.shop__cloud_left {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 552px;
}

.shop__block {
  position: relative;
  z-index: 2;
}

.shop__moon {
  width: 110px;
  display: block;
  top: 363px;
  left: 17%;
  position: absolute;
}

.shop__img {
  width: 410px;
  transform: translate(-20px, -15px);
}

.shop__shops {
  padding-top: 0;
  z-index: 3;
}

.shop__shops h3 {
  margin-top: -30px;
}

.shop__item {
  margin-bottom: 30px;
  position: relative;
  color: #1B1A1A;
  display: block;
  overflow: hidden;
  width: 370px;
}

.shop__item img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.shop__item:hover {
  color: #1B1A1A;
}

.shop__item:hover .shop__info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.shop__info {
  display: flex;
  justify-content: space-between;
  background: #A2E95B;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.shop__promo {
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  padding: 0 5px;
}

.shop__percents {
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  text-transform: uppercase;
}

.shop__title {
  font-size: 20px;
  line-height: 30px;
}

.shop__services h3 {
  color: #FCFF57;
  border-color: #FCFF57;
}

.shop__services .shop__info {
  background: #FCFF57;
}

.shop__microcredits h3 {
  color: #fff;
  border-color: #fff;
}

.shop__microcredits .shop__item img {
  transition: all 0.3s ease-in-out;
}

.shop__microcredits .shop__item:hover img {
  transform: scale(1.05);
}

.rules {
  position: relative;
  overflow: visible;
  padding: 150px 0 90px;
}
.rules .shop__cloud_right {
  display: none;
}
.rules h2 {
  margin-bottom: 20px;
}

.rules__list {
  width: 770px;
  margin: 0 auto;
  letter-spacing: -0.03em;
  line-height: 22px;
}

.rules__list p {
  margin-bottom: 20px;
}

.rules .shop__cloud_right {
  top: -120px;
}

.rules__btn {
  margin: 63px auto 0;
}

.share {
  margin-bottom: 153px;
}

.share__block {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 45px 0;
  align-items: center;
  justify-content: space-between;
}

.share__title {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.share__links {
  display: flex;
  align-items: center;
}

.share__links a {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #A2E95B;
  margin-left: 80px;
}

@media screen and (max-width: 1199px) {
  .shop__percents {
    font-size: 23px;
  }
  .shop__title {
    font-size: 16px;
  }
  .shop__info {
    padding: 6px 15px;
  }
  .shop__promo {
    font-size: 11px;
  }
  .shop__item:hover .shop__info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shop__cloud_right {
    width: 465px;
  }
  .shop__cloud_left {
    width: 452px;
  }
  .shop__shops {
    overflow: visible;
  }
  .shop__shops .shop__cloud_left {
    bottom: -100px;
  }
  .shop__item {
    width: 100%;
  }
  .shop__item img {
    height: auto;
  }
  .share__links a {
    margin-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .shop__moon {
    display: none;
  }
  .rules__list {
    width: 100%;
  }
  .share__links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .share__links li {
    width: 50%;
  }
  .share__links li a {
    margin-bottom: 30px;
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .shop__shops {
    padding-top: 100px;
  }
  .shop__item img {
    height: 165px;
  }
  .shop__percents {
    font-size: 20px;
  }
  .shop__title {
    font-size: 14px;
  }
  .shop__promo {
    font-size: 9px;
  }
  .share__block {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .share__title {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  section .container, footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop__shops {
    padding-top: 0;
    margin-top: -63px;
    z-index: 3;
  }
  .shop__img {
    width: 214px;
    transform: none;
    margin: 0 auto 122px;
    display: block;
  }
  .shop__cloud_right {
    width: 329px;
    top: 120px;
  }
  .shop__cloud_left {
    width: 330px;
  }
  .shop__item {
    width: 280px;
    margin: 0 auto 20px;
  }
  .shop__item img {
    height: 200px;
  }
  .shop__title {
    font-size: 15px;
  }
  .shop__percents {
    font-size: 25px;
  }
  .shop__microcredits {
    overflow: visible;
  }
  .shop__microcredits .shop__cloud_right {
    top: -100px;
  }
  .shop__microcredits .shop__cloud_left {
    bottom: -67px;
  }
  .rules {
    padding: 83px 0 72px;
  }
  .rules .shop__cloud_right, .rules .shop__cloud_left {
    display: none;
  }
  .rules h2 {
    margin-bottom: 45px;
  }
  .rules__list {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .rules__btn {
    width: 280px;
  }
  .share {
    margin-bottom: 100px;
  }
  .share__title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .share__links li a {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .share__block {
    padding-bottom: 35px;
  }
}

.header {
  padding: 274px 0 650px;
  position: relative;
  overflow: visible;
  z-index: 3;
}

.header__block {
  width: 725px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  position: relative;
  z-index: 2;
  text-align: center;
}

.header__offer {
  font-weight: 300;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A2E95B;
  margin-bottom: 70px;
}

.header__dates {
  font-weight: 500;
  font-size: 55px;
  line-height: 58px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #A2E95B;
}

.header__cloud_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 807px;
  z-index: 2;
}

.header__cloud_left {
  position: absolute;
  left: 0;
  top: 836px;
  width: 804px;
  z-index: 2;
}

.header__moon {
  position: absolute;
  top: 707px;
  left: 57%;
  width: 110px;
  z-index: 2;
}

.header__yellow {
  position: absolute;
  left: 0;
  top: 77.5%;
  z-index: 2;
  min-width: 100%;
}

.header__green {
  position: absolute;
  left: 0;
  top: 74%;
  z-index: 2;
  min-width: 100%;
}

.header:after {
  width: 100%;
  height: 107%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: '';
  background: url(../img/header-pic.png) repeat top center/cover;
}

.header__elem {
  min-width: 100%;
  position: absolute;
  top: 96%;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 2200px) {
  .header__green {
    top: 73%;
  }
  .header__yellow {
    top: 73.2%;
  }
}

@media screen and (max-width: 1199px) {
  .header__yellow, .header__green, .header__elem {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 991px) {
  .header__cloud_right, .header__cloud_left {
    width: 700px;
  }
  .header__offer {
    font-size: 38px;
  }
  .header__block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 174px 0 350px;
  }
  .header__offer {
    font-size: 29px;
    margin-bottom: 0;
  }
  .header__cloud_right, .header__cloud_left {
    width: 75%;
  }
  .header__moon {
    top: 500px;
  }
  .header__cloud_left {
    top: 570px;
  }
  .header__yellow, .header__green, .header__elem {
    width: 1200px;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding: 100px 0 150px;
  }
  .header__offer {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 242px;
  }
  .header__dates {
    line-height: 40px;
  }
  .header__yellow, .header__green {
    width: 564px;
  }
  .header__elem {
    width: 1530px;
    top: 87%;
  }
  .header__cloud_left {
    top: 185px;
  }
  .header__moon {
    top: 256px;
    left: 51%;
    width: 89px;
  }
  .header:before {
    background-image: url(../img/header-pic-mobile2x.png);
  }
  .header__yellow {
    top: 79.5%;
  }
}

.footer {
  position: relative;
  background: black;
  padding: 89px 0 223px;
  border-top: 2px solid rgba(242, 242, 242, 0.25);
}

.footer__copyright {
  line-height: normal;
  color: #F2F2F2;
}

.footer__logo {
  margin-bottom: 28px;
  display: block;
  margin-bottom: 66px;
}

.footer__logo img {
  width: 193px;
}

.footer__sub {
  margin-bottom: 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #F2F2F2;
}

.footer__link {
  align-items: center;
  color: #F2F2F2;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 12px;
}

.footer__link img {
  margin-right: 10px;
}

.footer__link:hover {
  color: #A2E95B;
}

.footer__policy {
  color: #A2E95B;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: block;
  width: 199px;
  margin: 6px auto;
}

.footer__policy img {
  display: block;
  margin-bottom: 11px;
}

.footer__last {
  position: relative;
}

.footer__up {
  position: absolute;
  top: 52px;
  right: 0;
}

.footer__up img {
  transition: all 0.3s ease-in-out;
}

.footer__up:hover img {
  transform: translateY(-10px);
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .footer__copyright {
    margin-top: 40px;
  }
  .footer__up {
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    overflow: visible;
  }
  .footer__last {
    position: inherit;
  }
  .footer__up {
    width: 46px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__policy {
    margin-bottom: 30px;
    width: 100%;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .footer {
    padding: 45px 0;
  }
  .footer__up {
    width: 40px;
    top: -70px;
  }
  .footer__up img {
    width: 100%;
  }
  .footer__logo {
    margin-bottom: 45px;
  }
  .footer__logo img {
    width: 151px;
  }
  .footer__sub {
    font-size: 14px;
  }
  .footer__policy {
    margin-bottom: 48px;
  }
  .footer__copyright {
    font-size: 12px;
    margin-top: 85px;
  }
  .footer__link img {
    margin-right: 18px;
  }
}
/*# sourceMappingURL=style.css.map */