.hero-section {
  padding: 3% 2%;
  background-color: #008938;
  background-image: url('../images/header-back.png');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: fixed;
  font-weight: 400;
}

.second-section {
  position: relative;
  padding: 3% 2% 0%;
  background-color: #008938;
  background-image: url('../images/back2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.map-section {
  display: none;
  overflow: hidden;
}

.about-section {
  padding-top: 3%;
  padding-bottom: 5%;
  background-color: #fff;
  background-image: url('../images/back2-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section.description {
  background-color: #fafafa;
  background-image: none;
}

.about-section.sub {
  background-image: url('../images/back3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #008938;
}

.header {
  display: none;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.logo-image {
  display: block;
  min-width: 30%;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: 0px;
  text-align: left;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 5% auto 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-texts {
  display: block;
  max-width: 60%;
  margin-right: 0px;
  padding-top: 0%;
  padding-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-phone {
  max-width: 15vw;
  min-width: 34%;
  margin-top: 4%;
  margin-right: 0%;
  margin-left: 5%;
}

.headlines {
  display: block;
  max-width: 960px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Subway footlong', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.promocode {
  font-family: Avenirnextcyr;
  color: #e10101;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
}

.promocode.text {
  font-family: Subwaylettering, sans-serif;
}

.second-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.second-phone {
  max-width: 15vw;
  min-width: 34%;
  padding-top: 0px;
}

.second-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit {
  margin-bottom: 7%;
  padding: 0% 2% 0% 0%;
  border-radius: 1%;
  color: #231f20;
  text-align: left;
}

.benefit-text {
  margin-bottom: 20px;
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.about-wrapper {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.about-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4%;
  margin-bottom: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map {
  height: 500px;
}

.footer-appstore-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  max-width: 20vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link {
  -webkit-transition: opacity 150ms cubic-bezier(.445, .05, .55, .95);
  transition: opacity 150ms cubic-bezier(.445, .05, .55, .95);
  font-family: Roboto;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.footer-link:hover {
  opacity: 0.7;
}

.about-text {
  font-family: Avenirnextcyr;
  color: #008738;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 900;
}

.copyright {
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
}

.hero-appstore-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin-top: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image {
  -webkit-transition: opacity 150ms cubic-bezier(.445, .05, .55, .95);
  transition: opacity 150ms cubic-bezier(.445, .05, .55, .95);
}

.image:hover {
  opacity: 0.8;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.app-store-link {
  width: 100%;
  max-width: 180px;
}

.div-block {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 100%;
  min-width: 100%;
}

.heading-2 {
  margin-top: 5%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 5%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffb901;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
}

.about-image-wrapper {
  display: block;
  width: 50%;
  max-height: 500px;
  min-height: 250px;
  background-image: url('../images/о-нас.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1% 0% 1% 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  display: inline-block;
  max-width: 85%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242f4d), to(#242f4d));
  background-image: linear-gradient(180deg, #242f4d, #242f4d);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 10%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #bda356;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3 {
  display: none;
}

.benefit-description {
  overflow: visible;
  padding-top: 10px;
  font-family: Subwaylettering, sans-serif;
  color: #f1b700;
  font-size: 60px;
  line-height: 66px;
  font-weight: 400;
}

.marker {
  width: 56px;
  height: 78px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008738), to(#008738));
  background-image: linear-gradient(180deg, #008738, #008738);
  color: #008738;
}

.button {
  background-color: #fff;
  font-family: Roboto;
  color: #bda356;
  font-size: 16px;
  font-weight: 900;
}

.headline-about {
  display: block;
  max-width: 960px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid transparent;
  font-family: Avenirnextcyr;
  color: #008738;
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
  text-align: left;
}

.error-heading {
  font-family: Roboto;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
}

.wrapper-for-links {
  max-width: 500px;
  min-width: 400px;
  margin-top: 40px;
}

.wrapper-for-links-2nd {
  display: block;
  max-width: 500px;
  min-width: 400px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper-for-links-last {
  max-width: 500px;
  min-width: 400px;
}

.between-links {
  width: 30px;
  height: 100%;
}

.submit-button {
  background-color: #fff;
  color: #bda356;
  font-weight: 700;
}

.heading-3 {
  color: #fff;
}

.tooltip_h1 {
  font-family: Roboto;
  color: #008738;
  font-size: 20px;
  font-weight: 900;
}

.tooltip_address {
  font-family: Roboto;
  color: #000;
}

.tooltip_hours {
  font-family: Roboto;
  color: #000;
}

.tooltip_phones {
  font-family: Roboto;
  color: #008738;
  font-size: 16px;
  font-weight: 900;
}

.benefits-block {
  margin-top: 5%;
}

.benefits-stripe {
  width: 150px;
  height: 5px;
  background-color: #e10101;
}

.bold-text {
  font-weight: 400;
}

.div-block-2 {
  padding-right: 0px;
  font-weight: 700;
}

.bold-text-2 {
  font-size: 37px;
}

.bold-text-3 {
  font-weight: 700;
}

.italic-text {
  font-style: italic;
}

.italic-text-2 {
  font-size: 14px;
  font-style: normal;
}

.bold-text-4 {
  font-family: Avenirnextcyr;
  color: #008738;
  font-size: 40px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 20px;
  padding-top: 5%;
  text-align: center;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Avenirnextcyr;
  color: #e10101;
  font-size: 25px;
  font-weight: 700;
}

.text-block-2 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Avenirnextcyr;
  color: #4b4b4b;
  font-size: 25px;
  font-weight: 400;
}

.text-block-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Avenirnextcyr;
  color: #e10101;
  font-size: 25px;
  font-weight: 700;
}

.text-block-4 {
  padding-top: 40px;
  font-family: Avenirnextcyr;
  font-size: 18px;
}

.text-block-5 {
  padding-top: 20px;
  font-family: Avenirnextcyr;
  color: #008738;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.bold-text-5 {
  font-family: Avenirnextcyr;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.bold-text-6 {
  font-family: 'Subway footlong', sans-serif;
  color: #008738;
  text-align: center;
}

.bold-text-7 {
  font-family: 'Subway six inch', sans-serif;
  color: #fff;
  font-size: 28px;
}

.bold-text-8 {
  font-family: Avenirnextcyr;
  color: #ffb901;
  font-size: 28px;
  line-height: 30px;
}

.bold-text-9 {
  font-family: Avenirnextcyr;
  color: #ffb901;
  font-size: 28px;
}

.text-block-6 {
  padding-bottom: 10px;
  font-family: Avenirnextcyr;
  color: #55a5e5;
  font-size: 16px;
  font-weight: 700;
}

.heading-5 {
  margin-bottom: 20px;
  padding-top: 3%;
  padding-bottom: 3%;
  text-align: center;
}

.benefits-stripe-2 {
  width: 150px;
  height: 5px;
  background-color: #12261a;
}

.text-block-7 {
  font-family: Avenirnextcyr;
  font-size: 14px;
  line-height: 22px;
}

.bold-text-10 {
  font-size: 36px;
  font-weight: 700;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Subwaylettering, sans-serif;
  color: #e10101;
  font-size: 80px;
  font-weight: 400;
}

.heading-6._1 {
  margin-top: 10%;
  margin-bottom: 5%;
  color: #f1b700;
  font-size: 60px;
  line-height: 66px;
}

.text-block-8 {
  margin-top: 20px;
  font-family: Subwaylettering, sans-serif;
  color: #e10101;
  font-size: 46px;
}

.container {
  display: inline-block;
  margin-top: 10%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 7px;
  border-color: rgba(0, 135, 56, 0.84);
}

.gift {
  color: #008738;
}

.text-block-9 {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  font-family: Subwaylettering, sans-serif;
  color: #e10101;
  font-size: 32px;
}

.text-block-10 {
  display: none;
}

.image-5 {
  background-color: #008738;
}

.text-block-11 {
  margin-bottom: 0px;
  font-family: Subwaylettering, sans-serif;
  color: #e10101;
  font-size: 35px;
  font-weight: 400;
}

.image-6 {
  max-width: 85%;
  margin-left: 0px;
}

.text-block-12 {
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: 'Subway six inch', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.text-block-13 {
  font-family: 'Subway footlong', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
}

.text-block-14 {
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: 'Subway footlong', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.image-7 {
  margin-top: 10%;
}

.image-8 {
  margin-top: 10%;
}

.image-9 {
  margin-top: 10%;
  text-decoration: overline;
}

.image-10 {
  margin-top: 10%;
}

.text-block-15 {
  font-family: 'Subway six inch', sans-serif;
  font-weight: 400;
}

.text-span {
  font-family: 'Subway footlong', sans-serif;
}

.text-span-2 {
  font-family: 'Subway footlong', sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-family: 'Subway footlong', sans-serif;
}

.text-span-4 {
  font-family: 'Subway footlong', sans-serif;
}

.column {
  margin-top: 0%;
}

.columns {
  margin-top: 5%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding: 3% 2% 3% 5%;
  }

  .second-section {
    padding-right: 5%;
  }

  .about-section {
    padding-right: 5%;
    padding-left: 5%;
    background-size: 4%;
  }

  .footer {
    padding: 3% 5%;
  }

  .logo-image {
    max-width: 90%;
  }

  .hero-texts {
    display: block;
    padding-top: 0%;
    padding-right: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .hero-phone {
    display: block;
    min-width: 40%;
  }

  .headlines {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
  }

  .promocode {
    margin-top: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .second-phone {
    min-width: 40%;
  }

  .second-text {
    margin-top: -16px;
    padding-top: 0%;
  }

  .benefit {
    border-radius: 2%;
  }

  .benefit-text {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-appstore-wrapper {
    width: 16%;
  }

  .footer-link {
    font-size: 18px;
  }

  .about-text {
    font-size: 14px;
    line-height: 22px;
  }

  .copyright {
    font-size: 16px;
  }

  .hero-appstore-wrapper {
    width: 90%;
    height: 100%;
    min-height: 50px;
  }

  .image:hover {
    opacity: 1;
  }

  .app-store-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .about-image-wrapper {
    width: 50%;
    max-height: 500px;
    min-height: 300px;
    margin-top: 0px;
    padding-top: 0px;
    background-size: cover;
  }

  .about-text-wrapper {
    width: 70%;
  }

  .image-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .logo-wrapper {
    max-width: 40%;
    min-width: 0%;
    margin-bottom: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .benefit-description {
    font-size: 42px;
    line-height: 48px;
  }

  .headline-about {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .error-heading {
    margin-top: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .wrapper-for-links {
    display: block;
    margin-top: 15%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-for-links-2nd {
    margin-top: -16px;
    margin-bottom: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .between-links {
    width: 30px;
  }

  .div-block-2 {
    margin-top: -17px;
  }

  .bold-text-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
  }

  .bold-text-4 {
    font-size: 32px;
  }

  .text-block {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
  }

  .text-block-2 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 21px;
  }

  .text-block-3 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
  }

  .text-block-4 {
    padding-top: 30px;
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .bold-text-5 {
    font-size: 32px;
  }

  .bold-text-6 {
    text-align: left;
  }

  .bold-text-7 {
    font-size: 24px;
    line-height: 26px;
  }

  .bold-text-8 {
    font-size: 20px;
    line-height: 26px;
  }

  .bold-text-9 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .bold-text-10 {
    font-size: 28px;
  }

  .heading-6._1 {
    font-size: 80px;
  }

  .text-block-8 {
    margin-top: 0px;
    font-size: 36px;
  }

  .container {
    position: static;
    display: inline-block;
    padding: 10px;
    clear: none;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-width: 6px;
  }

  .text-block-9 {
    font-size: 28px;
  }

  .text-block-13 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-bottom: 0px;
    padding-top: 8%;
    padding-bottom: 8%;
    background-position: 50% 50%;
    background-size: auto;
  }

  .second-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .about-section {
    background-size: 5%;
  }

  .footer {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .logo-image {
    margin-top: -13px;
    margin-bottom: -8%;
  }

  .hero-texts {
    width: 60%;
    padding-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headlines {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
  }

  .promocode {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }

  .second-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .second-text {
    margin-top: 0px;
    padding-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefit {
    margin-bottom: 4%;
  }

  .about-flex {
    margin-top: 5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-appstore-wrapper {
    width: 24%;
    max-width: 30vw;
  }

  .about-text {
    line-height: 20px;
  }

  .hero-appstore-wrapper {
    width: 100%;
    max-height: 60px;
    max-width: 310px;
    min-height: 40px;
    min-width: 150px;
    margin-top: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .app-store-link {
    margin-right: 0px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
  }

  .about-image-wrapper {
    width: 100%;
    margin-top: 0px;
    border-radius: 2%;
  }

  .about-text-wrapper {
    width: 100%;
    margin-top: 2%;
    padding-left: 0%;
  }

  .image-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-wrapper {
    margin-top: 0px;
    margin-bottom: 10%;
  }

  .benefit-description {
    font-size: 42px;
    line-height: 48px;
  }

  .headline-about {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
  }

  .error-heading {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }

  .wrapper-for-links {
    display: block;
    width: 90%;
    min-width: 220px;
    margin-top: 15%;
    margin-right: auto;
    margin-left: 0px;
    text-align: center;
  }

  .wrapper-for-links-2nd {
    display: block;
    width: 90%;
    min-width: 250px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 16px;
    text-align: center;
  }

  .wrapper-for-links-last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-width: 220px;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }

  .benefits-stripe {
    margin-bottom: 4%;
  }

  .div-block-2 {
    margin-top: -6px;
    padding-top: 0px;
    font-size: 10px;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .text-block {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .text-block-2 {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .text-block-3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 24px;
  }

  .bold-text-7 {
    font-size: 21px;
    line-height: 30px;
  }

  .bold-text-8 {
    font-size: 16px;
    line-height: 21px;
  }

  .bold-text-9 {
    font-size: 16px;
  }

  .benefits-stripe-2 {
    margin-bottom: 4%;
  }

  .bold-text-10 {
    font-size: 21px;
  }

  .heading-6._1 {
    font-size: 50px;
  }

  .container {
    margin-top: 10%;
    border-width: 5px;
  }

  .text-block-9 {
    margin-top: 0px;
    padding-top: 10px;
    font-size: 24px;
  }

  .text-block-12 {
    font-size: 21px;
    line-height: 30px;
  }

  .text-block-13 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding: 5% 5% 10%;
    background-color: #fff;
    background-image: url('../images/header-back.png');
    background-position: 50% 50%;
    background-size: auto;
  }

  .second-section {
    padding: 10% 5%;
    background-image: url('../images/back2.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .about-section {
    padding-bottom: 10%;
    background-size: 8%;
  }

  .footer {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .hero-wrapper {
    margin-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-texts {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .headlines {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .promocode {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
  }

  .second-wrapper {
    padding-bottom: 0px;
  }

  .second-text {
    margin-left: 0%;
  }

  .benefit {
    max-width: 80%;
    margin-bottom: 5%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }

  .about-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-appstore-wrapper {
    width: 34%;
    max-width: 34vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }

  .footer-link {
    font-size: 16px;
  }

  .about-text {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .copyright {
    font-size: 14px;
  }

  .hero-appstore-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .app-store-link {
    max-width: 160px;
    margin-right: 0px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }

  .about-image-wrapper {
    width: 100%;
    min-height: 150px;
    margin-top: 0px;
    border-radius: 2%;
    background-size: cover;
  }

  .about-text-wrapper {
    width: 100%;
    margin-top: -11%;
    padding-top: 4%;
    padding-left: 0%;
  }

  .logo-wrapper {
    max-width: 40%;
    margin-bottom: 0%;
  }

  .mobile-only-section {
    padding-top: 4%;
    padding-bottom: 4%;
    background-image: url('../images/back-mobile.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-3 {
    display: block;
    max-width: 40%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .benefit-description {
    margin-left: 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .headline-about {
    margin-top: 10%;
    margin-bottom: 5%;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }

  .error-heading {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
  }

  .wrapper-for-links {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-for-links-2nd {
    display: none;
  }

  .wrapper-for-links-last {
    margin-top: 0%;
  }

  .between-links {
    width: 20px;
    height: 100%;
  }

  .benefits-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .benefits-stripe {
    margin-left: 10px;
  }

  .div-block-2 {
    margin-top: -16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .bold-text-2 {
    direction: ltr;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 7px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
  }

  .bold-text-4 {
    line-height: 28px;
    text-align: left;
  }

  .heading-4 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }

  .text-block-2 {
    padding-bottom: 5px;
  }

  .bold-text-5 {
    line-height: 28px;
    text-align: left;
  }

  .bold-text-6 {
    line-height: 32px;
  }

  .bold-text-7 {
    display: inline;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .bold-text-9 {
    line-height: 21px;
  }

  .text-block-6 {
    padding-left: 10px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }

  .benefits-stripe-2 {
    margin-left: 10px;
  }

  .text-block-7 {
    padding-bottom: 10px;
  }

  .bold-text-10 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-6._1 {
    display: block;
    margin-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .text-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    font-size: 32px;
    text-align: center;
  }

  .container {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-width: 6px;
  }

  .text-block-9 {
    margin-bottom: 0px;
    padding-top: 10px;
  }

  .image-4 {
    margin-left: 10px;
    padding-left: 0px;
  }

  .text-block-10 {
    display: block;
    font-family: Avenirnextcyr;
    color: #008738;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
  }

  .text-block-12 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .text-block-13 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .image-7 {
    display: inline-block;
    max-width: 100%;
    margin-top: 0%;
    text-align: center;
  }

  .image-8 {
    margin-top: 0%;
  }

  .image-9 {
    margin-top: 0%;
  }
}

@font-face {
  font-family: 'Subwaylettering';
  src: url('../fonts/SubwayLettering-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Subway footlong';
  src: url('../fonts/Subway-Footlong.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Subway six inch';
  src: url('../fonts/Subway-Six-Inch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}