body {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
}

@media (max-width: 800px) {
  .body {
    overflow-x: hidden;
  }
}

/*bur-menu*/
.burg {
  display: none;
  position: fixed;
  padding: 3%;
  z-index: 2;
}

@media (max-width: 800px) {
  .burg {
    display: flex;
  }
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 800px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*end*/

/*text-style*/

@font-face {
  font-family: Raleway-Heavy;
  src: url(/text-style/raleway/Raleway-ExtraBold.ttf);
}

@font-face {
  font-family: Raleway-Light;
  src: url(/text-style/raleway/Raleway-Light.ttf);
}

@font-face {
  font-family: Raleway-Bold;
  src: url(/text-style/raleway/Raleway-Bold.ttf);
}

@font-face {
  font-family: Pacifico-Regular;
  src: url(/text-style/pacifico/Pacifico-Regular.ttf);
}

@font-face {
  font-family: blog-style;
  src: url(/text-style/Lato/Lato-Bold.ttf);
}

@font-face {
  font-family: hotter-style;
  src: url(/text-style/Lato/Lato-Light.ttf);
}

/*block_mine*/

.block-menu {
  position: fixed;
  background-color: #ffffff86;
  width: 100%;
  height: 20%;
  z-index: 9;
  display: none;
}

@media (min-width: 800px) {
  .block-menu {
    display: block;
  }
}

.Fresh-Life-block {
  background-image: url(/img/fresh-life/strowbary.png);
  background-size: 60%;
  position: relative;
  background-position-y: bottom;
  background-position-x: right;
  background-repeat: no-repeat;
  background-color: #f9f8fb;
}

.menu {
  display: flex;
  position: fixed;
  padding-left: 40%;
  background-image: none;
  border: none;
  padding-top: 5%;
  flex-wrap: wrap;
  z-index: 9;
  padding-top: 5%;
}

@media (max-width: 800px) {
  .menu {
    display: none;
  }
}

.button-menu {
  color: black;
  border: none;
  background-color: #f9f8fb00;
  outline: none;
  font-family: Raleway-Bold;
}

.button-menu:hover {
  text-decoration: overline 3px #ff6033;
  background-color: none;
}

.Cahhe {
  position: fixed;
  font-size: 50px;
  color: black;
  background-image: none;
  left: 15%;
  z-index: 9;
  top: 6%;
  font-family: Pacifico-Regular;
}

@media (max-width: 800px) {
  .Cahhe {
    position: relative;
  }
}

.Fresh-Life {
  font-size: 60px;
  color: black;
  position: relative;
  padding-top: 15%;
  margin-left: 12%;
  background-image: none;
  font-family: Raleway-Heavy;
}

.Fresh-text {
  font-size: 16px;
  color: black;
  margin-left: 12%;
  margin-top: 1%;
  background-image: none;
  font-family: Raleway-Light;
  font-size: 17px;
}

.get-free-now {
  width: 200px;
  height: 55px;
  background-color: #ff6033;
  color: #ffffff;
  border: none;
  margin-left: 12%;
  margin-top: 2%;
  margin-bottom: 10%;
  font-family: Raleway-Light;
  font-size: 20px;
}

.get-free-now:hover {
  box-shadow: 0px 4px 10px #00000080;
}
/*block_"About_Us"*/

.block-about-us {
  background-color: #00b7b7;
  display: flex;
}

.block-ing-about {
  width: 30%;
  padding: 2%;
}

@media (max-width: 800px) {
  .block-ing-about {
    padding-top: 20%;
    width: 10%;
    display: none;
  }
}

.box-text-about {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 23%;
  padding-top: 10%;
  padding-bottom: 10%;
}

@media (max-width: 800px) {
  .box-text-about {
    width: 40%;
  }
}

.text-about-us {
  font-size: 17px;
  color: #ffffff;
  position: relative;
  font-family: Raleway-Light;
  letter-spacing: 0px;
}

@media (max-width: 800px) {
  .text-about-us {
    font-size: 12px;
  }
}

.About-us {
  font-size: 90px;
  color: #ffffff;
  position: relative;
  font-family: Raleway-Bold;
}

@media (max-width: 800px) {
  .About-us {
    font-size: 40px;
  }
}

/*block_"our_servisec"*/

.our-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 15%;
  padding-top: 10%;
  padding-bottom: 20%;
}

