/*******************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #ff2b58;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #262626;
  line-height: 25px;
}

img {
  display: block;
  border-style: none;
}

.container {
  max-width: 1140px;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1530px) {
  .container {
    width: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 1000px;
  }
}
@media only screen and (max-width: 1030px) {
  .container {
    width: 970px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  background: url(../image/01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1100px;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 820px) {
  .header__wrapper {
    width: 760px;
    padding: 0px;
  }
}
.header__logo {
  max-height: 120px;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.header__logo:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 820px) {
  .header__logo {
    width: 760px;
    display: none;
  }
}

.menu {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  .menu {
    width: 760px;
  }
}
.menu__item {
  list-style: none;
}
.menu__link {
  display: inline-block;
  border-top: 3px solid transparent;
  padding-top: 5px;
  margin-right: 20px;
  transition: all 0.4s ease-in;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.menu__link:hover {
  border-color: #ff6033;
  opacity: 0.6;
}

.hero {
  padding: 0px 0 0px;
  margin-top: -55px;
}

.fresh {
  position: absolute;
  top: 40%;
  max-width: 370px;
  padding-top: 100px;
}
.fresh__title {
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 900;
}
.fresh__text {
  font-weight: 500;
  font-size: 17px;
  margin-top: 10px;
  line-height: 1.5;
  margin: 0 auto 50px auto;
}

.btn_1 {
  border: 1px solid #e7b3b7;
  background-color: white;
  color: black;
  padding: 14px 37px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 5px 10px 1px #484845;
}
.btn_1.warning_1 {
  background: #ff754e;
  color: white;
}
.btn_1.warning_1:hover {
  background: #fff;
  border-color: #ff754e;
  color: #ff754e;
}

#about {
  background-color: #00b1b1;
}

.scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#about__block {
  background-color: #00b1b1;
}

main {
  display: block;
}

.about {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 75px 0;
}
.about .about__pic {
  flex-basis: 50%;
  margin: 0 auto;
}
.about__img {
  max-width: 100%;
}
@media only screen and (max-width: 820px) {
  .about__img {
    width: 760px;
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .about__img {
    width: 409px;
    display: none;
  }
}
.about__text {
  flex-basis: 50%;
  padding: 85px 0 160px 85px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 820px) {
  .about__text {
    width: 760px;
    padding: 0px 20px 0px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .about__text {
    width: 380px;
    padding: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 375px) {
  .about__text {
    width: 300px;
  }
}
.about__title {
  font-size: 70px;
  font-weight: bold;
}
@media only screen and (max-width: 820px) {
  .about__title {
    width: 760px;
    padding: 0px 5px 10px;
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .about__title {
    width: 409px;
    padding: 0px 5px 10px;
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .about__title {
    margin-left: -50px;
  }
}
.about__parag {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.5;
}

.services__block {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #70BFFF;
}

.services {
  max-width: 1200px;
  min-width: 1000px;
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.services__menu {
  list-style: none;
  margin-top: 80px;
  margin-left: 100px;
  height: 478px;
  width: 400px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: auto;
}
@media only screen and (max-width: 1030px) {
  .services__menu {
    width: 970px;
    padding: 0px 280px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .services__menu {
    width: 910px;
    padding: 0px 200px 0px;
  }
}
@media only screen and (max-width: 820px) {
  .services__menu {
    width: 760px;
    padding: 0px 50px 0px;
  }
}
@media only screen and (max-width: 479px) {
  .services__menu {
    width: 250px;
    padding: 0px 95px 0px;
    margin-left: -85px;
  }
}
@media only screen and (max-width: 375px) {
  .services__menu {
    width: 250px;
    padding: 0px 95px 0px;
    margin-left: -80px;
  }
}
.services__menu li {
  margin-bottom: 20px;
}
.services__menu li:last-child {
  margin-bottom: 0;
}
.services__item {
  background: url("../image/04.png") right center no-repeat;
  line-height: 600px;
  min-height: 600px;
  background-size: auto 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .services__item {
    width: 1000px;
    display: none;
  }
}

.category {
  text-decoration: none;
  width: 400px;
  height: 100px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
@media only screen and (max-width: 479px) {
  .category {
    width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .category {
    width: 300px;
  }
}
.category:hover {
  -webkit-box-shadow: 4px 4px 10px 0 #262626;
  box-shadow: 4px 4px 10px 0 #262626;
}
.category:after {
  position: absolute;
  content: "";
  background: #9d9d9d;
  height: 100px;
  width: 1px;
  top: 0;
  left: 300px;
}
@media only screen and (max-width: 479px) {
  .category:after {
    left: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .category:after {
    left: 200px;
  }
}
.category__link {
  width: calc(100% - 100px);
  background: transparent;
  text-align: center;
  color: #262626;
}
.category__icon {
  width: 100px;
  text-align: center;
  width: 25%;
  text-align: center;
  align-self: center;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.category__icon:hover {
  transform: scale(1.2);
}

.icon__shopping {
  width: 46.7px;
  height: 42.8px;
  fill: #262626;
}
.icon__product {
  width: 53.7px;
  height: 47.6px;
  fill: #262626;
}
.icon__delivery {
  width: 53px;
  height: 53.2px;
  fill: #262626;
}
.icon__organized {
  width: 54.1px;
  height: 54.1px;
  fill: #262626;
}

.h2__white {
  color: #fff;
  font-size: 100px;
}

.gallery {
  background-color: #ffe92f;
  padding: 100px 5px 115px 5px;
  text-align: center;
}

.block-header__title {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  .block-header__title {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 375px) {
  .block-header__title {
    margin-left: -40px;
  }
}

.gallery__images {
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 40px;
  display: grid;
  grid-template-rows: repeat(7, 108px);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 479px) {
  .gallery__images {
    grid-gap: 10px;
    grid-template-rows: repeat(7, 58px);
  }
}
@media only screen and (max-width: 375px) {
  .gallery__images {
    grid-gap: 10px;
  }
}

.gallery__image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.gallery__image-wrap--one {
  grid-column: 1/9;
  grid-row: 1/5;
}
.gallery__image-wrap--two {
  grid-column: 9/13;
  grid-row: 3/5;
}
.gallery__image-wrap--three {
  grid-column: 9/13;
  grid-row: 1/3;
}
.gallery__image-wrap--four {
  grid-column: 1/7;
  grid-row: 5/8;
}
.gallery__image-wrap--five {
  grid-column: 7/13;
  grid-row: 5/8;
}

.gallery__image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery__images-wrap--two {
  margin-bottom: 20px;
}

.btn_box--gallery {
  margin-top: 60px;
}

.btn_1 {
  border: 1px solid #e7b3b7;
  background-color: white;
  color: black;
  padding: 14px 37px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 5px 10px 1px #484845;
  cursor: pointer;
  box-shadow: 0 5px 10px 1px #484845;
  margin-top: 50px;
}
.btn_1.warning_2 {
  background: #5585A2;
  color: white;
}
.btn_1.warning_2:hover {
  background: #ffff;
  border-color: #5585A2;
  color: #5585A2;
}

.subscribe {
  width: 100%;
  background-color: #fff;
  background-image: url(../image/10.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 70% 50%;
  min-height: 500px;
}
@media only screen and (max-width: 479px) {
  .subscribe {
    min-height: 550px;
  }
}
@media only screen and (max-width: 375px) {
  .subscribe {
    min-height: 570px;
  }
}
.subscribe__wrapper {
  padding-top: 100px;
}
.subscribe__h3 {
  font-size: 40px;
  font-weight: 900;
}
.subscribe__text {
  align-self: start;
  width: 45%;
  font-size: 17px;
  font-weight: 300;
  max-width: 545px;
  margin: 20px 0;
  text-shadow: 2px 2px #fff;
  line-height: 1.5;
}
.subscribe_email {
  width: 50%;
  padding: 20px 15px;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  .subscribe_email {
    margin: 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .subscribe_email {
    width: 250px;
  }
}

.btn_1 {
  border: 1px solid #e7b3b7;
  background-color: white;
  color: black;
  padding: 14px 37px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 5px 10px 1px #484845;
  cursor: pointer;
  box-shadow: 0 5px 10px 1px #484845;
}
.btn_1.warning_3 {
  background: #96b92c;
  color: white;
}
.btn_1.warning_3:hover {
  background: #ffff;
  border-color: #96b92c;
  color: #96b92c;
}
@media only screen and (max-width: 479px) {
  .btn_1.warning_3 {
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .btn_1.warning_3 {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.blog {
  text-align: center;
  padding: 100px 0;
  background-color: #b07cf7;
  font-family: "Raleway", sans-serif;
}

h2 {
  margin: 0;
  padding: 0;
}

.block-header--white {
  color: #fff;
}
.block-header__title {
  font-size: 80px;
  font-weight: bold;
}
@media only screen and (max-width: 820px) {
  .block-header__title {
    width: 675px;
  }
}
@media only screen and (max-width: 479px) {
  .block-header__title {
    width: 400px;
  }
}
.block-header__text {
  font-size: 20px;
  max-width: 630px;
  margin: 0 auto 50px auto;
  margin-top: 30px;
  line-height: 1.5;
}

.blog__items {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog__items .blog__item {
  height: 320px;
  width: 30%;
  min-width: 230px;
  min-height: 230px;
  color: #fff;
}
@media only screen and (max-width: 820px) {
  .blog__items .blog__item {
    width: 760px;
    padding: 20px 220px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .blog__items .blog__item {
    width: 409px;
    padding: 20px 50px 20px;
  }
}
.blog__items .blog__wrap-pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
.blog__items .blog__pic {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog__wrap-main {
  position: relative;
  z-index: 3;
  top: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 40px 10px 20px 15px;
}
.blog__wrap-main .blog__data {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  width: 60px;
  height: 60px;
  line-height: 1;
  padding: 8px;
  border-radius: 2px;
  background-color: rgba(38, 38, 38, 0.5);
}
.blog__wrap-main .number-heavy {
  font-size: 30px;
  font-weight: 600;
  line-height: 0.6;
}

.blog__wrap-subtitle {
  text-align: left;
  overflow: hidden;
}
.blog__wrap-subtitle .blog__subtitle {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  cursor: pointer;
  transition: all 0.4s ease-in;
  color: #fff;
}
.blog__wrap-subtitle .blog__subtitle:hover {
  opacity: 0.6;
}
.blog__wrap-subtitle .blog__address {
  margin-top: 25px;
  color: #eaebe9;
  padding-right: 45px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 1.3em;
  text-align: left;
}

.sections-content {
  margin-top: 50px;
}
.sections-content .btn_1 {
  border: 1px solid #e7b3b7;
  background-color: white;
  color: black;
  padding: 14px 37px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 5px 10px 1px #484845;
}
.sections-content .btn_1.warning_4 {
  background: #f72b3b;
  color: white;
}
.sections-content .btn_1.warning_4:hover {
  background: #ffff;
  border-color: #f72b3b;
  color: #f72b3b;
}

.contact {
  text-align: center;
  background: url(../image/14.png) center no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 100px 0;
}

.block-header__text--xs {
  width: 500px;
}
@media only screen and (max-width: 820px) {
  .block-header__text--xs {
    width: 675px;
  }
}
@media only screen and (max-width: 479px) {
  .block-header__text--xs {
    width: 380px;
  }
}
@media only screen and (max-width: 375px) {
  .block-header__text--xs {
    margin-left: -25px;
  }
}

.contact__main {
  display: flex;
  flex-wrap: wrap;
}
.contact__main__form {
  width: 50%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.contact__list {
  width: 50%;
  min-width: 130px;
  text-align: left;
  padding: 0 15px 0 8%;
  font-size: 25px;
  line-height: 1.5;
}
.contact__list .contact__term {
  font-weight: bold;
}
@media only screen and (max-width: 820px) {
  .contact__list {
    width: 675px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .contact__list {
    width: 409px;
    padding-left: 20px;
    font-size: 20px;
  }
}

.contact__form {
  width: 50%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.contact__form .contact__input {
  outline: none;
  border: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  background-color: rgba(0, 196, 196, 0.5);
  margin-bottom: 20px;
  padding: 20px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 820px) {
  .contact__form .contact__input {
    width: 675px;
  }
}
@media only screen and (max-width: 479px) {
  .contact__form .contact__input {
    width: 330px;
  }
}
@media only screen and (max-width: 375px) {
  .contact__form .contact__input {
    width: 295px;
  }
}
.contact__form .contact__input:hover {
  border-left: 4px solid #355b82;
  background-color: #00c4c4;
}
.contact__form .contact__input__area {
  height: 250px;
}
.contact__form .contact__input__info {
  width: 50%;
  min-width: 130px;
  text-align: left;
  padding: 0 15px 0 8%;
  font-size: 20px;
  line-height: 1.1;
}

.contact__info {
  width: 50%;
  min-width: 130px;
  text-align: left;
  padding: 0 15px 0 8%;
  font-size: 20px;
  line-height: 1.1;
}
.contact__info .contact__adr-title {
  padding: 0;
  margin: 0;
}

.registerbtn {
  background-color: #f12b56;
  color: #ffff;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 200px;
  opacity: 0.9;
}
.registerbtn:hover {
  opacity: 1;
}

footer {
  background-color: #262626;
  padding: 30px 0;
}

@media only screen and (max-width: 479px) {
  .footer__resev {
    width: 409px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .made {
    width: 409px;
    padding-left: 20px;
  }
}

.footer {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer__img {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 479px) {
  .footer__img {
    width: 100%;
  }
}
.footer__img:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.footer .made p {
  margin: 0 auto 0px auto;
}
.footer .red {
  color: #ff2b58;
}