/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: open_sansregular, sans-serif;
  font-size: 16px;
  color: #000; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

main {
  flex: 1;
  margin-bottom: 75px; }
  main .container {
    display: flex;
    justify-content: space-between; }
    main .container-main {
      display: block; }

.main-wrapper {
  width: calc(100% - 300px); }

.container {
  max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto; }

img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  font-size: 14px;
  color: #000; }

button, input[type=button] {
  cursor: pointer;
  border: none;
  outline: none;
  background: none; }

.slick-slide {
  outline: none; }

.slick-list, .slick-track {
  height: 100%; }

.html-over {
  overflow: hidden; }

.hidden-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.slick-dots {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    margin: 0 6px; }
  .slick-dots .slick-active {
    background: #a7ca37; }
  .slick-dots button {
    font-size: 0; }

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font: 12px open_sanssemibold, sans-serif;
  color: #fff;
  background: #de8f28;
  border-radius: 4px;
  padding: 0 14px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  border: none;
  outline: none;
  transition: 0.3s all; }
  .btn:hover {
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.32); }

.humburger {
  width: 30px;
  height: 23px;
  cursor: pointer; }
  .humburger__item {
    height: 4px;
    margin-bottom: 5.5px;
    background: #fff; }
    .humburger__item:last-child {
      margin-bottom: 0; }

.humburger__item {
  transition: all 0.2s;
  transition-timing-function: ease-in; }

.humburger-active .top {
  transform: rotate(45deg) translateY(5px) translateX(6px);
  margin-bottom: 4.5px; }

.humburger-active .bottom {
  opacity: 0; }

.humburger-active .middle {
  transform: rotate(-45deg);
  margin-bottom: 4.5px; }

.arrow {
  display: inline-block;
  width: 13px;
  height: 11px;
  position: relative;
  margin-left: 6px; }
  .arrow:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #de8f28;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .arrow:after {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #de8f28;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg); }
  .arrow-white:before {
    background: #fff; }
  .arrow-white:after {
    border-color: #fff; }

.get-more {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #de8f28;
  border-radius: 5px;
  color: #fff;
  font-family: open_sanssemibold, sans-serif;
  margin: 0 auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  transition: 0.3s all; }
  .get-more:hover {
    background: #ff9000; }
  .get-more img {
    margin-right: 10px; }

.title {
  font: 30px open_sanssemibold, sans-serif;
  line-height: 1;
  color: #000;
  margin-bottom: 0.4em; }

.sub-title {
  font: 25px open_sanssemibold, sans-serif;
  line-height: 1;
  color: #000;
  margin-bottom: 0.56em; }

.text {
  color: #3c3c3c;
  line-height: 1.375;
  margin-bottom: 0.7em; }
  .text:last-of-type {
    margin-bottom: 1.125em; }
  .text-black {
    color: #000; }
  .text-orange {
    color: #de8f28;
    font-family: open_sansbold, sans-serif; }

.slider-left {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #7ba73b;
  position: absolute;
  top: 47%;
  left: -10px;
  z-index: 1; }
  .slider-left:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg); }

.slider-right {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #7ba73b;
  position: absolute;
  top: 47%;
  right: -10px;
  z-index: 1; }
  .slider-right:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-135deg); }

.input, .textarea {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  color: #888;
  border-radius: 5px;
  outline: none;
  border: none;
  padding-left: 20px;
  padding-right: 10px;
  background: #f4f4f4; }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888; }
  .input::-moz-placeholder, .textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #888; }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #888; }
  .input:-moz-placeholder, .textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #888; }
  .input-icon, .textarea-icon {
    padding-left: 52px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 20px auto; }
  .input-user, .textarea-user {
    background-image: url("../img/icon/user.png"); }
  .input-mail, .textarea-mail {
    background-image: url("../img/icon/mail.png"); }
  .input-pencil, .textarea-pencil {
    background-image: url("../img/icon/pencil.png"); }

.textarea {
  height: 7.5em;
  resize: none;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .textarea-icon {
    background-position: left 20px top 20px; }

.select {
  width: 206px;
  font-size: 14px;
  background: #f4f4f4;
  border-color: #a7ca37;
  color: #767676; }
  .select.open {
    border-color: #a7ca37; }
  .select .list {
    width: 100%; }
  .select:after {
    border-bottom: 2px solid #7ba73b;
    border-right: 2px solid #7ba73b; }

@media screen and (max-width: 800px) {
  main {
    margin-bottom: 50px; }

  .main-wrapper {
    width: 100%; }

  .title {
    font-size: 22px;
    color: #3c3c3c;
    line-height: 1.36; }

  .sub-title {
    font-size: 20px; }

  .text {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 1.14em; }

  .get-more {
    display: none; } }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans/opensans-semibold.eot");
  src: url("../fonts/opensans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans/opensans-semibold.woff") format("woff"), url("../fonts/opensans/opensans-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans/opensans-regular.eot");
  src: url("../fonts/opensans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular.woff2") format("woff2"), url("../fonts/opensans/opensans-regular.woff") format("woff"), url("../fonts/opensans/opensans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans/opensans-bold.eot");
  src: url("../fonts/opensans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold.woff2") format("woff2"), url("../fonts/opensans/opensans-bold.woff") format("woff"), url("../fonts/opensans/opensans-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans/opensans-light.eot");
  src: url("../fonts/opensans/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-light.woff2") format("woff2"), url("../fonts/opensans/opensans-light.woff") format("woff"), url("../fonts/opensans/opensans-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.page-header {
  background: #fff; }
  .page-header .btn {
    display: none; }

@media screen and (max-width: 800px) {
  .page-header .btn {
    display: flex; } }
.main-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px; }

.logo {
  display: block;
  max-width: 255px;
  position: relative;
  padding-bottom: 20px; }

.navigation {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3.8%;
  margin-right: 5.9%; 
}

.navigation__item {
  font-family: open_sanssemibold, sans-serif;
  color: #3c3c3c; 
}
  .navigation__item:hover {
    color: #de8f28; }

.user {
  display: flex;
  align-items: center; }
  .user__enter {
    display: flex;
    align-items: center;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #0b4a25; }
    .user__enter img {
      margin-right: 11px; }
  .user * {
    color: #0b4a25;
    text-decoration: underline; }
    .user *:hover {
      color: #de8f28; }

@media screen and (max-width: 1000px) {
  .main-links {
    padding-bottom: 8px; }

  .navigation {
    margin-left: 1.5%;
    margin-right: 1.5%; }

  .logo {
    max-width: 150px;
    padding-bottom: 12px; } }
@media screen and (max-width: 800px) {
  .navigation,
  .user {
    display: none; } }
@media screen and (max-width: 320px) {
  .main-links {
    padding-bottom: 11px; }

  .logo {
    max-width: 120px;
    padding-bottom: 9px; } }
.menu {
  height: 50px;
  background: #a7ca37;
  margin-bottom: 20px;
  position: relative; }
  .menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .menu__block {
    height: 100%;
    display: flex;
    align-items: center; }
    .menu__block-first {
      width: 66%;
      margin-right: 10px; }
    .menu__block-second {
      flex: 1;
      justify-content: flex-end; }

.menu-catalog-btn {
  height: 100%;
  display: flex;
  align-items: center;
  width: 280px;
  color: #fff;
  font-size: 20px;
  padding: 0 22px;
  margin-right: 20px;
  position: relative; }
  .menu-catalog-btn span {
    margin-left: 20px; }
  .menu-catalog-btn-active {
    background: #7ba73b; }
  .menu-catalog-btn:hover {
    background: #7ba73b; }
    .menu-catalog-btn:hover .catalog-menu {
      display: block; }
  .menu-catalog-btn .catalog-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5; }

.search {
  flex: 1;
  height: 40px;
  position: relative;
  background: #fff;
  padding-left: 20px;
  padding-right: 63px;
  border-radius: 10px; }
  .search__input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #888888; }
    .search__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #888888;
      font-family: open_sanslight, sans-serif;
      font-style: italic; }
    .search__input::-moz-placeholder {
      /* Firefox 19+ */
      color: #888888;
      font-family: open_sanslight, sans-serif;
      font-style: italic; }
    .search__input:-ms-input-placeholder {
      /* IE 10+ */
      color: #888888;
      font-family: open_sanslight, sans-serif;
      font-style: italic; }
    .search__input:-moz-placeholder {
      /* Firefox 18- */
      color: #888888;
      font-family: open_sanslight, sans-serif;
      font-style: italic; }
  .search__btn {
    width: 23px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }

.menu-like {
  width: 28px;
  height: 25px;
  border: none;
  outline: none;
  background: url("../img//icon/like.png") no-repeat center;
  background-size: 100%; }

.menu-basket {
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../img/icon/basket.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  transition: 0.3s all;
  margin: 0 30px; }
  .menu-basket:hover {
    background-color: #a7ca37;
    background-image: url("../img/icon/basket-white.png");
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.32); }
    .menu-basket:hover__count {
      box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.32); }
  .menu-basket__count {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -9px;
    font-family: open_sansbold, sans-serif;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    background: #7ba73b;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32); }

.btn-menu {
  height: 100%;
  font-size: 16px; }

.humburger-menu {
  display: none; }

@media screen and (max-width: 950px) {
  .menu__block:first-child {
    width: 55%; }

  .menu-basket {
    margin: 0 15px; } }
@media screen and (max-width: 800px) {
  .menu {
    margin-bottom: 10px; }

  .btn-menu,
  .menu-like,
  .menu-catalog-btn {
    display: none; }

  .menu__block-first {
    width: auto;
    flex: 1;
    margin: 0 10px; }

  .menu__block-second {
    flex: none; }

  .search {
    height: 30px;
    padding-left: 10px;
    padding-right: 34px;
    border-radius: 4px;
    font-size: 12px; }
    .search::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 12px; }
    .search::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 12px; }
    .search:-ms-input-placeholder {
      /* IE 10+ */
      font-size: 12px; }
    .search:-moz-placeholder {
      /* Firefox 18- */
      font-size: 12px; }

  .search__btn {
    width: 15px;
    right: 9px; }

  .menu-basket {
    width: 33px;
    height: 33px;
    background-size: 20px auto;
    margin: 0;
    margin-right: 9px; }
    .menu-basket__count {
      width: 16px;
      height: 16px;
      font-size: 10px; }

  .humburger-menu {
    display: block; } }
.sidebar {
  width: 280px;
  margin-right: 20px;
  background: #fff; }
  .sidebar-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
    background: #7ba73b;
    border-radius: 5px;
    line-height: 1;
    margin: 40px 0 20px; }

.sidebar-link {
  display: block;
  padding: 18px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
  transition: 0.3s all; }
  .sidebar-link:hover {
    border-color: #7ba73b;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
    .sidebar-link:hover .sidebar-link__title {
      color: #7ba73b; }

.sidebar-link__date {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 1;
  margin-bottom: 0.57em; }

.sidebar-link__title {
  font-family: open_sanssemibold, sans-serif;
  color: #000;
  text-decoration: underline;
  transition: 0.3s all;
  line-height: 1.25; }

.sidebar-more {
  display: inline-block;
  color: #de8f28;
  text-decoration: underline; }
  .sidebar-more:hover {
    color: #7ba73b; }
    .sidebar-more:hover .arrow:before {
      background: #7ba73b; }
    .sidebar-more:hover .arrow:after {
      border-color: #7ba73b; }

@media screen and (max-width: 800px) {
  .sidebar {
    display: none; }

  .sidebar-title {
    display: block;
    height: auto;
    padding-left: 0;
    font: 22px open_sanssemibold, sans-serif;
    color: #7ba73b;
    background: none;
    margin: 35px 0 20px; }

  .sidebar-more {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    height: 40px;
    background: #7ba73b;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
    border-radius: 5px; }
    .sidebar-more .arrow:before {
      background: #fff; }
    .sidebar-more .arrow:after {
      border-color: #fff; }
    .sidebar-more:hover {
      color: #fff; }
      .sidebar-more:hover .arrow:before {
        background: #fff; }
      .sidebar-more:hover .arrow:after {
        border-color: #fff; } }
.catalog-menu {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 12px 0; }
  .catalog-menu__item {
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.42;
    background: url("../img/icon/plant.png") no-repeat;
    background-position: 20px 11px;
    background-size: 20px auto;
    padding: 0 20px;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 50px;
    border-radius: 5px; }
    .catalog-menu__item:hover {
      background-color: #e5e5e5;
      color: #de8f28; }

.catalog-menu-hidden {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  z-index: 10; }

.banner {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 19px 16px;
  margin-bottom: 20px; }

.banner-dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 19px;
  left: 16px; }
  .banner-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #7ba73b;
    font-size: 0;
    cursor: pointer;
    margin-right: 9px; }
    .banner-dots li:last-child {
      margin-right: 0; }
  .banner-dots .slick-active {
    border-color: #de8f28;
    background: #de8f28; }

.banner-item {
  position: relative; }
  .banner-item__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .banner-item__img-2 {
      display: none !important; }

.banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  height: 47px;
  font-family: open_sanssemibold, sans-serif;
  color: #0b4a25;
  border: 1px solid #0b4a25;
  border-radius: 5px;
  padding: 0 2.3em;
  background: #f9f9f9;
  z-index: 1;
  outline: none; }

@media screen and (max-width: 800px) {
  .banner {
    height: 160px;
    padding: 8px 14px; }

  .banner-btn {
    height: 29px;
    font-size: 10px;
    padding: 0 20px;
    bottom: 30px; }

  .banner-dots {
    left: 14px; } }
@media screen and (max-width: 500px) {
  .banner-item__img {
    display: none !important; }
    .banner-item__img-2 {
      display: block !important; } }
.main-sort {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px; }
  .main-sort__item {
    flex: 1;
    height: 3.5em;
    border-radius: 5px;
    color: #3c3c3c;
    line-height: 1;
    font-family: open_sanssemibold, sans-serif; }
    .main-sort__item:hover {
      background: #e5e5e5;
      color: #de8f28; }
    .main-sort__item-active {
      background: #a7ca37;
      color: #fff; }
      .main-sort__item-active:hover {
        background: #a7ca37;
        color: #fff; }

@media screen and (max-width: 800px) {
  .main-sort {
    display: none; } }
.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px; }

.catalog .product {
  min-width: auto;
  width: calc(25% - 20px); }

.product {
  min-width: 205px;
  width: 205px;
  height: 370px;
  margin: 0 10px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s all;
  position: relative; }
  .product:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }

.product__img {
  width: 100%;
  height: 54%;
  margin-bottom: 2.7%;
  position: relative;
  overflow: hidden; }
  .product__img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    max-height: none;
    width: 100%;
    object-fit: cover; }

.product__title {
  display: block;
  height: 78px;
  overflow: hidden;
  font-family: open_sanssemibold, sans-serif;
  color: #000;
  line-height: 1.25;
  text-align: center;
  padding: 0 10px; }
  .product__title:hover {
    text-decoration: underline; }

.product__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-top: 1em; }

.product-price {
  font: 20px open_sansbold, sans-serif;
  color: #de8f28;
  line-height: 1; }

.product-like {
  width: 22px;
  height: 20px;
  background: url("../img/icon/like-grey-green.png") no-repeat;
  background-position: -22px center;
  overflow: hidden; }
  .product-like:hover {
    background-position: 0 center; }

.product-basket {
  width: 22px;
  height: 20px;
  background: url("../img/icon/basket-orange-grey.png") no-repeat;
  background-position: -22px center;
  overflow: hidden;
  margin-left: 10px; }
  .product-basket:hover {
    background-position: 0 center; }

@media screen and (max-width: 1230px) {
  .main-products .product {
    width: calc(33.3% - 20px); } }
@media screen and (max-width: 1200px) {
  .catalog .product {
    width: calc(33% - 20px); } }
@media screen and (max-width: 1020px) {
  .main-products .product {
    width: calc(50% - 20px); } }
@media screen and (max-width: 950px) {
  .catalog .product {
    width: calc(50% - 20px); } }
@media screen and (max-width: 800px) {
  .main-products {
    display: none; }

  .catalog .product {
    width: calc(33% - 20px); } }
@media screen and (max-width: 600px) {
  .catalog .product {
    width: calc(50% - 20px); } }
@media screen and (max-width: 600px) {
  .catalog .product {
    height: 280px; }
  .catalog .product__img {
    height: 36%; }
  .catalog .product__block {
    flex-direction: column; }
  .catalog .product-price {
    margin-bottom: 10px; }
  .catalog .product__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; } }
@media screen and (max-width: 360px) {
  .catalog .products {
    margin-left: 0;
    margin-right: 0; }

  .catalog .product {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }
.stars {
  display: flex;
  justify-content: center;
  align-items: center; }

.star {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 0 1.5px;
  background: url("../img/icon/star.png") no-repeat;
  background-position: -15px center; }
  .star-active {
    background-position: 0 center; }

.main-about {
  margin-top: 54px; }

.advantages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1.15%; }
  .advantages__item {
    width: 31%;
    margin: 0 1.15% 33px; }
  .advantages__img {
    height: 59px;
    margin-bottom: 15px; }
    .advantages__img img {
      margin: 0 auto; }
  .advantages__title {
    font: 14px open_sanssemibold, sans-serif;
    color: #3c3c3c;
    line-height: 1.42;
    text-align: center; }

@media screen and (max-width: 800px) {
  .main-about {
    margin-top: 34px; }

  .advantages {
    justify-content: flex-start; }
    .advantages__item {
      width: 47.7%; } }
@media screen and (max-width: 500px) {
  .advantages {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0; }
    .advantages__item {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
.catalog-btn-block {
  position: relative;
  margin: 0 -10px 17px; }

.catalog-btn {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7ba73b;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  display: none;
  cursor: pointer; }
  .catalog-btn span {
    position: relative; }
  .catalog-btn-active {
    box-shadow: none; }
    .catalog-btn-active .catalog-btn-full-width,
    .catalog-btn-active .catalog-btn-close {
      display: block; }
    .catalog-btn-active .arrow {
      display: none; }

.main-hidden,
.slider-block {
  display: none; }

.catalog-btn-full-width {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  background: #7ba73b;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 5px; }

.catalog-btn-close {
  display: none;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 15px; }
  .catalog-btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 14px;
    height: 1px;
    background: #fff; }
  .catalog-btn-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 14px;
    height: 1px;
    background: #fff; }

@media screen and (max-width: 800px) {
  .catalog-btn {
    display: flex; }

  .main-hidden,
  .slider-block {
    display: block; } }
@media screen and (max-width: 500px) {
  .catalog-btn {
    max-width: calc(100% - 20px); } }
.page-footer {
  background: #f4f4f4;
  padding-bottom: 15px; }
  .page-footer__text {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 1; }

@media screen and (max-width: 800px) {
  .page-footer .logo {
    padding-bottom: 0; }
  .page-footer .main-links {
    flex-direction: column;
    margin-bottom: 40px; }
  .page-footer .navigation {
    display: flex;
    flex-direction: column;
    margin: 27px 0 46px; }
  .page-footer .navigation__item {
    margin-bottom: 20px; }
    .page-footer .navigation__item:last-child {
      margin-bottom: 0; }
  .page-footer .btn {
    height: 50px;
    width: 200px; }

  .page-footer__text {
    text-align: center; } }
.hidden-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #a7ca37;
  padding: 22px 14px;
  z-index: 10; }
  .hidden-menu .user {
    display: flex; }
    .hidden-menu .user * {
      color: #fff; }
  .hidden-menu .user__enter {
    border-right-color: #fff; }
  .hidden-menu .menu-like {
    display: block;
    position: absolute;
    top: 11px;
    right: 15px; }

.hidden-menu__nav {
  margin-bottom: 53px; }

.hidden-menu__link {
  display: block;
  color: #fff;
  font-family: open_sanssemibold, sans-serif;
  margin-bottom: 1.68em;
  line-height: 1; }
  .hidden-menu__link:last-child {
    margin-bottom: 0; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100; }
  .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); }
  .modal-block {
    width: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 55px 40px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32); }
    .modal-block p {
      text-align: center; }

.modal-title {
  font: 30px open_sanssemibold, sans-serif;
  color: #000;
  margin-bottom: 0.56em;
  line-height: 1; }

.modal-subtitle {
  max-width: 280px;
  margin: 0 auto 1.5em;
  color: #3c3c3c;
  line-height: 1.375; }

.modal-input {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  color: #888;
  background: #f4f4f4 url("../img/icon/user.png") no-repeat left 20px center;
  border-radius: 5px;
  outline: none;
  border: none;
  padding-left: 52px;
  padding-right: 10px; }
  .modal-input:last-child {
    margin-bottom: 0; }
  .modal-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888; }
  .modal-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888; }
  .modal-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #888; }
  .modal-input:-moz-placeholder {
    /* Firefox 18- */
    color: #888; }

.modal-mail {
  background-image: url("../img/icon/mail.png"); }

.modal-btn {
  display: block;
  width: 100%;
  height: 50px;
  font: 16px open_sanssemibold, sans-serif; }

.modal-close {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 20px;
  height: 20px; }
  .modal-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #b2b2b2;
    transform: translate(-50%, -50%) rotate(45deg); }
  .modal-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #b2b2b2;
    transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 500px) {
  .modal-block {
    width: calc(100% - 20px);
    padding: 37px 20px; }

  .modal-close {
    top: 15px;
    right: 15px; }

  .modal-title {
    font-size: 22px; }

  .modal-subtitle {
    font-size: 14px; }

  .modal-btn {
    font-size: 14px;
    height: 40px; } }
.crumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 42px; }

.crumbs-item {
  color: #3c3c3c;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #3c3c3c; }
  .crumbs-item a {
    color: #7ba73b; }
  .crumbs-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none; }

.about-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .about-list__item:last-child {
    margin-bottom: 0; }
  .about-list__item span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #a7ca37;
    font: 25px open_sansbold, sans-serif;
    color: #fff;
    margin-right: 14px;
    border-radius: 50%; }
  .about-list__item span:last-child {
    width: calc(100% - 54px);
    color: #3c3c3c;
    font: 14px open_sanssemibold, sans-serif; }

.about-card {
  max-width: 280px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 20px;
  padding: 32px 30px;
  margin-top: 32px; }
  .about-card__text {
    color: #3c3c3c;
    padding-left: 35px;
    background: url("../img/icon/mail.png") no-repeat left center;
    line-height: 1;
    margin-bottom: 20px; }
  .about-card__link {
    color: #de8f28;
    padding-left: 35px;
    line-height: 1; }

@media screen and (max-width: 800px) {
  .about-list__item {
    margin-bottom: 15px; }
    .about-list__item span:first-child {
      width: 30px;
      height: 30px;
      font-size: 18px;
      margin-right: 12px; }
    .about-list__item span:last-child {
      width: calc(100% - 42px); } }
@media screen and (max-width: 500px) {
  .about-card {
    max-width: 100%;
    padding: 22px 20px; }

  .about-card__text {
    margin-bottom: 10px; } }
.call-form {
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  background: #fff;
  padding: 40px 37px; }

.call-form__block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .call-form__block .input {
    width: 48.5%; }

.call-form-btn {
  width: 280px;
  height: 50px;
  font-size: 16px; }

@media screen and (max-width: 800px) {
  .call-form {
    padding: 20px 10px; }

  .call-form__block {
    display: block; }
    .call-form__block .input {
      width: 100%; } }
@media screen and (max-width: 500px) {
  .call-form-btn {
    width: 100%; } }
.delivery-item {
  display: flex;
  margin-bottom: 1.5em; }
  .delivery-item:last-child {
    margin-bottom: 40px; }
  .delivery-item__icon {
    width: 70px;
    margin-right: 23px; }
  .delivery-item__block {
    width: calc(100% - 93px); }
  .delivery-item__title {
    font-family: open_sanssemibold, sans-serif;
    color: #0b4a25;
    line-height: 1;
    margin-bottom: 1em; }
  .delivery-item__text {
    font: 14px open_sanssemibold, sans-serif;
    color: #3c3c3c;
    line-height: 1.42; }
  .delivery-item__black {
    color: #000;
    margin-top: 1em; }

@media screen and (max-width: 800px) {
  .delivery-item__icon {
    width: 45px;
    margin-right: 8px; }
  .delivery-item__block {
    width: calc(100% - 53px); } }
.price-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .price-header .title {
    margin-bottom: 0; }
  .price-header__block {
    display: flex;
    align-items: center; }
    .price-header__block p {
      color: #3c3c3c;
      margin-right: 25px;
      line-height: 1; }

.price-table {
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 20px; }
  .price-table__header {
    background: #a7ca37;
    color: #fff;
    font-family: open_sanssemibold, sans-serif;
    line-height: 1;
    padding: 18px 22px; }
  .price-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    border-bottom: 1px solid #7ba73b;
    padding: 15px 0;
    font-size: 14px;
    color: #000; }
    .price-table__row:last-child {
      border-bottom: none; }
    .price-table__row p, .price-table__row button {
      line-height: 1;
      padding: 0 20px; }
  .price-table__name {
    flex: 1; }
  .price-table__stock {
    width: 20%;
    min-width: 120px;
    color: #3c3c3c; }
  .price-table__price {
    width: 17%;
    min-width: 100px;
    color: #de8f28; }
  .price-table__busket {
    width: 62px; }
    .price-table__busket img {
      margin: 0 auto; }

@media screen and (max-width: 930px) {
  .price-header__block p {
    display: none; } }
@media screen and (max-width: 800px) {
  .price-header__block p {
    display: block; } }
@media screen and (max-width: 600px) {
  .price-header {
    display: block; }
    .price-header .title {
      margin-bottom: 20px; }

  .price-header__block {
    align-items: flex-start;
    flex-direction: column; }
    .price-header__block p {
      margin-right: 0;
      margin-bottom: 7px; }

  .price-table__header {
    padding: 20px 10px; }

  .price-table__row {
    flex-wrap: wrap;
    padding: 20px 0; }
    .price-table__row p, .price-table__row button {
      line-height: 1;
      padding: 0 9px; }

  p.price-table__name {
    flex: none;
    width: 100%;
    line-height: 1.42;
    margin-bottom: 1.14em; }

  .price-table__stock {
    width: 30%; }

  .price-table__price {
    width: auto;
    min-width: auto;
    flex: 1; }

  .price-table__busket {
    width: auto; } }
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.pagination__prev,
.pagination__next {
  color: #a3a3a3;
  font-family: open_sanssemibold, sans-serif;
  position: relative;
  padding-left: 16px;
  transition: 0.3s all; }
  .pagination__prev:before,
  .pagination__next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border: 2px solid #a3a3a3;
    border-top: none;
    border-right: none; }
  .pagination__prev:hover,
  .pagination__next:hover {
    color: #93b660; }
    .pagination__prev:hover:before,
    .pagination__next:hover:before {
      border-color: #93b660; }

.pagination__next {
  padding-left: 0;
  padding-right: 16px; }
  .pagination__next:before {
    content: none; }
  .pagination__next:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-135deg);
    width: 4px;
    height: 4px;
    border: 2px solid #a3a3a3;
    border-top: none;
    border-right: none; }

.pagination__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.pagination__page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 5px;
  color: #999;
  font-family: open_sansbold, sans-serif;
  margin: 0 7.5px; }
  .pagination__page-active {
    background: #a7ca37;
    color: #fff; }

.pagination__text {
  color: #999;
  font-family: open_sansbold, sans-serif;
  margin: 0 7.5px; }

@media screen and (max-width: 600px) {
  .pagination__pages {
    width: 100%;
    order: -1;
    margin: 0 auto 22px; } }
.checkout {
  margin-top: 32px; }

.checkout-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .checkout-title span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #a7ca37;
    font: 25px open_sansbold, sans-serif;
    color: #fff;
    margin-right: 14px;
    border-radius: 50%; }
  .checkout-title span:last-child {
    width: calc(100% - 54px);
    color: #3c3c3c;
    font: 20px open_sanssemibold, sans-serif; }

.checkout-block {
  margin-bottom: 40px; }
  .checkout-block-line {
    border-top: 1px solid #de8f28;
    border-bottom: 1px solid #de8f28;
    padding: 60px 0 40px; }
    .checkout-block-line .block-inputs-three .input {
      margin-bottom: 20px; }

.checkout-city {
  max-width: 430px;
  margin-bottom: 0; }

.radio-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .radio-blocks .radio-block {
    width: 49%;
    margin-bottom: 0; }

.radio-block {
  margin-bottom: 20px; }
  .radio-block-city {
    max-width: 430px; }
  .radio-block-cod {
    max-width: 880px; }
  .radio-block p {
    font: 14px open_sanssemibold, sans-serif;
    color: #3c3c3c;
    line-height: 1.42; }
  .radio-block input {
    display: none; }
    .radio-block input:checked + .radio:after {
      opacity: 1; }
  .radio-block * {
    padding-left: 53px; }

.radio {
  display: block;
  color: #0b4a25;
  font-family: open_sanssemibold, sans-serif;
  margin-bottom: 1em;
  cursor: pointer;
  position: relative; }
  .radio:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    background: #e6e6e6; }
  .radio:after {
    content: "";
    opacity: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    background: #de8f28;
    transition: 0.3s all; }

.block-inputs-three {
  display: flex;
  align-items: center; }
  .block-inputs-three .input {
    width: 23.7%;
    margin-right: 20px;
    margin-bottom: 60px; }
    .block-inputs-three .input:first-child {
      width: 42.8%; }
    .block-inputs-three .input:last-child {
      margin-right: 0; }
  .block-inputs-three-block {
    width: 23.7%;
    position: relative;
    margin-right: 20px; }
    .block-inputs-three-block .input {
      width: 100% !important;
      margin-right: 0; }
    .block-inputs-three-block p {
      width: 128%;
      position: absolute;
      top: 49px;
      left: 0;
      line-height: 1.58;
      color: #3c3c3c;
      font: 12px open_sanslight, sans-serif;
      font-style: italic; }

.checkout-two {
  display: flex;
  align-items: center; }
  .checkout-two .input {
    width: 30%; }
    .checkout-two .input:first-child {
      margin-right: 20px; }

.checkout-block-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .checkout-block-select p {
    font-family: open_sanssemibold, sans-serif;
    color: #0b4a25;
    line-height: 1; }

.checkout-select {
  width: 355px;
  height: 40px;
  border: none; }

.checkout-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap; }
  .checkout-bottom__block {
    width: 49%; }
    .checkout-bottom__block-last {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .checkout-bottom__block-last p {
        font-family: open_sanssemibold, sans-serif;
        color: #3c3c3c;
        margin-bottom: 12px;
        line-height: 1;
        text-align: right; }
      .checkout-bottom__block-last span {
        font-family: open_sanssemibold, sans-serif;
        color: #fd0000;
        margin-bottom: 12px;
        line-height: 1;
        text-align: right; }
      .checkout-bottom__block-last .checkout-btn-cancel {
        display: none; }

.checkout-textarea {
  height: 180px; }

.checkout-btn {
  width: 204px;
  height: 50px;
  font-size: 16px; }
  .checkout-btn-cancel {
    color: #fff;
    background: #999; }

.checkout-summ {
  font: 20px open_sanssemibold, sans-serif;
  color: #000; }
  .checkout-summ span {
    font-size: 30px;
    color: #de8f28; }

.checkout-input-hidden {
  display: none; }

@media screen and (max-width: 800px) {
  .checkout-title {
    margin-bottom: 15px; }
    .checkout-title span:first-child {
      width: 30px;
      height: 30px;
      font-size: 18px;
      margin-right: 20px; }
    .checkout-title span:last-child {
      width: calc(100% - 50px); }

  .radio-block * {
    padding-left: 50px; }

  .radio:before {
    left: 3px; }
  .radio:after {
    left: 9px; }

  .radio-block-city {
    max-width: 100%; }

  .radio-blocks {
    flex-direction: column;
    border-top: 1px solid #de8f28;
    padding-top: 20px; }
    .radio-blocks .radio-block {
      width: 100%;
      margin-bottom: 20px; }
      .radio-blocks .radio-block:last-child {
        margin-bottom: 0; }

  .block-inputs-three {
    flex-direction: column;
    align-items: flex-start; }
    .block-inputs-three .input {
      width: 100% !important;
      margin-bottom: 20px; }

  .block-inputs-three-block {
    width: 100%;
    margin-bottom: 20px; }
    .block-inputs-three-block p {
      position: static;
      width: 100%; }
    .block-inputs-three-block input {
      margin-bottom: 10px !important; }

  .checkout-two {
    flex-direction: column;
    align-items: flex-start; }
    .checkout-two .input {
      width: 100%; }

  .checkout-input-hidden {
    display: block; }

  .checkout-input-close {
    display: none; }

  .checkout-block-select {
    flex-direction: column;
    align-items: flex-start; }
    .checkout-block-select p {
      margin-bottom: 14px; }

  .checkout-bottom {
    flex-direction: column;
    align-items: flex-start; }

  .checkout-bottom__block {
    width: 100%; }

  .checkout-btn-cancel {
    display: none; }

  .checkout-bottom__block-last {
    align-items: center; }
    .checkout-bottom__block-last p, .checkout-bottom__block-last span {
      text-align: center; }
    .checkout-bottom__block-last .checkout-btn-cancel {
      display: block;
      margin-top: 20px; }

  .checkout-summ {
    margin-bottom: 30px !important; }

  .checkout-block-line {
    padding: 40px 0; } }
@media screen and (max-width: 500px) {
  .checkout-select {
    width: 100%; } }
@media screen and (max-width: 360px) {
  .checkout-btn {
    width: 100%; } }
.basket-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .basket-page-header .title {
    margin-bottom: 0; }
  .basket-page-header .basket-clear {
    display: none;
    width: 155px;
    height: 35px;
    font-size: 12px; }

.basket-table {
  margin-bottom: 30px; }

.basket-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background: #999;
  color: #fff !important;
  font: 14px open_sanssemibold, sans-serif; }
  .basket-clear img {
    margin-right: 7px; }

.basket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  padding-left: 55px; }

.basket-cell {
  color: #3c3c3c; }
  .basket-cell:first-child {
    width: 150px;
    margin-right: 20px; }
  .basket-cell:nth-child(2) {
    flex: 1;
    margin-right: 20px; }
  .basket-cell:nth-child(3) {
    width: 205px;
    margin-right: 20px; }
  .basket-cell:nth-child(4) {
    width: 130px;
    margin-right: 20px; }
  .basket-cell:nth-child(5) {
    width: 205px;
    display: flex;
    justify-content: center;
    align-items: center; }

.basket-row {
  height: 170px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 0;
  padding-left: 55px; }
  .basket-row:last-child {
    margin-bottom: 0; }
  .basket-row .basket-cell:first-child {
    height: 149px;
    overflow: hidden;
    border-radius: 5px;
    position: relative; }
    .basket-row .basket-cell:first-child img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .basket-row .basket-cell:nth-child(2) {
    font-family: open_sanssemibold, sans-serif;
    color: #000; }
  .basket-row .basket-cell:nth-child(4) {
    font: 25px open_sansbold, sans-serif;
    color: #de8f28; }

.basket-cell-delete {
  display: flex;
  align-items: center;
  font-family: open_sansbold, sans-serif;
  color: #999; }
  .basket-cell-delete img {
    margin-left: 8px; }

.basket-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px; }
  .basket-block:last-of-type {
    margin-bottom: 0; }

.btn-update {
  width: 150px;
  height: 50px;
  background: #7ba73b;
  color: #fff;
  font-size: 16px; }

.basket-text-discount {
  max-width: 425px;
  color: #3c3c3c;
  font-family: open_sanssemibold, sans-serif;
  line-height: 1.25; }

.backet-back {
  display: flex;
  align-items: center;
  color: #de8f28;
  text-decoration: underline;
  font-family: open_sansbold, sans-serif; }
  .backet-back img {
    margin-right: 12px; }

.basket-block-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .basket-block-right p {
    margin-bottom: 12px;
    text-align: right; }
    .basket-block-right p:first-child {
      color: #fd0000;
      font-family: open_sanssemibold, sans-serif;
      line-height: 1; }
    .basket-block-right p:last-of-type {
      font: 20px open_sanssemibold, sans-serif;
      color: #000;
      line-height: 1; }
      .basket-block-right p:last-of-type span {
        font-size: 30px;
        color: #de8f28; }
  .basket-block-right .btn {
    width: 205px;
    height: 50px;
    font-size: 16px; }

@media screen and (max-width: 800px) {
  .basket-table {
    margin-bottom: 15px; }

  .basket-page-header .basket-clear {
    display: flex; }

  .basket-header {
    display: none; }

  .basket-row {
    padding: 10px;
    border-radius: 10px;
    height: 240px;
    flex-wrap: wrap;
    align-items: flex-start; }
    .basket-row .basket-cell:first-child {
      width: 110px;
      height: 110px;
      margin-right: 10px; }
    .basket-row .basket-cell:nth-child(2) {
      height: 110px;
      display: flex;
      align-items: center;
      width: calc(100% - 120px);
      margin-right: 0;
      flex: none;
      overflow: hidden; }
    .basket-row .basket-cell:nth-child(3) {
      width: 100%;
      margin-top: 10px; }
    .basket-row .basket-cell:nth-child(4) {
      width: 49%;
      margin-right: 1%; }
    .basket-row .basket-cell:nth-child(5) {
      width: 49%;
      height: 34.4px;
      margin-left: 1%;
      justify-content: flex-end;
      align-items: center; }

  .basket-block {
    flex-direction: column;
    align-items: center; }

  .basket-text-discount {
    text-align: center;
    margin-bottom: 18px; }

  .basket-block-right {
    width: 100%;
    order: -1;
    align-items: center;
    margin-bottom: 35px; }
    .basket-block-right p {
      text-align: center; } }
@media screen and (max-width: 340px) {
  .basket-row {
    height: 265px; }
    .basket-row .basket-cell:nth-child(4) {
      width: 100%;
      margin: 10px 0; }
    .basket-row .basket-cell:nth-child(5) {
      width: 100%;
      height: auto;
      margin-left: 0;
      justify-content: flex-start; } }
@media screen and (max-width: 320px) {
  .btn-update,
  .basket-block-right .btn {
    width: 100%; } }
.counter {
  width: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.counter-button {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #a7ca37;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
  font: 40px open_sansbold, sans-serif;
  line-height: 1;
  position: relative; }
  .counter-button:after {
    content: "";
    width: 14px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff; }

.counter-plus:before {
  content: "";
  width: 14px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: #fff; }

.counter-window {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 10px;
  overflow: hidden; }
  .counter-window span {
    margin-right: 3px; }

.catalog .title {
  display: none; }

.filter__title {
  font-family: open_sanssemibold, sans-serif;
  color: #000;
  margin-bottom: 14px; }

@media screen and (max-width: 800px) {
  .catalog .title {
    display: block;
    font-size: 25px; } }
.range-width {
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  z-index: 1;
  border-radius: 6px;
  background: #7ba73b; }

.range-slider {
  padding: 2px 0;
  position: relative; }

.range-slider__fields {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.range-slider__line {
  width: 7%;
  height: 1px;
  background: #989898; }

.range-slider__btn {
  height: 22.73px;
  position: relative; }

.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 9.875px; }

input[type=number] {
  width: 37.5%;
  height: 40px;
  border: 1px solid #989898;
  text-align: center;
  border-radius: 5px;
  -moz-appearance: textfield;
  color: #000;
  font: 16px open_sanssemibold, sans-serif;
  outline: none; }
  input[type=number]:focus {
    border: 1px solid #BDE5D7; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number]:invalid,
input[type=number]:out-of-range {
  border: 2px solid #ff6347; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #d1d1d1;
  border-radius: 6px;
  box-shadow: none;
  border: 0; }

input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 7px solid #7ba73b;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #d1d1d1;
  border-radius: 6px;
  box-shadow: none;
  border: 0; }

input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 7px solid #7ba73b;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #d1d1d1;
  border-radius: 6px;
  box-shadow: none;
  border: 0; }

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #1A437D;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }

input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 7px solid #7ba73b;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px; }

.filter-view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 205px;
  height: 50px;
  background: #de8f28;
  font-family: open_sanssemibold, sans-serif;
  color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  margin: 20px 0; }

.main-filter {
  display: none; }
  .main-filter .sidebar-title {
    margin-top: 0; }

@media screen and (max-width: 800px) {
  .main-filter {
    width: 100%;
    display: block; } }
.sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .sort__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
  .sort__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background: #f4f4f4;
    border-radius: 5px;
    color: #3c3c3c;
    font-family: open_sanssemibold, sans-serif;
    margin: 5px;
    margin-top: 0;
    padding: 0 15px; }
  .sort p {
    color: #3c3c3c;
    margin-right: 25px;
    line-height: 1; }

@media screen and (max-width: 800px) {
  .sort {
    width: 100%;
    flex-direction: column; }
    .sort p {
      font: 16px open_sanssemibold, sans-serif;
      margin-right: 0;
      margin-bottom: 10px; }

  .sort__block {
    width: 100%; }
    .sort__block-btns {
      order: 1; }
    .sort__block-list {
      flex-direction: column;
      align-items: start; }

  .sort__button {
    flex: 1;
    padding: 0; } }
.card-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 25px; }
  .card-header__count {
    color: #3c3c3c; }
    .card-header__count span {
      color: #7ba73b; }
  .card-header__block {
    flex: 1;
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px; }
  .card-header__stars {
    display: flex;
    align-items: center; }
  .card-header__reviews {
    color: #3c3c3c;
    margin-left: 9px; }
  .card-header__discuss {
    display: flex;
    align-items: center; }
    .card-header__discuss a {
      text-transform: uppercase;
      color: #7ba73b;
      font-weight: bold; }
      .card-header__discuss a:hover {
        text-decoration: underline; }
    .card-header__discuss p {
      color: #3c3c3c;
      margin-left: 9px; }
  .card-header .title {
    font-size: 22px;
    display: none; }

.card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px; }
  .card__view {
    display: flex;
    height: 440px;
    flex: 1;
    margin-right: 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
    border-radius: 15px;
    overflow: hidden;
    padding: 40px;
    padding-left: 56px; }
  .card__slider {
    width: 75px;
    height: 100%;
    margin-right: 20px;
    overflow: hidden; }
    .card__slider-item {
      height: 67px !important;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px;
      cursor: pointer;
      background: #fff;
      position: relative;
      opacity: 0.3; }
      .card__slider-item:last-child {
        margin-bottom: 0; }
      .card__slider-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        object-fit: cover; }
      .card__slider-item-active {
        opacity: 1; }
  .card__image {
    flex: 1;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    .card__image img {
      position: absolute;
      display: block !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      max-width: none;
      max-height: none;
      object-fit: cover; }
    .card__image-button {
      position: absolute;
      top: 13px;
      right: 13px;
      width: 30px;
      height: 30px;
      background: url("../img/icon/search-white.png") no-repeat center;
      background-size: 100%; }
  .card__info {
    flex: 1;
    padding-top: 5px; }
    .card__info-title {
      font: 25px open_sanssemibold, sans-serif;
      color: #000;
      line-height: 1.4;
      margin-bottom: 1.3em; }
      .card__info-title-2 {
        font-family: open_sanssemibold, sans-serif;
        color: #3c3c3c;
        line-height: 1.25;
        margin-bottom: 10px; }
    .card__info-prices {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap; }
    .card__info-text {
      font-size: 14px;
      color: #000;
      line-height: 1.42;
      margin-bottom: 48px; }

.card__info-prices-block {
  font-weight: bold;
  margin-bottom: 30px; }
  .card__info-prices-block p:first-child {
    max-width: 255px;
    color: #999;
    line-height: 1.25;
    margin-bottom: 4px; }
  .card__info-prices-block p:last-child {
    font-size: 25px;
    color: #3c3c3c; }

.card__info-prices-discount {
  color: #de8f28 !important; }

.card__info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px; }
  .card__info-block-text {
    font-weight: bold;
    color: #999;
    line-height: 1.25;
    width: 105px; }
  .card__info-block-inner {
    display: flex;
    align-items: center; }

.card-like {
  width: 22px;
  height: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  background: url("../img/icon/like-grey-green.png") no-repeat;
  background-position: -22px center; }
  .card-like-active {
    background-position: 0 center; }

.card-basket {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  background: #7ba73b;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  font-family: open_sanssemibold, sans-serif;
  margin-left: 30px; }
  .card-basket img {
    width: 22px;
    margin-right: 9px; }

.card__info-table {
  color: #000;
  font-size: 14px; }
  .card__info-table-row {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    .card__info-table-row:last-child {
      margin-bottom: 0; }
  .card__info-table-cell:first-child {
    width: 130px; }
  .card__info-table-cell:last-child {
    font-weight: bold;
    color: #7ba73b; }

.card-reviews {
  padding: 35px 30px 28px;
  background: #f4f4f4;
  margin-bottom: 50px; }
  .card-reviews__title {
    font-size: 25px;
    color: #7ba73b;
    line-height: 1;
    margin-bottom: 20px; }
  .card-reviews__text {
    font-size: 14px;
    color: #000;
    line-height: 1.42; }

@media screen and (max-width: 1180px) {
  .card__info-block {
    flex-direction: column;
    align-items: flex-start; }
    .card__info-block-inner:first-child {
      margin-bottom: 30px; } }
@media screen and (max-width: 800px) {
  .card-header {
    flex-direction: column; }
    .card-header .title {
      display: block; }
    .card-header__block {
      margin-left: 0;
      flex: none;
      max-width: 100%;
      flex-direction: column;
      align-items: flex-start; }
    .card-header__stars {
      margin: 17px 0; }

  .card {
    flex-direction: column; }

  .card__view {
    width: 100%;
    margin-bottom: 20px;
    padding: 11px;
    padding-bottom: 22px;
    flex-direction: column; }

  .card__slider {
    order: 1;
    width: 100%;
    height: 67px; }

  .card__slider-item {
    max-width: 75px;
    margin-right: 10px;
    margin-bottom: 0; }
    .card__slider-item:last-child {
      margin-right: 0; }

  .card__image {
    flex: none;
    width: 100%;
    height: 255px;
    margin-bottom: 10px; }
    .card__image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: none;
      width: auto;
      height: auto; }

  .card__info {
    flex: none;
    width: 100%; }

  .card__info-title,
  .card__image-button {
    display: none; }

  .card__info-prices {
    flex-direction: column;
    align-items: flex-start; }

  .card__info-prices-block {
    width: 100%;
    margin-bottom: 12px; }
    .card__info-prices-block:last-child {
      margin-bottom: 16px; }
    .card__info-prices-block p:first-child {
      max-width: 100%; }

  .card-basket {
    margin-left: 17px; }

  .card__info-text {
    margin-bottom: 25px; }

  .card__info-table-row {
    flex-direction: column;
    align-items: flex-start; }

  .card__info-block-inner {
    width: 100%; }

  .card-reviews {
    margin-bottom: 38px; } }
@media screen and (max-width: 400px) {
  .card-basket {
    flex: 1;
    width: auto; } }
@media screen and (max-width: 340px) {
  .card__image img {
    max-width: none;
    max-height: none;
    object-fit: cover;
    height: 100%; } }
@media screen and (max-width: 320px) {
  .card__info-block-inner:first-child {
    flex-direction: column;
    align-items: flex-start; }
    .card__info-block-inner:first-child p {
      width: 100%;
      margin-bottom: 10px; } }
.products.main-products {
  display: none; }

.products.main-products.active {
  display: flex; }

@media screen and (max-width: 800px) {
  .products.main-products.active {
    display: none; } }
.price-table__header a {
  color: white; }

.sort__block {
  flex-wrap: wrap; }

.modal {
  display: none; }

.form-cart fieldset {
  width: auto; }

.cart-to-catalog,
.form-cart button[type="submit"] {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  padding: 15px 12px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500; }

.cart-to-catalog {
  background: radial-gradient(circle closest-corner at 20px center, #68787c, #4d595c); }
  .cart-to-catalog:hover {
    background: radial-gradient(circle closest-corner at 20px center, #434343, #000); }

.form-cart button[type="submit"] {
  background: radial-gradient(circle closest-corner at 20px center, #a7ca37, #7ba73b); }
  .form-cart button[type="submit"]:hover {
    background: radial-gradient(circle closest-corner at 20px center, #de8f28, #de8f28); }

@media (max-width: 980px) {
  .cart-header {
    display: none; } }
@media (max-width: 768px) {
  .cart-to-catalog,
  .form-cart button[type="submit"] {
    vertical-align: middle;
    margin: 5px; } }
@media (max-width: 480px) {
  .cart-to-catalog,
  .form-cart button[type="submit"] {
    width: 100%;
    max-width: 300px; } }
.form-filter .filter-title {
  font-weight: 500;
  margin: 0 0 15px; }
.form-filter fieldset {
  margin: 0 0 15px;
  border: 0; }
  .form-filter fieldset:last-of-type {
    margin: 0; }
.form-filter li {
  display: block;
  margin: 7px 0; }

.sort__button.active {
  background: #a7ca37;
  color: white; }

.card__image a.hidden {
  display: none; }

.product-card-header {
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.product-card-marker {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1; }

.marker-best {
  background: radial-gradient(circle closest-corner at 10px center, #f55785, #f14569); }

.marker-discount {
  background: radial-gradient(circle closest-corner at 10px center, #c7d23c, #b2c12f); }

.marker-new {
  background: radial-gradient(circle closest-corner at 10px center, #31c1e1, #27abd6); }

.product-item-estimate {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e7e8e7;
  width: 100%;
  margin: 25px 0 0 0; }
  .product-item-estimate span {
    font-weight: 500;
    font-size: 14px;
    margin: 0 10px 0 0; }
  .product-item-estimate i:hover:before {
    content: '\f005'; }

@media (max-width: 768px) {
  .product-item-estimate {
    justify-content: center; } }
@media (max-width: 640px) {
  .product-item-estimate {
    margin-top: 15px; } }
.product-item-estimate a:hover div {
  background-position: 0 center; }

.counter input {
  display: none; }

.place-comment-link {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0; }

.form-comment .input, .form-comment .textarea {
  background: #fff; }

.form-comment .form-footer {
  display: flex;
  justify-content: space-between; }

.checkout-block fieldset {
  border: none; }

.checkout-block fieldset a {
  color: #0b4a25;
  text-decoration: underline; }
  .checkout-block fieldset a:hover {
    color: #de8f28; }

fieldset {
  display: block;
  width: 100%;
  border: none; }

.form input[type='text'],
.form input[type='password'],
.form input[type='search'],
.form input[type='email'],
.form input[type='tel'],
.form select {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 38px;
  resize: none;
  border: 1px solid #d2dfc6;
  border-radius: 8px; }

.form textarea {
  padding: 15px 15px;
  display: block;
  width: 100%;
  resize: none;
  border: 1px solid #d2dfc6;
  border-radius: 8px; }

/*********************************************
*********** cabinet
**********************************************/
.cabinet-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  font-size: 14px; }
  .cabinet-list .cabinet-item {
    padding: 30px 30px 30px 0;
    width: 50%;
    margin: 0; }
    .cabinet-list .cabinet-item:nth-of-type(1), .cabinet-list .cabinet-item:nth-of-type(2) {
      padding-top: 0; }
    .cabinet-list .cabinet-item:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }

.cabinet-item {
  position: relative;
  border-bottom: 1px solid #e7e8e7;
  padding-bottom: 30px;
  width: 100%;
  margin-top: 20px; }
  .cabinet-item h2 {
    margin-bottom: 20px; }
  .cabinet-item h3 {
    margin: 0 0 15px; }
    .cabinet-item h3 a {
      font-size: 18px;
      color: #3a7702;
      text-decoration: none;
      font-weight: 500; }
      .cabinet-item h3 a:hover {
        color: #e86d32; }
  .cabinet-item ul li {
    display: block;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
    font-size: 14px; }
    .cabinet-item ul li:before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #e86d32;
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .cabinet-item a {
    font-size: 14px;
    color: #3a7702;
    text-decoration: underline; }
    .cabinet-item a:hover {
      text-decoration: none;
      color: #e86d32; }
  .cabinet-item p {
    margin: 10px 0;
    font-size: 14px; }
    .cabinet-item p strong {
      font-size: inherit;
      font-weight: 500; }
  .cabinet-item table {
    border-collapse: collapse;
    border: none; }
    .cabinet-item table td {
      vertical-align: top;
      font-size: 14px;
      padding: 5px 0; }
    .cabinet-item table td:first-of-type {
      padding-right: 40px; }
  .cabinet-item fieldset {
    margin-bottom: 20px; }
    .cabinet-item fieldset:last-of-type {
      margin: 0; }
    .cabinet-item fieldset label {
      float: left;
      padding: 0 0 0 15px;
      width: 40%; }
    .cabinet-item fieldset label:first-of-type {
      width: 25%;
      padding: 10px 15px 0 0;
      font-size: 14px;
      font-weight: 500; }
    .cabinet-item fieldset label:first-of-type + input {
      width: 35%;
      height: 36px;
      float: left; }
    .cabinet-item fieldset label:first-of-type + div {
      width: 35%;
      float: left; }
    .cabinet-item fieldset input[type="checkbox"] + label {
      align-items: flex-start; }
    .cabinet-item fieldset:after {
      content: '';
      display: block;
      clear: both; }

.nav-cabinet {
  display: flex;
  display: none;
  justify-content: flex-start;
  align-items: center; }
  .nav-cabinet a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 10px;
    cursor: default; }
    .nav-cabinet a[href] {
      color: #e86d32;
      text-decoration: underline;
      cursor: pointer; }
      .nav-cabinet a[href]:hover {
        color: #3a7702;
        text-decoration: none; }

.form-field-note {
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  margin-top: 10px; }

.form-personal-contacts button[type="submit"] {
  margin-top: 30px;
  border-radius: 8px;
  padding: 16px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: radial-gradient(circle closest-corner at 20px center, #9cb620, #7ea01b); }
  .form-personal-contacts button[type="submit"]:hover {
    background: radial-gradient(circle closest-corner at 20px center, #ef8f42, #e86d32); }

.form-header {
  padding: 20px 0; }
  .form-header:after {
    content: '';
    display: block;
    clear: both; }
  .form-header a,
  .form-header button {
    display: block;
    border-radius: 8px;
    padding: 16px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500; }
  .form-header a {
    float: right;
    background: radial-gradient(circle closest-corner at 20px center, #9cb620, #7ea01b); }
    .form-header a:hover {
      background: radial-gradient(circle closest-corner at 20px center, #ef8f42, #e86d32); }
  .form-header button[type='submit'] {
    float: left;
    background: radial-gradient(circle closest-corner at 20px center, #ef8f42, #e86d32); }
    .form-header button[type='submit']:hover {
      background: radial-gradient(circle closest-corner at 20px center, #9cb620, #7ea01b); }

.address-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #c6cacc;
  padding-bottom: 10px; }
  .address-header li {
    display: block;
    font-weight: 500;
    font-size: 14px; }
    .address-header li:nth-of-type(1) {
      width: 175px;
      flex-shrink: 0;
      flex-grow: 0; }
    .address-header li:nth-of-type(2) {
      width: 65%;
      flex-grow: 1; }
    .address-header li:nth-of-type(3) {
      width: 250px;
      flex-shrink: 0;
      flex-grow: 0; }

.address-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e7e8e7;
  padding: 20px 0; }

.address-default {
  width: 175px;
  flex-shrink: 0;
  flex-grow: 0; }

.address-value {
  flex-grow: 1;
  font-size: 14px;
  padding-right: 20px; }

.address-control {
  width: 250px;
  flex-shrink: 0;
  flex-grow: 0; }

.address-edit {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px; }
  .address-edit i {
    color: #1181a6;
    margin-right: 5px;
    font-size: 14px; }

.address-remove {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500; }
  .address-remove i {
    color: #c70808;
    margin-right: 5px;
    font-size: 14px; }

.table-history {
  width: 100%;
  overflow: auto;
  margin: 30px 0; }
  .table-history table {
    min-width: 800px;
    border-collapse: collapse; }
  .table-history th {
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #c6cacc; }
  .table-history td {
    padding: 10px 15px 10px 0;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e7e8e7; }
    .table-history td:nth-of-type(1) {
      width: 9%; }
    .table-history td:nth-of-type(2) {
      width: 12%; }
    .table-history td:nth-of-type(3) {
      width: 10%; }
    .table-history td:nth-of-type(4) {
      width: 30%; }
    .table-history td:nth-of-type(5) {
      width: 12%; }
    .table-history td:nth-of-type(6) {
      width: 9%; }
    .table-history td:nth-of-type(7) {
      width: 9%; }
    .table-history td:nth-of-type(8) {
      width: 9%; }
  .table-history a {
    display: block;
    text-decoration: underline;
    font-size: 12px;
    margin: 5px 0;
    font-weight: 500; }
    .table-history a:hover {
      text-decoration: none; }
  .table-history .to-pay {
    color: #3a7702; }
  .table-history .to-personal-pay {
    color: #005983; }
  .table-history .to-remove {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center; }
    .table-history .to-remove i {
      font-size: 14px;
      margin-right: 5px;
      color: #c70808; }
    .table-history .to-remove:hover {
      color: #3a7702; }
      .table-history .to-remove:hover i {
        color: inherit; }

@media (max-width: 768px) {
  .cabinet-item fieldset input[type="checkbox"] + label {
    align-items: center; }
  .cabinet-item fieldset label,
  .cabinet-item fieldset label:first-of-type {
    padding: 0; }
  .cabinet-item fieldset label,
  .cabinet-item fieldset label:first-of-type,
  .cabinet-item fieldset label:first-of-type + input,
  .cabinet-item fieldset label:first-of-type + div {
    width: 100%;
    float: none;
    margin: 10px 0; }

  .nav-cabinet {
    flex-wrap: wrap;
    justify-content: center; }
    .nav-cabinet a {
      font-size: 16px;
      margin: 5px 10px; }

  .form-personal-contacts h2 {
    text-align: center;
    margin: 0; }
  .form-personal-contacts .form-required-note {
    position: static;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px; }

  .address-header {
    display: none; }

  .address-list li {
    flex-wrap: wrap;
    position: relative;
    padding-left: 50px; }

  .address-default {
    width: auto;
    position: absolute;
    left: 5px;
    top: 20px; }

  .address-value {
    width: 100%;
    padding: 0;
    margin-bottom: 15px; }

  .address-control {
    width: 100%; }

  .cabinet-list .cabinet-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: none; }
    .cabinet-list .cabinet-item:nth-of-type(1), .cabinet-list .cabinet-item:nth-of-type(2) {
      padding: 15px 0; } }
@media (max-width: 640px) {
  .form-header button[type='submit'],
  .form-header a {
    display: block;
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 10px auto; } }
@media (max-width: 480px) {
  .cabinet-item table {
    width: 100%; }
    .cabinet-item table td {
      width: 50%;
      padding: 5px 20px 5px 0; }
    .cabinet-item table td:first-of-type {
      padding-right: 20px; } }
/*********************************************
*********** news-list
**********************************************/
.news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e8e7;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .news-item h3 a {
    font-size: 17px;
    color: #e86d32;
    font-weight: 500;
    text-decoration: underline; }
    .news-item h3 a:hover {
      color: #3a7702;
      text-decoration: none; }
  .news-item time {
    font-size: 12px; }

.news-image {
  display: block;
  width: 130px;
  height: 130px;
  border: 1px solid #e7e8e7;
  border-radius: 100%;
  overflow: hidden; }

.news-data {
  width: calc(100% - 160px); }

.news-preview {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 5px; }

@media (max-width: 480px) {
  .news-item {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border: none; }

  .news-data {
    width: 100%;
    margin-top: 30px; } }

/*# sourceMappingURL=style.css.map */

/* icons left */
.icons-left-item{
	margin-top:20px;
	font-size:12px;
}
.icons-left-item-img{
	float:left;
	margin-bottom:5px;
	width:60px;
}
.icons-left-item-title{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.footer-block-container{
	display:flex;
}
.footer-block{
	margin-right:30px;
}
.footer-title {
    font-size:16px;
		font-weight:bold;
    line-height: 1;
    margin-bottom: 0.77em;
}
.footer-link {
    display: block;
    color: #505050;
    line-height: 1;
    margin-bottom: 0.7em;
}
.footer-link:last-child {
	margin-bottom: 0;
}
.footer-pay {
    margin-bottom: 2.85em;
}
.home_text ul, .home_text ol, .radio-block.radio-block-cod ul, .radio-block.radio-block-cod ol{
	list-style: initial;
}
.radio-block.radio-block-cod ul, .radio-block.radio-block-cod ol{
	margin-top:10px;
}
.home_text ul li, .home_text ol li, .radio-block.radio-block-cod li{
	margin-left:25px;
	margin-bottom:10px;
}
.radio-block.radio-block-cod li{
	padding-left:10px;
}
.radio-block.radio-block-cod strong{
	display:inline;
	font-weight:bold;
	padding:0;
	margin:0;
}