@media (max-width: 800px) {
  .our-menu {
    padding-top: 30%;
    padding-left: 3%;
    padding-bottom: 30%;
    width: 85%;
  }
}

.our-text {
  font-size: 60px;
  color: #ffffff;
  margin-top: -40%;
  margin-left: 80%;
  z-index: 2;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .our-text {
    margin-left: 0%;
    font-size: 45px;
    margin-top: -80%;
    padding-bottom: 40%;
    width: 50%;
  }
}

.our-block {
  background-color: #70bfff;
  height: 160%;
}

.our-button {
  background-color: #ffffff;
  width: 62%;
  border: none;
}

.button-distation {
  padding-bottom: 2%;
  width: 100%;
}

@media (max-width: 800px) {
  .button-distation {
    width: 100%;
  }
}

.our-button:hover {
  box-shadow: 0px 4px 10px #00000080;
}

.tomato {
  position: relative;
  left: 90%;
  width: 50%;
  margin-top: -60%;
  z-index: 1;
}

@media (max-width: 800px) {
  .tomato {
    display: none;
  }
}

.icon {
  width: 70%;
}

/*block_gallery*/

.Gallery-block {
  background-color: #ffe92f;
}

.Gallery {
  font-size: 76px;
  padding-left: 40%;
  padding-top: 5%;
  font-family: Raleway-Bold;
}

@media (max-width: 800px) {
  .Gallery {
    margin-left: -15%;
    font-size: 64px;
  }
}

.gallery-text {
  text-align: center;
  padding-top: 1%;
  font-family: Raleway-Light;
}

@media (max-width: 800px) {
  .gallery-text {
    padding: 5%;
  }
}

.gallery-img-1 {
  width: 160%;
}

@media (max-width: 800px) {
  .gallery-img-1 {
    width: 248%;
    margin-left: -5%;
  }
}

.gallery-img-2 {
  padding-bottom: 1.3%;
}

@media (max-width: 800px) {
  .gallery-img-2 {
    width: 94%;
  }
}

.gallery-box-1 {
  width: 42.5%;
  float: left;
  padding-left: 7.5%;
}

.gallery-box-2 {
  display: block;
  text-align: right;
  padding-right: 7.5%;
}
.gallery-box-3 {
  padding-top: 1.3%;
  padding-left: 7.5%;
  padding-bottom: 3%;
}

.gallery-img-5 {
  width: 45%;
}

.gallery-img-4 {
  padding-right: 1.7%;
  width: 46.6%;
}

@media (max-width: 800px) {
  .gallery-img-3 {
    width: 93%;
  }
}

.gallery-view {
  background-color: #5585a2;
  margin-left: 45%;
  margin-bottom: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
  color: #ffffff;
  border: none;
}

@media (max-width: 800px) {
  .gallery-view {
    margin-left: 40%;
  }
}

.gallery-view:hover {
  box-shadow: 0px 4px 10px #00000080;
}

/*block_"sibscribe*/

.Subscribe {
  position: relative;
  background-repeat: no-repeat;
  z-index: 2;
}

.back-sub {
  z-index: 1;
  width: 35%;
  position: absolute;
  padding-left: 62%;
  padding-top: 7.5%;
}

.sub-button {
  padding: 1%;
  background-color: #96b92c;
  color: #ffffff;
  border: none;
  font-family: Raleway-lite;
}

.sub-button:hover {
  box-shadow: 0px 4px 10px #00000080;
}

.sub-txt {
  font-size: 46px;
  margin-left: 15%;
  padding-top: 5%;
  color: rgb(39, 39, 39);
  font-family: Raleway-Bold;
}

@media (max-width: 800px) {
  .sub-txt {
    font-size: 28px;
  }
}

.sub-input {
  margin-bottom: 15%;
  margin-left: 15%;
  background-color: rgb(39, 39, 39);
  border: none;
  width: 40%;
  color: #ffffff;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-right: 1%;
}

.sub-pod-txt {
  font-size: 18px;
  margin-left: 15%;
  font-family: Raleway-Light;
}

