

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #202020;
  background-color: #ECECEC;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

/* Typographical Elements
--------------------------------------------- */
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.1;
  font-weight: 700;
  color: #202020;
}

h1,
.h1 {
  font-size: 2rem;
}
@media screen and (min-width: 1400px) {
  h1,
.h1 {
    font-size: 2.875rem;
  }
}

h2,
.h2 {
  font-size: 1.125rem;
}
@media screen and (min-width: 1400px) {
  h2,
.h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 1400px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 1400px) {
  h4,
.h4 {
    font-size: 1.375rem;
  }
}

a {
  color: #3046FF;
}
a:hover {
  color: #00AF5F;
}

.text-green {
  color: #00AF5F;
}

.text-bold {
  font-weight: 700;
}

.text-big {
  font-size: 1.5rem;
}

small {
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Buttons
--------------------------------------------- */
.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.75rem 1rem;
  background: #CFEEC4;
  border-radius: 20px;
  color: #175000;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #DD1515;
  border: 2px solid #FFF500;
  border-radius: 30px;
  transition: all 0.2s ease-in;
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fff;
  color: #DD1515;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Target
--------------------------------------------- */
:target:before {
  content: "";
  display: block;
  height: 2rem;
  margin-top: -2rem;
}

/* Header
--------------------------------------------- */
@media screen and (min-width: 992px) {
  .site-header__logo-wrapper {
    background: url("../images/bg__banner.jpg");
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 40px;
    color: #CFEEC4;
  }
}
@media (min-width: 768px) {
  .site-header__logo-wrapper {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .site-header__logo {
    max-width: 30%;
  }
}
.site-header__title {
  font-family: "Bad Script", cursive;
  font-size: 30px;
}
@media (min-width: 768px) {
  .site-header__title {
    font-size: 90px;
  }
}

.main-nav {
  background-color: #8FD274;
}

.bg-blue {
  background: #2B71F8;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 8px;
  margin-right: 20px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .bg-blue {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .bg-blue svg {
    margin-right: 0.625rem;
  }
}

.bg-yellow {
  background-color: #FEDA77;
  border: 3px solid #FFF500;
  padding: 1.5rem 0;
}

.social svg {
  margin-right: 0.5rem;
}

/* Main section
--------------------------------------------- */
.section-main {
  padding-top: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .section-main {
    padding-top: 5rem;
  }
}

.author-box__img {
  margin-right: 1rem;
}

.link-big {
  font-size: 36px;
  line-height: 1.1;
  color: #8FD274;
  font-weight: 700;
  text-decoration: underline;
}

/* Articles
--------------------------------------------- */
@media screen and (min-width: 1200px) {
  .sidebar {
    padding-left: 40px;
  }
}

.title-with-bg {
  background: #FF8A00;
  color: #fff;
  border-radius: 439px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
}

.articles__item {
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 0.625rem;
  display: block;
}
.articles img {
  width: 100%;
}
.articles__title {
  font-size: 1.125rem;
  color: #202020;
  font-weight: 500;
  padding: 0.625rem 0;
}

.promo-box {
  border-radius: 5px;
  background-image: radial-gradient(50% 50% at 50% 50%, #FFC0A6 0%, #FFF4EE 78.12%);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position-x: center;
}
.promo-box__title {
  color: #fff;
  padding: 1rem;
  margin-bottom: 0;
  background-color: #F0861A;
  font-size: 28px;
}
.promo-box__btn {
  padding: 1.5rem;
}
.promo-box__btn-item {
  border: 2px solid #F0861A;
  background-color: #C7008D !important;
  transition: 0.4s;
}
.promo-box__btn-item:hover, .promo-box__btn-item:focus {
  color: #fff;
  border: 2px solid #F0861A;
  background-color: #F0861A !important;
}

/* Comments
--------------------------------------------- */
.comments {
  padding-bottom: 50px;
}
.comments__title {
  color: #fff;
  background: #66B746;
  border-radius: 5px;
  padding: 10px 25px;
}
.comments__count {
  color: #fff;
  font-size: 14px;
  margin-left: 0.625rem;
}
.comments__form {
  padding: 2rem;
  font-size: 1rem;
}
.comments__form input {
  background: #FDFDFD;
  border: 1px solid #C4CCE1;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .comments__form input {
    width: 305px;
  }
}
.comments__form input::placeholder {
  color: rgba(32, 32, 32, 0.3);
}

.comment {
  font-size: 14px;
}
.comment__box {
  margin-left: 1rem;
}
.comment__author {
  font-weight: 700;
  margin-bottom: 10px;
  color:black;
  text-decoration:none;
}
.comment__date {
  color: #9E9E9E;
  font-style: italic;
  margin-left: 10px;
  font-weight: 400;
}
.comment__mentioned {
  color: #3369D1;
}

.response {
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .response {
    padding-left: 50px;
  }
}

.response-2 {
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .response-2 {
    padding-left: 70px;
  }
}

.page {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

/* Footer
--------------------------------------------- */
.footer {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #9B9B9B;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 300;
  background: #fff;
  border-top: 1px solid #C2C2C2;
}
.footer__link {
  color: #202020;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.disclaimer {
  font-size: 12px;
}
.disclaimer a {
  color: #9B9B9B;
}
.disclaimer a:hover {
  color: #00AF5F;
}

/* Vendors
---------------------------------------------------------------------------------------------------- */
/* Hamburger
--------------------------------------------- */
.hamburger {
  padding: 0.5rem;
  padding-left: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:not(.collapsed) .hamburger-inner,
.hamburger:not(.collapsed) .hamburger-inner::before,
.hamburger:not(.collapsed) .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze:not(.collapsed) .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze:not(.collapsed) .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze:not(.collapsed) .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #202020;
  text-transform: uppercase;
  padding-right: 2rem;
  padding-left: 2rem;
}

.nav-item .nav-link {
  transition: all 0.2s ease;
}
.nav-item .nav-link:hover {
  color: #fff;
}
.nav-item .nav-link--last {
  padding-right: 0 !important;
}

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

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }

  50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }
}

.delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.delivery span {
  flex: 0 0 50px;
  margin-right: 10px;
}
.delivery p {
  font-size: 16px;
  line-height: 1.4;
  color: #2f3d57;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}


