/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Pacifico regular";
  src: url(../fonts/Pacifico-Regular.ttf);
}

@font-face {
  font-family: "Raleway regular";
  src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: "Raleway bold";
  src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
  font-family: "Raleway heavy";
  src: url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face {
  font-family: "Raleway light";
  src: url(../fonts/Raleway-Light.ttf);
}

.title {
  font-size: calc(50px + 31 * (100vw / 1170));
}

.container {
  padding: 0 calc(50vw - 585px);
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 calc(50vw - 490px);
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding: 0 calc(50vw - 370px);
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 calc(50vw - 270px);
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0 calc(50vw - 150px);
  }
}

.main-section {
  width: 100%;
  height: 135vh;
  position: relative;
  background: url(../img/bg_img.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow-x: hidden;
}

.main-section .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}

.main-section .header__logo {
  font-family: "Pacifico regular", sans-serif;
  font-size: 50px;
  line-height: 25px;
}

@media screen and (max-width: 576px) {
  .main-section .header {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .main-section {
    height: 100vh;
  }
}

.nav {
  font-family: "Raleway bold", sans-serif;
  font-size: 16px;
  line-height: 25px;
  width: 570px;
  color: #000;
}

.nav__burger {
  display: none;
}

.nav__burger-img {
  width: 35px;
  height: 3px;
  position: absolute;
  top: 65px;
  right: 65px;
  background-color: #000;
  display: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  border-radius: 3px;
}

.nav__burger-img:before, .nav__burger-img:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 35px;
  height: 3px;
  background-color: #000;
  display: inline-block;
  border-radius: 3px;
}

.nav__burger-img:after {
  top: 10px;
}

