/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

body {
  font-family: "Roboto", "Arial", sans-serif;

  min-width: 1200px;

  color: #fff ;
  background-color: #849d8f;
}

body > input[type="radio"] {
  display: none;
}

.clearfix::after {
  display: table;
  clear: both;

  content: "";
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
.content-wrapper {
  width: 1146px;
  margin: 0 auto;
}
.page-header {
  position: relative;
  z-index: 10;

  min-height: 120px;
}
.page-header__logo {
  float: left;

  margin-top: 10px;
  margin-right: 8px;
}
.main-nav__items {
  position: relative;
  z-index: 10;

  display: inline-block;

  margin-top: 18px;

  vertical-align: top;
}
.main-nav__items ul {
  margin: 0;
  padding: 0;

  list-style: none;
}
.main-nav__item {
  position: relative;

  display: inline-block;
}
.main-nav__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;

  display: block;

  padding-top: 6px;
  padding-right: 11px;
  padding-bottom: 6px;
  padding-left: 11px;

  text-decoration: none;

  color: #fff;
  border-radius: 16px 16px;
}
.main-nav__link:hover {
  cursor: pointer;

  color: #333 ;
  background-color: #f7f6f3;
}
.main-nav__link:active {
  color: #333 ;
  border-radius: 16px 16px;
  background-color: #ededed;
  box-shadow: 0 2px 3px #575555 inset;
}
.main-nav__link--active {
  color: #333;
  border-radius: 16px 16px;
  background-color: #f7f6f3;
}
.main-nav__link--current {
  color: #fff;
  background-color: #d07058;
}
.main-nav__submenu {
  position: absolute;
  top: 44px;

  display: none;

  width: 140px;
  margin: 0;
  padding: 0;

  list-style: none;

  color: #333;
  border-radius: 5px 5px;
  background-color: #f8f7f4;
  box-shadow: 0  10px 15px rgba(0, 0, 0, .5);
}

.main-nav__item:hover .main-nav__submenu {
  display: block;
}
.main-submenu__link {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;

  display: block;

  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;

  text-decoration: none;

  color: #333;
}
.main-submenu__link:hover {
  background-color: #fbded7;
}

.main-submenu__link:active {
  background-color: #d07058;
}