@media (max-width: 800px) {
  .sub-pod-txt {
    font-size: 12px;
    padding-right: 2rem;
  }
}

/*block_"blog"*/

.backgound-blog {
  background-color: #ae7fda;
  width: 100%;
}

.blog {
  color: #ffffff;
  font-size: 92px;
  font-family: blog-style;
  text-align: center;
  margin-top: -1%;
  padding: 4%;
}

@media (max-width: 800px) {
  .blog {
    font-size: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.hotter {
  color: #ffffff;
  text-align: center;
  font-family: hotter-style;
  font-size: 18px;
  margin-top: -5%;
}

.card1 {
  width: 230px;
}

.card {
  display: block;
  width: 55%;
  margin-left: 25%;
  margin-top: 3%;
  background-color: #00000000;
  border: none;
}

@media (max-width: 800px) {
  .card {
    width: 30px;
    display: block;
    padding-left: -50%;
  }
}

.card-img:hover {
  margin-right: 1.2%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 800px) {
  .card1 {
    width: 235px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: -20%;
  }
}

.view-more {
  width: 10%;
  text-align: center;
  margin-left: 45%;
  margin-top: 2%;
  background-color: #ce3131;
  border: 0;
  padding: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #ffffff;
  height: 10%;
  margin-bottom: 5%;
}

@media (max-width: 800px) {
  .view-more {
    width: 25%;
    margin-left: 10rem;
  }
}

.view-more:hover {
  box-shadow: 0px 4px 10px #00000080;
  color: black;
}

.text-button {
  margin-top: 10%;
  font-family: hotter-style;
  justify-content: center;
  align-items: center;
}

/*fotter*/

.footer-block {
  background-image: url(/img/form-contact/fon.png);
  background-size: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .footer-block {
    background-size: 200%;
  }
}

.contact {
  text-align: center;
  font-size: 90px;
  position: relative;
  top: 30px;
  z-index: 1;
  font-family: blog-style;
}

@media (max-width: 800px) {
  .contact {
    font-size: 60px;
  }
}

.pod-contact {
  position: relative;
  font-size: 17px;
  text-align: center;
  top: 40px;
  z-index: 1;
  font-family: hotter-style;
}

.input-fotter {
  padding: 1%;
  border: none;
  background-color: #00c4c4;
  opacity: 0.5;
  color: #ffffff;
  margin-bottom: 1%;
  margin-left: 10%;
  width: 30%;
  z-index: 1;
}

.input-fotter:hover {
  opacity: 1.5;
}

.input-fotter-4:hover {
  opacity: 1.5;
}

.input-fotter-1:hover {
  opacity: 1.5;
}

.input-fotter-4 {
  padding: 1%;
  border: none;
  background-color: #00c4c4;
  opacity: 0.7;
  color: #ffffff;
  margin-bottom: 1%;
  margin-left: 10%;
  width: 30%;
  padding-bottom: 10%;
  z-index: 1;
}

.input-fotter-1 {
  padding: 1%;
  border: none;
  background-color: #00c4c4;
  opacity: 0.7;
  color: #ffffff;
  margin-bottom: 1%;
  margin-left: 10%;
  width: 30%;
  margin-top: 6%;
  z-index: 1;
}

@media (max-width: 800px) {
  .input-fotter-1 {
    margin-top: 15%;
  }
}

.contact-firm {
  position: absolute;
  left: 57%;
  top: 50%;
  z-index: 2;
  font-family: hotter-style;
}

@media (max-width: 800px) {
  .contact-firm {
    left: 45%;
  }
}

footer {
  background-color: #262626;
}

.Love {
  color: #e22a51;
}

.cahee-fotter {
  color: #b9b9b9;
  text-align: center;
  margin-top: -2.5%;
  margin-bottom: -2%;
  font-family: Pacifico-Regular;
  font-size: 30px;
}

.copirate {
  color: #b9b9b9;
  margin-left: 5%;
  padding-top: 2.5%;
  font-family: hotter-style;
}

.made {
  color: #b9b9b9;
  text-align: right;
  padding-right: 5%;
  margin-top: -0.5%;
  padding-bottom: 1.5%;
  font-size: 18px;
  font-family: hotter-style;
}