@media screen and (max-width: 992px) {
  .nav__burger-img {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .nav__burger-img {
    top: 45px;
    right: 30px;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: -55%;
    top: 0;
    width: 50%;
    background-color: #262626;
    -webkit-transition: right 0.4s ease-out;
    transition: right 0.4s ease-out;
    padding: 80px 0 40px 0;
    border-bottom-left-radius: 4px;
  }
}

.nav__item {
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
}

.nav__item:hover {
  border-top: 3px solid #ff6033;
  padding-top: 2px;
}

.nav__item a {
  display: inline-block;
  width: 100%;
  height: 42px;
}

@media screen and (max-width: 992px) {
  .nav__item {
    line-height: 2.3;
    color: #fff;
    padding-left: 20px;
  }
  .nav__item:hover {
    border-top: none;
    padding-top: 5px;
  }
  .nav__item a {
    padding-left: 20%;
    color: #b9b9b9;
  }
  .nav__item:hover a {
    color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .nav__burger:checked ~ .nav__list {
    right: 0;
    top: 0;
    z-index: 2;
  }
  .nav__burger:checked + .nav__burger-img {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    z-index: 3;
    background-color: #b9b9b9;
  }
  .nav__burger:checked + .nav__burger-img:before {
    background-color: #b9b9b9;
    -webkit-transform: rotateZ(-90deg) translateX(-10px);
            transform: rotateZ(-90deg) translateX(-10px);
  }
  .nav__burger:checked + .nav__burger-img:after {
    display: none;
  }
}

.article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .article-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 35%;
}

.article__title {
  font-family: "Raleway heavy", sans-serif;
  font-size: 60px;
  margin-bottom: 30px;
}

.article__subtitle {
  font-family: "Raleway regular", sans-serif;
  font-size: 17px;
  line-height: 1.3;
  max-width: 370px;
  margin-bottom: 30px;
}

.article__btn {
  background-color: #ff6033;
  width: 200px;
  color: #fff;
  font-family: "Raleway light", sans-serif;
  font-size: 20px;
  line-height: 25px;
  border-style: none;
  width: 200px;
  height: 55px;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: 1px 1px 7px 1px #6d6868;
          box-shadow: 1px 1px 7px 1px #6d6868;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article__btn:active {
  -webkit-box-shadow: 2px 2px 7px 1px #686769 inset;
          box-shadow: 2px 2px 7px 1px #686769 inset;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.scroll-img {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 5%;
}

@media screen and (max-width: 768px) {
  .scroll-img {
    display: none;
  }
}

.about {
  background-color: #00bdbd;
  background-image: url(../img/img1.png);
  background-position: 20% 50%;
  background-repeat: no-repeat;
  padding-top: 15%;
  padding-bottom: 15%;
}

.about__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__title {
  font-family: "Raleway bold", sans-serif;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .about__title {
    text-align: center;
  }
}

.about__text {
  font-family: "Raleway regular", sans-serif;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  max-width: 490px;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .about {
    background-image: none;
  }
}

.our-service {
  width: 100%;
  background-color: #70bfff;
  background-image: url(../img/tomato_img.png);
  background-repeat: no-repeat;
  background-position: 83% 50%;
  background-size: contain;
  padding-top: 5%;
  padding-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .our-service {
    background-size: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.our-service__title {
  font-family: "Raleway bold", sans-serif;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .our-service {
    background-color: #70bfff;
    background-image: url(../img/tomato_img.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70%;
  }
}

.services {
  width: 50%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10% 8% 8% 8%;
}

.services__item {
  max-width: 390px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 11px 2px #4c4b4b;
          box-shadow: 0 4px 11px 2px #4c4b4b;
  margin: 18px;
}

@media screen and (max-width: 992px) {
  .services__item {
    width: 100%;
    margin: 0 auto 18px auto;
  }
}

.services__text {
  font-family: "Raleway bold", sans-serif;
  font-size: 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 576px) {
  .services__text {
    font-size: 12px;
  }
}

.services__icon {
  width: 27%;
  padding: 25px;
  border-left: 2px solid #9d9d9d;
}

@media screen and (max-width: 567px) {
  .services__icon {
    padding: 10px;
    width: 22%;
    text-align: center;
  }
}

@media screen and (max-width: 567px) {
  .services__icon img {
    width: 30px;
  }
}

@media screen and (max-width: 992px) {
  .services {
    width: 100%;
  }
}

.gallery {
  background-color: #ffe92f;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery__title {
  margin-top: 10%;
  text-align: center;
  font-family: "Raleway bold", sans-serif;
  color: #262626;
}

.gallery__subtitle {
  font-family: "Raleway light", sans-serif;
  font-size: 17px;
  color: #262626;
  text-align: center;
  width: 50%;
  margin: 0 auto 55px auto;
}

@media screen and (max-width: 768px) {
  .gallery__subtitle {
    width: 100%;
  }
}

.gallery .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2%;
}

.gallery .row:nth-child(2) > .block-img {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media screen and (max-width: 768px) {
  .gallery .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.gallery .btn {
  background-color: #5585a2;
  width: 200px;
  color: #fff;
  font-family: "Raleway light", sans-serif;
  font-size: 20px;
  line-height: 25px;
  border-style: none;
  width: 200px;
  height: 55px;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: 1px 1px 7px 1px #6d6868;
          box-shadow: 1px 1px 7px 1px #6d6868;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 50px auto 0 auto;
}

.gallery .btn:active {
  -webkit-box-shadow: 2px 2px 7px 1px #686769 inset;
          box-shadow: 2px 2px 7px 1px #686769 inset;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.big-img {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}

.block-img img {
  max-width: 100%;
  -webkit-box-shadow: 1px 1px 7px 1px #6d6868;
          box-shadow: 1px 1px 7px 1px #6d6868;
}

@media screen and (max-width: 768px) {
  .block-img img {
    width: 600px;
    margin-bottom: 5%;
  }
}

.img-wrapper {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .img-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.subscribe {
  background: url(../img/cranberry_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 7%;
  padding-bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe__title {
  font-family: "Raleway bold", sans-serif;
  font-size: 40px;
  color: #262626;
}

@media screen and (max-width: 768px) {
  .subscribe__title {
    text-align: center;
  }
}

.subscribe__subtitle {
  font-family: "Raleway light", sans-serif;
  font-size: 17px;
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .subscribe__subtitle {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
}

.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .subscribe__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.subscribe__form input[type="email"] {
  max-width: 570px;
  width: 48%;
  padding: 16px;
  margin-right: 3%;
}

@media screen and (max-width: 768px) {
  .subscribe__form input[type="email"] {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.subscribe__form input[type="email"]::-webkit-input-placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 15px;
  color: #a1a1a1;
}

.subscribe__form input[type="email"]:-ms-input-placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 15px;
  color: #a1a1a1;
}

.subscribe__form input[type="email"]::-ms-input-placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 15px;
  color: #a1a1a1;
}

.subscribe__form input[type="email"]::placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 15px;
  color: #a1a1a1;
}

.subscribe__form input[type="submit"] {
  background-color: #96b92c;
  width: 170px;
  color: #fff;
  font-family: "Raleway light", sans-serif;
  font-size: 20px;
  line-height: 25px;
  border-style: none;
  width: 200px;
  height: 55px;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: 1px 1px 7px 1px #6d6868;
          box-shadow: 1px 1px 7px 1px #6d6868;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subscribe__form input[type="submit"]:active {
  -webkit-box-shadow: 2px 2px 7px 1px #686769 inset;
          box-shadow: 2px 2px 7px 1px #686769 inset;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (max-width: 768px) {
  .subscribe {
    background-image: none;
  }
}

.blog {
  background-color: #b07cf7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0 6% 0;
}

.blog__title {
  font-family: "Raleway bold", sans-serif;
  text-align: center;
  max-width: 200px;
  color: #fff;
}

.blog__descr {
  font-family: "Raleway light", sans-serif;
  font-size: 17px;
  width: 37%;
  max-width: 560px;
  text-align: center;
  color: #f4eefe;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .blog__descr {
    width: 85%;
  }
}

.blog__container {
  width: 80%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 567px) {
  .blog__container {
    width: 90%;
  }
}

.blog__btn {
  background-color: #f72b3b;
  width: 195px;
  color: #fff;
  font-family: "Raleway light", sans-serif;
  font-size: 20px;
  line-height: 25px;
  border-style: none;
  width: 200px;
  height: 55px;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: 1px 1px 7px 1px #6d6868;
          box-shadow: 1px 1px 7px 1px #6d6868;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 48px;
}

.blog__btn:active {
  -webkit-box-shadow: 2px 2px 7px 1px #686769 inset;
          box-shadow: 2px 2px 7px 1px #686769 inset;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 31.7%;
  height: 100%;
  padding: 18% 20px 20px 20px;
  background-size: cover;
  position: relative;
  -webkit-transition: opacity 1s, -webkit-transform 1s, -webkit-box-shadow 1s;
  transition: opacity 1s, -webkit-transform 1s, -webkit-box-shadow 1s;
  transition: transform 1s, opacity 1s, box-shadow 1s;
  transition: transform 1s, opacity 1s, box-shadow 1s, -webkit-transform 1s, -webkit-box-shadow 1s;
  -webkit-box-shadow: 1px 1px 7px 1px #6d6868;
          box-shadow: 1px 1px 7px 1px #6d6868;
}

.section:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0.8;
  -webkit-box-shadow: 2px 2px 15px 5px #6d6868;
          box-shadow: 2px 2px 15px 5px #6d6868;
}

.section_smoothies {
  background-image: url(../img/smoothies.png);
}

.section_growing_food {
  background-image: url(../img/grorwing_food.png);
}

.section_pesticides {
  background-image: url(../img/pesticides.png);
}

.section_title {
  font-family: "Raleway bold", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.section_author_title {
  font-family: "Raleway light", sans-serif;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section {
    width: 100%;
    padding: 40% 20px 20px 20px;
    margin-bottom: 20px;
  }
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 5px;
  background-color: rgba(83, 89, 89, 0.7);
  font-family: "Raleway heavy", sans-serif;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
}

.day {
  font-family: "Raleway bold", sans-serif;
  font-size: 32px;
}

.contact {
  background-image: url(../img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10%;
  padding-top: 6%;
  padding-bottom: 8%;
}

.contact__article {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__header {
  width: 100%;
  color: #262626;
}

.contact__title {
  font-family: "Raleway bold", sans-serif;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.contact__subtitle {
  font-family: "Raleway light", sans-serif;
  font-size: 17px;
  text-align: center;
  margin: auto;
  width: 32%;
  margin-bottom: 4%;
}

@media screen and (max-width: 768px) {
  .contact__subtitle {
    width: 100%;
  }
}

.contact__main {
  width: 100%;
  height: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__form {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__form input,
.contact__form textarea {
  font-family: "Raleway bold", sans-serif;
  font-size: 16px;
  color: #fff;
  width: 86%;
  max-width: 500px;
  border: none;
  outline: none;
  background-color: rgba(0, 196, 196, 0.4);
  padding: 2%;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.4s, border-left 0.4s;
  transition: background-color 0.4s, border-left 0.4s;
}

@media screen and (max-width: 768px) {
  .contact__form input,
  .contact__form textarea {
    width: 100%;
  }
}

.contact__form input {
  height: 50px;
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 16px;
  color: #fff;
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 16px;
  color: #fff;
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 16px;
  color: #fff;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  font-family: "Raleway light", sans-serif;
  font-size: 16px;
  color: #fff;
}

.contact__form input:focus,
.contact__form textarea:focus {
  border-left: 5px solid #355b82;
  background-color: #00c4c4;
}

@media screen and (max-width: 768px) {
  .contact__form {
    width: 100%;
  }
}

.contact__contacts {
  width: 43%;
  color: #262626;
}

.contact__contacts .contacts__title {
  font-family: "Raleway bold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.contact__contacts .contacts__title + p {
  font-family: "Raleway light", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contact__contacts {
    color: #000;
    width: 100%;
  }
}

input:-internal-autofill-selected {
  background-color: rgba(0, 196, 196, 0.4);
}

.footer {
  height: 13vh;
  background-color: #262626;
  color: #b9b9b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 5px;
  }
}

.footer__logo a {
  font-family: "Pacifico regular", sans-serif;
  font-size: 25px;
  color: #b9b9b9;
}

.footer__rights, .footer__copy {
  font-family: "Raleway light", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .footer__rights, .footer__copy {
    margin-bottom: 5px;
  }
}

.footer__copy strong {
  font-family: "Raleway bold", sans-serif;
  color: #ff2b58;
}

@media screen and (max-width: 768px) {
  .footer {
    height: auto;
    padding: 15px 0;
  }
}
/*# sourceMappingURL=style.css.map */