/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* FONTS */
@font-face {
  font-family: 'Open-Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul, li {
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background-color: #f9f9f9;
}

img {
  max-width: 100%;
  height: auto;
}

/* VISUALLY-HIDDEN */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* CONTAINER */
.container {
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 35px;
  background-color: #fff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.05);
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-link__content:not(:last-child) {
  margin-right: 30px;
}

.header-right__content:not(:last-child) {
  margin-right: 30px;
}

.header-link__item, .header-right__item {
  font-family: 'Open-Sans';
  font-size: 12px;
  line-height: 16px;
  color: #151515;
  text-decoration: none;
}

.header-item__link {
  color: #6A983C;
}

.header-right__item {
  color: #6A983C;
}

@media only screen and (max-width: 700px) {
  .header {
    display: none;
  }
}

.sitenav {
  background-color: #f9f9f9;
}

.sitenav__icon-close {
  display: none;
}

.sitenav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sitenav__item {
  position: relative;
}

.sitenav__item .sitenav__dropdown-list {
  position: absolute;
  display: none;
}

.sitenav__item:hover .sitenav__dropdown-list {
  display: block;
}

.sitenav__item:not(:last-child) {
  margin-right: 40px;
}

.sitenav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}

.sitenav__link::after {
  content: '';
  display: block;
  margin-left: 4px;
  background-image: url("../../img/icon-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.sitenav__dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #6A983C;
  padding: 8px 12px;
  width: 150px;
  z-index: 100;
  position: absolute;
}

.sitenav__dropdown-item {
  margin-top: 5px;
}

.sitenav__dropdown-item:focus-within {
  color: rgba(106, 152, 60, 0.8);
}

.sitenav__dropdown__link {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.sitenav__dropdown__link:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1135px) {
  .sitenav__list {
    margin-top: -16px;
  }
  .sitenav__item {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 685px) {
  .sitenav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .sitenav__icon-close {
    display: block;
    margin-left: auto;
  }
  .sitenav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sitenav__dropdown-list {
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    width: 140px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sitenav__dropdown__link {
    color: rgba(0, 0, 0, 0.6);
  }
  .sitenav__item .sitenav__dropdown-list {
    position: static;
  }
  .sitenav--open {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    background-color: #fff;
  }
}

.site-footer {
  padding: 64px 0 20px 0;
}

.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}

.site-footer__box-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
  margin-bottom: 16px;
}

.site-footer__box-item {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 16px;
}

.site-footer__box-item:last-child {
  margin-bottom: 0;
}

.site-footer__box-link {
  color: #6A983C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

.site-footer__middle {
  margin-bottom: 48px;
}

.site-footer__middle-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__middle-info {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 16px;
  margin-bottom: 20px;
}

.site-footer__middle-heading {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.site-footer__middle-link {
  text-decoration: none;
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 5px 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #151515;
}

.site-footer__middle-link:hover {
  background-color: rgba(245, 245, 245, 0.6);
}

.site-footer__bottom {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #151515;
}

@media only screen and (max-width: 768px) {
  .site-footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer__box-group {
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .site-footer__box-group:nth-child(2) {
    margin-right: 0;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer {
    padding-top: 0;
  }
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer__middle {
    display: none;
  }
  .site-footer__box-group {
    margin-bottom: 40px;
    margin-right: 0;
    padding: 0;
  }
  .site-footer__box-group:nth-child(2) {
    padding-right: 0;
  }
  .site-footer__box-group:last-child {
    margin-bottom: 0;
  }
}

.site-header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 45px;
  background-color: white;
}

@media only screen and (max-width: 450px) {
  .site-header__middle {
    min-width: 100%;
    padding: 40px 25px 45px;
  }
  .middle__logo-link {
    min-width: 117px;
    height: 18px;
    margin-right: 20px;
  }
}

.middle__logo-link {
  min-width: 177px;
  height: 18px;
  margin-right: 20px;
}

.middle__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  padding: 10px 44px 11px 16px;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
}

.search-icon {
  display: none;
}

.search-form__select {
  font-family: "Poppins", sans-serif;
  border: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
  background-color: transparent;
  width: 130px;
  margin-right: 48px;
}

.search-form__select::after {
  content: "";
  width: 2px;
  height: 5px;
  border-right: 2px solid #151515;
  padding-right: 24px;
}

.search-form__input {
  background-color: transparent;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  width: 262px;
  padding: 5px;
  overflow: ellipsis;
}

.search-form__button {
  border: none;
  background-color: transparent;
  width: 16px;
  height: 16px;
  background-image: url(/img/search-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-left: 10px;
}

@media only screen and (max-width: 925px) {
  .middle__search-form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 50px;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .search-icon {
    display: block;
  }
  .search-form__select {
    margin-right: 14px;
  }
  .search-form__input {
    margin-left: 10px;
  }
  .search-form__button {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 425px) {
  .search-form__select {
    display: none;
  }
  .search-form__input {
    margin-left: 10px;
  }
}

.middle__user-interactives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.interactives__link:not(:last-child) {
  margin-right: 40px;
}

.interactives__link:last-child {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #151515;
}

.interactives__link {
  stroke: #151515;
  fill: white;
}

.interactives__link:hover {
  stroke: green;
}

.svg-icons {
  fill: white;
}

.interactives__count-basket {
  position: absolute;
  z-index: 12;
  right: 60%;
  bottom: -5px;
  background: #e5704b;
  width: 18px;
  height: 18px;
  padding-left: 5px;
  padding-right: 6px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.svg-icons {
  width: 24px;
  height: 24px;
}

/* CATEGORY MENU */
.category-menu {
  padding: 64px 0px;
}

.category-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-menu__item {
  width: 269px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category-menu__title {
  margin: 0;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #151515;
}

.category-menu__link {
  margin-bottom: 12px;
  color: #6A983C;
}

.category-menu__more-category {
  position: relative;
  width: 190px;
  padding: 12px 38px 12px 16px;
  margin-top: 40px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  background-color: #F5F5F5;
  color: #151515;
  border-radius: 12px;
}

.category-menu__more-category:hover {
  opacity: 0.6;
}

.category-menu__more-category::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  top: 16px;
  left: 155px;
  background-image: url("../img/array.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.green {
  width: 430px;
  padding: 40px 182px 32px 32px;
  background-image: url("/img/Banner.png");
  border-radius: 12px;
}

.category-menu__text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6A983C;
}

.category-menu__green-link {
  position: relative;
  width: 177px;
  padding: 12px 38px 12px 16px;
  margin-top: 94px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  border: 2px solid #6A983C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #151515;
  border-radius: 12px;
}

.category-menu__green-link:hover {
  background-color: #fff;
}

.category-menu__green-link::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  top: 15px;
  left: 140px;
  background-image: url("/img/array.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.main-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.main-middle__left {
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-middle__left-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #151515;
}

.main-middle__left-item {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 12px;
}

.main-middle__left-item:last-child {
  margin-bottom: 58px;
}

.main-middle__left-link {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #6A983C;
}

.main-middle__left-btn {
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  border-radius: 12px;
  padding: 12px 38px 12px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-middle__left-btn::after {
  content: '';
  background-image: url(../img/array.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 18px;
}

.main-middle__left-btn:hover {
  background-color: #fff;
  border: 2px solid #6A983C;
}

.main-middle__left-btn:active {
  opacity: 0.6;
}

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

.main-middle__right-box {
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 16px;
  margin-left: 32px;
}

.main-middle__right-box:first-child {
  margin-left: 0;
}

.main-middle__img-blog {
  margin-bottom: 16px;
  position: relative;
}

.main-middle__blog-percent {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6A983C;
  background: #F4F8EC;
  border-radius: 12px;
  padding: 0px 8px;
}

.main-middle__box-title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
}

.main-middle__box-desc {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #575757;
  margin-bottom: 22px;
}

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

.main-middle__group-value {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-middle__last-value {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #A9A9A9;
}

.main-middle__group-btn {
  font-family: #151515;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  background-color: #6A983C;
  border: 2px solid #46760A;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 6px 12px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.main-middle__group-btn:hover {
  background-color: #fff;
  color: #6A983C;
}

.main-middle__group-btn:active {
  color: #46760A;
  opacity: 0.6;
}

@media only screen and (max-width: 1210px) {
  .main-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-middle__left-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-middle__left-item {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .main-middle__left-item:last-child {
    margin-bottom: 0;
  }
  .main-middle__left {
    margin-bottom: 40px;
  }
  .main-middle__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-middle__right-box {
    width: 30%;
  }
  .main-middle__img-blog {
    width: 100%;
    margin-bottom: 16px;
  }
  .main-middle__blog-img {
    width: 100%;
  }
}

@media only screen and (max-width: 840px) {
  .main-middle__group-value {
    font-size: 14px;
  }
  .main-middle__last-value {
    font-size: 12px;
  }
  .main-middle__group-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  .main-middle__left-item {
    margin-bottom: 30px;
  }
  .main-middle__left-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 720px) {
  .main-middle {
    margin-top: 0;
  }
  .container {
    padding: 0px 25px;
  }
  .main-middle__left {
    margin-bottom: 40px;
  }
  .main-middle__left-list {
    margin-bottom: 50px;
  }
  .main-middle__left-item {
    margin-bottom: 0;
    height: 0;
  }
  .main-middle__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-middle__right-box {
    width: 46%;
  }
  .main-middle__right-box:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 520px) {
  .container {
    padding: 0px 25px;
  }
  .main-middle__left-heading {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
  }
  .main-middle__left-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-middle__left-link {
    font-size: 12px;
    white-space: nowrap;
  }
  .main-middle__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-middle__right-box {
    width: 100%;
    margin-left: 0;
  }
  .main-middle__right-box:first-child {
    margin-bottom: 30px;
  }
}

.product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.product {
  margin-bottom: 30px;
}

.product-top__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
}

.product-top__btn {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
  text-decoration: none;
  padding-right: 15px;
  position: relative;
}

.product-top__btn::after {
  content: '';
  position: absolute;
  background-image: url(../img/array.svg);
  top: 8px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 8px;
}

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

@media only screen and (max-width: 980px) {
  .product-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-bottom__box {
    width: 47%;
    margin: 20px 0px 20px 0px;
  }
}

@media only screen and (max-width: 720px) {
  .product-bottom__box:last-child {
    margin-left: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .product-bottom__box:first-child {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .product-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-bottom__box {
    width: 100%;
  }
  .product-bottom__box:last-child {
    margin-left: 0;
  }
}

.blog-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}

.blog-top__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
}

.blog-top__btn {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
  padding-right: 15px;
  position: relative;
}

.blog-top__btn::after {
  content: '';
  position: absolute;
  background-image: url(../img/array.svg);
  top: 8px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 8px;
}

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

.blog-main__left {
  background-image: url(../img/blog-img1.png.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
  padding: 24px 65px 24px 24px;
  margin-right: 32px;
}

.blog-main__left-link, .blog-main__info-link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6A983C;
  text-decoration: none;
  background: #F4F8EC;
  border-radius: 12px;
  padding: 2px 8px;
}

.blog-main__left-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  width: 380px;
  margin-top: 280px;
  margin-bottom: 10px;
}

.blog-main__left-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-main__group-img {
  margin-right: 8px;
}

.blog-main__group-name {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-right: 16px;
}

.blog-main__group-date {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.blog-main__info-img {
  margin-bottom: 24px;
}

.blog-main__info-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
  width: 267px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.blog-main__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-main__info-group--name {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #151515;
  margin-right: 16px;
}

.blog-main__info-group--date {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #151515;
}

.blog-main__contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  padding-left: 32px;
}

.blog-main__contents-item:last-child {
  margin-bottom: 0;
}

.blog-main__item-info {
  margin-right: 48px;
}

.blog-main__item-info--name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1180px) {
  .blog-main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-main__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-main__right-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .blog-main__info-link {
    display: none;
  }
  .blog-main__contents-item {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-main__item-info {
    margin-right: 0;
  }
  .blog-main__info-img {
    width: 96px;
    height: 96px;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
  .blog-main__item-info--name {
    font-weight: 900;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .blog-main__info-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    margin: 0 0 10px 0;
    width: 92%;
  }
}

@media only screen and (max-width: 920px) {
  .blog-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-main__left-heading {
    width: 100%;
  }
  .blog-main__left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .blog-main__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blog-main__right-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-main__info-img {
    width: 320px;
    height: 240px;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-main__right-info {
    padding-right: 40px;
  }
  .blog-main__contents-item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 670px) {
  .blog-main__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-main__left-heading {
    width: 100%;
  }
  .blog-main__contents-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-main__right-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-bottom: 20px;
  }
  .blog-main__info-img {
    width: 98px;
    height: 98px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .blog-main__left-heading {
    width: 100%;
  }
}

.carousel__wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  overflow: hidden;
  padding-bottom: 30px;
  margin-left: -35px;
  margin-right: -35px;
}

.carousel__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 10;
  width: 88px;
  height: calc(100% + 25px);
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 88px;
  height: calc(100% + 25px);
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel__btn {
  position: absolute;
  z-index: 122;
  top: calc(50%);
  background-color: black;
  width: 32px;
  height: 48px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.left-btn {
  left: 0;
  background-image: url(/img/w-left-arrow.svg);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.right-btn {
  right: 0;
  background-image: url(/img/w-right-arrow.svg);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.carousel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.carousel__item {
  position: relative;
  z-index: 1;
  padding: 24px 32px 40px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  min-width: 370px;
  height: auto;
  margin-right: 32px;
}

.carousel__quote {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #151515;
  margin-bottom: 24px;
  overflow-y: hidden;
}

.carousel__names {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #A9A9A9;
  margin: 24px 0 0px 0;
}

.carousel__imgs {
  position: absolute;
  z-index: 122;
  left: calc(50% - 20px);
  bottom: -24px;
}

.page-pagination {
  margin: 15px 0 24px 0;
}

.page-pagination__content {
  color: #A9A9A9;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
}

.page-pagination__content:last-child {
  color: #151515;
}

.page-pagination__content:not(:last-child)::after {
  content: '/';
  margin-right: 8px;
  margin-left: 8px;
}

@media only screen and (max-width: 680px) {
  .page-pagination {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.list-view__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #151515;
}

.list-view__button {
  background-color: transparent;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #151515;
  margin-right: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-view__button:first-child::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  background-image: url(../../img/grid-view.svg);
  margin-right: 5px;
}

.list-view__button:nth-child(2)::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  background-image: url(../../img/list-view2.svg);
  margin-right: 5px;
}

.list-view__button:last-child {
  margin-right: 0;
}

.list-view__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-view__digit {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #151515;
}

.list-view__digit-content {
  background-color: #F5F5F5;
  padding: 2px 4px;
  color: #6A983C;
  border-radius: 30px;
}

@media only screen and (max-width: 768px) {
  .list-view {
    margin-bottom: 15px;
  }
  .list-view__title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .list-view {
    display: none;
  }
}

.filter-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.filter-form__content {
  background: #F9F9F9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #D1D1D1;
  border-radius: 12px;
  padding: 9px 12px;
  margin-right: 16px;
}

.filter-form__item {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #151515;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.filter-form__item::before {
  margin: 0;
  margin-right: 8px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 1.5px solid #d1d1d1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
}

.filter-form__item.sc {
  margin-right: 0;
}

.filter-form__content-input:checked ~ .filter-form__item::before {
  border: 6px solid;
}

.filter-form__item-checkbox {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #151515;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.filter-form__item-checkbox::before {
  margin: 0;
  margin-right: 8px;
  content: "";
  border: 1.5px solid #d1d1d1;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
}

.filter-form__content-input:checked ~ .filter-form__item-checkbox::before {
  background-color: #6A983C;
  background-image: url(../img/correct.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 10px;
  border: 2px solid #46760A;
}

.filter-form__item-span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #151515;
  padding: 0 5px;
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
}

.filter-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-form__span-select {
  margin-right: 24px;
}

.filter-form__select-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-form__select-line::before {
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  background-color: #d1d1d1;
  margin-right: 24px;
}

.filter-form__select {
  border: none;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #151515;
}

@media only screen and (max-width: 860px) {
  .filter-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-form__content {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .filter-form__item {
    font-size: 12px;
  }
  .filter-form__item::before {
    width: 18px;
    height: 18px;
  }
  .filter-form__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-form__select-line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-form__item-checkbox {
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-form__item-checkbox::before {
    width: 18px;
    height: 18px;
  }
  .filter-form__inner {
    margin-bottom: 5px;
  }
  .filter-form__content-input:checked ~ .filter-form__item::before {
    border: 5px solid;
  }
  .filter-form__content-input:checked ~ .filter-form__item-checkbox::before {
    background-size: 11px 8px;
  }
}

.site-header__sitenav-box {
  padding: 16px  45px;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 685px) {
  .site-header__sitenav-box {
    padding: 0;
  }
}

.applied-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.applied-filter__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applied-filter__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #A9A9A9;
  margin-right: 20px;
}

.applied-filter__content {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6A983C;
  margin-right: 12px;
  background: #F4F8EC;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  padding: 2px 8px 2px 8px;
}

.applied-filter__content::after {
  content: '';
  background-image: url(../img/close-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: contain;
  width: 12px;
  height: 12px;
  padding-right: 8px;
  margin-left: 8px;
}

.applied-filter__btn {
  display: none;
}

@media only screen and (max-width: 1190px) {
  .applied-filter__btn {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .applied-filter__content {
    font-size: 10px;
  }
  .applied-filter__heading {
    font-size: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .applied-filter__heading {
    margin-right: 10px;
  }
  .applied-filter__content {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    margin-right: 8px;
  }
  .applied-filter__content::after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 440px) {
  .applied-filter__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .applied-filter__heading {
    margin-bottom: 5px;
  }
  .applied-filter__content {
    margin-bottom: 10px;
  }
}

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

.category-main__left {
  padding-right: 34px;
}

.category-main__left-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
  margin-bottom: 16px;
}

.category-main__left-name {
  margin-bottom: 48px;
}

.category-main__left-name--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.category-main__left-name--info:last-child {
  margin-bottom: 0;
}

.category-main__info-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #151515;
}

.category-main__info-amount {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6A983C;
  padding: 0px 8px;
  background-color: #F5F5F5;
  border-radius: 12px;
}

.category-main__left-brand {
  margin-bottom: 48px;
}

.category-main__left-brand--checkbox {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #151515;
  margin-right: 10px;
  margin-bottom: 16px;
}

.category-main__left-brand--checkbox.last {
  margin-bottom: 0;
}

.category-main__left-rating--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.category-main__left-rating {
  margin-bottom: 48px;
}

.category-main__left-rating--checkbox.last {
  margin-bottom: 0;
}

.category-main__price-input:not(:last-child) {
  margin-right: 34px;
  position: relative;
}

.category-main__price-input:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  top: 36px;
  right: -20px;
  background-color: #A9A9A9;
}

.category-main__price-input--input {
  background: #F5F5F5;
  border: 1px solid #D1D1D1;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  padding: 12px 0px 12px 21px;
  outline-color: #6A983C;
  border-radius: 12px;
  display: block;
}

.category-main__price-box {
  margin-bottom: 30px;
}

.category-main__price-input-heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #151515;
  text-transform: capitalize;
}

.category-price__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-main__price-btn--apply {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  background: #6A983C;
  border: 2px solid #46760A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 16px;
  text-transform: capitalize;
  margin-right: 34px;
  border-radius: 12px;
  cursor: pointer;
}

.category-main__price-btn--reset {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #a9a9a9;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.category-main__right {
  margin-bottom: 24px;
  width: 100%;
}

.category-main__right-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1190px) {
  .category-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-main__left {
    display: none;
    overflow: auto;
  }
  .body-open .category-main__left-wrapper {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(160, 149, 149, 0.404);
  }
  .body-open .category-main__left {
    display: block;
    width: 300px;
    background-color: #fff;
    height: 100%;
    padding: 20px;
  }
}

.category-main__price-box--range {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #ebebeb), color-stop(55%, #417909), color-stop(25%, #ebebeb));
  background: linear-gradient(to right, #ebebeb 5%, #417909 55%, #ebebeb 25%);
  width: 250px;
  height: 6px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 24px;
}

.category-main__price-range--btn {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 2px solid #d1d1d1;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.category-main__price-range--btn:first-child {
  left: 15%;
  top: -5px;
}

.category-main__price-range--btn:nth-child(2) {
  left: 50%;
  top: -5px;
}

.category-main__grid-box {
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 52px;
}

.category-main__grid-box--title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
}

.category-main__grid-box--desc {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #575757;
  margin-bottom: 14px;
}

.category-main__grid-box {
  border: 1px solid #D1D1D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 16px;
}

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

.category-main__grid-box--btn {
  font-family: #151515;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  background-color: #6A983C;
  border: 2px solid #46760A;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 6px 12px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.category-main__grid-box--btn:hover {
  background-color: #fff;
  color: #6A983C;
}

.category-main__grid-box--btn:active {
  color: #46760A;
  opacity: 0.6;
}

@media only screen and (max-width: 1180px) {
  .category-main__grid-box {
    width: 32%;
  }
}

@media only screen and (max-width: 920px) {
  .category-main__grid-box {
    width: 32%;
  }
}

@media only screen and (max-width: 680px) {
  .category-main__grid-box {
    width: 46%;
  }
}

@media only screen and (max-width: 520px) {
  .category-main__grid-box {
    width: 100%;
  }
}

.outcomes {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}

.category-main-open-list .outcomes {
  display: block;
}

.category-main-open-grid .category-main__right-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-main__right-grid {
  display: none;
}

.outcomes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* OUTCOME LIST LIST */
.outcomes__list--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -32px;
}

.outcomes__list--list .outcomes__item {
  width: 100%;
  margin-bottom: 32px;
}

.outcomes__list--list .outcome__box {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.outcomes__list--list .outcome__content-box {
  padding-right: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.outcomes__list--list .outcome__price-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

/* OUTCOME LIST GRID */
.outcomes__list--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -32px;
  margin-bottom: -32px;
}

.outcomes__list--grid .outcomes__item {
  width: calc(100% / 3 - 32px);
  margin-left: 32px;
  margin-bottom: 32px;
}

.outcome--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.outcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  overflow: hidden;
}

.outcome--list .outcome__img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.outcome--grid {
  padding: 16px;
}

.outcome--grid .outcome__img {
  margin-bottom: 16px;
  height: 180px;
  width: 100%;
  border-radius: 12px;
}

.outcome__content-heading {
  margin: 0;
}

.outcome--list .outcome__content-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.outcome--grid .outcome__content-heading {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.outcome__star-box {
  margin-bottom: 25px;
}

.outcome__star-box-inner {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.outcome__star-empty-box, .outcome__star-full-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.outcome__star-empty:not(:last-child), .outcome__star-full:not(:last-child) {
  margin-right: 4px;
}

.outcome__star-full-box {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 82%;
}

.outcome--grid dl {
  display: none;
}

.outcome--grid .outcome__price-button-add {
  display: none;
}

.outcome--grid .outcome__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.outcome--list .outcome__price-button-buy {
  display: none;
}

.outcome--grid .outcome__price-button-details {
  display: none;
}

.outcome--grid .outcome__price-button-buy {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 12px 16px;
  border: none;
  background-color: #6A983C;
  border: 2px solid #46760A;
  color: white;
  border-radius: 12px;
  white-space: nowrap;
}

.outcome__info {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #575757;
}

.outcome--list .outcome__info {
  margin-bottom: 8px;
}

.outcome--grid .outcome__info {
  margin-bottom: 12px;
}

.outcome--list .outcome__star {
  margin-bottom: 25px;
}

.outcome__content-box dl {
  margin: 0;
  padding: 0;
  margin-bottom: -12px;
}

.outcome__content-box dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.outcome__content-box dl dt {
  width: 122px;
  padding-right: 32px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #A9A9A9;
}

.outcome__content-box dl dd {
  margin: 0;
  white-space: nowrap;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #6A983C;
}

.outcome--list .outcome__price-box-inner {
  margin-bottom: 16px;
}

.outcome__price-new-rate {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.outcome__price-old-rate {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #A9A9A9;
}

.outcome__price-content {
  margin-bottom: 26px;
}

.outcome--grid .outcome__price-content {
  display: none;
}

.outcome__price-text {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #A9A9A9;
}

.outcome__price-info {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #A9A9A9;
}

.outcome__price-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.outcome__price-button-details {
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: 12px;
  padding: 12px 16px;
  border: none;
  background-color: #6A983C;
  border: 2px solid #46760A;
  color: white;
  border-radius: 12px;
  white-space: nowrap;
}

.outcome__price-button-details::after {
  content: '';
  background-image: url(../../img/white-array-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  margin-left: 6px;
  width: 4px;
  height: 6px;
}

.outcome__price-button-add {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 6px 12px;
  background-color: #F5F5F5;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
  white-space: nowrap;
}

.outcome__price-button-add::before {
  content: '';
  width: 18px;
  height: 14px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url("../../img/heart-img.png");
  background-position: center center;
  background-size: cover;
  display: block;
}

@media only screen and (max-width: 1150px) {
  .outcomes {
    margin-left: 10px;
  }
  .outcome--list .outcome__img {
    width: 220px;
  }
  .outcome--grid .product-main {
    width: 220px;
  }
  .product-main {
    width: 220px;
  }
  .product-main__category {
    width: 220px;
  }
  .outcomes__list--grid .outcomes__item {
    width: calc(100% / 2 - 32px);
  }
  .outcome--grid .outcome__img {
    height: auto;
  }
}

@media only screen and (max-width: 1060px) {
  .product-filter__button {
    display: block;
  }
  .product-main {
    display: none;
  }
  .outcomes {
    margin-left: 0;
  }
  .product-filter-open .product-open-filter-inner {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background-color: rgba(202, 198, 198, 0.5);
  }
  .product-filter-open .product-main {
    height: 100%;
    width: 270px;
    background-color: #fff;
    padding: 24px;
    display: block;
  }
  .outcomes__list--grid .outcomes__item {
    width: calc(100% / 3 - 32px);
  }
  .outcomes__list--grid .outcome__img {
    height: 180px;
  }
}

@media only screen and (max-width: 990px) {
  .outcomes__list--grid .outcomes__item {
    width: calc(100% / 2 - 32px);
  }
  .outcome--grid .outcome__img {
    height: auto;
  }
}

.page-pagination__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.page-pagination__content-title {
  font-family: "Open Sans", sans-serif;
  margin-right: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #A9A9A9;
}

.page-pagination__content-number {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-right: 8px;
  line-height: 16px;
  color: #151515;
  border: none;
  background-color: transparent;
}

.page-pagination__content-number:last-child {
  margin-right: 0;
  color: #6A983C;
}

.page-pagination__number-link {
  background-color: #6A983C;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-pagination__number-link::after {
  content: '';
  background-image: url(../../img/white-array-bottm.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  margin-left: 10px;
}

.page-pagination__group-content {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6A983C;
  background: #F4F8EC;
  border-radius: 12px;
  padding: 0px 4px;
}

.page-pagination__group-info {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-left: 6px;
  color: #A9A9A9;
}

@media only screen and (max-width: 540px) {
  .page-pagination__number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-pagination__content-number {
    margin-bottom: 10px;
  }
  .page-pagination__number-link {
    margin-bottom: 8px;
  }
}
/*# sourceMappingURL=main.css.map */