@import url("https://fonts.googleapis.com/css?family=Amatic+SC");

body {
  font-size: 1.5vw;
}

h1,
h2,
h3 {
  font-size: 2em;
}

.title {
  font-size: 3em;
}

.shadowed {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.normal-text {
  font-size: 1.5em;
}

.bigger-text {
  font-size: 2em;
}

.text-dark>a {
  color: #343a40 !important;
}

.waved-bg {
  background: url("../images/waved-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.waved-bg .opacity {
  background: rgba(255, 255, 255, 0.7);
}

.fresher-image-water {
  background: url("../images/water_lemon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 20vw;
}

.for-us {
  background: url("../images/aside-image-coffee.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.for-us .opacity {
  background: rgba(255, 255, 255, 0.5);
}

.we-offer {
  background: url("../images/lemon-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.we-offer .opacity {
  background: #00508c;
  opacity: 0.8;
}

.nav-item a {
  display: block;
  padding: 0.5rem 1rem;
}

header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span.rect {
  width: 1vw;
  height: 1vw;
  background: black;
  -webkit-transform: rotate(45deg) translate(-100%, 0);
  transform: rotate(45deg) translate(-100%, 0);
  position: absolute;
}

span.rect:first-of-type {
  margin-left: -3vw;
}

span.rect:last-of-type {
  margin-left: 3vw;
}

header {
  font-size: 2vw;
}

main.font-amatic {
  font-family: "Amatic SC", cursive;
}

main {
  font-size: 1.5vw;
}

main .fresher-product {
  font-size: 1.5em;
}

main .slider-header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contacts-header {
  height: 20vw;
}

.article .article-text {
  line-height: 1em;
}

.order-link {
  border: 2px dashed black;
  border-radius: 12px;
}

.footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5vw;
}

.footer .footer-heading {
  font-size: 1.2em;
}

.footer .footer-big {
  background: #00508c;
}

.footer .footer-big>*:not(:last-child) {
  border-right: 2px dashed white;
}

.footer .footer-big>* {
  padding-left: 60px;
}

.footer .footer-small {
  background: #063e72;
}

.form .form-control {
  height: unset;
  padding: unset;
}

.form textarea {
  resize: none;
  min-height: 100px !important;
}

.form .contact-submit {
  background: #063e72;
}

.map-container {
  height: 300px;
}

@media screen and (max-width: 767px) {
  main {
    font-size: 3vw;
  }

  body {
    font-size: 2.5vw;
  }

  span.rect {
    width: 10px;
    height: 10px;
  }

  span.rect:first-of-type {
    margin-left: -5vw;
  }

  span.rect:last-of-type {
    margin-left: 5vw;
  }

  .footer {
    font-size: 2vw;
  }

  .footer .footer-big>*:nth-of-type(odd) {
    border-right: 2px dashed white;
  }

  .footer .footer-big>*:nth-of-type(even) {
    border: 0;
  }
}

@media screen and (max-width: 575px) {
  main {
    font-size: 4vw;
  }

  body {
    font-size: 3.5vw;
  }

  .footer {
    font-size: 4vw;
  }

  .footer .footer-big>* {
    border: 0 !important;
  }
}

.main-menu {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.nav-open .navbar {
  position: fixed;
  top: 70px;
  right: 10px;
  z-index: 999999999999;
}

.text-white>a {
  color: #fff !important;
}

.nav-open .main-menu {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.92);
}

.main-menu .nav li a {
  color: #fff;
  font-size: 5vh;
  font-weight: 600;
}

.main-menu .nav li {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}

.nav-open .main-menu .nav li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.main-menu .nav li.delay-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .nav li.delay-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .nav li.delay-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .nav li.delay-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .nav li.delay-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-menu .nav li.delay-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.main-menu .nav li.delay-7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.main-menu .nav li.delay-8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.main-menu .nav li.delay-9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.nav-button {
  position: relative;
  z-index: 1111;
  border: solid 1px #f8f8f8;
  height: 42px;
  display: block;
  width: 50px;
  padding: 12px;
}

.nav-button #nav-icon3 {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-button #nav-icon3 span:nth-child(1) {
  top: 0;
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 7px;
}

.nav-button #nav-icon3 span:nth-child(4) {
  top: 14px;
}

.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/*# sourceMappingURL=stylesheet.css.map */