.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(51, 51, 51, .5);
}

.body {
  font-family: Montserrat, sans-serif;
}

.main-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coffee-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .37)), to(rgba(0, 0, 0, .37))), url('../extra/coffee.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../extra/coffee.jpg');
}

.ice-cream-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .37)), to(rgba(0, 0, 0, .37))), url('../extra/ice-cream.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../extra/ice-cream.jpg');
}

.top-offer-button {
  height: 56px;
  margin-top: 42px;
  margin-right: 10px;
  padding-top: 18px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#799881), to(#4a7555));
  background-image: linear-gradient(180deg, #799881, #4a7555);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.top-offer-button:hover {
  box-shadow: 2px 2px 7px 1px rgba(51, 51, 51, .42);
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5), 1px 1px 0 rgba(0, 0, 0, .3);
}

.small-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5), 1px 1px 0 rgba(0, 0, 0, .3);
}

.text {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5), 1px 1px 0 rgba(0, 0, 0, .3);
}

.like-container {
  margin-left: 40px;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.like-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #799881;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.main-offer-button {
  display: inline-block;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#799881), to(#4a7555));
  background-image: linear-gradient(180deg, #799881, #4a7555);
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.main-offer-button:hover {
  box-shadow: 2px 2px 7px 1px rgba(51, 51, 51, .42);
}

.text-container {
  margin-top: -40px;
  margin-right: 40px;
}

.like-text {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.footer-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222;
}

.copyright-text {
  color: #fff;
  text-align: center;
}

.logo {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.badge-container {
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .5);
  box-shadow: 1px 1px 14px 0 #000;
}

.badge-container-mobile {
  position: relative;
  display: none;
  width: 400px;
  height: 400px;
  margin-bottom: 40px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 #000;
}

.text-container-two {
  margin-left: 40px;
}

.main-columns {
  margin-top: 80px;
}

.bottom-offer-container {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.section {
  background-color: #799881;
}

.bottom-offer-button {
  display: inline-block;
  height: 80px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 90px;
  border-radius: 4px;
  background-image: url('../extra/facebook-icon.png'), -webkit-gradient(linear, left top, left bottom, from(#4e6abe), to(#3b549e));
  background-image: url('../extra/facebook-icon.png'), linear-gradient(180deg, #4e6abe, #3b549e);
  background-position: 8px 8px, 0px 0px;
  background-size: 64px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.bottom-offer-button:hover {
  box-shadow: 2px 2px 7px 1px rgba(51, 51, 51, .42);
}

.thanks-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5), 1px 1px 0 rgba(0, 0, 0, .3);
}

.thanks-container {
  margin-left: 40px;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.thanks-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.thanks-text strong {
  font-weight: 700;
}

.code {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #799881;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.thanks-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.visit-button {
  height: 56px;
  margin-top: 42px;
  margin-right: 10px;
  padding-top: 18px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#799881), to(#4a7555));
  background-image: linear-gradient(180deg, #799881, #4a7555);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.visit-button:hover {
  box-shadow: 2px 2px 7px 1px rgba(51, 51, 51, .42);
}

.bottom-visit-button {
  display: inline-block;
  height: 80px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#be884e), to(#c57723));
  background-image: linear-gradient(180deg, #be884e, #c57723);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.bottom-visit-button:hover {
  box-shadow: 2px 2px 7px 1px rgba(51, 51, 51, .42);
}

.thanks-badge-container {
  position: relative;
  margin-top: 40px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .5);
  box-shadow: 1px 1px 14px 0 #000;
}

.facebook {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .info-popup-block {
    width: 80%;
  }
  .like-container {
    position: static;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-container {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .badge-container {
    display: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  .badge-container-mobile {
    display: block;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    background-color: hsla(0, 0%, 100%, .5);
  }
  .text-container-two {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main-columns {
    margin-top: 40px;
  }
  .thanks-container {
    position: static;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .thanks-badge-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .code {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .info-popup-block {
    width: 95%;
    height: 95%;
    max-height: none;
  }
  .badge-container {
    margin-right: 25px;
    margin-left: 25px;
  }
  .badge-container-mobile {
    margin-right: 25px;
    margin-left: 25px;
  }
  .thanks-badge-container {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media (max-width: 479px) {
  .info-popup-block {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-offer-button {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 20px auto;
    padding-right: 16px;
    padding-bottom: 19px;
    padding-left: 16px;
    float: none;
    font-size: 18px;
  }
  .top-offer-container {
    width: 100%;
    text-align: center;
  }
  .heading {
    font-size: 30px;
    line-height: 36px;
  }
  .small-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .like-title {
    font-size: 30px;
    line-height: 34px;
  }
  .main-offer-button {
    width: auto;
    height: auto;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    text-align: center;
  }
  .logo {
    display: block;
    width: 240px;
    height: 240px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .brand {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .bottom-offer-button {
    display: inline-block;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 78px;
    float: none;
    font-size: 20px;
  }
  .thanks-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .thanks-title {
    font-size: 30px;
    line-height: 34px;
  }
  .visit-button {
    display: block;
    width: 260px;
    height: auto;
    margin: 20px auto;
    padding-right: 12px;
    padding-bottom: 19px;
    padding-left: 64px;
    float: none;
    font-size: 18px;
  }
  .bottom-visit-button {
    display: inline-block;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 78px;
    float: none;
    font-size: 20px;
  }
  .code {
    font-size: 20px;
  }
}

