@charset "UTF-8";
/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  scroll-behavior: smooth; }

html, body {
  overflow-x: hidden; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

a, input, button, textarea {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  transition: all .3s ease-in-out; }

input[readonly], textarea[readonly] {
  cursor: default; }

textarea {
  resize: none; }

img {
  display: block;
  width: 100%;
  object-fit: cover; }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
@keyframes underline {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeIn {
  animation: fadeIn 400ms ease-in-out; }

.fadeOut {
  animation: fadeOut 400ms ease-in-out; }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
html.fixed {
  overflow-y: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  color: #556260;
  font-size: 17px;
  line-height: 1.5;
  padding: 0 !important; }

.container {
  max-width: 1380px; }
  .container--narrow {
    max-width: 895px; }

h1 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900; }

h2 {
  font-size: 30px;
  line-height: 1.3; }

h3 {
  font-size: 24px;
  line-height: 1.1; }

h4 {
  font-size: 20px;
  line-height: 1.3; }

h5 {
  font-size: 17px;
  line-height: 1.3; }

h2, h3 {
  font-weight: 800; }

h4, h5 {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "NunitoSans", sans-serif;
  color: #214842; }

.field {
  border: 1px solid transparent; }
  .field.error {
    border-color: red !important; }
  .field::placeholder {
    font-size: 14px; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.section {
  padding: 60px 0; }
  .section--nopb {
    padding: 60px 0 0; }

.accent {
  color: #EFC368; }

.secondary {
  color: #258F67; }

.brand {
  font-family: "NunitoSans", sans-serif;
  font-weight: 900;
  color: #258F67;
  font-size: 28px;
  line-height: 20px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #EFC368;
  color: #214842;
  border-radius: 24px;
  padding: 0 25px;
  font-family: "NunitoSans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  height: 48px; }
  .btn:hover, .btn:focus {
    transform: scale(1.1); }
  .btn--green {
    background: transparent;
    color: #258F67;
    border: 1px solid #258F67; }
    .btn--green:hover, .btn--green:focus {
      background: #258F67;
      color: #fff;
      transform: none; }
  .btn--underline {
    color: #258F67;
    font-family: "NunitoSans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 5px; }
    .btn--underline:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #258F67;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: width .3s ease-in-out; }
    .btn--underline:hover:after, .btn--underline:focus:after {
      animation: underline 500ms ease-in-out; }

.icon-heart {
  position: relative;
  top: 1px; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .3s ease-in-out; }

.fade {
  transition: opacity .15s linear; }
  .fade:not(.show) {
    opacity: 0; }

.swiper-pagination--dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }
  .swiper-pagination--dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #9EBCA6;
    margin-right: 25px;
    border-radius: 50%;
    transition: background-color .3s ease-in-out;
    cursor: pointer; }
    .swiper-pagination--dots .swiper-pagination-bullet-active, .swiper-pagination--dots .swiper-pagination-bullet:hover {
      background: #258F67; }
    .swiper-pagination--dots .swiper-pagination-bullet:last-of-type {
      margin-right: 0; }

.qty {
  background: #fff;
  box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07);
  border-radius: 24px;
  padding: 13px 15px;
  width: 110px;
  height: 48px;
  font-family: "NunitoSans", sans-serif;
  color: #214842;
  margin-top: 10px; }
  .qty_amount {
    max-width: 22px;
    text-align: center;
    font-weight: 700;
    line-height: 1; }
  .qty .control {
    cursor: pointer; }
    .qty .control.disabled {
      color: #C6C6C6;
      cursor: default; }

.main_title {
  cursor: pointer; }

.main_rating {
  line-height: 1; }
  .main_rating-stars_star {
    margin-right: 10px;
    font-size: 20px; }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 20000;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
  transition: transform .3s ease-in-out; }
  .offcanvas-end {
    top: 0;
    right: 0;
    transform: translateX(100%); }
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19000;
    width: 100vw;
    height: 100vh;
    background: rgba(33, 72, 66, 0.5); }
  .offcanvas.show {
    transform: none; }

@media screen and (min-width: 767.98px) {
  h1 {
    font-size: 40px; }
  .section {
    padding: 90px 0; }
    .section--nopb {
      padding: 90px 0 0; } }

@media screen and (min-width: 991.98px) {
  .section {
    padding: 160px 0; }
    .section--nopb {
      padding: 160px 0 0; }
  .swiper-pagination--dots {
    margin-top: 60px; }
  h1 {
    font-size: 56px;
    line-height: 1.2; }
  h2 {
    font-size: 36px;
    line-height: 1.2; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 22px;
    line-height: 1.1; } }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

.header {
  height: 60px;
  background-color: #fff;
  z-index: 10000;
  will-change: transform;
  transition: position .5s ease-in-out, transform .5s ease-in-out, background-color .3s ease-in-out; }
  .header.sticky {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px rgba(37, 143, 103, 0.1); }
  .header.opened {
    box-shadow: none; }
  .header--pinned {
    transform: translateY(0%); }
  .header--unpinned {
    transform: translateY(-100%); }
  .header_logo {
    order: 2; }
    .header_logo span:not(.logo) {
      display: none; }
  .header_nav {
    width: 100%;
    order: 4;
    height: 0;
    overflow: hidden;
    transition: height .5s ease, padding-top .5s ease;
    font-family: "NunitoSans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #214842;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff; }
    .header_nav.active {
      height: 100vh;
      padding-top: 30px;
      overflow-y: scroll;
      box-shadow: 0 30px 15px rgba(37, 143, 103, 0.07); }
    .header_nav .nav-item {
      transition: color .3s ease-in-out;
      font-size: 17px;
      line-height: 1.3; }
      .header_nav .nav-item:hover, .header_nav .nav-item.active {
        color: #258F67; }
    .header_nav .dropdown-toggle {
      margin-bottom: 20px; }
      .header_nav .dropdown-toggle .icon {
        font-size: 14px;
        margin-left: 5px; }
    .header_nav .dropdown-menu {
      padding-bottom: 15px; }
    .header_nav .dropdown .nav-item {
      margin-bottom: 20px; }
      .header_nav .dropdown .nav-item:last-of-type {
        margin-bottom: 0; }
  .header_user {
    order: 3;
    flex-grow: 1; }
    .header_user-action {
      border-radius: 50%;
      background: #EFC368;
      color: #214842;
      width: 40px;
      height: 40px;
      font-size: 16px; }
      .header_user-action:first-of-type {
        margin-right: 15px; }
    .header_user-search_field {
      display: none; }
  .header_trigger {
    order: 1;
    width: 30px;
    height: 28px;
    margin-right: 15px; }
    .header_trigger .line {
      border-radius: 2px;
      background: #214842;
      height: 4px;
      width: 100%;
      transition: width .3s ease-in-out; }
      .header_trigger .line--short {
        width: 75%; }
    .header_trigger.active .line--short {
      width: 100%; }

@media screen and (min-width: 767.98px) {
  .header_logo span:not(.logo) {
    display: inline; }
  .header_logo .accent {
    color: #214842; }
  .header_logo .logo {
    margin-right: 10px; }
  .header_nav.active {
    height: 50vh; }
  .header_user-search {
    position: relative;
    margin-right: 15px; }
    .header_user-search_field {
      display: inline;
      padding: 0 20px;
      height: 40px;
      border: 1px solid #C6C6C6;
      border-radius: 20px;
      background: #fff; }
      .header_user-search_field::placeholder {
        color: #214842;
        transition: opacity .3s ease-in-out;
        font-size: 14px; }
      .header_user-search_field:focus::placeholder {
        opacity: 0; }
    .header_user-search_btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0 !important; } }

@media screen and (min-width: 1199.98px) {
  .header {
    height: 80px;
    transition: transform .5s ease-in-out, height .3s ease-in, background-color .2s ease;
    border-bottom: 1px solid #258F67; }
    .header.sticky {
      height: 90px; }
    .header_user-search {
      margin-right: 150px; }
    .header_user-action:first-of-type {
      margin-right: 30px; }
    .header_nav {
      position: static;
      background: transparent;
      padding: 0 !important;
      height: unset;
      order: 2;
      margin-left: 60px;
      font-size: 17px; }
      .header_nav-list {
        display: flex; }
        .header_nav-list_item {
          margin-right: 40px; }
          .header_nav-list_item:last-of-type {
            margin-right: 0; }
          .header_nav-list_item .nav-link {
            margin-bottom: 0; }
      .header_nav .dropdown-menu {
        position: absolute;
        opacity: 0;
        max-height: unset;
        text-align: left;
        visibility: hidden;
        padding-top: 15px;
        transition: opacity .3s ease; }
        .header_nav .dropdown-menu .dropdown-list {
          background: #fff;
          box-shadow: 0 0 15px rgba(37, 143, 103, 0.07);
          border-radius: 8px;
          padding: 30px; }
          .header_nav .dropdown-menu .dropdown-list .nav-item {
            margin-bottom: 30px;
            transition: color .3s ease; }
            .header_nav .dropdown-menu .dropdown-list .nav-item:last-of-type {
              margin-bottom: 0; }
            .header_nav .dropdown-menu .dropdown-list .nav-item:hover:before, .header_nav .dropdown-menu .dropdown-list .nav-item.active:before {
              display: none; }
        .header_nav .dropdown-menu.active {
          opacity: 1;
          visibility: visible; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.page_main {
  padding: 60px 0;
  background: url("../img/placeholder.jpg") center no-repeat/cover;
  text-align: center;
  margin-bottom: 30px; }

.page_header {
  margin-bottom: 15px; }

.page_text {
  max-width: 500px;
  margin: 0 auto; }

.page_breadcrumbs {
  position: relative;
  padding-bottom: 15px; }
  .page_breadcrumbs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: #258F67; }
  .page_breadcrumbs-item {
    font-family: "NunitoSans", sans-serif; }
    .page_breadcrumbs-item:not(.current) {
      margin-right: 10px; }
      .page_breadcrumbs-item:not(.current) .link {
        position: relative;
        font-weight: 700;
        color: #258F67; }
        .page_breadcrumbs-item:not(.current) .link:after {
          content: '/';
          margin-left: 10px; }

@media screen and (min-width: 991.98px) {
  .page_main {
    padding: 80px 0 90px;
    margin-bottom: 40px; }
  .page_breadcrumbs {
    padding-bottom: 20px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.filterTrigger {
  font-size: 14px;
  line-height: 1;
  color: #214842;
  font-weight: 600;
  width: 100%;
  height: 48px;
  border: 1px solid #9EBCA6;
  border-radius: 100px;
  margin-bottom: 20px; }
  .filterTrigger .icon {
    margin-left: 5px;
    font-size: 18px; }

.shop_aside {
  order: 2; }

.shop_products {
  order: 3; }
  .shop_products-list_item {
    margin-bottom: 30px; }
    .shop_products-list_item:last-of-type {
      margin-bottom: 0; }
    .shop_products-list_item .wrapper {
      text-align: center; }
      .shop_products-list_item .wrapper .media {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 10px;
        height: 350px; }
        .shop_products-list_item .wrapper .media img {
          height: 100%; }
        .shop_products-list_item .wrapper .media:hover .overlay {
          opacity: 1;
          visibility: visible; }
        .shop_products-list_item .wrapper .media .overlay, .shop_products-list_item .wrapper .media .sale {
          position: absolute; }
        .shop_products-list_item .wrapper .media .sale {
          width: 40px;
          height: 40px;
          background: #258F67;
          border-radius: 50%;
          top: 20px;
          right: 20px;
          color: #fff;
          font-weight: 600;
          font-size: 14px; }
        .shop_products-list_item .wrapper .media .overlay {
          background: rgba(33, 72, 66, 0.6);
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          transition: all .3s ease-in-out;
          opacity: 0;
          visibility: hidden; }
          .shop_products-list_item .wrapper .media .overlay .action .list-item {
            margin-right: 15px; }
            .shop_products-list_item .wrapper .media .overlay .action .list-item:last-of-type {
              margin-right: 0; }
          .shop_products-list_item .wrapper .media .overlay .action_link {
            background: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #EFC368;
            color: #EFC368;
            font-size: 20px; }
            .shop_products-list_item .wrapper .media .overlay .action_link:hover, .shop_products-list_item .wrapper .media .overlay .action_link.active {
              background: #EFC368;
              color: #fff; }
      .shop_products-list_item .wrapper .main {
        flex-grow: 1; }
        .shop_products-list_item .wrapper .main_title {
          margin: 10px 0;
          flex-grow: 1;
          font-family: "NunitoSans", sans-serif;
          color: #214842;
          font-size: 20px;
          line-height: 1.3;
          font-weight: 700;
          transition: all .3s ease-in-out; }
          .shop_products-list_item .wrapper .main_title:hover, .shop_products-list_item .wrapper .main_title:focus {
            color: #258F67 !important; }
        .shop_products-list_item .wrapper .main_price {
          text-align: center; }
          .shop_products-list_item .wrapper .main_price .price {
            color: #258F67;
            font-size: 22px;
            line-height: 1.1;
            font-weight: 800;
            font-family: "NunitoSans", sans-serif; }
            .shop_products-list_item .wrapper .main_price .price--old {
              color: #C6C6C6;
              text-decoration: line-through;
              margin-right: 15px;
              font-weight: 700; }

.promo {
  padding-top: 0; }

@media screen and (min-width: 575.98px) {
  .shop_products-list {
    margin: 0 -15px; }
    .shop_products-list_item {
      padding: 0 15px; }
      .shop_products-list_item .wrapper {
        height: 100%; }
        .shop_products-list_item .wrapper .media {
          height: 260px; } }

@media screen and (min-width: 767.98px) {
  .filterTrigger {
    max-width: 115px;
    margin-left: auto;
    margin-right: 12px; }
  .shop_products {
    margin-right: 12px; }
    .shop_products-list {
      margin: 0 -10px; }
      .shop_products-list_item {
        padding: 0 10px;
        margin-bottom: 40px; }
        .shop_products-list_item[data-order="13"], .shop_products-list_item[data-order="14"] {
          margin-bottom: 0; }
        .shop_products-list_item .wrapper .media .overlay .action .list-item {
          margin-right: 5px; }
    .shop_products .pagination {
      margin-bottom: 0; }
  .promo {
    padding-top: 90px; } }

@media screen and (min-width: 991.98px) {
  .shop_products {
    margin-right: 0;
    order: unset;
    width: calc(100% - 350px); }
    .shop_products-list {
      margin: 0 -20px; }
      .shop_products-list_item {
        padding: 0 20px;
        margin-bottom: 60px; }
        .shop_products-list_item[data-order="13"], .shop_products-list_item[data-order="14"] {
          margin-bottom: 60px; }
        .shop_products-list_item .wrapper .media {
          margin-bottom: 20px; }
          .shop_products-list_item .wrapper .media .overlay .action .list-item {
            margin-right: 15px; }
        .shop_products-list_item .wrapper .main_title {
          font-size: 22px;
          margin: 15px 0; }
    .shop_products .pagination {
      margin-top: 60px; }
  .promo {
    padding-top: 160px; } }

@media screen and (min-width: 1199.98px) {
  .shop_products-list_item[data-order="13"], .shop_products-list_item[data-order="14"] {
    margin-bottom: 0; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.shop_aside {
  display: flex;
  flex-direction: column;
  margin: 0 -12px; }
  .shop_aside-block {
    padding: 0 12px;
    margin-bottom: 30px; }
    .shop_aside-block:last-of-type {
      margin-bottom: 0; }
    .shop_aside-block_header {
      margin-bottom: 20px; }
      .shop_aside-block_header .leaf {
        margin-right: 10px; }
    .shop_aside-block .form--search {
      position: relative; }
      .shop_aside-block .form--search .field {
        width: 100%;
        border: 1px solid #C8C8C8;
        border-radius: 24px;
        padding: 10px 120px 10px 20px;
        height: 48px;
        transition: all .3s ease-in-out; }
        .shop_aside-block .form--search .field::placeholder {
          transition: opacity .3s ease-in-out; }
        .shop_aside-block .form--search .field:focus {
          border-color: #214842; }
          .shop_aside-block .form--search .field:focus::placeholder {
            opacity: 0; }
      .shop_aside-block .form--search .btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0; }
    .shop_aside-block--categories .list-item, .shop_aside-block--types .list-item, .shop_aside-block--thc .list-item, .shop_aside-block--cbd .list-item {
      margin-bottom: 10px; }
      .shop_aside-block--categories .list-item:last-of-type, .shop_aside-block--types .list-item:last-of-type, .shop_aside-block--thc .list-item:last-of-type, .shop_aside-block--cbd .list-item:last-of-type {
        margin-bottom: 0; }
    .shop_aside-block--categories [type="radio"], .shop_aside-block--types [type="radio"], .shop_aside-block--thc [type="radio"], .shop_aside-block--cbd [type="radio"] {
      position: absolute;
      left: -9999px; }
      .shop_aside-block--categories [type="radio"] + label, .shop_aside-block--types [type="radio"] + label, .shop_aside-block--thc [type="radio"] + label, .shop_aside-block--cbd [type="radio"] + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        display: inline-block;
        transition: color .4s ease-in-out; }
        .shop_aside-block--categories [type="radio"] + label:hover, .shop_aside-block--types [type="radio"] + label:hover, .shop_aside-block--thc [type="radio"] + label:hover, .shop_aside-block--cbd [type="radio"] + label:hover {
          color: #214842; }
      .shop_aside-block--categories [type="radio"]:checked + label, .shop_aside-block--types [type="radio"]:checked + label, .shop_aside-block--thc [type="radio"]:checked + label, .shop_aside-block--cbd [type="radio"]:checked + label {
        color: #214842; }
      .shop_aside-block--categories [type="radio"]:checked + label:before,
      .shop_aside-block--categories [type="radio"]:not(:checked) + label:before, .shop_aside-block--types [type="radio"]:checked + label:before,
      .shop_aside-block--types [type="radio"]:not(:checked) + label:before, .shop_aside-block--thc [type="radio"]:checked + label:before,
      .shop_aside-block--thc [type="radio"]:not(:checked) + label:before, .shop_aside-block--cbd [type="radio"]:checked + label:before,
      .shop_aside-block--cbd [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        transform: translateY(-50%); }
      .shop_aside-block--categories [type="radio"]:checked + label:before, .shop_aside-block--types [type="radio"]:checked + label:before, .shop_aside-block--thc [type="radio"]:checked + label:before, .shop_aside-block--cbd [type="radio"]:checked + label:before {
        border: 1px solid #258F67; }
      .shop_aside-block--categories [type="radio"]:not(:checked) + label:before, .shop_aside-block--types [type="radio"]:not(:checked) + label:before, .shop_aside-block--thc [type="radio"]:not(:checked) + label:before, .shop_aside-block--cbd [type="radio"]:not(:checked) + label:before {
        border: 1px solid #9EBCA6; }
      .shop_aside-block--categories [type="radio"]:checked + label:after,
      .shop_aside-block--categories [type="radio"]:not(:checked) + label:after, .shop_aside-block--types [type="radio"]:checked + label:after,
      .shop_aside-block--types [type="radio"]:not(:checked) + label:after, .shop_aside-block--thc [type="radio"]:checked + label:after,
      .shop_aside-block--thc [type="radio"]:not(:checked) + label:after, .shop_aside-block--cbd [type="radio"]:checked + label:after,
      .shop_aside-block--cbd [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #258F67;
        position: absolute;
        top: 50%;
        left: 4px;
        border-radius: 50%;
        transition: all .3s ease-in-out; }
      .shop_aside-block--categories [type="radio"]:not(:checked) + label:after, .shop_aside-block--types [type="radio"]:not(:checked) + label:after, .shop_aside-block--thc [type="radio"]:not(:checked) + label:after, .shop_aside-block--cbd [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0) translateY(-50%); }
      .shop_aside-block--categories [type="radio"]:checked + label:after, .shop_aside-block--types [type="radio"]:checked + label:after, .shop_aside-block--thc [type="radio"]:checked + label:after, .shop_aside-block--cbd [type="radio"]:checked + label:after {
        opacity: 1;
        transform: scale(1) translateY(-50%); }
    .shop_aside-block--price .range-slider {
      position: relative;
      background: none;
      box-shadow: none;
      border-radius: unset;
      border: none;
      height: 10px; }
      .shop_aside-block--price .range-slider .noUi-base {
        height: 3px;
        background: #ccc; }
      .shop_aside-block--price .range-slider .noUi-handle {
        width: 10px;
        height: 10px;
        background: #258F67;
        border-radius: 50%;
        border: none;
        box-shadow: none;
        top: -4px;
        cursor: pointer; }
        .shop_aside-block--price .range-slider .noUi-handle-lower {
          left: 99%; }
        .shop_aside-block--price .range-slider .noUi-handle-upper {
          right: -2px; }
        .shop_aside-block--price .range-slider .noUi-handle:after, .shop_aside-block--price .range-slider .noUi-handle:before {
          display: none; }
      .shop_aside-block--price .range-slider .noUi-connect {
        background: #258F67;
        height: 3px; }
      .shop_aside-block--price .range-slider .noUi-connects {
        border-radius: 0; }
      .shop_aside-block--price .range-slider .noUi-origin {
        transform: none; }
    .shop_aside-block--price .range-output input {
      max-width: 100px; }
      .shop_aside-block--price .range-output input#priceMax {
        text-align: right; }
    .shop_aside-block--sale {
      position: relative;
      background: #FAFAF5;
      border-radius: 24px;
      overflow: hidden;
      padding: 30px; }
      .shop_aside-block--sale .leaf {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 152px;
        width: 158px;
        z-index: 1; }
      .shop_aside-block--sale .content {
        position: relative;
        z-index: 10; }
        .shop_aside-block--sale .content .shop_aside-block_header {
          margin-bottom: 5px; }
        .shop_aside-block--sale .content .shop_aside-block_text {
          margin-bottom: 20px;
          font-size: 14px; }
        .shop_aside-block--sale .content .shop_aside-block_timer {
          margin-bottom: 20px; }
          .shop_aside-block--sale .content .shop_aside-block_timer .timer_block {
            border: 1px solid #9EBCA6;
            border-radius: 8px;
            padding: 10px;
            color: #258F67;
            font-family: "NunitoSans", sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 1.3; }
          .shop_aside-block--sale .content .shop_aside-block_timer .timer_separator {
            margin: 0 10px; }
            .shop_aside-block--sale .content .shop_aside-block_timer .timer_separator .dot {
              background: #9EBCA6;
              width: 3px;
              height: 3px;
              border-radius: 50%;
              display: block; }
              .shop_aside-block--sale .content .shop_aside-block_timer .timer_separator .dot:first-of-type {
                margin-bottom: 10px; }
    .shop_aside-block--weight .list {
      margin-top: -10px; }
      .shop_aside-block--weight .list-item {
        margin: 10px 10px 0 0; }
        .shop_aside-block--weight .list-item:last-of-type {
          margin: 10px 0 0; }
    .shop_aside-block--weight [type="radio"] {
      position: absolute;
      left: -9999px; }
      .shop_aside-block--weight [type="radio"] + label {
        border: 1px solid #9EBCA6;
        border-radius: 100px;
        padding: 10px 15px;
        display: block;
        transition: all .3s ease-in-out;
        cursor: pointer; }
      .shop_aside-block--weight [type="radio"]:checked + label {
        border-color: #258F67;
        background: #258F67;
        color: #fff; }
    .shop_aside-block--categories {
      padding-top: 30px; }
    .shop_aside-block:last-of-type {
      padding-bottom: 30px;
      background: #fff;
      z-index: 2;
      position: relative; }
    .shop_aside-block--sale, .shop_aside-block--search {
      display: none; }

@media screen and (min-width: 767.98px) {
  .shop_aside {
    margin: 0 0 0 -12px;
    max-width: unset;
    width: calc(100% + 24px); }
    .shop_aside-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: space-between; }
    .shop_aside-block {
      width: 50%;
      padding: 0 30px; }
      .shop_aside-block--thc {
        background: #fff;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        padding-bottom: 30px; } }

@media screen and (min-width: 991.98px) {
  .shop_aside {
    order: unset;
    grid-area: 1 / 2 / 5 / 3;
    min-width: 290px;
    max-width: 290px;
    margin-right: 12px;
    align-items: flex-end; }
    .shop_aside-wrapper {
      display: flex !important;
      flex-direction: column;
      padding: 0;
      width: 290px;
      margin-right: -12px; }
    .shop_aside-block {
      margin-bottom: 60px;
      width: 100%;
      padding: 0; }
      .shop_aside-block_header {
        margin-bottom: 30px; }
      .shop_aside-block--categories .list-item, .shop_aside-block--types .list-item, .shop_aside-block--thc .list-item, .shop_aside-block--cbd .list-item {
        margin-bottom: 15px; }
      .shop_aside-block--weight .list {
        margin-top: -20px; }
        .shop_aside-block--weight .list-item {
          margin: 20px 20px 0 0; }
          .shop_aside-block--weight .list-item:last-of-type {
            margin: 20px 0 0; }
      .shop_aside-block--categories {
        padding-top: 0; }
      .shop_aside-block:last-of-type {
        padding-bottom: 0; }
      .shop_aside-block--sale {
        padding: 30px; }
      .shop_aside-block--sale, .shop_aside-block--search {
        display: block; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.promo_banner {
  border-radius: 16px;
  padding: 30px; }
  .promo_banner--big {
    color: #fff;
    background: url("../img/placeholder.jpg") no-repeat center/cover;
    margin-bottom: 30px; }
    .promo_banner--big .promo_banner-header {
      color: inherit; }
    .promo_banner--big .btn {
      margin-top: 30px; }
  .promo_banner--small {
    min-height: 250px;
    background: url("../img/placeholder.jpg") no-repeat center/cover; }
    .promo_banner--small .btn {
      margin-top: 15px; }
  .promo_banner-text {
    margin-top: 15px; }

@media screen and (min-width: 575.98px) {
  .promo_banner--small {
    min-height: 250px; }
    .promo_banner--small .btn {
      margin-top: 30px; } }

@media screen and (min-width: 767.98px) {
  .promo_banner--big {
    width: calc(100% - 330px);
    margin-bottom: 0; }
  .promo_banner--small {
    min-height: 250px;
    width: 300px;
    margin-left: 30px; }
  .promo_banner-text {
    max-width: 500px; } }

@media screen and (min-width: 991.98px) {
  .promo_banner {
    padding: 40px; }
    .promo_banner--big {
      width: unset;
      flex-grow: 1; }
    .promo_banner--small {
      width: 428px;
      margin-left: 40px; }
    .promo_banner-header {
      max-width: 310px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.top--highlight {
  background: #FAFAF5; }

.top_header {
  margin-bottom: 30px; }

.top_list-item {
  margin-bottom: 30px; }
  .top_list-item:last-of-type {
    margin-bottom: 0; }
  .top_list-item:hover .media img {
    transform: scale(1.1); }
  .top_list-item_wrapper .media {
    border-radius: 16px;
    overflow: hidden;
    max-height: 220px;
    margin-bottom: 15px; }
    .top_list-item_wrapper .media img {
      transition: all .5s ease-in-out; }
  .top_list-item_wrapper .main_title {
    margin-bottom: 10px;
    display: inline-block;
    flex-grow: 1;
    font-family: "NunitoSans", sans-serif;
    color: #214842;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    transition: all .3s ease-in-out; }
    .top_list-item_wrapper .main_title:hover, .top_list-item_wrapper .main_title:focus {
      color: #258F67 !important; }
  .top_list-item_wrapper .main_table .list-item .property {
    font-weight: 600;
    color: #214842; }
  .top_list-item_wrapper .main_price {
    margin: 15px 0 20px; }
    .top_list-item_wrapper .main_price .price {
      color: #214842;
      font-size: 22px;
      line-height: 1.1;
      font-weight: 800;
      font-family: "NunitoSans", sans-serif; }
      .top_list-item_wrapper .main_price .price--old {
        color: #C6C6C6;
        text-decoration: line-through;
        margin-right: 15px;
        font-weight: 700; }
  .top_list-item_wrapper .main .action_link {
    background: #fff;
    box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #EFC368;
    font-size: 20px; }
    .top_list-item_wrapper .main .action_link:first-of-type {
      margin: 0 15px; }
    .top_list-item_wrapper .main .action_link:hover, .top_list-item_wrapper .main .action_link.active {
      background: #EFC368;
      color: #fff; }

@media screen and (min-width: 575.98px) {
  .top_list-item_wrapper .media {
    max-height: unset;
    margin-bottom: 0;
    max-width: 200px;
    margin-right: 30px; }
    .top_list-item_wrapper .media img {
      height: 100%; } }

@media screen and (min-width: 767.98px) {
  .top_list-item_wrapper .media {
    max-width: unset;
    max-height: 220px; }
  .top_list-item_wrapper .media, .top_list-item_wrapper .main {
    width: calc(50% - 15px); }
  .top_list-item_wrapper .main_price {
    flex-grow: 1; } }

@media screen and (min-width: 991.98px) {
  .top_header {
    margin-bottom: 40px; }
  .top_list {
    margin: 0 -20px; }
    .top_list-item {
      margin-bottom: 60px;
      padding: 0 20px; }
      .top_list-item[data-order="3"] {
        margin-bottom: 0; }
      .top_list-item_wrapper .media, .top_list-item_wrapper .main {
        width: unset; }
      .top_list-item_wrapper .media {
        width: 100%;
        margin-bottom: 15px; }
      .top_list-item_wrapper .main_price {
        margin-top: 20px; }
      .top_list-item_wrapper .main_title {
        font-size: 22px; } }

@media screen and (min-width: 1399.98px) {
  .top_list-item_wrapper .media, .top_list-item_wrapper .main {
    width: calc(50% - 20px); }
  .top_list-item_wrapper .media {
    margin-bottom: 0; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.seo_header {
  margin-bottom: 15px; }

.seo_content-text {
  line-height: 24px; }
  .seo_content-text:first-of-type {
    margin-bottom: 30px; }

@media screen and (min-width: 991.98px) {
  .seo_content-text:first-of-type {
    margin-bottom: 0;
    margin-right: 40px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.instagram_header {
  text-align: center;
  margin-bottom: 30px; }
  .instagram_header-title {
    margin-bottom: 15px; }
  .instagram_header-text {
    max-width: 500px;
    margin: 0 auto; }

.instagram_slider-slide .link {
  position: relative;
  display: block; }
  .instagram_slider-slide .link .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 72, 66, 0.6);
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: opacity .3s ease-in-out; }
  .instagram_slider-slide .link:hover .overlay, .instagram_slider-slide .link:focus .overlay {
    opacity: 1; }

@media screen and (min-width: 991.98px) {
  .instagram_header {
    margin-bottom: 40px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.footer_main {
  background: #214842;
  color: #fff; }
  .footer_main-header {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff; }
  .footer_main-block {
    margin-bottom: 30px; }
    .footer_main-block:last-of-type {
      margin-bottom: 0; }
  .footer_main-about_brand {
    margin-bottom: 10px; }
    .footer_main-about_brand svg {
      margin-right: 10px; }
  .footer_main-about_wrapper .text {
    margin: 5px 0 20px; }
  .footer_main-about_wrapper .socials {
    font-size: 22px; }
    .footer_main-about_wrapper .socials .list-item {
      margin-right: 25px; }
      .footer_main-about_wrapper .socials .list-item:last-of-type {
        margin-right: 0; }
      .footer_main-about_wrapper .socials .list-item .link .icon {
        display: inline-block;
        transition: all .3s ease-in; }
        .footer_main-about_wrapper .socials .list-item .link .icon:hover, .footer_main-about_wrapper .socials .list-item .link .icon:focus {
          transform: scale(1.1); }
  .footer_main-contacts_list .list-item {
    margin-bottom: 15px; }
    .footer_main-contacts_list .list-item:last-of-type {
      margin-bottom: 0; }
    .footer_main-contacts_list .list-item .icon {
      border-radius: 50%;
      background: #EFC368;
      width: 35px;
      height: 35px;
      margin-right: 20px;
      color: #214842;
      font-size: 16px; }
    .footer_main-contacts_list .list-item .link:hover, .footer_main-contacts_list .list-item .link:focus {
      color: #EFC368; }
  .footer_main-nav_list .list-item {
    margin-bottom: 15px;
    width: 50%;
    padding-right: 10px; }
    .footer_main-nav_list .list-item:last-of-type {
      margin-bottom: 0; }
    .footer_main-nav_list .list-item .icon {
      font-size: 16px;
      margin-right: 5px; }
    .footer_main-nav_list .list-item .link:hover, .footer_main-nav_list .list-item .link:focus {
      color: #EFC368; }
  .footer_main-instagram_list {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    justify-content: center; }
    .footer_main-instagram_list .link {
      border-radius: 8px;
      overflow: hidden;
      display: block;
      height: 115px;
      width: 100%; }
      .footer_main-instagram_list .link .preview {
        transition: all .5s ease-in-out;
        height: 100%; }
      .footer_main-instagram_list .link:hover .preview, .footer_main-instagram_list .link:focus .preview {
        transform: scale(1.1); }

.footer_secondary {
  padding: 30px 0;
  background-color: #FAFAF5; }
  .footer_secondary-copyright {
    text-align: center; }
  .footer_secondary-list {
    margin-bottom: 20px; }
    .footer_secondary-list .list-item {
      margin-right: 20px; }
      .footer_secondary-list .list-item:last-of-type {
        margin-right: 0; }

@media screen and (min-width: 575.98px) {
  .footer_main-instagram_list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr); }
    .footer_main-instagram_list .link {
      height: 140px; } }

@media screen and (min-width: 767.98px) {
  .footer_main-instagram_list .link {
    height: 93px; }
  .footer_main-about {
    margin-top: -18px; }
    .footer_main-about_brand {
      margin-left: -10px; }
    .footer_main-about_wrapper .text {
      max-width: 260px; }
  .footer_main-nav_list .list-item {
    width: unset; }
  .footer_secondary-copyright {
    text-align: left; }
    .footer_secondary-copyright .linebreak {
      display: block; }
  .footer_secondary-list {
    margin-bottom: 0; } }

@media screen and (min-width: 991.98px) {
  .footer_main-about_wrapper .text {
    margin: 5px 0 50px; }
  .footer_main-instagram_list {
    grid-gap: 20px; }
    .footer_main-instagram_list .link {
      height: 120px; }
  .footer_secondary {
    padding: 40px 0; } }

@media screen and (min-width: 1199.98px) {
  .footer_main-instagram {
    max-width: 312px; }
    .footer_main-instagram_list .list-item {
      height: 100px; }
      .footer_main-instagram_list .list-item .link {
        height: 100%; }
  .footer_secondary-copyright .linebreak {
    display: inline; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.about_main {
  overflow: visible;
  margin-bottom: 40px; }
  .about_main-slider {
    margin-bottom: 30px; }
    .about_main-slider--single .swiper-slide, .about_main-slider--thumbs .swiper-slide {
      border-radius: 16px;
      overflow: hidden; }
    .about_main-slider--single {
      margin-bottom: 15px;
      position: relative; }
      .about_main-slider--single .swiper-controls {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
        padding: 0 15px; }
        .about_main-slider--single .swiper-controls .swiper-button-next,
        .about_main-slider--single .swiper-controls .swiper-button-prev {
          width: 40px;
          height: 40px;
          background: #fff;
          border-radius: 50%;
          font-size: 30px;
          transition: opacity .3s ease-in-out; }
          .about_main-slider--single .swiper-controls .swiper-button-next .icon,
          .about_main-slider--single .swiper-controls .swiper-button-prev .icon {
            position: relative; }
          .about_main-slider--single .swiper-controls .swiper-button-next:hover,
          .about_main-slider--single .swiper-controls .swiper-button-prev:hover {
            opacity: .7; }
        .about_main-slider--single .swiper-controls .swiper-button-next .icon {
          right: -2px; }
        .about_main-slider--single .swiper-controls .swiper-button-prev .icon {
          left: -2px; }
    .about_main-slider--thumbs .swiper-slide {
      cursor: pointer; }
  .about_main-info_product {
    margin-bottom: 20px; }
    .about_main-info_product .title {
      margin-bottom: 10px; }
    .about_main-info_product .action_link {
      background: #fff;
      box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      color: #EFC368;
      font-size: 20px;
      margin-right: 15px; }
      .about_main-info_product .action_link:last-of-type {
        margin-right: 0; }
      .about_main-info_product .action_link:hover, .about_main-info_product .action_link.active {
        background: #EFC368;
        color: #fff; }
  .about_main-info_rating {
    margin-bottom: 30px;
    line-height: 1; }
    .about_main-info_rating .stars {
      margin-right: 15px; }
      .about_main-info_rating .stars_star {
        margin-right: 10px;
        font-size: 20px; }
        .about_main-info_rating .stars_star:last-of-type {
          margin-right: 0; }
    .about_main-info_rating .reviews-amount {
      font-size: 14px;
      line-height: 1; }
  .about_main-info_buy .qty {
    margin-top: 0; }
  .about_main-info_buy .btn {
    margin-left: 30px; }
  .about_main-info_description {
    margin-bottom: 30px;
    color: #214842; }
  .about_main-info_price {
    display: inline-block;
    color: #214842;
    font-family: "NunitoSans", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 20px; }
  .about_main-info_list {
    margin-top: 30px; }
    .about_main-info_list .list-item {
      margin-bottom: 10px; }
      .about_main-info_list .list-item:last-of-type {
        margin-bottom: 0; }
      .about_main-info_list .list-item .property {
        color: #214842;
        font-family: "NunitoSans", sans-serif;
        font-weight: 700;
        margin-right: 10px; }

.about_secondary {
  background: #fff;
  box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
  border-radius: 16px;
  padding: 20px; }
  .about_secondary-content {
    margin-bottom: -15px; }
    .about_secondary-content_nav {
      display: none; }
    .about_secondary-content_tabs .accordion_component-item_header {
      margin-bottom: 15px;
      cursor: pointer;
      transition: all .3s ease-in-out; }
      .about_secondary-content_tabs .accordion_component-item_header[aria-expanded="true"], .about_secondary-content_tabs .accordion_component-item_header:hover, .about_secondary-content_tabs .accordion_component-item_header:focus {
        color: #258F67; }
      .about_secondary-content_tabs .accordion_component-item_header .icon {
        transition: all .3s ease-in-out;
        display: block; }
        .about_secondary-content_tabs .accordion_component-item_header .icon.transform {
          transform: rotate(180deg); }
    .about_secondary-content_tabs .tab-pane {
      padding: 0 0 15px;
      transition: all .3s ease; }
      .about_secondary-content_tabs .tab-pane#description .text {
        margin-bottom: 15px; }
        .about_secondary-content_tabs .tab-pane#description .text:last-of-type {
          margin-bottom: 0; }
      .about_secondary-content_tabs .tab-pane#reviews .link,
      .about_secondary-content_tabs .tab-pane#reviews .label,
      .about_secondary-content_tabs .tab-pane#reviews .name {
        font-family: "NunitoSans", sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 1.3; }
      .about_secondary-content_tabs .tab-pane#reviews .rating .star {
        font-size: 20px;
        transition: color .3s ease-in-out;
        color: #C6C6C6;
        cursor: pointer;
        margin-right: 10px; }
        .about_secondary-content_tabs .tab-pane#reviews .rating .star:last-of-type {
          margin-right: 0; }
        .about_secondary-content_tabs .tab-pane#reviews .rating .star.active {
          color: #EFC368; }
      .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review {
        margin-top: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #C6C6C6; }
        .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review:first-of-type {
          margin-top: 0; }
        .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header {
          margin-bottom: 20px; }
          .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header .name {
            display: inline-block;
            margin-bottom: 5px; }
          .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header .rating .star {
            color: #EFC368 !important; }
          .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header .timestamp {
            display: inline-block;
            margin-top: 10px;
            font-size: 14px;
            font-weight: 600; }
        .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_main {
          margin-bottom: 20px; }
        .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_media {
          margin-top: -10px; }
          .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_media-item {
            border-radius: 16px;
            overflow: hidden;
            width: calc(50% - 10px);
            margin-top: 10px; }
        .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_secondary-block {
          margin-bottom: 20px; }
          .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_secondary-block:last-of-type {
            margin-bottom: 0; }
          .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_secondary-block_header {
            display: inline-block;
            font-weight: 500;
            margin-bottom: 5px; }
        .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_reply {
          display: inline-block;
          margin-top: 20px; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section {
        margin-top: 60px; }
        .about_secondary-content_tabs .tab-pane#reviews .form-section_header {
          margin-bottom: 30px; }
        .about_secondary-content_tabs .tab-pane#reviews .form-section_form .label {
          display: inline-block;
          margin-bottom: 10px;
          color: #214842; }
        .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field {
          border: 1px solid #C6C6C6;
          border-radius: 24px;
          width: 100%;
          padding: 0 20px;
          height: 48px;
          font-size: 14px;
          line-height: 22px;
          transition: all .3s ease-in-out; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field--message {
            height: 135px;
            padding: 13px 20px; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field::placeholder {
            transition: opacity .3s ease-in-out; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field:focus {
            border-color: #214842; }
            .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field:focus::placeholder {
              opacity: 0; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field-wrapper:not(.fluid) {
            margin-bottom: 15px; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field-wrapper.fluid {
            margin-bottom: -7px; }
        .about_secondary-content_tabs .tab-pane#reviews .form-section_footer {
          margin: 20px 0 30px; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_footer .link {
            margin: 15px 0 20px; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_footer .btn-wrapper--underline {
            margin: 15px 0 20px; }
          .about_secondary-content_tabs .tab-pane#reviews .form-section_footer .btn-wrapper .btn {
            width: 100%;
            margin-top: 40px; }
      .about_secondary-content_tabs .tab-pane#additionalInfo .table {
        border-collapse: collapse;
        margin-bottom: 15px;
        border-bottom: 1px solid #C6C6C6; }
        .about_secondary-content_tabs .tab-pane#additionalInfo .table_row-header, .about_secondary-content_tabs .tab-pane#additionalInfo .table_row-cell {
          width: 100%;
          border: 1px solid #C6C6C6;
          padding: 15px;
          border-bottom: none; }
        .about_secondary-content_tabs .tab-pane#additionalInfo .table_row-header {
          color: #214842;
          font-family: "NunitoSans", sans-serif;
          font-weight: 700;
          text-align: left; }

@media screen and (min-width: 575.98px) {
  .about_main-info_product .title {
    max-width: calc(100% - 131px);
    margin-bottom: 0; }
  .about_secondary {
    padding: 30px; }
    .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header .name {
      width: 100%; }
    .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header .timestamp {
      margin-top: 0;
      text-align: right; }
    .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header .rating, .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_header .timestamp {
      width: 50%; }
    .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_media-item {
      width: 100px;
      height: 100px;
      margin-right: 20px; }
      .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_media-item:last-of-type {
        margin-right: 0; }
    .about_secondary-content_tabs .tab-pane#reviews .form-section {
      margin-top: 60px; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_header {
        margin-bottom: 30px; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_form .rating, .about_secondary-content_tabs .tab-pane#reviews .form-section_form .link {
        margin: 0; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_form .btn {
        margin-top: 30px;
        width: fit-content !important; }
        .about_secondary-content_tabs .tab-pane#reviews .form-section_form .btn-wrapper {
          min-width: 100%; } }

@media screen and (min-width: 767.98px) {
  .about_main-slider--single {
    margin-bottom: 30px; }
  .about_secondary-content {
    max-width: 893px;
    margin: 0 auto; }
    .about_secondary-content_nav {
      margin-bottom: 30px;
      width: 100%;
      display: flex;
      justify-content: center;
      border-bottom: 1px solid #9EBCA6; }
      .about_secondary-content_nav .nav-item {
        width: calc(100% / 3); }
        .about_secondary-content_nav .nav-item .nav-link {
          cursor: pointer;
          text-align: center;
          padding-bottom: 15px;
          position: relative;
          transition: color .3s ease-in-out;
          margin-bottom: -1px;
          font-family: "NunitoSans", sans-serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 1.3;
          color: #214842; }
          .about_secondary-content_nav .nav-item .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            bottom: 0;
            left: 0;
            background: #258F67;
            transition: width .3s ease-in-out; }
          .about_secondary-content_nav .nav-item .nav-link.active, .about_secondary-content_nav .nav-item .nav-link:hover, .about_secondary-content_nav .nav-item .nav-link:focus {
            color: #258F67; }
            .about_secondary-content_nav .nav-item .nav-link.active:after, .about_secondary-content_nav .nav-item .nav-link:hover:after, .about_secondary-content_nav .nav-item .nav-link:focus:after {
              width: 100%; }
    .about_secondary-content_tabs .accordion_component-item_header {
      display: none !important; }
    .about_secondary-content_tabs .tab-pane {
      padding: 0; }
      .about_secondary-content_tabs .tab-pane.fade:not(.show) {
        visibility: hidden;
        max-height: 0;
        overflow: hidden; }
      .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review:first-of-type {
        margin-top: 0; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_footer {
        margin-bottom: 0;
        margin-top: 30px; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_form .btn {
        margin-top: 30px;
        width: fit-content !important; }
        .about_secondary-content_tabs .tab-pane#reviews .form-section_form .btn-wrapper--underline {
          min-width: unset;
          max-width: 50%;
          margin: 0; }
      .about_secondary-content_tabs .tab-pane#additionalInfo .table {
        margin-bottom: 0; } }

@media screen and (min-width: 991.98px) {
  .about_main-slider {
    overflow: hidden;
    width: calc(40% - 30px); }
    .about_main-slider--single {
      margin-bottom: 15px; }
  .about_main-info {
    width: 60%;
    margin-left: 30px; }
    .about_main-info_description {
      margin-bottom: 40px; }
    .about_main-info_price {
      font-size: 36px;
      line-height: 1.2;
      margin-bottom: 30px; }
    .about_main-info_list {
      margin-top: 40px; }
      .about_main-info_list .list-item {
        margin-bottom: 15px; }
  .about_secondary {
    padding: 80px 0; }
    .about_secondary-content_nav {
      margin-bottom: 0; }
      .about_secondary-content_nav .nav-item .nav-link {
        line-height: 1.1;
        font-size: 22px; }
    .about_secondary-content_tabs .tab-pane {
      padding: 0;
      transition: all .3s ease; }
      .about_secondary-content_tabs .tab-pane:not(.active) {
        max-height: 0;
        padding: 0;
        visibility: hidden; }
      .about_secondary-content_tabs .tab-pane#description {
        margin-top: 30px; }
        .about_secondary-content_tabs .tab-pane#description .text {
          margin-bottom: 15px; }
          .about_secondary-content_tabs .tab-pane#description .text:last-of-type {
            margin-bottom: 0; }
      .about_secondary-content_tabs .tab-pane#reviews .reviews-section {
        margin-top: 40px; }
        .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review {
          margin-top: 40px; }
          .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_secondary-block {
            width: 50%; }
            .about_secondary-content_tabs .tab-pane#reviews .reviews-section_list .review_secondary-block_text {
              max-width: 310px; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_header {
        margin-bottom: 40px; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field-wrapper {
        width: calc(50% - 40px); }
        .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field-wrapper.fluid {
          min-width: 100%; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_form .field-wrapper {
        margin-bottom: 30px; }
      .about_secondary-content_tabs .tab-pane#reviews .form-section_footer {
        min-width: 100%;
        margin: 30px 0 0; }
      .about_secondary-content_tabs .tab-pane#additionalInfo .table {
        margin-top: 60px;
        border-left: 1px solid #C6C6C6; }
        .about_secondary-content_tabs .tab-pane#additionalInfo .table_row-header, .about_secondary-content_tabs .tab-pane#additionalInfo .table_row-cell {
          width: unset;
          padding: 30px;
          min-height: 110px;
          border-left: none; }
        .about_secondary-content_tabs .tab-pane#additionalInfo .table_row-header {
          width: 40%; }
        .about_secondary-content_tabs .tab-pane#additionalInfo .table_row-cell {
          width: 60%; } }

@media screen and (min-width: 1199.98px) {
  .about_main-slider {
    width: calc(50% - 60px); }
    .about_main-slider--single {
      margin-bottom: 40px; }
  .about_main-info {
    width: 50%;
    margin-left: 60px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.hero {
  background: #FAFAF5;
  text-align: center;
  position: relative; }
  .hero_media {
    display: none; }
  .hero_content {
    padding-top: 60px; }
    .hero_content-header {
      margin-bottom: 30px; }
      .hero_content-header_title {
        margin-bottom: 15px; }
    .hero_content-btn {
      margin-bottom: 60px; }
  .hero .features-list_row, .hero .features-list_item {
    margin-bottom: 30px; }
    .hero .features-list_row:last-of-type, .hero .features-list_item:last-of-type {
      margin-bottom: 0; }
  .hero .features-list_row {
    width: 100%; }
  .hero .features-list_item:hover .icon {
    background: #258F67;
    color: #fff; }
  .hero .features-list_item .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #258F67;
    box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
    margin-bottom: 15px;
    transition: all .3s ease-in-out; }
    .hero .features-list_item .icon svg {
      max-width: 30px; }

@media screen and (min-width: 575.98px) {
  .hero {
    text-align: left; }
  .features-list_item {
    margin-bottom: 0 !important; }
    .features-list_item[data-order="1"], .features-list_item[data-order="3"] {
      margin-right: 60px; }
    .features-list_item[data-order="2"] .wrapper, .features-list_item[data-order="4"] .wrapper {
      flex-grow: 1; }
    .features-list_item[data-order="3"] {
      margin-bottom: 0; }
    .features-list_item .icon {
      margin-bottom: 0 !important;
      margin-right: 20px; }
    .features-list_item .title {
      max-width: 150px; } }

@media screen and (min-width: 767.98px) {
  .hero {
    padding: 60px 0 30px; }
    .hero_content {
      padding-top: 0; }
      .hero_content-header {
        max-width: 640px; } }

@media screen and (min-width: 1199.98px) {
  .hero {
    padding: 150px 0; }
    .hero_media {
      height: 100%;
      width: 600px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0; }
      .hero_media-leaf {
        bottom: -3%;
        right: 0;
        position: absolute; }
    .hero_content {
      padding-top: 0; }
      .hero_content-header {
        max-width: unset; } }

@media screen and (min-width: 1399.98px) {
  .hero_media {
    width: 800px; }
    .hero_media-leaf {
      bottom: -4%; } }

@media screen and (min-width: 1919.98px) {
  .hero_media {
    width: 1000px; }
    .hero_media-leaf {
      bottom: -5%; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.categories_list {
  margin: 0 -15px; }
  .categories_list-item {
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center; }
    .categories_list-item[data-order="5"], .categories_list-item[data-order="6"] {
      margin-bottom: 0; }
    .categories_list-item_wrapper .media {
      position: relative;
      margin-bottom: 20px;
      border-radius: 16px;
      overflow: hidden;
      aspect-ratio: 1 / 1; }
      .categories_list-item_wrapper .media .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(33, 72, 66, 0.6);
        color: #fff;
        font-family: "NunitoSans", sans-serif;
        font-weight: 700;
        padding: 20px;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        opacity: 0;
        visibility: hidden; }
    .categories_list-item_wrapper:hover .overlay {
      opacity: 1;
      visibility: visible; }

@media screen and (min-width: 767.98px) {
  .categories_list-item[data-order="4"] {
    margin-bottom: 0; } }

@media screen and (min-width: 991.98px) {
  .categories_list {
    margin: 0 -20px; }
    .categories_list-item {
      margin-bottom: 40px;
      padding: 0 20px; } }

@media screen and (min-width: 1199.98px) {
  .categories_list-item {
    margin-bottom: 0; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.popular_header {
  text-align: center;
  margin-bottom: 30px; }
  .popular_header-title {
    margin-bottom: 15px; }
  .popular_header-text {
    max-width: 500px;
    margin: 0 auto; }

.popular_slider-slide .wrapper {
  height: 100%; }
  .popular_slider-slide .wrapper .media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px; }
    .popular_slider-slide .wrapper .media:hover .overlay {
      opacity: 1;
      visibility: visible; }
    .popular_slider-slide .wrapper .media .overlay, .popular_slider-slide .wrapper .media .sale {
      position: absolute; }
    .popular_slider-slide .wrapper .media .sale {
      width: 40px;
      height: 40px;
      background: #258F67;
      border-radius: 50%;
      top: 20px;
      right: 20px;
      color: #fff;
      font-weight: 600;
      font-size: 14px; }
    .popular_slider-slide .wrapper .media .overlay {
      background: rgba(33, 72, 66, 0.6);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transition: all .3s ease-in-out;
      opacity: 0;
      visibility: hidden; }
      .popular_slider-slide .wrapper .media .overlay .action .list-item {
        margin-right: 15px; }
        .popular_slider-slide .wrapper .media .overlay .action .list-item:last-of-type {
          margin-right: 0; }
      .popular_slider-slide .wrapper .media .overlay .action_link {
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #EFC368;
        color: #EFC368;
        font-size: 16px; }
        .popular_slider-slide .wrapper .media .overlay .action_link:hover, .popular_slider-slide .wrapper .media .overlay .action_link.active {
          background: #EFC368;
          color: #fff; }
  .popular_slider-slide .wrapper .main {
    flex-grow: 1; }
    .popular_slider-slide .wrapper .main_rating-stars_star {
      margin-right: 10px;
      font-size: 20px;
      line-height: 1; }
      .popular_slider-slide .wrapper .main_rating-stars_star:last-of-type {
        margin-right: 0; }
    .popular_slider-slide .wrapper .main_title {
      margin: 10px 0;
      flex-grow: 1;
      font-family: "NunitoSans", sans-serif;
      color: #214842;
      font-size: 20px;
      line-height: 1.3;
      font-weight: 700;
      transition: all .3s ease-in-out; }
      .popular_slider-slide .wrapper .main_title:hover, .popular_slider-slide .wrapper .main_title:focus {
        color: #258F67 !important; }
    .popular_slider-slide .wrapper .main_price .price {
      color: #258F67;
      font-size: 22px;
      line-height: 1.1;
      font-weight: 800;
      font-family: "NunitoSans", sans-serif; }
      .popular_slider-slide .wrapper .main_price .price--old {
        color: #C6C6C6;
        text-decoration: line-through;
        margin-right: 15px;
        font-weight: 700; }

@media screen and (min-width: 991.98px) {
  .popular_header {
    margin-bottom: 40px; }
  .popular_slider-slide .wrapper .media {
    margin-bottom: 20px; }
  .popular_slider-slide .wrapper .main_title {
    font-size: 22px;
    margin: 20px 0 15px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.promo {
  background: #FAFAF5;
  text-align: center; }
  .promo .media {
    mix-blend-mode: darken;
    max-height: 830px;
    padding-bottom: 60px;
    flex-grow: 1;
    margin-top: 40px; }
  .promo_header {
    margin-bottom: 30px; }
    .promo_header-title {
      display: block;
      font-size: 30px;
      line-height: 1.3;
      font-family: "NunitoSans", sans-serif;
      font-weight: 800;
      color: #214842;
      margin-bottom: 15px; }
  .promo_price {
    font-family: "NunitoSans", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3; }
    .promo_price .price {
      color: #214842; }
      .promo_price .price--old {
        margin-right: 30px;
        color: #C6C6C6;
        text-decoration: line-through; }
  .promo_timer {
    margin: 30px 0 40px; }
    .promo_timer .timer_block {
      margin-right: 10px;
      border-radius: 8px;
      min-width: 60px;
      height: 60px;
      border: 1px solid #258F67;
      text-align: center;
      padding: 5px;
      font-size: 14px;
      text-transform: capitalize; }
      .promo_timer .timer_block:last-of-type {
        margin-right: 0; }
      .promo_timer .timer_block-number {
        font-size: 24px;
        line-height: 1.1;
        font-family: "NunitoSans", sans-serif;
        color: #258F67;
        font-weight: 800; }

@media screen and (min-width: 575.98px) {
  .promo_timer .timer_block {
    margin-right: 15px;
    width: 80px;
    height: 79px; } }

@media screen and (min-width: 767.98px) {
  .promo {
    text-align: left; }
    .promo_header {
      max-width: 530px; } }

@media screen and (min-width: 991.98px) {
  .promo .media {
    padding-bottom: 0;
    margin-top: 0; }
  .promo_header-title {
    font-size: 36px;
    line-height: 1.2; }
  .promo_fluid .section--nopb {
    padding-bottom: 160px; }
  .promo_timer {
    margin: 40px 0 50px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.reviews {
  position: relative; }
  .reviews_underlay {
    position: absolute;
    width: 470px;
    height: 450px;
    opacity: 0.7;
    transform: rotate(-20deg);
    right: 0;
    bottom: 0; }
    .reviews_underlay-circle {
      display: block;
      width: 384px;
      height: 384px;
      filter: blur(136px);
      transform: rotate(-20deg);
      position: absolute; }
      .reviews_underlay-circle--green {
        background: rgba(158, 188, 166, 0.2);
        top: 0;
        right: 0; }
      .reviews_underlay-circle--yellow {
        background: rgba(239, 195, 104, 0.1);
        bottom: 0;
        left: 0; }
  .reviews_header {
    text-align: center;
    margin-bottom: 30px; }
    .reviews_header-title {
      margin-bottom: 15px; }
    .reviews_header-text {
      max-width: 475px;
      margin: 0 auto; }
  .reviews_slider-slide {
    padding: 15px;
    height: auto; }
    .reviews_slider-slide_wrapper {
      height: 100%;
      background: #fff;
      box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
      border-radius: 24px;
      padding: 30px; }
      .reviews_slider-slide_wrapper .avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-bottom: 30px; }
      .reviews_slider-slide_wrapper .rating {
        line-height: 1; }
        .reviews_slider-slide_wrapper .rating_star {
          margin-right: 10px;
          font-size: 20px; }
          .reviews_slider-slide_wrapper .rating_star:last-of-type {
            margin-right: 0; }
      .reviews_slider-slide_wrapper .text {
        margin-top: 10px;
        text-align: center;
        flex-grow: 1;
        margin-bottom: 30px; }

@media screen and (min-width: 767.98px) {
  .reviews_slider {
    margin: -10px; }
    .reviews_slider-slide {
      padding: 10px;
      height: auto; } }

@media screen and (min-width: 991.98px) {
  .reviews_header {
    margin-bottom: 40px; }
  .reviews_slider-slide_wrapper {
    padding: 40px; }
    .reviews_slider-slide_wrapper .text {
      margin-top: 20px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.accordion_component {
  max-width: 894px;
  margin: 0 auto; }
  .accordion_component-item {
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
    border-radius: 16px;
    padding: 15px; }
    .accordion_component-item:last-of-type {
      margin-bottom: 0; }
    .accordion_component-item_header {
      transition: color .3s ease-in-out;
      cursor: pointer; }
      .accordion_component-item_header:not(.collapsed) {
        color: #258F67; }
      .accordion_component-item_header .icon {
        transition: all .3s ease-in-out;
        display: block;
        margin: 0 0 0 15px; }
        .accordion_component-item_header .icon.transform {
          transform: rotate(180deg); }
    .accordion_component-item_body {
      padding: 10px 0 0; }

@media screen and (min-width: 575.98px) {
  .accordion_component-item {
    padding: 20px; }
    .accordion_component-item_header .icon {
      margin: 0 0 0 20px; }
    .accordion_component-item_body {
      padding: 20px 0 0; } }

@media screen and (min-width: 767.98px) {
  .accordion_component-item {
    padding: 20px 20px 20px 30px; }
    .accordion_component-item_header {
      transition: padding-top .3s ease-in-out; }
      .accordion_component-item_header:not(.collapsed) {
        padding-top: 10px; }
      .accordion_component-item_header .icon {
        margin: 0 0 0 20px; }
    .accordion_component-item_body {
      padding: 20px 0 10px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.faq_media {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 40px; }

.faq_main-header {
  text-align: center;
  margin-bottom: 30px; }
  .faq_main-header_title {
    margin-bottom: 15px; }

.faq_main .accordion_component {
  max-width: 100%; }

@media screen and (min-width: 991.98px) {
  .faq_main-header {
    text-align: left; } }

@media screen and (min-width: 1199.98px) {
  .faq_media {
    margin-top: 0;
    height: 654px; }
    .faq_media img {
      height: 100%; }
  .faq_main {
    margin-left: 80px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.contacts_header {
  text-align: center;
  margin-bottom: 30px; }
  .contacts_header-title {
    margin-bottom: 15px; }
  .contacts_header-text {
    max-width: 552px;
    margin: 0 auto; }

.contacts_cards-item {
  margin-bottom: 30px;
  text-align: center; }
  .contacts_cards-item .icon {
    font-size: 24px; }
    .contacts_cards-item .icon.icon-check {
      font-size: 19px; }
  .contacts_cards-item:last-of-type {
    margin-bottom: 0; }
  .contacts_cards-item[data-order="2"] .contacts_cards-item_wrapper {
    background: #214842;
    box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07);
    color: #fff;
    text-align: left; }
    .contacts_cards-item[data-order="2"] .contacts_cards-item_wrapper .title {
      color: inherit;
      text-align: center; }
    .contacts_cards-item[data-order="2"] .contacts_cards-item_wrapper .list-item {
      margin-bottom: 10px; }
      .contacts_cards-item[data-order="2"] .contacts_cards-item_wrapper .list-item:last-of-type {
        margin-bottom: 0; }
      .contacts_cards-item[data-order="2"] .contacts_cards-item_wrapper .list-item .icon {
        color: #EFC368;
        margin-right: 10px; }
  .contacts_cards-item_wrapper {
    box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
    border-radius: 16px;
    color: #214842;
    padding: 30px; }
    .contacts_cards-item_wrapper .title {
      margin-bottom: 15px; }
    .contacts_cards-item_wrapper .info .icon {
      margin-bottom: 10px; }
    .contacts_cards-item_wrapper .text {
      margin-top: 20px;
      font-size: 14px;
      color: #556260; }

@media screen and (min-width: 575.98px) {
  .contacts_cards-item {
    text-align: left; }
    .contacts_cards-item[data-order="2"] .contacts_cards-item_wrapper .title {
      text-align: left; }
    .contacts_cards-item_wrapper .info .icon {
      margin-bottom: 0;
      margin-right: 10px; }
    .contacts_cards-item_wrapper .info .linebreak {
      display: block; } }

@media screen and (min-width: 767.98px) {
  .contacts_header {
    text-align: left; }
    .contacts_header-text {
      margin: unset; }
  .contacts_cards {
    margin: 0 -15px; }
    .contacts_cards-item {
      padding: 0 15px; }
      .contacts_cards-item[data-order="1"] {
        order: 1; }
      .contacts_cards-item[data-order="2"] {
        order: 3;
        margin-bottom: 0; }
      .contacts_cards-item[data-order="3"] {
        order: 2;
        margin-bottom: 30px; } }

@media screen and (min-width: 991.98px) {
  .contacts_header {
    margin-bottom: 40px; }
  .contacts_cards {
    margin: 0 -20px; }
    .contacts_cards-item {
      padding: 0 20px; }
      .contacts_cards-item_wrapper {
        padding: 40px; }
      .contacts_cards-item[data-order="3"] {
        margin-bottom: 40px; } }

@media screen and (min-width: 1199.98px) {
  .contacts_header {
    text-align: center; }
    .contacts_header-text {
      margin: 0 auto; }
  .contacts_cards {
    margin: 0 -20px; }
    .contacts_cards-item {
      padding: 0 20px;
      margin-bottom: 0; }
      .contacts_cards-item_wrapper {
        height: 100%; }
      .contacts_cards-item[data-order="2"] {
        order: 2; }
      .contacts_cards-item[data-order="3"] {
        margin-bottom: 0;
        order: 3; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.partners {
  padding: 80px 0;
  background: #FAFAF5; }
  .partners_list-item {
    color: #C6C6C6; }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.cart_main {
  margin-bottom: 30px; }
  .cart_main-header {
    margin-bottom: 30px; }
  .cart_main-list {
    margin-bottom: 40px; }
    .cart_main-list_item {
      margin-bottom: 30px;
      width: 100%; }
      .cart_main-list_item .wrapper {
        background: #fff;
        padding: 15px;
        box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
        border-radius: 16px; }
        .cart_main-list_item .wrapper .price {
          font-family: "NunitoSans", sans-serif;
          font-weight: 800;
          font-size: 20px;
          line-height: 1.3;
          color: #214842; }
          .cart_main-list_item .wrapper .price_wrapper {
            width: 50%; }
            .cart_main-list_item .wrapper .price_wrapper .title {
              color: #C6C6C6;
              font-size: 14px;
              font-weight: 500;
              font-family: "Montserrat", sans-serif;
              margin-bottom: 5px; }
          .cart_main-list_item .wrapper .price--old {
            text-decoration: line-through;
            color: #C6C6C6;
            margin-bottom: 5px;
            font-weight: 700; }
          .cart_main-list_item .wrapper .price--total {
            color: #258F67;
            font-size: 24px;
            line-height: 1.1; }
        .cart_main-list_item .wrapper_item {
          margin-bottom: 10px; }
          .cart_main-list_item .wrapper_item-media {
            border-radius: 16px;
            overflow: hidden;
            margin-right: 15px; }
          .cart_main-list_item .wrapper_item-info {
            width: calc(100% - 95px); }
            .cart_main-list_item .wrapper_item-info .title {
              margin-bottom: 5px; }
      .cart_main-list_item .close {
        color: #C6C6C6;
        margin-top: 10px;
        transition: color .3s ease-in-out;
        font-size: 20px; }
        .cart_main-list_item .close:hover, .cart_main-list_item .close:focus {
          color: #556260; }
  .cart_main-action .btn--underline {
    margin-bottom: 20px; }

.cart_summary {
  padding: 30px;
  box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
  border-radius: 16px; }
  .cart_summary-header {
    margin-bottom: 30px; }
  .cart_summary-table {
    font-family: "NunitoSans", sans-serif;
    font-weight: 700;
    color: #214842;
    font-size: 17px;
    line-height: 1.3; }
    .cart_summary-table_row {
      margin-bottom: 15px; }
      .cart_summary-table_row:last-of-type {
        margin-bottom: 0; }
      .cart_summary-table_row--total {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.3; }
  .cart_summary-form {
    margin-bottom: 30px; }
    .cart_summary-form_header, .cart_summary-form_field {
      margin-bottom: 20px; }
    .cart_summary-form_field {
      width: 100%;
      border: 1px solid #C6C6C6;
      border-radius: 24px;
      padding: 13px 20px;
      height: 48px;
      transition: all .3s ease-in-out; }
      .cart_summary-form_field::placeholder {
        font-size: 14px;
        color: #214842;
        transition: opacity .3s ease-in-out; }
      .cart_summary-form_field:focus {
        border-color: #214842; }
        .cart_summary-form_field:focus::placeholder {
          opacity: 0; }
  .cart_summary-btn {
    margin-top: 30px;
    width: 100%; }

@media screen and (min-width: 575.98px) {
  .cart_main-list_item .wrapper {
    position: relative; }
    .cart_main-list_item .wrapper_item {
      order: 1;
      min-width: 100%; }
    .cart_main-list_item .wrapper .price_wrapper {
      order: 3;
      width: unset; }
      .cart_main-list_item .wrapper .price_wrapper--subtotal {
        order: 5;
        flex-grow: 1;
        text-align: right; }
  .cart_main-list_item .qty {
    order: 4;
    margin-top: 0;
    margin-left: 60px; }
  .cart_main-list_item .close {
    order: 2;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px; }
  .cart_main-action .btn--underline {
    margin-bottom: 0; } }

@media screen and (min-width: 767.98px) {
  .cart_main {
    width: calc(100% - 330px); }
  .cart_summary {
    max-width: 300px;
    height: max-content; } }

@media screen and (min-width: 991.98px) {
  .cart_main {
    width: calc(100% - 400px); }
    .cart_main-header {
      margin: 0 0 40px; }
    .cart_main-list_item .wrapper {
      padding: 30px; }
      .cart_main-list_item .wrapper .close {
        top: 30px;
        right: 30px; }
      .cart_main-list_item .wrapper .price {
        font-size: 22px; }
        .cart_main-list_item .wrapper .price--total {
          font-size: 28px; }
  .cart_summary {
    max-width: 340px;
    padding: 40px; }
    .cart_summary-table_row--total {
      font-size: 22px; } }

@media screen and (min-width: 1199.98px) {
  .cart_main-list_item .wrapper .qty {
    margin-left: 0; }
  .cart_main-list_item .wrapper .price--old {
    margin-bottom: 15px; }
  .cart_main-list_item .wrapper .price_wrapper--subtotal {
    order: 5;
    flex-grow: unset;
    text-align: left; }
  .cart_main-list_item .wrapper_item {
    min-width: unset; }
    .cart_main-list_item .wrapper_item-media {
      width: 140px;
      height: 140px;
      margin-right: 30px; }
    .cart_main-list_item .wrapper_item-info {
      max-width: 200px; } }

@media screen and (min-width: 1399.98px) {
  .cart_main-list_item .wrapper .close {
    position: static;
    order: 5; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.news_list-item {
  margin-bottom: 30px; }
  .news_list-item:last-of-type {
    margin-bottom: 0; }
  .news_list-item .media {
    border-radius: 16px;
    overflow: hidden;
    max-height: 550px;
    margin-bottom: 10px; }
  .news_list-item .main_metadata-item {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px; }
    .news_list-item .main_metadata-item:last-of-type {
      margin-right: 0; }
    .news_list-item .main_metadata-item .icon {
      color: #258F67;
      margin-right: 5px; }
  .news_list-item .main_title {
    margin: 10px 0; }
  .news_list-item .main_text {
    margin-bottom: 15px; }

@media screen and (min-width: 767.98px) {
  .news_wrapper {
    width: calc(100% - 350px); }
  .news_list-item {
    margin-bottom: 40px; }
  .widgets {
    max-width: 320px; }
  .pagination {
    margin-bottom: 0 !important; } }

@media screen and (min-width: 991.98px) {
  .news_wrapper {
    width: calc(100% - 380px); }
  .news_list-item {
    margin-bottom: 60px; }
    .news_list-item .main_title {
      margin: 20px 0; } }

@media screen and (min-width: 1199.98px) {
  .news_wrapper {
    width: calc(100% - 480px); }
  .widgets {
    max-width: 420px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.news_list-item {
  margin-bottom: 30px; }
  .news_list-item:last-of-type {
    margin-bottom: 0; }
  .news_list-item_wrapper .media {
    max-height: 300px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 16px; }
  .news_list-item_wrapper .main_metadata-item {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px; }
    .news_list-item_wrapper .main_metadata-item:last-of-type {
      margin-right: 0; }
    .news_list-item_wrapper .main_metadata-item .icon {
      margin-right: 5px;
      color: #258F67; }
  .news_list-item_wrapper .main_title {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "NunitoSans", sans-serif;
    color: #214842; }
    .news_list-item_wrapper .main_title .icon {
      display: none; }
    .news_list-item_wrapper .main_title--bookmarked {
      position: relative;
      padding-left: 25px; }
      .news_list-item_wrapper .main_title--bookmarked .icon {
        display: inline;
        color: #258F67;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px; }

@media screen and (min-width: 767.98px) {
  .news_list {
    margin: 0 -15px; }
    .news_list-item {
      padding: 0 15px; }
      .news_list-item[data-order="11"] {
        margin-bottom: 0; }
      .news_list-item_wrapper {
        height: 100%; }
        .news_list-item_wrapper .main, .news_list-item_wrapper .main_title {
          flex-grow: 1; }
  .news .widgets {
    max-width: 50%; } }

@media screen and (min-width: 991.98px) {
  .news_wrapper {
    width: calc(100% - 360px); }
  .news .widgets {
    max-width: 320px; }
  .news .pagination {
    margin: 60px 0 0; }
  .news_list {
    margin: 0 -20px; }
    .news_list-item {
      padding: 0 20px;
      margin-bottom: 50px; }
      .news_list-item_wrapper .media {
        margin-bottom: 20px; }
      .news_list-item_wrapper .main_title {
        margin: 15px 0; }
      .news_list-item_wrapper .main_metadata-item {
        margin-right: 15px; } }

@media screen and (min-width: 1199.98px) {
  .news_wrapper {
    width: calc(100% - 480px); }
  .news .widgets {
    max-width: 420px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.post .socials .list-item {
  margin-right: 20px; }
  .post .socials .list-item:last-of-type {
    margin-right: 0; }
  .post .socials .list-item .link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #EFC368;
    color: #214842;
    font-size: 18px;
    transition: all .5s ease-in-out; }
    .post .socials .list-item .link:hover, .post .socials .list-item .link:focus {
      transform: scale(1.1); }

.post .metadata_item {
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1; }
  .post .metadata_item:last-of-type {
    margin-bottom: 0; }
  .post .metadata_item-text {
    display: none; }
  .post .metadata_item .icon {
    margin-right: 5px; }

.post_cover {
  overflow: hidden;
  border-radius: 16px;
  height: 300px;
  margin-bottom: 30px; }
  .post_cover img {
    height: 300px; }

.post_info {
  margin-bottom: 30px; }
  .post_info .socials {
    margin-top: 20px; }

.post_header {
  margin: 20px 0 10px; }

.post_list {
  margin-top: 20px; }
  .post_list:not(.ordered) .post_list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #258F67;
    border-radius: 50%;
    transform: translateY(-50%); }
  .post_list-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px; }
    .post_list-item:last-of-type {
      margin-bottom: 0; }

.post_quote {
  background: #FAFAF5;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px;
  margin: 20px 0;
  text-align: center;
  color: #214842;
  font-family: "NunitoSans", sans-serif;
  font-weight: 700; }
  .post_quote-text {
    font-size: 20px;
    line-height: 1.3; }
  .post_quote-author {
    display: block;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 15px; }

.post_highlight {
  color: #214842; }
  .post_highlight-wrapper {
    margin-bottom: 20px; }
  .post_highlight .post_list {
    margin-bottom: 20px; }
    .post_highlight .post_list-item .number {
      position: absolute;
      left: 0;
      top: 0; }
  .post_highlight-media_img {
    overflow: hidden;
    border-radius: 16px;
    max-height: 240px;
    margin-bottom: 10px; }
  .post_highlight-media_capture {
    font-size: 14px; }

.post_tags {
  margin-top: 30px; }
  .post_tags-header {
    margin-bottom: 10px; }
  .post_tags .list {
    margin-top: -10px; }
    .post_tags .list-item .link {
      font-weight: 500;
      display: block;
      margin: 10px 10px 0 0;
      padding: 0 20px;
      height: 40px;
      border: 1px solid #9EBCA6;
      border-radius: 24px;
      transition: all .3s ease-in-out; }
      .post_tags .list-item .link:hover, .post_tags .list-item .link:focus {
        border-color: #258F67;
        color: #258F67; }

.post_footer {
  margin: 60px 0; }
  .post_footer-author {
    margin-bottom: 60px; }
    .post_footer-author_avatar {
      width: 150px;
      height: 150px;
      border-radius: 16px;
      overflow: hidden; }
    .post_footer-author_about .name {
      margin: 15px 0 10px; }
  .post_footer-nav {
    font-family: "NunitoSans", sans-serif;
    font-weight: 700; }
    .post_footer-nav_block:first-of-type {
      margin-bottom: 20px; }
    .post_footer-nav_block--next {
      text-align: right; }
    .post_footer-nav_block:hover .nav-link {
      color: #258F67; }
  .post_footer .nav-link {
    color: #807E7E;
    margin-bottom: 10px;
    transition: color .3s ease-in-out;
    font-size: 17px;
    line-height: 1; }
    .post_footer .nav-link--prev .icon {
      margin-right: 10px; }
    .post_footer .nav-link--next .icon {
      margin-left: 10px; }
    .post_footer .nav-link:hover, .post_footer .nav-link:focus {
      color: #258F67; }
  .post_footer .post-title {
    color: #214842;
    font-size: 20px;
    line-height: 1.3; }

.comments {
  margin-bottom: 60px; }
  .comments_header, .comments_item {
    margin-bottom: 30px; }
  .comments_item:last-of-type {
    margin-bottom: 0; }
  .comments_item[data-reply=true] {
    margin-left: 30px; }
  .comments_item .avatar {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px; }
  .comments_item .main .panel {
    margin-bottom: 20px; }
    .comments_item .main .panel_timestamp {
      font-size: 14px;
      font-weight: 600; }
    .comments_item .main .panel_btn {
      max-width: fit-content; }

.reply_header {
  margin-bottom: 30px; }

.reply_form .label {
  font-family: "NunitoSans", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  color: #214842; }

.reply_form .field {
  border: 1px solid #C6C6C6;
  border-radius: 24px;
  width: 100%;
  padding: 0 20px;
  height: 48px;
  font-size: 14px;
  line-height: 22px;
  transition: all .3s ease-in-out; }
  .reply_form .field--message {
    height: 135px;
    padding: 13px 20px; }
  .reply_form .field::placeholder {
    transition: opacity .3s ease-in-out; }
  .reply_form .field:focus {
    border-color: #214842; }
    .reply_form .field:focus::placeholder {
      opacity: 0; }
  .reply_form .field-wrapper {
    margin-bottom: 15px; }
    .reply_form .field-wrapper:last-of-type {
      margin-bottom: 0; }

.reply_form .btn {
  margin-top: 30px; }

@media screen and (min-width: 575.98px) {
  .post_info .metadata_item-text {
    display: inline; }
  .post_info .metadata_item-number {
    display: none; }
  .post_info .socials {
    margin-top: 0; }
  .post_tags-header {
    margin-bottom: 0;
    margin-right: 30px; }
  .post_tags-list {
    margin-top: 0; }
    .post_tags-list .list-item .link {
      margin-top: 0; }
  .post_footer-author_about {
    text-align: left;
    width: calc(100% - 180px);
    margin-left: 30px; }
    .post_footer-author_about .name {
      margin: 0 0 10px; }
  .post_footer-nav_block {
    width: calc(50% - 30px); }
    .post_footer-nav_block .post-title {
      max-width: 320px; }
    .post_footer-nav_block:first-of-type {
      margin-bottom: 0; }
  .comments_item[data-reply=true] {
    margin-left: 60px; }
  .comments_item .avatar {
    margin-bottom: 0;
    margin-right: 30px; }
  .comments_item .main {
    width: calc(100% - 110px); }
  .reply_form .btn {
    width: fit-content; } }

@media screen and (min-width: 767.98px) {
  .post_header {
    margin: 30px 0 10px; }
  .post_list {
    margin-top: 30px; }
  .post_quote {
    margin: 30px 0; }
  .post_highlight .post_list {
    margin-bottom: 30px; }
    .post_highlight .post_list.ordered {
      margin-bottom: 0; }
  .post_highlight-wrapper {
    margin-bottom: 30px; }
  .post_highlight-media {
    max-width: 310px; }
  .post_highlight-block {
    width: calc(100% - 340px); }
  .comments_item .main .panel_timestamp {
    margin-left: 30px; }
  .reply_form .field-wrapper:not(.fluid) {
    width: calc(50% - 15px); }
  .reply_form .field-wrapper.fluid {
    min-width: 100%; } }

@media screen and (min-width: 991.98px) {
  .post_cover {
    height: 490px;
    margin-bottom: 40px; }
    .post_cover img {
      height: 490px; }
  .post_info {
    margin-bottom: 40px; }
  .post_highlight-block {
    width: calc(100% - 370px); }
  .post_highlight-media_img {
    margin-bottom: 15px; }
  .post_list-item {
    margin-bottom: 20px; }
  .post_quote {
    padding: 60px; }
    .post_quote-text {
      font-size: 22px;
      line-height: 1.1; }
    .post_quote-author {
      margin-top: 30px; }
  .post_header {
    margin: 40px 0 20px; }
  .post_tags {
    margin-top: 40px; }
    .post_tags-list .list-item .link {
      margin-right: 20px; }
  .post_footer {
    margin: 80px 0; }
    .post_footer-nav .nav-link {
      margin-bottom: 20px; }
    .post_footer-author {
      margin-bottom: 80px; }
      .post_footer-author_about .name {
        margin-bottom: 20px; }
  .comments {
    margin-bottom: 80px; }
    .comments_header, .comments_item {
      margin-bottom: 40px; }
    .comments_item[data-reply="true"] {
      margin-left: 120px; }
  .reply_header {
    margin-bottom: 40px; }
  .reply_form .field-wrapper:not(.fluid) {
    width: calc(50% - 20px); }
  .reply_form .label {
    margin-bottom: 15px; }
  .reply_form .btn {
    margin-top: 40px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.post_header--main {
  margin: 0 0 15px; }

.post .socials {
  margin-top: 30px; }

.post_main .metadata {
  margin-bottom: 20px; }

.post_quote {
  text-align: left; }
  .post_quote-author {
    position: relative;
    padding-bottom: 15px; }
    .post_quote-author:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80px;
      height: 2px;
      background: #258F67; }

.post_media {
  margin: 20px 0; }
  .post_media-img {
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    max-height: 280px; }
    .post_media-img:last-of-type {
      margin-bottom: 0; }

.post_list-item .number {
  position: absolute;
  left: 0;
  top: 0; }

.comments_item {
  padding-top: 30px;
  border-top: 1px solid #C6C6C6; }
  .comments_item[data-order="1"] {
    padding-top: 0;
    border: none; }

.reply {
  padding-bottom: 60px; }

@media screen and (min-width: 575.98px) {
  .post_main .metadata_item-text {
    display: inline; }
  .post_main .metadata_item-number {
    display: none; } }

@media screen and (min-width: 767.98px) {
  .post_media {
    margin: 30px 0; }
    .post_media-img {
      width: calc(50% - 15px);
      margin-bottom: 0; }
  .post .socials, .post_tags {
    margin: 0; }
  .post .wrapper--tags {
    margin-top: 60px; }
  .post .widgets {
    width: 50%; } }

@media screen and (min-width: 991.98px) {
  .post_content {
    width: calc(100% - 450px); }
  .post_header--main {
    margin: 0 0 30px; }
  .post .wrapper--tags {
    margin-top: 80px; }
  .post .socials {
    margin-top: 30px; }
  .post_main .metadata {
    margin-bottom: 30px; }
  .post_quote {
    text-align: left; }
    .post_quote-author {
      position: relative;
      padding-bottom: 15px; }
      .post_quote-author:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 2px;
        background: #258F67; }
  .post_media {
    margin: 30px 0; }
    .post_media-img {
      margin-bottom: 20px;
      border-radius: 16px;
      overflow: hidden;
      max-height: 280px; }
      .post_media-img:last-of-type {
        margin-bottom: 0; }
  .post_list-item .number {
    position: absolute;
    left: 0;
    top: 0; }
  .widgets {
    max-width: 420px; }
  .comments_item .main .panel_timestamp {
    margin-left: 0; }
  .reply {
    padding-bottom: 0; } }

@media screen and (min-width: 1199.98px) {
  .post_content {
    width: calc(100% - 480px); }
  .post .socials {
    margin-top: 0; }
  .post .wrapper--lists .post_list {
    width: calc(50% - 20px); }
  .comments_item .main .panel_timestamp {
    margin-left: 30px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.widgets-item {
  margin-bottom: 40px;
  color: #214842; }
  .widgets-item:last-of-type {
    margin-bottom: 0; }
  .widgets-item_header {
    margin-bottom: 20px; }
    .widgets-item_header .leaf {
      margin-right: 10px; }
  .widgets-item_nav {
    margin-bottom: -15px; }
    .widgets-item_nav .nav-link {
      transition: color .3s ease-in-out;
      display: inline-block;
      margin-bottom: 15px;
      line-height: 1 !important; }
      .widgets-item_nav .nav-link:hover {
        color: #258F67; }
      .widgets-item_nav .nav-link .icon {
        color: #9EBCA6; }
      .widgets-item_nav .nav-link[aria-expanded="true"] .icon {
        transform: rotate(90deg); }
      .widgets-item_nav .nav-link[aria-expanded="true"] + .nav-list--main {
        padding-bottom: 15px; }
      .widgets-item_nav .nav-link .icon {
        margin-right: 10px;
        transition: all .3s ease-in-out; }
      .widgets-item_nav .nav-link[data-level="first"] {
        font-family: "NunitoSans", sans-serif;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 15px; }
        .widgets-item_nav .nav-link[data-level="first"][aria-expanded="true"], .widgets-item_nav .nav-link[data-level="first"]:hover,
        .widgets-item_nav .nav-link[data-level="first"] .icon {
          color: #258F67; }
      .widgets-item_nav .nav-link[data-level="second"] {
        margin-left: 10px; }
      .widgets-item_nav .nav-link[data-level="third"] {
        margin-left: 20px; }
      .widgets-item_nav .nav-link[data-level="fourth"] {
        margin-left: 40px; }
  .widgets-item--recent .list-item {
    margin-bottom: 30px; }
    .widgets-item--recent .list-item:hover .media img {
      transform: scale(1.1); }
    .widgets-item--recent .list-item:last-of-type {
      margin-bottom: 0; }
    .widgets-item--recent .list-item .media {
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 10px;
      height: 200px; }
      .widgets-item--recent .list-item .media img {
        transition: all .5s ease-in-out; }
    .widgets-item--recent .list-item .title {
      display: inline-block;
      margin-bottom: 5px;
      font-size: 17px;
      line-height: 1.3;
      font-weight: 700;
      font-family: "NunitoSans", sans-serif; }
    .widgets-item--recent .list-item .metadata {
      font-weight: 600;
      line-height: 1;
      color: #556260;
      font-size: 14px; }
      .widgets-item--recent .list-item .metadata .icon {
        margin-right: 10px; }
  .widgets-item--tags .list {
    margin-top: -10px; }
    .widgets-item--tags .list-item .link {
      font-weight: 500;
      display: block;
      margin: 10px 10px 0 0;
      padding: 0 20px;
      height: 40px;
      border: 1px solid #9EBCA6;
      border-radius: 24px;
      transition: all .3s ease-in-out; }
      .widgets-item--tags .list-item .link:hover, .widgets-item--tags .list-item .link:focus {
        border-color: #258F67;
        color: #258F67; }
  .widgets-item--comments .list-item {
    margin-bottom: 15px; }
    .widgets-item--comments .list-item:last-of-type {
      margin-bottom: 0; }
    .widgets-item--comments .list-item .icon {
      color: #258F67;
      margin-right: 10px;
      position: relative;
      top: 2px; }
    .widgets-item--comments .list-item .comment .author {
      font-weight: 600; }
  .widgets-item--archives .list-item {
    margin-bottom: 15px; }
    .widgets-item--archives .list-item:last-of-type {
      margin-bottom: 0; }
    .widgets-item--archives .list-item .month_name {
      font-family: "NunitoSans", sans-serif;
      font-weight: 700;
      line-height: 1; }
    .widgets-item--archives .list-item .month .icon {
      color: #258F67;
      margin-right: 10px; }
  .widgets-item--calendar {
    font-family: "NunitoSans", sans-serif; }
    .widgets-item--calendar .table {
      width: 100%;
      text-align: center; }
      .widgets-item--calendar .table_header {
        background: #FAFAF5;
        font-weight: 700;
        padding: 12px 0;
        margin-bottom: 30px; }
      .widgets-item--calendar .table_body {
        color: #556260; }
        .widgets-item--calendar .table_body-week_day {
          font-weight: 700;
          padding-bottom: 10px; }
        .widgets-item--calendar .table_body-dates_date {
          padding: 5px 0;
          transition: all, .3s ease-in-out;
          cursor: pointer;
          width: 38px;
          font-family: "Montserrat", sans-serif; }
          .widgets-item--calendar .table_body-dates_date--current, .widgets-item--calendar .table_body-dates_date:hover {
            border-radius: 8px;
            background: #0DA574;
            color: #fff;
            font-weight: 700; }
    .widgets-item--calendar .navigation {
      margin-top: 30px;
      color: #808385;
      font-weight: 700;
      line-height: 1; }
      .widgets-item--calendar .navigation_control--prev .icon {
        margin-right: 10px;
        transition: margin-right .3s ease-in-out; }
      .widgets-item--calendar .navigation_control--prev:hover .icon, .widgets-item--calendar .navigation_control--prev:focus .icon {
        margin-right: 5px; }
      .widgets-item--calendar .navigation_control--next .icon {
        margin-left: 10px;
        transition: margin-left .3s ease-in-out; }
      .widgets-item--calendar .navigation_control--next:hover .icon, .widgets-item--calendar .navigation_control--next:focus .icon {
        margin-left: 5px; }
  .widgets-item--sale {
    position: relative;
    background: #FAFAF5;
    border-radius: 24px;
    overflow: hidden;
    padding: 30px; }
    .widgets-item--sale .media {
      position: absolute;
      right: -30px;
      bottom: 0;
      height: 152px;
      width: 158px;
      z-index: 1; }
      .widgets-item--sale .media .leaf {
        position: absolute;
        bottom: 0;
        filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.15)); }
    .widgets-item--sale .content {
      position: relative;
      z-index: 10; }
      .widgets-item--sale .content_header {
        margin-bottom: 5px; }
      .widgets-item--sale .content_text {
        margin-bottom: 20px;
        font-size: 14px; }
      .widgets-item--sale .content_timer {
        margin-bottom: 20px; }
        .widgets-item--sale .content_timer .timer_block {
          border: 1px solid #9EBCA6;
          border-radius: 8px;
          padding: 10px;
          color: #258F67;
          font-family: "NunitoSans", sans-serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 1.3; }
        .widgets-item--sale .content_timer .timer_separator {
          margin: 0 10px; }
          .widgets-item--sale .content_timer .timer_separator .dot {
            background: #9EBCA6;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            display: block; }
            .widgets-item--sale .content_timer .timer_separator .dot:first-of-type {
              margin-bottom: 10px; }
  .widgets-item .form--search {
    position: relative; }
    .widgets-item .form--search .field {
      width: 100%;
      border: 1px solid #C8C8C8;
      border-radius: 24px;
      padding: 10px 120px 10px 20px;
      height: 48px;
      transition: all .3s ease-in-out; }
      .widgets-item .form--search .field::placeholder {
        transition: opacity .3s ease-in-out; }
      .widgets-item .form--search .field:focus {
        border-color: #214842; }
        .widgets-item .form--search .field:focus::placeholder {
          opacity: 0; }
    .widgets-item .form--search .btn {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; }

@media screen and (min-width: 374.98px) {
  .widgets-item--sale .media {
    width: 198px; } }

@media screen and (min-width: 575.98px) {
  .widgets-item--recent .list-item .media {
    margin-right: 20px;
    margin-bottom: 0;
    width: 117px;
    height: 90px; }
  .widgets-item--recent .list-item .title {
    max-width: 270px; } }

@media screen and (min-width: 767.98px) {
  .widgets-item--recent .list-item .media {
    min-width: 100px;
    min-height: 100px; }
    .widgets-item--recent .list-item .media img {
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 991.98px) {
  .widgets-item {
    margin-bottom: 60px; }
    .widgets-item--sale .content-timer .timer_block {
      padding: 16px; }
    .widgets-item--calendar .navigation {
      margin-top: 40px; }
    .widgets-item--recent .list-item .wrapper .title {
      margin-bottom: 15px; } }

@media screen and (min-width: 1199.98px) {
  .widgets-item--tags .list {
    margin-top: -20px; }
    .widgets-item--tags .list-item .link {
      margin: 20px 20px 0 0; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.about_main-content_header {
  margin-bottom: 15px; }

.about_main-media {
  border-radius: 16px;
  overflow: hidden;
  margin: 30px 0;
  height: 250px; }
  .about_main-media img {
    height: 100%; }

.about_numbers-group {
  max-width: 320px;
  margin: 0 auto 20px; }
  .about_numbers-group:last-of-type {
    margin-bottom: 0; }
  .about_numbers-group .number {
    font-family: "NunitoSans", sans-serif;
    font-weight: 900;
    font-size: 36px;
    height: 36px;
    margin-bottom: 5px; }
    .about_numbers-group .number-label {
      font-weight: 600;
      font-size: 14px;
      text-align: center; }

@media screen and (min-width: 575.98px) {
  .about_numbers {
    margin: 0 -20px; }
    .about_numbers-group {
      max-width: unset;
      padding: 0 20px; }
      .about_numbers-group[data-order="3"] {
        margin-bottom: 0; }
      .about_numbers-group .number-label {
        text-align: left; } }

@media screen and (min-width: 767.98px) {
  .about_main-media {
    height: 308px; }
  .about_numbers-group .number {
    font-size: 40px;
    height: 40px;
    margin-bottom: 10px; } }

@media screen and (min-width: 991.98px) {
  .about_main {
    margin-bottom: 60px; }
    .about_main-media {
      margin: 0 0 0 40px; }
      .about_main-media img {
        height: 100%; }
  .about_numbers-group {
    margin-bottom: 0; } }

@media screen and (min-width: 1199.98px) {
  .about_main-media {
    margin: 0; }
  .about_main-media, .about_main-content {
    width: calc(50% - 30px); }
  .about_numbers-group .number {
    font-size: 70px;
    height: 58px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.features {
  background-color: transparent; }
  .features_header {
    text-align: center;
    margin-bottom: 30px; }
    .features_header-title {
      margin-bottom: 15px; }

@media screen and (min-width: 575.98px) {
  .features_header-text {
    max-width: 500px;
    margin: 0 auto; } }

@media screen and (min-width: 991.98px) {
  .features_header {
    margin-bottom: 40px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.features-list_item {
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer; }
  .features-list_item:last-of-type {
    margin-bottom: 0; }
  .features-list_item:hover .icon {
    background: #258F67;
    color: #fff; }
  .features-list_item .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    color: #258F67;
    box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
    transition: all .3s ease-in-out; }
  .features-list_item .title {
    margin: 15px 0; }
  .features-list_item .text {
    max-width: 252px;
    margin: 0 auto; }

@media screen and (min-width: 767.98px) {
  .features-list_item[data-order="3"] {
    margin-bottom: 0; } }

@media screen and (min-width: 991.98px) {
  .features-list_item {
    margin-bottom: 40px; }
    .features-list_item .title {
      margin: 30px 0 15px; }
    .features-list_item .text {
      max-width: 360px; } }

@media screen and (min-width: 1199.98px) {
  .features-list_item {
    margin-bottom: 0; }
    .features-list_item .text {
      max-width: 252px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.sale {
  text-align: center; }
  .sale_grid {
    grid-gap: 30px; }
    .sale_grid-item {
      height: 300px;
      border-radius: 16px;
      overflow: hidden;
      position: relative; }
      .sale_grid-item:hover .sale_grid-item_bg {
        transform: scale(1.1); }
      .sale_grid-item_content {
        position: relative;
        z-index: 100;
        height: 100%;
        padding: 30px; }
      .sale_grid-item_bg {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .5s ease-in-out; }
        .sale_grid-item_bg img {
          height: 100%; }
      .sale_grid-item_subtitle {
        font-weight: 600;
        font-size: 14px; }
      .sale_grid-item .btn--underline {
        width: fit-content;
        margin: 0 auto; }
      .sale_grid-item .label {
        position: absolute;
        top: 30px;
        left: 30px;
        background: #258F67;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-family: "NunitoSans", sans-serif;
        font-weight: 700;
        font-size: 16px; }
      .sale_grid-item .text {
        margin: 10px 0; }
      .sale_grid-item--weekly {
        height: 400px; }
        .sale_grid-item--weekly .sale_grid-item_title {
          margin: 10px 0 30px; }
  .sale_header-text {
    margin: 15px 0 30px; }

@media screen and (min-width: 575.98px) {
  .sale {
    text-align: left; }
    .sale_header {
      margin-bottom: 10px; }
    .sale_grid-item .btn--underline {
      margin: 0 auto 0 0; } }

@media screen and (min-width: 767.98px) {
  .sale_header {
    padding-top: 20px;
    margin-bottom: 0; }
    .sale_header-text {
      max-width: 360px; }
  .sale_grid {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 991.98px) {
  .sale_grid {
    grid-gap: 40px; }
    .sale_grid-item_content {
      padding: 40px; } }

@media screen and (min-width: 1199.98px) {
  .sale_grid {
    grid-template-columns: repeat(3, 1fr); }
    .sale_grid-item {
      height: 320px; }
      .sale_grid-item--weekly {
        grid-area: 1 / 3 / 3 / 4;
        height: 100%; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.guide {
  background: #FAFAF5; }
  .guide_media {
    position: relative;
    margin-top: 30px; }
    .guide_media-img {
      mix-blend-mode: darken; }
    .guide_media .underlay {
      position: absolute;
      width: 450px;
      height: 515px;
      display: block;
      bottom: 0; }
      .guide_media .underlay_circle {
        position: absolute;
        width: 324px;
        height: 324px;
        filter: blur(136px);
        display: block; }
        .guide_media .underlay_circle--accent {
          left: 0;
          bottom: 0;
          background: rgba(239, 195, 104, 0.1); }
  .guide_main-header {
    margin-bottom: 30px; }
    .guide_main-header_title {
      margin-bottom: 15px; }
  .guide_main-list_item {
    margin-bottom: 20px; }
    .guide_main-list_item:last-of-type {
      margin-bottom: 0; }
    .guide_main-list_item .step {
      background: #EFC368;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-bottom: 20px;
      font-family: "NunitoSans", sans-serif;
      font-weight: 800;
      font-size: 28px;
      line-height: 28px;
      color: #214842; }
    .guide_main-list_item .wrapper {
      width: calc(100% - 80px);
      margin-top: 2px; }
      .guide_main-list_item .wrapper .text {
        max-width: 360px; }
  .guide_main-secondary {
    margin-top: 30px; }
    .guide_main-secondary_item:first-of-type {
      margin-bottom: 20px; }
    .guide_main-secondary_item .title {
      margin-bottom: 10px; }
    .guide_main-secondary_item .icon {
      background: #258F67;
      color: #fff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 20px;
      transition: all .3s ease-in-out;
      margin-right: 15px; }
    .guide_main-secondary_item .link {
      font-family: "NunitoSans", sans-serif;
      font-weight: 800;
      font-size: 17px;
      color: #214842; }
    .guide_main-secondary_item:hover .icon {
      transform: scale(1.1); }
  .guide_main-list, .guide_main-secondary {
    font-size: 14px;
    line-height: 22px; }

@media screen and (min-width: 575.98px) {
  .guide_media {
    margin-top: 0; }
  .guide_main-secondary_item {
    width: calc(50% - 15px); } }

@media screen and (min-width: 991.98px) {
  .guide_media {
    flex-grow: 1; } }

@media screen and (min-width: 1399.98px) {
  .guide {
    position: relative; }
    .guide_media {
      position: absolute;
      left: 0;
      min-width: 50%; } }

@media screen and (min-width: 1799.98px) {
  .guide_media {
    left: 5%; } }

@media screen and (min-width: 1999.98px) {
  .guide_media {
    left: 10%; }
    .guide_media img {
      height: 690px;
      width: auto; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.team_header {
  margin-bottom: 30px;
  text-align: center; }
  .team_header-title {
    margin-bottom: 15px; }
  .team_header-text {
    max-width: 454px;
    margin: 0 auto; }

@media screen and (min-width: 991.98px) {
  .team_header {
    margin-bottom: 40px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.team_list-item {
  margin-bottom: 30px; }
  .team_list-item:last-of-type {
    margin-bottom: 0; }
  .team_list-item:hover .overlay {
    opacity: 1; }
  .team_list-item_img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1/1; }
    .team_list-item_img .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(33, 72, 66, 0.4);
      padding-bottom: 20px;
      transition: opacity .3s ease-in-out;
      opacity: 0; }
      .team_list-item_img .overlay_socials .list-item {
        margin-right: 20px; }
        .team_list-item_img .overlay_socials .list-item:last-of-type {
          margin-right: 0; }
        .team_list-item_img .overlay_socials .list-item .link {
          width: 35px;
          height: 35px;
          background: #EFC368;
          color: #214842;
          border-radius: 50%;
          font-size: 16px; }
          .team_list-item_img .overlay_socials .list-item .link:hover {
            background: #258F67;
            color: #fff; }
  .team_list-item_info {
    font-family: "NunitoSans", sans-serif;
    font-weight: 700; }
    .team_list-item_info .name {
      margin: 20px 0 5px;
      font-size: 20px;
      line-height: 1.3;
      color: #214842; }

@media screen and (min-width: 767.98px) {
  .team_list {
    margin: 0 -15px; }
    .team_list-item {
      padding: 0 15px; }
      .team_list-item[data-order="7"] {
        margin-bottom: 0; } }

@media screen and (min-width: 991.98px) {
  .team_list {
    margin: 0 -20px; }
    .team_list-item {
      padding: 0 20px; } }

@media screen and (min-width: 1199.98px) {
  .team_list-item[data-order="6"] {
    margin-bottom: 0; } }

@media screen and (min-width: 1399.98px) {
  .team_list-item[data-order="5"] {
    margin-bottom: 0; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.latest_header {
  margin-bottom: 30px; }

.latest_posts-post {
  margin-bottom: 30px; }
  .latest_posts-post:last-of-type {
    margin-bottom: 0; }
  .latest_posts-post_wrapper .metadata {
    font-size: 14px;
    font-weight: 600;
    line-height: 1; }
    .latest_posts-post_wrapper .metadata_item:first-of-type {
      margin-right: 15px; }
    .latest_posts-post_wrapper .metadata_item .icon {
      margin-right: 5px; }
    .latest_posts-post_wrapper .metadata_item-text {
      display: none; }
  .latest_posts-post_wrapper .media {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 43 / 30;
    max-height: 300px; }
  .latest_posts-post_wrapper .main .title {
    display: block;
    margin: 10px 0 5px;
    font-weight: 700;
    font-family: "NunitoSans", sans-serif;
    color: #214842;
    font-size: 20px;
    line-height: 1.3; }

@media screen and (min-width: 575.98px) {
  .latest_posts-post_wrapper .metadata_item-text {
    display: inline; }
  .latest_posts-post_wrapper .metadata_item-number {
    display: none; } }

@media screen and (min-width: 767.98px) {
  .latest_posts {
    margin: 0 -15px; }
    .latest_posts-post {
      padding: 0 15px; } }

@media screen and (min-width: 991.98px) {
  .latest_header {
    margin-bottom: 40px; }
  .latest_posts {
    margin: 0 -20px; }
    .latest_posts-post {
      padding: 0 20px; }
      .latest_posts-post_wrapper .media {
        margin-bottom: 20px; }
      .latest_posts-post_wrapper .main .title {
        font-size: 22px;
        margin: 15px 0; } }

@media screen and (min-width: 1199.98px) {
  .latest_posts-post {
    margin-bottom: 0; }
    .latest_posts-post_wrapper .main .title {
      max-width: 330px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.newsletter .wrapper {
  background: #214842;
  background-blend-mode: overlay;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  overflow: hidden; }

.newsletter_deco {
  display: none; }

.newsletter_header {
  margin-bottom: 30px; }
  .newsletter_header-title {
    margin-bottom: 15px;
    color: #fff; }
  .newsletter_header-text {
    max-width: 474px;
    margin: 0 auto; }

.newsletter_form-field {
  background: #fff;
  border-radius: 23px;
  padding: 13px 30px;
  margin-bottom: 10px;
  color: #556260; }
  .newsletter_form-field::placeholder {
    transition: opacity .3s ease-in-out;
    font-size: 14px;
    line-height: 22px; }
  .newsletter_form-field:focus::placeholder {
    opacity: 0; }

.newsletter_form-field, .newsletter_form-btn {
  width: 100%;
  height: 48px;
  margin: 15px; }

@media screen and (min-width: 575.98px) {
  .newsletter .wrapper {
    padding: 30px; }
  .newsletter_form {
    position: relative;
    margin: 0 auto; }
    .newsletter_form-field {
      padding: 13px 141px 13px 30px;
      margin-bottom: 0; }
    .newsletter_form-btn {
      position: relative;
      right: 0;
      top: 0;
      bottom: 0;
      width: 111px; }
    .newsletter_form-aszf {
      padding-top: 15px; }
    .newsletter_form-checkbox {
      width: 15px; } }

@media screen and (min-width: 767.98px) {
  .newsletter .wrapper {
    padding: 60px; }
  .newsletter_content {
    position: relative;
    z-index: 100; }
  .newsletter_deco {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .newsletter_deco-wrapper {
      width: 582px;
      height: 664px;
      position: absolute;
      z-index: 2;
      mix-blend-mode: darken; }
      .newsletter_deco-wrapper:first-of-type {
        left: 0;
        bottom: 0; }
      .newsletter_deco-wrapper:last-of-type {
        right: 0;
        bottom: 0; }
      .newsletter_deco-wrapper .leaf {
        position: absolute;
        bottom: 0; }
        .newsletter_deco-wrapper .leaf--left {
          left: -30%; }
        .newsletter_deco-wrapper .leaf--right {
          right: -40%;
          bottom: -35%; }
  .newsletter_highlight {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .newsletter_highlight .underlay_circle {
      filter: blur(136px);
      position: absolute; }
      .newsletter_highlight .underlay_circle--accent {
        background: rgba(239, 195, 104, 0.1);
        width: 388px;
        height: 337px;
        left: -18%;
        top: 56%; }
      .newsletter_highlight .underlay_circle--green {
        background: rgba(158, 188, 166, 0.2); }
      .newsletter_highlight .underlay_circle--small {
        width: 372px;
        height: 372px;
        bottom: 0; }
      .newsletter_highlight .underlay_circle--big {
        width: 597px;
        height: 597px; } }

@media screen and (min-width: 991.98px) {
  .newsletter .wrapper {
    padding: 80px; } }

@media screen and (min-width: 1199.98px) {
  .newsletter_deco-wrapper .leaf--left {
    left: 0; }
  .newsletter_deco-wrapper .leaf--right {
    right: -12%;
    bottom: -50%; }
  .newsletter_highlight {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .newsletter_highlight .underlay {
      position: absolute;
      display: inline-block;
      z-index: 1; }
      .newsletter_highlight .underlay--left {
        width: 548px;
        height: 548px;
        top: 60%; }
      .newsletter_highlight .underlay--right {
        width: 490px;
        height: 560px;
        right: 0; }
      .newsletter_highlight .underlay_circle {
        filter: blur(135px);
        display: block; }
        .newsletter_highlight .underlay_circle--accent {
          background: rgba(239, 195, 104, 0.1);
          width: 100%;
          height: 100%; }
        .newsletter_highlight .underlay_circle--green {
          background: rgba(158, 188, 166, 0.2); }
        .newsletter_highlight .underlay_circle--small {
          width: 372px;
          height: 372px;
          bottom: 0; }
        .newsletter_highlight .underlay_circle--big {
          width: 597px;
          height: 597px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.pagination {
  margin: 30px 0 60px; }
  .pagination-page_link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    color: #214842;
    font-size: 17px;
    font-family: "NunitoSans", sans-serif;
    font-weight: 700; }
    .pagination-page_link:hover, .pagination-page_link:focus, .pagination-page_link[data-current="true"] {
      box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07); }

@media screen and (min-width: 991.98px) {
  .pagination {
    margin: 60px 0 0; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.footer_main {
  background: #214842;
  color: #fff; }
  .footer_main-header {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff; }
  .footer_main-block {
    margin-bottom: 30px; }
    .footer_main-block:last-of-type {
      margin-bottom: 0; }
  .footer_main-about_brand {
    margin-bottom: 10px; }
    .footer_main-about_brand svg {
      margin-right: 10px; }
  .footer_main-about_wrapper .text {
    margin: 5px 0 20px; }
  .footer_main-about_wrapper .socials {
    font-size: 22px; }
    .footer_main-about_wrapper .socials .list-item {
      margin-right: 25px; }
      .footer_main-about_wrapper .socials .list-item:last-of-type {
        margin-right: 0; }
      .footer_main-about_wrapper .socials .list-item .link .icon {
        display: inline-block;
        transition: all .3s ease-in; }
        .footer_main-about_wrapper .socials .list-item .link .icon:hover, .footer_main-about_wrapper .socials .list-item .link .icon:focus {
          transform: scale(1.1); }
  .footer_main-contacts_list .list-item {
    margin-bottom: 15px; }
    .footer_main-contacts_list .list-item:last-of-type {
      margin-bottom: 0; }
    .footer_main-contacts_list .list-item .icon {
      border-radius: 50%;
      background: #EFC368;
      width: 35px;
      height: 35px;
      margin-right: 20px;
      color: #214842;
      font-size: 16px; }
    .footer_main-contacts_list .list-item .link:hover, .footer_main-contacts_list .list-item .link:focus {
      color: #EFC368; }
  .footer_main-nav_list .list-item {
    margin-bottom: 15px;
    width: 50%;
    padding-right: 10px; }
    .footer_main-nav_list .list-item:last-of-type {
      margin-bottom: 0; }
    .footer_main-nav_list .list-item .icon {
      font-size: 16px;
      margin-right: 5px; }
    .footer_main-nav_list .list-item .link:hover, .footer_main-nav_list .list-item .link:focus {
      color: #EFC368; }
  .footer_main-instagram_list {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    justify-content: center; }
    .footer_main-instagram_list .link {
      border-radius: 8px;
      overflow: hidden;
      display: block;
      height: 115px;
      width: 100%; }
      .footer_main-instagram_list .link .preview {
        transition: all .5s ease-in-out;
        height: 100%; }
      .footer_main-instagram_list .link:hover .preview, .footer_main-instagram_list .link:focus .preview {
        transform: scale(1.1); }

.footer_secondary {
  padding: 30px 0;
  background-color: #FAFAF5; }
  .footer_secondary-copyright {
    text-align: center; }
  .footer_secondary-list {
    margin-bottom: 20px; }
    .footer_secondary-list .list-item {
      margin-right: 20px; }
      .footer_secondary-list .list-item:last-of-type {
        margin-right: 0; }

@media screen and (min-width: 575.98px) {
  .footer_main-instagram_list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr); }
    .footer_main-instagram_list .link {
      height: 140px; } }

@media screen and (min-width: 767.98px) {
  .footer_main-instagram_list .link {
    height: 93px; }
  .footer_main-about {
    margin-top: -18px; }
    .footer_main-about_brand {
      margin-left: -10px; }
    .footer_main-about_wrapper .text {
      max-width: 260px; }
  .footer_main-nav_list .list-item {
    width: unset; }
  .footer_secondary-copyright {
    text-align: left; }
    .footer_secondary-copyright .linebreak {
      display: block; }
  .footer_secondary-list {
    margin-bottom: 0; } }

@media screen and (min-width: 991.98px) {
  .footer_main-about_wrapper .text {
    margin: 5px 0 50px; }
  .footer_main-instagram_list {
    grid-gap: 20px; }
    .footer_main-instagram_list .link {
      height: 120px; }
  .footer_secondary {
    padding: 40px 0; } }

@media screen and (min-width: 1199.98px) {
  .footer_main-instagram {
    max-width: 312px; }
    .footer_main-instagram_list .list-item {
      height: 100px; }
      .footer_main-instagram_list .list-item .link {
        height: 100%; }
  .footer_secondary-copyright .linebreak {
    display: inline; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.modal.swal2-backdrop-show {
  background: rgba(33, 72, 66, 0.5); }

.modal_popup {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  position: relative; }
  .modal_popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #C6C6C6;
    font-size: 22px;
    line-height: 1;
    transition: color .3s ease-in-out; }
    .modal_popup-close:hover {
      color: #258F67; }
  .modal_popup--view {
    max-width: 1130px;
    overflow: hidden; }
    .modal_popup--view .about_main .underlay {
      z-index: 1;
      position: absolute;
      width: 416px;
      height: 431px;
      display: block;
      bottom: -10%;
      right: -20%; }
      .modal_popup--view .about_main .underlay_circle {
        position: absolute;
        width: 296px;
        height: 296px;
        filter: blur(136px);
        display: block; }
        .modal_popup--view .about_main .underlay_circle--accent {
          left: 0;
          bottom: 0;
          background: rgba(239, 195, 104, 0.1); }
        .modal_popup--view .about_main .underlay_circle--green {
          top: 0;
          right: 0;
          background: radial-gradient(42.37% 42.37% at 57.89% 44.57%, rgba(255, 255, 255, 0.8) 0%, rgba(37, 143, 103, 0.01) 100%); }
    .modal_popup--view .about_main-slider {
      margin-bottom: 20px;
      overflow: hidden; }
      .modal_popup--view .about_main-slider--single .swiper-slide, .modal_popup--view .about_main-slider--thumbs .swiper-slide {
        border-radius: 16px;
        overflow: hidden; }
      .modal_popup--view .about_main-slider--single {
        margin-bottom: 15px;
        position: relative; }
        .modal_popup--view .about_main-slider--single .swiper-controls {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          z-index: 50;
          padding: 0 15px; }
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next,
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev {
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            font-size: 30px;
            transition: opacity .3s ease-in-out; }
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next:hover,
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev:hover {
              opacity: .7; }
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next .icon,
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev .icon {
              position: relative; }
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next .icon {
            right: -2px; }
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev .icon {
            left: -2px; }
      .modal_popup--view .about_main-slider--thumbs .swiper-slide {
        cursor: pointer; }
    .modal_popup--view .about_main-info {
      position: relative;
      z-index: 50; }
      .modal_popup--view .about_main-info_product .title {
        margin-bottom: 15px; }
      .modal_popup--view .about_main-info_rating {
        margin-bottom: 20px;
        line-height: 1; }
        .modal_popup--view .about_main-info_rating .stars {
          height: 20px;
          margin-right: 15px; }
          .modal_popup--view .about_main-info_rating .stars_star {
            margin-right: 10px;
            font-size: 20px; }
            .modal_popup--view .about_main-info_rating .stars_star:last-of-type {
              margin-right: 0; }
        .modal_popup--view .about_main-info_rating .reviews-amount {
          font-size: 14px;
          line-height: 1;
          margin-top: 10px; }
      .modal_popup--view .about_main-info_buy .qty {
        margin-top: 0; }
      .modal_popup--view .about_main-info_buy .btn {
        margin-left: 30px; }
      .modal_popup--view .about_main-info_description {
        margin-bottom: 30px;
        color: #214842; }
      .modal_popup--view .about_main-info_price {
        display: inline-block;
        color: #214842;
        font-family: "NunitoSans", sans-serif;
        font-size: 30px;
        line-height: 1.3;
        font-weight: 800;
        margin-bottom: 20px; }
      .modal_popup--view .about_main-info_action .action_link {
        background: #fff;
        box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: #EFC368;
        font-size: 20px;
        margin-right: 15px;
        margin-top: 15px; }
        .modal_popup--view .about_main-info_action .action_link:last-of-type {
          margin-right: 0; }
        .modal_popup--view .about_main-info_action .action_link:hover, .modal_popup--view .about_main-info_action .action_link.active {
          background: #EFC368;
          color: #fff; }
      .modal_popup--view .about_main-info_action .btn {
        width: fit-content; }
      .modal_popup--view .about_main-info_block .title {
        margin-bottom: 15px; }
      .modal_popup--view .about_main-info_block .qty {
        margin-top: 0;
        margin-bottom: 30px; }
      .modal_popup--view .about_main-info_block .weight-list {
        margin-top: -10px;
        margin-bottom: 20px; }
        .modal_popup--view .about_main-info_block .weight-list .list-item {
          margin: 10px 10px 0 0; }
          .modal_popup--view .about_main-info_block .weight-list .list-item:last-of-type {
            margin: 10px 0 0; }
      .modal_popup--view .about_main-info_block [type="radio"] {
        position: absolute;
        left: -9999px; }
        .modal_popup--view .about_main-info_block [type="radio"] + label {
          border: 1px solid #9EBCA6;
          border-radius: 100px;
          padding: 10px 15px;
          display: block;
          transition: all .3s ease-in-out;
          cursor: pointer; }
        .modal_popup--view .about_main-info_block [type="radio"]:checked + label {
          border-color: #258F67;
          background: #258F67;
          color: #fff; }
    .modal_popup--view .about_main .btn--underline {
      margin-top: 30px;
      display: inline-block; }
  .modal_popup--search .form {
    display: flex;
    flex-direction: column; }
    .modal_popup--search .form .field, .modal_popup--search .form .btn {
      width: 100%;
      height: 48px; }
    .modal_popup--search .form .field {
      border: 1px solid #C8C8C8;
      border-radius: 24px;
      padding: 10px 120px 10px 20px;
      transition: all .3s ease-in-out;
      margin-bottom: 10px; }
      .modal_popup--search .form .field::placeholder {
        transition: opacity .3s ease-in-out; }
      .modal_popup--search .form .field:focus {
        border-color: #214842; }
        .modal_popup--search .form .field:focus::placeholder {
          opacity: 0; }
  .modal_popup--compare {
    text-align: center; }
    .modal_popup--compare .title {
      margin-bottom: 15px; }
    .modal_popup--compare .content_media {
      margin-bottom: 10px;
      border-radius: 16px;
      overflow: hidden;
      max-height: 146px; }
    .modal_popup--compare .content_main-price {
      margin: 15px 0;
      color: #214842;
      font-size: 20px;
      line-height: 1.3;
      font-family: "NunitoSans", sans-serif;
      font-weight: 800; }

.alert_popup {
  background: #fff;
  box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
  border-radius: 16px;
  min-width: 280px;
  max-width: 360px;
  display: flex !important;
  flex-direction: column;
  padding: 30px;
  position: relative; }
  .alert_popup-close {
    font-size: 18px;
    justify-content: flex-end;
    transition: color .3s ease-in-out;
    position: absolute;
    top: 15px;
    right: 15px; }
    .alert_popup-close:hover, .alert_popup-close:focus {
      color: #258F67; }

@media screen and (min-width: 575.98px) {
  .modal_popup--view .about_main-info_block {
    margin-bottom: 30px; }
    .modal_popup--view .about_main-info_block .title {
      margin-bottom: 0;
      margin-right: 30px; }
    .modal_popup--view .about_main-info_block .weight-list {
      margin: 0; }
      .modal_popup--view .about_main-info_block .weight-list .list-item {
        margin: 0 20px 0 0; }
        .modal_popup--view .about_main-info_block .weight-list .list-item:last-of-type {
          margin-top: 0; }
    .modal_popup--view .about_main-info_block .qty {
      margin: 0; }
  .modal_popup--view .about_main-info_rating .reviews-amount {
    margin-top: 0;
    margin-left: 20px; }
  .modal_popup--view .about_main-info_price {
    margin-bottom: 0;
    margin-right: 30px; }
  .modal_popup--view .about_main-info_action {
    margin-top: 40px; }
    .modal_popup--view .about_main-info_action .action_link {
      margin-top: 0;
      margin-right: 30px; }
    .modal_popup--view .about_main-info_action .btn {
      margin-right: 30px; }
  .modal_popup--search .form {
    position: relative; }
    .modal_popup--search .form .field {
      padding: 10px 120px 10px 20px;
      transition: all .3s ease-in-out;
      margin-bottom: 0; }
    .modal_popup--search .form .btn {
      width: unset !important;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; }
  .modal_popup--compare {
    text-align: left; }
    .modal_popup--compare .content_media {
      margin-bottom: 0; }
    .modal_popup--compare .content_main {
      margin-left: 15px; } }

@media screen and (min-width: 767.98px) {
  .modal_popup--view .about_main-slider--single {
    margin-bottom: 30px; } }

@media screen and (min-width: 991.98px) {
  .modal_popup {
    padding: 40px; }
    .modal_popup-close {
      top: 30px;
      right: 30px;
      font-size: 30px; }
    .modal_popup--view .about_main-slider {
      max-width: 430px;
      margin-right: 40px;
      margin-bottom: 0; }
      .modal_popup--view .about_main-slider--single {
        margin-bottom: 30px; }
    .modal_popup--view .about_main-info_rating .reviews-amount {
      margin-top: 0;
      margin-left: 20px; }
    .modal_popup--view .about_main-info_price {
      margin-bottom: 0; }
    .modal_popup--view .about_main-info_action .action_link {
      margin-top: 0; }
    .modal_popup--view .about_main-info_action .btn {
      margin-right: 30px; }
    .modal_popup--view .about_main-info .btn--underline {
      margin-top: 40px; }
    .modal_popup--compare {
      min-width: 660px; }
      .modal_popup--compare .content_main {
        margin-left: 30px; }
        .modal_popup--compare .content_main-price {
          margin: 30px 0;
          font-size: 22px;
          line-height: 1.1;
          flex-grow: 1; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.cartOffcanvas {
  min-width: 320px;
  max-width: 890px;
  padding: 30px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #258F67 #fff;
  /* Chrome, Edge, and Safari */ }
  .cartOffcanvas::-webkit-scrollbar {
    width: 5px; }
  .cartOffcanvas::-webkit-scrollbar-track {
    background: #fff; }
  .cartOffcanvas::-webkit-scrollbar-thumb {
    background-color: #258F67;
    border-radius: 20px;
    border: 0 solid #fff; }
  .cartOffcanvas_header {
    margin-bottom: 30px; }
    .cartOffcanvas_header-close {
      color: #C6C6C6;
      font-size: 30px;
      transition: color .3s ease-in-out; }
      .cartOffcanvas_header-close:hover, .cartOffcanvas_header-close:focus {
        color: #214842; }
  .cartOffcanvas_body-list_item {
    margin-bottom: 20px; }
    .cartOffcanvas_body-list_item:last-of-type {
      margin-bottom: 0; }
    .cartOffcanvas_body-list_item .media {
      margin-bottom: 10px;
      border-radius: 16px;
      overflow: hidden; }
    .cartOffcanvas_body-list_item .main_title, .cartOffcanvas_body-list_item .main_price {
      font-family: "NunitoSans", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.3;
      width: 100%; }
    .cartOffcanvas_body-list_item .main_title {
      color: #214842; }
    .cartOffcanvas_body-list_item .main_price {
      color: #258F67;
      margin-top: 5px; }
    .cartOffcanvas_body-list_item .main .btn--underline {
      color: #9EBCA6; }
      .cartOffcanvas_body-list_item .main .btn--underline:after {
        background: #9EBCA6; }
  .cartOffcanvas_body-total {
    font-family: "NunitoSans", sans-serif;
    font-weight: 800;
    color: #214842;
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.1; }
  .cartOffcanvas_body-btn {
    width: 100%;
    margin-top: 40px; }

@media screen and (min-width: 575.98px) {
  .cartOffcanvas_body-list_item .media {
    margin-bottom: 0;
    margin-right: 30px;
    width: 100px;
    height: 100px; }
    .cartOffcanvas_body-list_item .media img {
      height: 100%; }
  .cartOffcanvas_body-list_item .main {
    width: calc(100% - 130px); }
    .cartOffcanvas_body-list_item .main_title, .cartOffcanvas_body-list_item .main_price {
      width: unset; }
    .cartOffcanvas_body-list_item .main_title {
      order: 1;
      flex-grow: 1; }
      .cartOffcanvas_body-list_item .main_title-product {
        display: inline-block;
        max-width: 170px; }
    .cartOffcanvas_body-list_item .main_price {
      order: 3;
      width: 50%; }
    .cartOffcanvas_body-list_item .main .qty {
      order: 2;
      margin-top: 0; }
    .cartOffcanvas_body-list_item .main .btn--underline {
      order: 4;
      margin-top: 10px; }
  .cartOffcanvas_body-btn {
    width: fit-content; } }

@media screen and (min-width: 991.98px) {
  .cartOffcanvas {
    padding: 40px;
    width: 100%; }
    .cartOffcanvas_header {
      margin-bottom: 40px; }
    .cartOffcanvas_body-list_item .media {
      width: 115px;
      height: 115px; }
    .cartOffcanvas_body-list_item .main {
      width: calc(100% - 145px); }
      .cartOffcanvas_body-list_item .main_title, .cartOffcanvas_body-list_item .main_price {
        font-size: 22px;
        line-height: 1.1; }
      .cartOffcanvas_body-list_item .main_title {
        order: 1;
        flex-grow: unset; }
        .cartOffcanvas_body-list_item .main_title-product {
          max-width: 200px; }
      .cartOffcanvas_body-list_item .main_price {
        order: 2;
        width: unset; }
      .cartOffcanvas_body-list_item .main .qty {
        order: 3; }
      .cartOffcanvas_body-list_item .main .btn--underline {
        margin-top: 0; }
    .cartOffcanvas_body-total {
      font-size: 28px;
      margin-top: 60px; } }

.header {
  height: 60px;
  background-color: #fff;
  z-index: 10000;
  will-change: transform;
  transition: position .5s ease-in-out, transform .5s ease-in-out, background-color .3s ease-in-out; }
  .header.sticky {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px rgba(37, 143, 103, 0.1); }
  .header.opened {
    box-shadow: none; }
  .header--pinned {
    transform: translateY(0%); }
  .header--unpinned {
    transform: translateY(-100%); }
  .header_logo {
    order: 2; }
    .header_logo span:not(.logo) {
      display: none; }
  .header_nav {
    width: 100%;
    order: 4;
    height: 0;
    overflow: hidden;
    transition: height .5s ease, padding-top .5s ease;
    font-family: "NunitoSans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #214842;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff; }
    .header_nav.active {
      height: 100vh;
      padding-top: 30px;
      overflow-y: scroll;
      box-shadow: 0 30px 15px rgba(37, 143, 103, 0.07); }
    .header_nav .nav-item {
      transition: color .3s ease-in-out;
      font-size: 17px;
      line-height: 1.3; }
      .header_nav .nav-item:hover, .header_nav .nav-item.active {
        color: #258F67; }
    .header_nav .dropdown-toggle {
      margin-bottom: 20px; }
      .header_nav .dropdown-toggle .icon {
        font-size: 14px;
        margin-left: 5px; }
    .header_nav .dropdown-menu {
      padding-bottom: 15px; }
    .header_nav .dropdown .nav-item {
      margin-bottom: 20px; }
      .header_nav .dropdown .nav-item:last-of-type {
        margin-bottom: 0; }
  .header_user {
    order: 3;
    flex-grow: 1; }
    .header_user-action {
      border-radius: 50%;
      background: #EFC368;
      color: #214842;
      width: 40px;
      height: 40px;
      font-size: 16px; }
      .header_user-action:first-of-type {
        margin-right: 15px; }
    .header_user-search_field {
      display: none; }
  .header_trigger {
    order: 1;
    width: 30px;
    height: 28px;
    margin-right: 15px; }
    .header_trigger .line {
      border-radius: 2px;
      background: #214842;
      height: 4px;
      width: 100%;
      transition: width .3s ease-in-out; }
      .header_trigger .line--short {
        width: 75%; }
    .header_trigger.active .line--short {
      width: 100%; }

@media screen and (min-width: 767.98px) {
  .header_logo span:not(.logo) {
    display: inline; }
  .header_logo .accent {
    color: #214842; }
  .header_logo .logo {
    margin-right: 10px; }
  .header_nav.active {
    height: 50vh; }
  .header_user-search {
    position: relative;
    margin-right: 15px; }
    .header_user-search_field {
      display: inline;
      padding: 0 20px;
      height: 40px;
      border: 1px solid #C6C6C6;
      border-radius: 20px;
      background: #fff; }
      .header_user-search_field::placeholder {
        color: #214842;
        transition: opacity .3s ease-in-out;
        font-size: 14px; }
      .header_user-search_field:focus::placeholder {
        opacity: 0; }
    .header_user-search_btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0 !important; } }

@media screen and (min-width: 1199.98px) {
  .header {
    height: 80px;
    transition: transform .5s ease-in-out, height .3s ease-in, background-color .2s ease;
    border-bottom: 1px solid #258F67; }
    .header.sticky {
      height: 90px; }
    .header_user-search {
      margin-right: 150px; }
    .header_user-action:first-of-type {
      margin-right: 30px; }
    .header_nav {
      position: static;
      background: transparent;
      padding: 0 !important;
      height: unset;
      order: 2;
      margin-left: 60px;
      font-size: 17px; }
      .header_nav-list {
        display: flex; }
        .header_nav-list_item {
          margin-right: 40px; }
          .header_nav-list_item:last-of-type {
            margin-right: 0; }
          .header_nav-list_item .nav-link {
            margin-bottom: 0; }
      .header_nav .dropdown-menu {
        position: absolute;
        opacity: 0;
        max-height: unset;
        text-align: left;
        visibility: hidden;
        padding-top: 15px;
        transition: opacity .3s ease; }
        .header_nav .dropdown-menu .dropdown-list {
          background: #fff;
          box-shadow: 0 0 15px rgba(37, 143, 103, 0.07);
          border-radius: 8px;
          padding: 30px; }
          .header_nav .dropdown-menu .dropdown-list .nav-item {
            margin-bottom: 30px;
            transition: color .3s ease; }
            .header_nav .dropdown-menu .dropdown-list .nav-item:last-of-type {
              margin-bottom: 0; }
            .header_nav .dropdown-menu .dropdown-list .nav-item:hover:before, .header_nav .dropdown-menu .dropdown-list .nav-item.active:before {
              display: none; }
        .header_nav .dropdown-menu.active {
          opacity: 1;
          visibility: visible; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.page_main {
  padding: 60px 0;
  background: url("../img/placeholder.jpg") center no-repeat/cover;
  text-align: center;
  margin-bottom: 30px; }

.page_header {
  margin-bottom: 15px; }

.page_text {
  max-width: 500px;
  margin: 0 auto; }

.page_breadcrumbs {
  position: relative;
  padding-bottom: 15px; }
  .page_breadcrumbs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: #258F67; }
  .page_breadcrumbs-item {
    font-family: "NunitoSans", sans-serif; }
    .page_breadcrumbs-item:not(.current) {
      margin-right: 10px; }
      .page_breadcrumbs-item:not(.current) .link {
        position: relative;
        font-weight: 700;
        color: #258F67; }
        .page_breadcrumbs-item:not(.current) .link:after {
          content: '/';
          margin-left: 10px; }

@media screen and (min-width: 991.98px) {
  .page_main {
    padding: 80px 0 90px;
    margin-bottom: 40px; }
  .page_breadcrumbs {
    padding-bottom: 20px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.cart_main {
  margin-bottom: 30px; }
  .cart_main-header {
    margin-bottom: 30px; }
  .cart_main-list {
    margin-bottom: 40px; }
    .cart_main-list_item {
      margin-bottom: 30px;
      width: 100%; }
      .cart_main-list_item .wrapper {
        background: #fff;
        padding: 15px;
        box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
        border-radius: 16px; }
        .cart_main-list_item .wrapper .price {
          font-family: "NunitoSans", sans-serif;
          font-weight: 800;
          font-size: 20px;
          line-height: 1.3;
          color: #214842; }
          .cart_main-list_item .wrapper .price_wrapper {
            width: 50%; }
            .cart_main-list_item .wrapper .price_wrapper .title {
              color: #C6C6C6;
              font-size: 14px;
              font-weight: 500;
              font-family: "Montserrat", sans-serif;
              margin-bottom: 5px; }
          .cart_main-list_item .wrapper .price--old {
            text-decoration: line-through;
            color: #C6C6C6;
            margin-bottom: 5px;
            font-weight: 700; }
          .cart_main-list_item .wrapper .price--total {
            color: #258F67;
            font-size: 24px;
            line-height: 1.1; }
        .cart_main-list_item .wrapper_item {
          margin-bottom: 10px; }
          .cart_main-list_item .wrapper_item-media {
            border-radius: 16px;
            overflow: hidden;
            margin-right: 15px; }
          .cart_main-list_item .wrapper_item-info {
            width: calc(100% - 95px); }
            .cart_main-list_item .wrapper_item-info .title {
              margin-bottom: 5px; }
      .cart_main-list_item .close {
        color: #C6C6C6;
        margin-top: 10px;
        transition: color .3s ease-in-out;
        font-size: 20px; }
        .cart_main-list_item .close:hover, .cart_main-list_item .close:focus {
          color: #556260; }
  .cart_main-action .btn--underline {
    margin-bottom: 20px; }

.cart_summary {
  padding: 30px;
  box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
  border-radius: 16px; }
  .cart_summary-header {
    margin-bottom: 30px; }
  .cart_summary-table {
    font-family: "NunitoSans", sans-serif;
    font-weight: 700;
    color: #214842;
    font-size: 17px;
    line-height: 1.3; }
    .cart_summary-table_row {
      margin-bottom: 15px; }
      .cart_summary-table_row:last-of-type {
        margin-bottom: 0; }
      .cart_summary-table_row--total {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.3; }
  .cart_summary-form {
    margin-bottom: 30px; }
    .cart_summary-form_header, .cart_summary-form_field {
      margin-bottom: 20px; }
    .cart_summary-form_field {
      width: 100%;
      border: 1px solid #C6C6C6;
      border-radius: 24px;
      padding: 13px 20px;
      height: 48px;
      transition: all .3s ease-in-out; }
      .cart_summary-form_field::placeholder {
        font-size: 14px;
        color: #214842;
        transition: opacity .3s ease-in-out; }
      .cart_summary-form_field:focus {
        border-color: #214842; }
        .cart_summary-form_field:focus::placeholder {
          opacity: 0; }
  .cart_summary-btn {
    margin-top: 30px;
    width: 100%; }

@media screen and (min-width: 575.98px) {
  .cart_main-list_item .wrapper {
    position: relative; }
    .cart_main-list_item .wrapper_item {
      order: 1;
      min-width: 100%; }
    .cart_main-list_item .wrapper .price_wrapper {
      order: 3;
      width: unset; }
      .cart_main-list_item .wrapper .price_wrapper--subtotal {
        order: 5;
        flex-grow: 1;
        text-align: right; }
  .cart_main-list_item .qty {
    order: 4;
    margin-top: 0;
    margin-left: 60px; }
  .cart_main-list_item .close {
    order: 2;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px; }
  .cart_main-action .btn--underline {
    margin-bottom: 0; } }

@media screen and (min-width: 767.98px) {
  .cart_main {
    width: calc(100% - 330px); }
  .cart_summary {
    max-width: 300px;
    height: max-content; } }

@media screen and (min-width: 991.98px) {
  .cart_main {
    width: calc(100% - 400px); }
    .cart_main-header {
      margin: 0 0 40px; }
    .cart_main-list_item .wrapper {
      padding: 30px; }
      .cart_main-list_item .wrapper .close {
        top: 30px;
        right: 30px; }
      .cart_main-list_item .wrapper .price {
        font-size: 22px; }
        .cart_main-list_item .wrapper .price--total {
          font-size: 28px; }
  .cart_summary {
    max-width: 340px;
    padding: 40px; }
    .cart_summary-table_row--total {
      font-size: 22px; } }

@media screen and (min-width: 1199.98px) {
  .cart_main-list_item .wrapper .qty {
    margin-left: 0; }
  .cart_main-list_item .wrapper .price--old {
    margin-bottom: 15px; }
  .cart_main-list_item .wrapper .price_wrapper--subtotal {
    order: 5;
    flex-grow: unset;
    text-align: left; }
  .cart_main-list_item .wrapper_item {
    min-width: unset; }
    .cart_main-list_item .wrapper_item-media {
      width: 140px;
      height: 140px;
      margin-right: 30px; }
    .cart_main-list_item .wrapper_item-info {
      max-width: 200px; } }

@media screen and (min-width: 1399.98px) {
  .cart_main-list_item .wrapper .close {
    position: static;
    order: 5; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.top--highlight {
  background: #FAFAF5; }

.top_header {
  margin-bottom: 30px; }

.top_list-item {
  margin-bottom: 30px; }
  .top_list-item:last-of-type {
    margin-bottom: 0; }
  .top_list-item:hover .media img {
    transform: scale(1.1); }
  .top_list-item_wrapper .media {
    border-radius: 16px;
    overflow: hidden;
    max-height: 220px;
    margin-bottom: 15px; }
    .top_list-item_wrapper .media img {
      transition: all .5s ease-in-out; }
  .top_list-item_wrapper .main_title {
    margin-bottom: 10px;
    display: inline-block;
    flex-grow: 1;
    font-family: "NunitoSans", sans-serif;
    color: #214842;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    transition: all .3s ease-in-out; }
    .top_list-item_wrapper .main_title:hover, .top_list-item_wrapper .main_title:focus {
      color: #258F67 !important; }
  .top_list-item_wrapper .main_table .list-item .property {
    font-weight: 600;
    color: #214842; }
  .top_list-item_wrapper .main_price {
    margin: 15px 0 20px; }
    .top_list-item_wrapper .main_price .price {
      color: #214842;
      font-size: 22px;
      line-height: 1.1;
      font-weight: 800;
      font-family: "NunitoSans", sans-serif; }
      .top_list-item_wrapper .main_price .price--old {
        color: #C6C6C6;
        text-decoration: line-through;
        margin-right: 15px;
        font-weight: 700; }
  .top_list-item_wrapper .main .action_link {
    background: #fff;
    box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #EFC368;
    font-size: 20px; }
    .top_list-item_wrapper .main .action_link:first-of-type {
      margin: 0 15px; }
    .top_list-item_wrapper .main .action_link:hover, .top_list-item_wrapper .main .action_link.active {
      background: #EFC368;
      color: #fff; }

@media screen and (min-width: 575.98px) {
  .top_list-item_wrapper .media {
    max-height: unset;
    margin-bottom: 0;
    max-width: 200px;
    margin-right: 30px; }
    .top_list-item_wrapper .media img {
      height: 100%; } }

@media screen and (min-width: 767.98px) {
  .top_list-item_wrapper .media {
    max-width: unset;
    max-height: 220px; }
  .top_list-item_wrapper .media, .top_list-item_wrapper .main {
    width: calc(50% - 15px); }
  .top_list-item_wrapper .main_price {
    flex-grow: 1; } }

@media screen and (min-width: 991.98px) {
  .top_header {
    margin-bottom: 40px; }
  .top_list {
    margin: 0 -20px; }
    .top_list-item {
      margin-bottom: 60px;
      padding: 0 20px; }
      .top_list-item[data-order="3"] {
        margin-bottom: 0; }
      .top_list-item_wrapper .media, .top_list-item_wrapper .main {
        width: unset; }
      .top_list-item_wrapper .media {
        width: 100%;
        margin-bottom: 15px; }
      .top_list-item_wrapper .main_price {
        margin-top: 20px; }
      .top_list-item_wrapper .main_title {
        font-size: 22px; } }

@media screen and (min-width: 1399.98px) {
  .top_list-item_wrapper .media, .top_list-item_wrapper .main {
    width: calc(50% - 20px); }
  .top_list-item_wrapper .media {
    margin-bottom: 0; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.footer_main {
  background: #214842;
  color: #fff; }
  .footer_main-header {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff; }
  .footer_main-block {
    margin-bottom: 30px; }
    .footer_main-block:last-of-type {
      margin-bottom: 0; }
  .footer_main-about_brand {
    margin-bottom: 10px; }
    .footer_main-about_brand svg {
      margin-right: 10px; }
  .footer_main-about_wrapper .text {
    margin: 5px 0 20px; }
  .footer_main-about_wrapper .socials {
    font-size: 22px; }
    .footer_main-about_wrapper .socials .list-item {
      margin-right: 25px; }
      .footer_main-about_wrapper .socials .list-item:last-of-type {
        margin-right: 0; }
      .footer_main-about_wrapper .socials .list-item .link .icon {
        display: inline-block;
        transition: all .3s ease-in; }
        .footer_main-about_wrapper .socials .list-item .link .icon:hover, .footer_main-about_wrapper .socials .list-item .link .icon:focus {
          transform: scale(1.1); }
  .footer_main-contacts_list .list-item {
    margin-bottom: 15px; }
    .footer_main-contacts_list .list-item:last-of-type {
      margin-bottom: 0; }
    .footer_main-contacts_list .list-item .icon {
      border-radius: 50%;
      background: #EFC368;
      width: 35px;
      height: 35px;
      margin-right: 20px;
      color: #214842;
      font-size: 16px; }
    .footer_main-contacts_list .list-item .link:hover, .footer_main-contacts_list .list-item .link:focus {
      color: #EFC368; }
  .footer_main-nav_list .list-item {
    margin-bottom: 15px;
    width: 50%;
    padding-right: 10px; }
    .footer_main-nav_list .list-item:last-of-type {
      margin-bottom: 0; }
    .footer_main-nav_list .list-item .icon {
      font-size: 16px;
      margin-right: 5px; }
    .footer_main-nav_list .list-item .link:hover, .footer_main-nav_list .list-item .link:focus {
      color: #EFC368; }
  .footer_main-instagram_list {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    justify-content: center; }
    .footer_main-instagram_list .link {
      border-radius: 8px;
      overflow: hidden;
      display: block;
      height: 115px;
      width: 100%; }
      .footer_main-instagram_list .link .preview {
        transition: all .5s ease-in-out;
        height: 100%; }
      .footer_main-instagram_list .link:hover .preview, .footer_main-instagram_list .link:focus .preview {
        transform: scale(1.1); }

.footer_secondary {
  padding: 30px 0;
  background-color: #FAFAF5; }
  .footer_secondary-copyright {
    text-align: center; }
  .footer_secondary-list {
    margin-bottom: 20px; }
    .footer_secondary-list .list-item {
      margin-right: 20px; }
      .footer_secondary-list .list-item:last-of-type {
        margin-right: 0; }

@media screen and (min-width: 575.98px) {
  .footer_main-instagram_list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr); }
    .footer_main-instagram_list .link {
      height: 140px; } }

@media screen and (min-width: 767.98px) {
  .footer_main-instagram_list .link {
    height: 93px; }
  .footer_main-about {
    margin-top: -18px; }
    .footer_main-about_brand {
      margin-left: -10px; }
    .footer_main-about_wrapper .text {
      max-width: 260px; }
  .footer_main-nav_list .list-item {
    width: unset; }
  .footer_secondary-copyright {
    text-align: left; }
    .footer_secondary-copyright .linebreak {
      display: block; }
  .footer_secondary-list {
    margin-bottom: 0; } }

@media screen and (min-width: 991.98px) {
  .footer_main-about_wrapper .text {
    margin: 5px 0 50px; }
  .footer_main-instagram_list {
    grid-gap: 20px; }
    .footer_main-instagram_list .link {
      height: 120px; }
  .footer_secondary {
    padding: 40px 0; } }

@media screen and (min-width: 1199.98px) {
  .footer_main-instagram {
    max-width: 312px; }
    .footer_main-instagram_list .list-item {
      height: 100px; }
      .footer_main-instagram_list .list-item .link {
        height: 100%; }
  .footer_secondary-copyright .linebreak {
    display: inline; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.cartOffcanvas {
  min-width: 320px;
  max-width: 890px;
  padding: 30px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #258F67 #fff;
  /* Chrome, Edge, and Safari */ }
  .cartOffcanvas::-webkit-scrollbar {
    width: 5px; }
  .cartOffcanvas::-webkit-scrollbar-track {
    background: #fff; }
  .cartOffcanvas::-webkit-scrollbar-thumb {
    background-color: #258F67;
    border-radius: 20px;
    border: 0 solid #fff; }
  .cartOffcanvas_header {
    margin-bottom: 30px; }
    .cartOffcanvas_header-close {
      color: #C6C6C6;
      font-size: 30px;
      transition: color .3s ease-in-out; }
      .cartOffcanvas_header-close:hover, .cartOffcanvas_header-close:focus {
        color: #214842; }
  .cartOffcanvas_body-list_item {
    margin-bottom: 20px; }
    .cartOffcanvas_body-list_item:last-of-type {
      margin-bottom: 0; }
    .cartOffcanvas_body-list_item .media {
      margin-bottom: 10px;
      border-radius: 16px;
      overflow: hidden; }
    .cartOffcanvas_body-list_item .main_title, .cartOffcanvas_body-list_item .main_price {
      font-family: "NunitoSans", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.3;
      width: 100%; }
    .cartOffcanvas_body-list_item .main_title {
      color: #214842; }
    .cartOffcanvas_body-list_item .main_price {
      color: #258F67;
      margin-top: 5px; }
    .cartOffcanvas_body-list_item .main .btn--underline {
      color: #9EBCA6; }
      .cartOffcanvas_body-list_item .main .btn--underline:after {
        background: #9EBCA6; }
  .cartOffcanvas_body-total {
    font-family: "NunitoSans", sans-serif;
    font-weight: 800;
    color: #214842;
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.1; }
  .cartOffcanvas_body-btn {
    width: 100%;
    margin-top: 40px; }

@media screen and (min-width: 575.98px) {
  .cartOffcanvas_body-list_item .media {
    margin-bottom: 0;
    margin-right: 30px;
    width: 100px;
    height: 100px; }
    .cartOffcanvas_body-list_item .media img {
      height: 100%; }
  .cartOffcanvas_body-list_item .main {
    width: calc(100% - 130px); }
    .cartOffcanvas_body-list_item .main_title, .cartOffcanvas_body-list_item .main_price {
      width: unset; }
    .cartOffcanvas_body-list_item .main_title {
      order: 1;
      flex-grow: 1; }
      .cartOffcanvas_body-list_item .main_title-product {
        display: inline-block;
        max-width: 170px; }
    .cartOffcanvas_body-list_item .main_price {
      order: 3;
      width: 50%; }
    .cartOffcanvas_body-list_item .main .qty {
      order: 2;
      margin-top: 0; }
    .cartOffcanvas_body-list_item .main .btn--underline {
      order: 4;
      margin-top: 10px; }
  .cartOffcanvas_body-btn {
    width: fit-content; } }

@media screen and (min-width: 991.98px) {
  .cartOffcanvas {
    padding: 40px;
    width: 100%; }
    .cartOffcanvas_header {
      margin-bottom: 40px; }
    .cartOffcanvas_body-list_item .media {
      width: 115px;
      height: 115px; }
    .cartOffcanvas_body-list_item .main {
      width: calc(100% - 145px); }
      .cartOffcanvas_body-list_item .main_title, .cartOffcanvas_body-list_item .main_price {
        font-size: 22px;
        line-height: 1.1; }
      .cartOffcanvas_body-list_item .main_title {
        order: 1;
        flex-grow: unset; }
        .cartOffcanvas_body-list_item .main_title-product {
          max-width: 200px; }
      .cartOffcanvas_body-list_item .main_price {
        order: 2;
        width: unset; }
      .cartOffcanvas_body-list_item .main .qty {
        order: 3; }
      .cartOffcanvas_body-list_item .main .btn--underline {
        margin-top: 0; }
    .cartOffcanvas_body-total {
      font-size: 28px;
      margin-top: 60px; } }

/**
 * Herbalist
 * Herbalist – is a website template created for selling the cannabis, medical marijuana and CBD products, cannabis blogging and others
 * Exclusively on https://1.envato.market/herbalist-html
 *
 * @encoding        UTF-8
 * @version         1.0.4
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.modal.swal2-backdrop-show {
  background: rgba(33, 72, 66, 0.5); }

.modal_popup {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  position: relative; }
  .modal_popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #C6C6C6;
    font-size: 22px;
    line-height: 1;
    transition: color .3s ease-in-out; }
    .modal_popup-close:hover {
      color: #258F67; }
  .modal_popup--view {
    max-width: 1130px;
    overflow: hidden; }
    .modal_popup--view .about_main .underlay {
      z-index: 1;
      position: absolute;
      width: 416px;
      height: 431px;
      display: block;
      bottom: -10%;
      right: -20%; }
      .modal_popup--view .about_main .underlay_circle {
        position: absolute;
        width: 296px;
        height: 296px;
        filter: blur(136px);
        display: block; }
        .modal_popup--view .about_main .underlay_circle--accent {
          left: 0;
          bottom: 0;
          background: rgba(239, 195, 104, 0.1); }
        .modal_popup--view .about_main .underlay_circle--green {
          top: 0;
          right: 0;
          background: radial-gradient(42.37% 42.37% at 57.89% 44.57%, rgba(255, 255, 255, 0.8) 0%, rgba(37, 143, 103, 0.01) 100%); }
    .modal_popup--view .about_main-slider {
      margin-bottom: 20px;
      overflow: hidden; }
      .modal_popup--view .about_main-slider--single .swiper-slide, .modal_popup--view .about_main-slider--thumbs .swiper-slide {
        border-radius: 16px;
        overflow: hidden; }
      .modal_popup--view .about_main-slider--single {
        margin-bottom: 15px;
        position: relative; }
        .modal_popup--view .about_main-slider--single .swiper-controls {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          z-index: 50;
          padding: 0 15px; }
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next,
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev {
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            font-size: 30px;
            transition: opacity .3s ease-in-out; }
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next:hover,
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev:hover {
              opacity: .7; }
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next .icon,
            .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev .icon {
              position: relative; }
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-next .icon {
            right: -2px; }
          .modal_popup--view .about_main-slider--single .swiper-controls .swiper-button-prev .icon {
            left: -2px; }
      .modal_popup--view .about_main-slider--thumbs .swiper-slide {
        cursor: pointer; }
    .modal_popup--view .about_main-info {
      position: relative;
      z-index: 50; }
      .modal_popup--view .about_main-info_product .title {
        margin-bottom: 15px; }
      .modal_popup--view .about_main-info_rating {
        margin-bottom: 20px;
        line-height: 1; }
        .modal_popup--view .about_main-info_rating .stars {
          height: 20px;
          margin-right: 15px; }
          .modal_popup--view .about_main-info_rating .stars_star {
            margin-right: 10px;
            font-size: 20px; }
            .modal_popup--view .about_main-info_rating .stars_star:last-of-type {
              margin-right: 0; }
        .modal_popup--view .about_main-info_rating .reviews-amount {
          font-size: 14px;
          line-height: 1;
          margin-top: 10px; }
      .modal_popup--view .about_main-info_buy .qty {
        margin-top: 0; }
      .modal_popup--view .about_main-info_buy .btn {
        margin-left: 30px; }
      .modal_popup--view .about_main-info_description {
        margin-bottom: 30px;
        color: #214842; }
      .modal_popup--view .about_main-info_price {
        display: inline-block;
        color: #214842;
        font-family: "NunitoSans", sans-serif;
        font-size: 30px;
        line-height: 1.3;
        font-weight: 800;
        margin-bottom: 20px; }
      .modal_popup--view .about_main-info_action .action_link {
        background: #fff;
        box-shadow: 1px 2px 15px rgba(33, 72, 66, 0.07);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: #EFC368;
        font-size: 20px;
        margin-right: 15px;
        margin-top: 15px; }
        .modal_popup--view .about_main-info_action .action_link:last-of-type {
          margin-right: 0; }
        .modal_popup--view .about_main-info_action .action_link:hover, .modal_popup--view .about_main-info_action .action_link.active {
          background: #EFC368;
          color: #fff; }
      .modal_popup--view .about_main-info_action .btn {
        width: fit-content; }
      .modal_popup--view .about_main-info_block .title {
        margin-bottom: 15px; }
      .modal_popup--view .about_main-info_block .qty {
        margin-top: 0;
        margin-bottom: 30px; }
      .modal_popup--view .about_main-info_block .weight-list {
        margin-top: -10px;
        margin-bottom: 20px; }
        .modal_popup--view .about_main-info_block .weight-list .list-item {
          margin: 10px 10px 0 0; }
          .modal_popup--view .about_main-info_block .weight-list .list-item:last-of-type {
            margin: 10px 0 0; }
      .modal_popup--view .about_main-info_block [type="radio"] {
        position: absolute;
        left: -9999px; }
        .modal_popup--view .about_main-info_block [type="radio"] + label {
          border: 1px solid #9EBCA6;
          border-radius: 100px;
          padding: 10px 15px;
          display: block;
          transition: all .3s ease-in-out;
          cursor: pointer; }
        .modal_popup--view .about_main-info_block [type="radio"]:checked + label {
          border-color: #258F67;
          background: #258F67;
          color: #fff; }
    .modal_popup--view .about_main .btn--underline {
      margin-top: 30px;
      display: inline-block; }
  .modal_popup--search .form {
    display: flex;
    flex-direction: column; }
    .modal_popup--search .form .field, .modal_popup--search .form .btn {
      width: 100%;
      height: 48px; }
    .modal_popup--search .form .field {
      border: 1px solid #C8C8C8;
      border-radius: 24px;
      padding: 10px 120px 10px 20px;
      transition: all .3s ease-in-out;
      margin-bottom: 10px; }
      .modal_popup--search .form .field::placeholder {
        transition: opacity .3s ease-in-out; }
      .modal_popup--search .form .field:focus {
        border-color: #214842; }
        .modal_popup--search .form .field:focus::placeholder {
          opacity: 0; }
  .modal_popup--compare {
    text-align: center; }
    .modal_popup--compare .title {
      margin-bottom: 15px; }
    .modal_popup--compare .content_media {
      margin-bottom: 10px;
      border-radius: 16px;
      overflow: hidden;
      max-height: 146px; }
    .modal_popup--compare .content_main-price {
      margin: 15px 0;
      color: #214842;
      font-size: 20px;
      line-height: 1.3;
      font-family: "NunitoSans", sans-serif;
      font-weight: 800; }

.alert_popup {
  background: #fff;
  box-shadow: 0 0 15px rgba(37, 143, 103, 0.1);
  border-radius: 16px;
  min-width: 280px;
  max-width: 360px;
  display: flex !important;
  flex-direction: column;
  padding: 30px;
  position: relative; }
  .alert_popup-close {
    font-size: 18px;
    justify-content: flex-end;
    transition: color .3s ease-in-out;
    position: absolute;
    top: 15px;
    right: 15px; }
    .alert_popup-close:hover, .alert_popup-close:focus {
      color: #258F67; }

@media screen and (min-width: 575.98px) {
  .modal_popup--view .about_main-info_block {
    margin-bottom: 30px; }
    .modal_popup--view .about_main-info_block .title {
      margin-bottom: 0;
      margin-right: 30px; }
    .modal_popup--view .about_main-info_block .weight-list {
      margin: 0; }
      .modal_popup--view .about_main-info_block .weight-list .list-item {
        margin: 0 20px 0 0; }
        .modal_popup--view .about_main-info_block .weight-list .list-item:last-of-type {
          margin-top: 0; }
    .modal_popup--view .about_main-info_block .qty {
      margin: 0; }
  .modal_popup--view .about_main-info_rating .reviews-amount {
    margin-top: 0;
    margin-left: 20px; }
  .modal_popup--view .about_main-info_price {
    margin-bottom: 0;
    margin-right: 30px; }
  .modal_popup--view .about_main-info_action {
    margin-top: 40px; }
    .modal_popup--view .about_main-info_action .action_link {
      margin-top: 0;
      margin-right: 30px; }
    .modal_popup--view .about_main-info_action .btn {
      margin-right: 30px; }
  .modal_popup--search .form {
    position: relative; }
    .modal_popup--search .form .field {
      padding: 10px 120px 10px 20px;
      transition: all .3s ease-in-out;
      margin-bottom: 0; }
    .modal_popup--search .form .btn {
      width: unset !important;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; }
  .modal_popup--compare {
    text-align: left; }
    .modal_popup--compare .content_media {
      margin-bottom: 0; }
    .modal_popup--compare .content_main {
      margin-left: 15px; } }

@media screen and (min-width: 767.98px) {
  .modal_popup--view .about_main-slider--single {
    margin-bottom: 30px; } }

@media screen and (min-width: 991.98px) {
  .modal_popup {
    padding: 40px; }
    .modal_popup-close {
      top: 30px;
      right: 30px;
      font-size: 30px; }
    .modal_popup--view .about_main-slider {
      max-width: 430px;
      margin-right: 40px;
      margin-bottom: 0; }
      .modal_popup--view .about_main-slider--single {
        margin-bottom: 30px; }
    .modal_popup--view .about_main-info_rating .reviews-amount {
      margin-top: 0;
      margin-left: 20px; }
    .modal_popup--view .about_main-info_price {
      margin-bottom: 0; }
    .modal_popup--view .about_main-info_action .action_link {
      margin-top: 0; }
    .modal_popup--view .about_main-info_action .btn {
      margin-right: 30px; }
    .modal_popup--view .about_main-info .btn--underline {
      margin-top: 40px; }
    .modal_popup--compare {
      min-width: 660px; }
      .modal_popup--compare .content_main {
        margin-left: 30px; }
        .modal_popup--compare .content_main-price {
          margin: 30px 0;
          font-size: 22px;
          line-height: 1.1;
          flex-grow: 1; } }

.header {
  background: transparent;
  position: absolute;
  width: 100%; }

.header_nav-list_item {
  padding-left: 15px; }