.main-submenu__link--news {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.main-nav__submenu::after {
  position: absolute;
  top: -10px;

  display: block;

  width: 80px;
  height: 10px;

  content: "";
}
.page-header__logo {
  width: 157px;
  height: 66px;
}
.user-block {
  font-size: 0;
  font-weight: 500;

  display: inline-block;

  margin-top: 18px;

  vertical-align: top;
}
.user-block__search {
  font-size: 0;

  position: relative;

  display: inline-block;

  width: 34px;
  height: 34px;
  margin-right: 10px;

  cursor: pointer;
  vertical-align: top;

  border-radius: 50%;
  background-color: #a1b5aa;
  background-image: url("../img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.user-block__search:hover {
  background-color: #f8f7f4;
  background-image: url("../img/search-icon-hover.svg");
}
.user-block__search:hover::after {
  position: absolute;
  z-index: 10;
  bottom: -8px;
  left: -20px;

  display: block;

  width: 56px;
  height: 10px;

  content: "";
}
.user-block__search-form {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 0;

  display: none;

  width: 270px;
  padding: 17px;

  border-radius: 5px;
  background-color: #f8f7f4;
  box-shadow: 0  25px 30px rgba(0,0,0,.5);
}
.user-block__search:hover .user-block__search-form {
  display: block;
}
.search-form__field {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;

  width: 239px;
  padding: 6px 11px;

  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.user-block__login {
  font-size: 14px;
  line-height: 24px;

  position: relative;

  display: inline-block;

  margin-right: 10px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 45px;

  vertical-align: top;
  text-decoration: none;

  color: #fff;
  border-radius: 17px;
  background-color: #a1b5aa;
}
.user-block__login::before {
  position: absolute;
  top: 7px;
  left: 17px;

  width: 20px;
  height: 20px;

  content: "";

  background-image: url("../img/login-icon.svg");
  background-repeat: no-repeat;
}
.user-block__login:hover {
  color: #000;
  background-color: #f8f7f4;
}
.user-block__login:hover::after {
  position: absolute;
  bottom: -8px;
  left: 0;

  width: 80px;
  height: 8px;

  content: "";
}
.user-block__login:hover::before {
  background-image: url("../img/login-icon-hover.svg");
  background-repeat: no-repeat;
}
.login__form {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 0;

  display: none;

  padding: 20px 15px 15px;

  border-radius: 5px;
  background-color: #f8f7f4;
  box-shadow: 0  25px 30px rgba(0,0,0,.5);
}
.user-block__login:hover .login__form {
  display: block;
}

.login__form input {
  font-size: 14px;
  line-height: 1.3;

  width: 230px;
  margin-bottom: 15px;
  padding: 6px 15px;

  border: 1px solid #ccc;
  border-radius: 5px;
}

.login__form-help {
  display: inline-block;

  vertical-align: top;
}

.login__form-help a {
  font-size: 14px;
  line-height: 1.3;

  display: block;

  margin: 0;
  padding: 0;

  color: #000;
}

.login-btn {
  margin-right: 20px;
}
.user-block__cart {
  font-size: 14px;
  line-height: 24px;

  position: relative;

  display: inline-block;

  min-width: 55px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 45px;

  vertical-align: top;
  text-decoration: none;

  color: #fff;
  border-radius: 17px;
  background-color: #a1b5aa;
}
.user-block__cart::before {
  position: absolute;
  top: 6px;
  left: 17px;

  width: 22px;
  height: 22px;

  content: "";

  background-image: url("../img/cart-icon.svg");
  background-repeat: no-repeat;
}
.user-block__cart--field {
  color: #000;
  background-color: #f8f7f4;
}
.user-block__cart--field:before {
  background-image: url("../img/cart-icon-full.svg");
}
.user-block__cart:hover::after {
  position: absolute;
  top: 32px;
  right: 0;

  width: 120px;
  height: 8px;

  content: "";
}
.user-block__cart:hover .user-block__cart-full {
  display: block;
}

.user-block__cart-full {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 0;

  display: none;

  padding: 25px 17px;

  color: #000;
  border-radius: 5px;
  background-color: #f8f7f4;
  box-shadow: 0  25px 30px rgba(0,0,0,.5);
}
.user-block__cart-sum {
  font-size: 15px;
  line-height: 1.3;

  display: block;
  float: right;

  margin: 14px;
}
.cart-items {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;

  width: 500px;
}
.cell-1-1 {
  width: 12px;
}
.user-block__delete-cart-items {
  position: relative;

  display: block;

  width: 12px;
  height: 12px;
}
.user-block__delete-cart-items:hover {
  cursor: pointer;
}
.user-block__delete-cart-items::after,
.user-block__delete-cart-items::before {
  position: absolute;
  top: 1px;
  left: 5px;

  width: 2px;
  height: 10px;

  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);

  background-color: #000;
}
.user-block__delete-cart-items::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.user-block__cart-price {
  color: #808080;
}
.user-block__phone-number {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;

  text-decoration: none;

  color: #fff;
}
.user-block__worktime {
  font-size: 14px;
  line-height: 1.3;

  position: absolute;
  right: 0;
  bottom: 0;

  padding-top: 13px;

  text-align: right;
}
.main-content {
  margin-bottom: 40px;
}
fieldset {
  display: inline-block;

  vertical-align: top;

  border: none;
}
.filter {
  margin-bottom: 30px;
}
.filter__price {
  position: relative;

  width: 220px;
  height: 35px;

  border-radius: 18px;
  background-color: #9bafa3;;
}
.filter__price-bar {
  position: absolute;
  top: 14px;
  left: 15px;

  width: 190px;
  height: 6px;

  content: "";

  background-color: #d1d9d2;
}
.filter__price-rangeBar {
  position: absolute;
  top: 14px;
  left: 30px;

  width: 70px;
  height: 6px;

  content: "";

  background-color: #fff;
}
.filter__price-toggle {
  position: absolute;
  top: 6px;
  left: 30px;

  width: 20px;
  height: 20px;

  border-radius: 50%;
  background-color: #f8f7f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}
.filter__price-toggle:hover {
  cursor: pointer;
}

.filter__price-toggle--min {
  left: 30px;
}
.filter__price-toggle--max {
  left: 90px;
}
.filter__fat {
  padding: 8px 15px;

  border-radius: 18px;
  background-color: #9bafa3;
}
.filter__fat-indicator {
  position: relative;

  margin-right: 20px;
  padding-left: 30px;
}
label:last-child .filter__fat-indicator {
  margin-right: 0;
}
.filter__fat-item[type="radio"] {
  display: none;
}
.filter__fat-indicator::before {
  position: absolute;
  top: 0;
  left: 0;

  width: 18px;
  height: 18px;

  content: "";

  border: 1px solid #f8f7f4;
  border-radius: 50%;
}
.filter__fat-indicator:hover::before {
  width: 16px;
  height: 16px;

  border: 2px solid #f8f7f4;
}
.filter__fat-item[type="radio"]:checked + .filter__fat-indicator::before {
  width: 16px;
  height: 16px;

  border: 2px solid #f8f7f4;
}
.filter__fat-item[type="radio"]:checked + .filter__fat-indicator::after {
  position: absolute;
  top: 5px;
  left: 5px;

  width: 8px;
  height: 8px;

  content: "";

  border: 1px solid #f8f7f4;
  border-radius: 50%;
  background-color: #f8f7f4;
}
.filter__fill {
  padding: 8px 15px;

  border-radius: 18px;
  background-color: #9bafa3;
}
.filter__fill-indicator {
  position: relative;

  margin-right: 20px;
  padding-left: 30px;
}
.filter__fill-item[type="checkbox"] {
  display: none;
}
.filter__fill-indicator::before {
  position: absolute;
  top: 0;
  left: 0;

  width: 18px;
  height: 18px;

  content: "";

  border: 1px solid #f8f7f4;
  border-radius: 4px;
}
.filter__fill-indicator:hover::before {
  width: 16px;
  height: 16px;

  border: 2px solid #f8f7f4;
}
.filter__fill-item[type="checbox"]:checked + .filter__fill-indicator::before {
  width: 16px;
  height: 16px;

  border: 2px solid #f8f7f4;
}
.filter__fill-item[type="checkbox"]:checked + .filter__fill-indicator::after {
  position: absolute;
  top: -2px;
  left: 3px;

  content: "\2714";
}
.filter__submit {
  margin-top: 25px;
  padding: 5px 24px;

  color: #fff;
  border: 2px solid ;
  border-radius: 15px;
  outline: none;
  background-color: rgba(255, 255, 255, .2);
}
.btn {
  font-weight: 700;

  display: inline-block;

  padding: 6px 32px;

  cursor: pointer;
  text-decoration: none;

  color: #fff;
  border: none;
  border-radius: 16px;
  outline: none;
  background: -webkit-linear-gradient(top, #f06742, #e34632);
  background:         linear-gradient(to bottom, #f06742, #e34632);
  box-shadow: 0 1px 1px rgba(157, 62, 51, .5);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .7);
}
.btn:hover {
  background: -webkit-linear-gradient(top, #f58669, #ec6f5e);
  background:         linear-gradient(to bottom, #f58669, #ec6f5e);
  box-shadow: 0 1px 1px rgba(157, 62, 51, .9);
}
.btn:active {
  background: -webkit-linear-gradient(top, #d74632, #e1613e);
  background:         linear-gradient(to bottom, #d74632, #e1613e);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
.btn--big {
  font-size: 31px;
  line-height: 62px;

  padding: 0 40px;

  text-decoration: none;

  border-radius: 35px;
}
.btn--middle {
  font-size: 18px;
  line-height: 1.3;

  right: 20px;
  bottom: 20px;

  padding: 11px 20px;

  text-decoration: none;

  border-radius: 24px;
}
.btn--middle-feature {
  position: absolute;

  float: right;
}
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 40px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature__item {
  position: relative;

  width: 520px;
  padding: 15px 20px 90px 20px ;

  border-radius: 14px;
}
.feature__item--left {
  background-image: url("../img/raspberry-pattern-bg.jpg");
}
.feature__item-title {
  font-size: 35px;
  line-height: 1.2;

  margin: 0;
}
.feature__item-content {
  font-size: 18px;
  line-height: 1.3;

  margin: 0;
  margin-top: 13px;
  margin-bottom: 13px;

  text-shadow: 0 0 5px rgba(255, 255, 255, .7);
}
.feature__item--right {
  background-image: url("../img/chockolat-pattern-bacjground.jpg");
}
.hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-items {
  position: relative;

  width: 267px;
  min-height: 364px;
  margin-bottom: 36px;
}
.card-items__hit {
  font-size: 0;

  position: absolute;

  width: 60px;
  height: 60px;

  background-image: url("../img/hit-icon.png");
}
.card-items__image {
  display: block;
}
.card-items__price {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;

  position: absolute;
  bottom: 65px;

  lef1t: 0;
}
.card-items__description {
  font-size: 16px;
  line-height: 22px;

  display: block;

  padding-top: 15px;

  text-align: center;

  color: #fff;
}
.card-items__hover {
  position: absolute;
  top: -5px;
  left: -5px;

  display: none;

  width: 278px;
  height: 425px;

  border-radius: 5px;
  background-color: rgba(255, 255, 255, .2);
  box-shadow: 0 20px 30px rgba(0, 0, 0 , .5);
}
.card-items:hover {
  z-index: 10;
}
.card-items:hover .card-items__hover {
  display: block;
}
.card-items__image {
  display: block;
}
.card-items__price {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;

  position: absolute;
  top: 190px;

  lef1t: 0;
}
.card-items__description {
  font-size: 16px;
  line-height: 22px;

  display: block;
  overflow: hidden;

  max-height: 66px;
  padding-top: 15px;

  text-align: center;

  color: #fff;
}
.btn--fast-preview {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.promo {
  font-size: 0;

  margin-bottom: 40px;
  padding: 25px 20px;

  color: #000;
  border-radius: 20px;
  background-image: url("../img/wafer-bg.jpg");
}
.promo__title {
  font-size: 24px;
  line-height: 30px;

  margin: 0;
}
.promo__left-column {
  float: left;
}
.promo__right-column {
  float: right;
}
.promo__content {
  font-size: 16px;
  line-height: 22px;

  position: relative;

  width: 485px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 56px ;

  vertical-align: top;
}
.promo__content-icon-1 {
  position: absolute;
  top: 0;
  left: 0;

  width: 48px;
  height: 48px;

  background-image: url("../img/ice-cream-icon.svg");
  background-repeat: no-repeat;
}
.promo__content-icon-2 {
  position: absolute;
  top: 0;
  left: 0;

  width: 48px;
  height: 48px;

  background-image: url("../img/leaf-icon.svg");
  background-repeat: no-repeat;
}
.promo__content-icon-3 {
  position: absolute;
  top: 0;
  left: 0;

  width: 48px;
  height: 48px;

  background-image: url("../img/cow-icon.svg");
  background-repeat: no-repeat;
}
.promo__content-icon-4 {
  position: absolute;
  top: 0;
  left: 0;

  width: 48px;
  height: 48px;

  background-image: url("../img/thermometer-icon.svg");
  background-repeat: no-repeat;
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 40px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news__blog {
  width: 520px;
  min-height: 170px;
  padding: 25px 20px;

  color: #000;
  border-radius: 14px;
  background-color: #fff;
  background-image: url("../img/icecream-news-bg.jpg");
  background-repeat: no-repeat;
}
.news__blog p {
  font-size: 16px;
  line-height: 1.3;

  margin: 0;
  padding-bottom: 5px;

  color: #5a5a5a;
}
.news__subscribe {
  width: 510px;
  padding: 20px 25px;

  border-radius: 14px;
  background-color: pink;
  background-image: url("../img/subscribe-bg.jpg");
  background-repeat: no-repeat;
}
.news__subscribe p {
  font-size: 16px;
  line-height: 1.3;

  color: #5a5a5a;
}
.news-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;

  color: #000;
}
.subscribe__form {
  margin-top: 35px;
}
.subscribe__field {
  font-size: 16px;
  line-height: 24px;

  width: 338px;
  margin-right: 6px;
  padding: 9px 14px;

  border: 1px solid #d3d3d2;
  border-radius: 5px;
}

.index-wrapper {
 -webkit-transition: background-image 0.5s ease, background-color 0.5s ease;
    transition: background-image 0.5s ease, background-color 0.5s ease;
}

.slider {
  position: relative;

  height: 225px;
  margin-bottom: 25px;
  padding-top: 270px;
}
.slider__title {
  font-size: 60px;
  font-weight: 900;
  line-height: 61px;

  width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;

  text-align: center;
}
.slider__first-slide,
.slider__second-slide,
.slider__third-slide {
  text-align: center;
}
.first-btn:checked ~ .index-wrapper {
  background-color: #849d8f;
  background-image: url("../img/slider-image-1.png");
  background-repeat: no-repeat;
  background-position: center 0;

}
.second-btn:checked ~ .index-wrapper {
  background-color: #8996a6;
  background-image: url("../img/slider-image-2.png");
  background-repeat: no-repeat;
  background-position: center 0;
}
.third-btn:checked ~ .index-wrapper {
  background-color: #9d8b84;
  background-image: url("../img/slider-image-3.png");
  background-repeat: no-repeat;
  background-position: center 0;
}
.slider__first-slide,
.slider__second-slide,
.slider__third-slide {
  display: none;
}
.first-btn:checked ~ .index-wrapper .slider__first-slide,
.second-btn:checked ~ .index-wrapper .slider__second-slide,
.third-btn:checked ~ .index-wrapper .slider__third-slide {
  display: block;
}
.slider__control {
  font-size: 0;

  position: absolute;
  bottom: 30px;
  left: 0;
}
.slider__control-item {
  display: inline-block;

  width: 20px;
  height: 20px;
  margin-right: 8px;

  content: "";
  vertical-align: top;

  border: 2px solid #fff;
  border-radius: 50%;
}
.first-btn:checked ~ .index-wrapper .slider__control-1,
.second-btn:checked ~ .index-wrapper .slider__control-2,
.third-btn:checked ~ .index-wrapper .slider__control-3 {
  background-color: #fff;
}
.page-footer {
  min-height: 84px;
  padding-top: 10px;
  padding-right: 27px;
  padding-left: 27px;

  border-top: 1px #cbc solid;
}
.footer-social {
  float: left;

  width: 267px;
  padding-right: 212px;
}
.social__btn {
  font-size: 0;

  display: inline-block;

  width: 31px;
  height: 31px;
  margin-right: 10px;

  cursor: pointer;
  vertical-align: top;

  opacity: .9;
  border: 3px solid #c2cec7;
  border-radius: 50%;
}
.social__btn:hover {
  opacity: 1;
}
.social__btn:active {
  box-shadow: 0 2px 3px #575555 inset;
}
.social__btn--tw {
  background-image: url("../img/tw-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.social__btn--inst {
  background-image: url("../img/inst-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.social__btn--fb {
  background-image: url("../img/fb-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.social__btn--vk {
  background-image: url("../img/vk-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
      flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.footer-menu__column a {
  font-size: 12px;
  line-height: 1.3;

  display: block;

  padding-right: 16px;
  padding-left: 15px;

  color: white;
}
.footer-menu__column a:hover {
  color: #ffbc9e;
}

.footer-menu__column a:active {
  color: #ffbc9e;
}
.footer-menu__column--left a:first-child {
  font-weight: 700;

  position: relative;
}
.footer-menu__column--left a:first-child::before {
  position: absolute;
  z-index: 10;
  left: 0;

  content: "❤";
}
.copyrigt {
  font-size: 12px;
  line-height: 1.3;

  float: right;
}
.copiright__link {
  margin: 0;
}
.copiright__link a {
  color: #fff;
}
.copiright__link a:hover {
  color: #ffbc9e;
}
.copiright__link a:active {
  color: #ffbc9e;
}
.map {
  position: relative;

  height: 431px;
  margin-bottom: 35px;

  background-image: url("../img/map.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
}
.modal-content-feedback {
  position: fixed;
  top: 50%;
  left: 50%;

  display: none;

  width: 430px;
  margin-top: -215px;
  margin-left: -215px;
  padding: 12px 25px;

  border-radius: 5px;
  background-color: #f8f7f4;
  box-shadow: 0 20px 30px rgba(0, 0, 0 , .5);
}
.modal-content-feedback-show {
  display: block;
}
.modal-content-feedback__title {
  font-size: 24px;
  line-height: 1.3;

  margin: 0;
  margin-bottom: 18px;

  color: #343434;
}
.modal-content-feedback__close {
  font-size: 0;

  position: absolute;
  top: 10px;
  right: 10px;

  width: 20px;
  height: 20px;

  border: 0;
  outline: 0;
  background-color: transparent;
}
.modal-content-feedback__close:hover {
  cursor: pointer;
}
.modal-content-feedback__close::before,
.modal-content-feedback__close::after {
  position: absolute;
  top: 1px;
  left: 9px;

  display: block;

  width: 2px;
  height: 18px;

  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);

  background-color: #000;
}
.modal-content-feedback__close::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.modal-content-feedback__close:hover::before,
.modal-content-feedback__close:hover::after {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .5);
}
.modal-content-feedback__form input,
.modal-content-feedback__form textarea {
  display: block;

  margin-bottom: 20px;
  padding: 8px 15px;

  border: 1px solid #d3d3d2;
  border-radius: 5px;
}
.modal-content-feedback__form input {
  width: 265px;
}
.modal-content-feedback__form textarea {
  width: 400px;
}
.about {
  position: absolute;
  top: 50px;
  right: 50px;

  width: 250px;
  padding: 30px 25px;

  color: #000;
  border-radius: 5px;
  background-color: #fffffe;
  box-shadow: 0 20px 30px rgba(0, 0, 0 , .5);
}
.about__adress {
  font-size: 14px;
  line-height: 20px;

  margin: 0;
}
.about__adress + span {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.about__phone-number {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;

  text-decoration: none;

  color: #000;
}
.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 40px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;

  margin: 0;
  margin-bottom: 30px;
}
.filter__select {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;

  padding: 6px 13px;

  color: #fff;
  border: 0;
  border-radius: 17px;
  outline: 0;
  background-color: #9bafa3;;
}
.filter__select:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 1);
}
.breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;

  margin: 0;
  padding: 0;

  list-style: none;
}
.breadcrumbs__item {
  position: relative;

  display: inline;

  margin-right: 21px;
}
.breadcrumbs__item::after {
  position: absolute;
  right: -15px;

  content: "»";
}
.breadcrumbs__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;

  color: #fff;
}
.breadcrumbs__link:hover {
  color: #ffbc9e;
}

.breadcrumbs__link:active {
  color: #ffbc9e;
}
.breadcrumbs__current::after {
  display: none;
}
.pagination {
  margin: 0;
  padding: 0;

  list-style: none;
}
.pagination__item {
  display: inline-block;

  vertical-align: top;
}
.pagination__link {
  font-size: 16px;
  line-height: 1.3;

  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;

  text-decoration: none;

  color: #fff;
  border-radius: 14px;
}
.pagination__link:hover {
  cursor: pointer;

  background-color: rgba(255,255,255, .2);
}
.pagination__link--current {
  color: #000;
  background-color: #fff;
}
.pagination__link--current:hover {
  cursor: default;

  background-color: #fff;
}
.pagination__link-prev,
.pagination__link-next {
  display: inline-block;

  width: 9px;
  height: 14px;

  vertical-align: middle;

  background: url(../img/pagination.png) no-repeat;
}
.pagination__link-prev {
  margin-right: 10px;

  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination__link-next {
  margin-left: 10px;
}
.pagination__link--disabled {
  cursor: default;

  opacity: .3;
}
