*,
:after,
:before {
  box-sizing: border-box;
}

*,
a:focus {
  outline: 0;
}

@-ms-viewport {
  width: device-width;
}

html {
  position: relative;
  height: 100%;
  font-size: 10px;
}

a,
a:visited {
  outline: 0;
  color: inherit;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

p+p {
  margin-top: 20px;
}

b,
strong {
  font-weight: 600;
}

[class*=__img-wrap] {
  font-size: 0;
}

@font-face {
  font-display: swap;
  font-family: GothamPro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GothamPro.woff),url(../fonts/GothamPro.woff2) format("woff2"),url(../fonts/GothamPro.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: GothamPro;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GothamProMedium.woff),url(../fonts/GothamProMedium.woff2) format("woff2"),url(../fonts/GothamProMedium.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: GothamPro;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/GothamProBold.woff),url(../fonts/GothamProBold.woff2) format("woff2"),url(../fonts/GothamProBold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: GothamPro;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/GothamProItalic.woff),url(../fonts/GothamProItalic.woff2) format("woff2"),url(../fonts/GothamProItalic.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: BebasNeue;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/BebasNeueBold.woff),url(../fonts/BebasNeueBold.woff2) format("woff2"),url(../fonts/BebasNeueBold.ttf) format("truetype");
}

.b-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.b-breadcrumbs__list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -8px;
  white-space: nowrap;
}

.b-breadcrumbs__item {
  display: inline-block;
  margin-left: 8px;
  color: rgba(72,77,80,.5);
  transition: color .2s linear;
}

.b-breadcrumbs__item:before {
  content: "/";
  margin-right: 3px;
  color: rgba(72,77,80,.5);
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
}

.b-breadcrumbs__item:hover {
  color: #97cd51;
}

.b-breadcrumbs__item.-is-active .b-breadcrumbs__link {
  text-decoration: none;
}

.b-breadcrumbs__item.-is-active:hover {
  color: #484d50;
}

.b-breadcrumbs__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-breadcrumbs__item:first-child:before {
  display: none;
}

.b-breadcrumbs__link {
  color: inherit;
  font-size: 14px;
  text-decoration: underline;
}

.b-checkbox {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.b-checkbox.error {
  border-color: #d81f1f;
}

.b-checkbox__box {
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border: 1px solid #e3e5e8;
  border-radius: 2px;
  background: #f4f5f6;
}

.b-checkbox__box:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 10px;
  height: 5px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.b-checkbox__box.error {
  border-color: #d81f1f;
}

.b-checkbox__txt {
  display: inline-block;
  color: rgba(72,77,80,.5);
  font-size: 14px;
  line-height: 14px;
}

.b-checkbox__txt a {
  color: inherit;
  text-decoration: underline;
}

.b-checkbox__control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.b-checkbox.-checked .b-checkbox__box:after {
  border-color: #484d50;
}

.b-input {
  display: inline-block;
  position: relative;
  width: 100%;
  font: 500 16px/1.23 GothamPro,sans-serif;
  transition: border-color .2s linear;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.b-input__box {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-input__control {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  border: 1px solid #d3d4d5;
  padding: 0 15px 0 40px;
  font: inherit;
  line-height: inherit;
  border-radius: 4px;
  outline: none;
  transition: all .2s linear;
  -webkit-appearance: none;
}

.b-input__control::-webkit-input-placeholder {
  color: rgba(72,77,80,.5);
  font-size: inherit;
}

.b-input__control:-moz-placeholder,
.b-input__control::-moz-placeholder {
  color: rgba(72,77,80,.5);
  font-size: inherit;
}

.b-input__control:-ms-input-placeholder {
  color: rgba(72,77,80,.5);
  font-size: inherit;
}

.b-input__control[disabled] {
  opacity: .7;
}

.b-input__control:focus {
  border-color: #484d50;
  background: #fff;
}

.b-input.-error .b-input__control,
.b-input__control.error {
  border-color: #d81f1f!important;
}

.b-input.-name .b-input__box:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(../images/icons-sprite.svg) -321px -2px no-repeat;
  opacity: .4;
  z-index: 1;
  transition: opacity .2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-input.-name.-focused .b-input__box:before {
  opacity: 1;
}

.b-input.-phone .b-input__box:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url(../images/icons-sprite.svg) -305px -2px no-repeat;
  opacity: .4;
  z-index: 1;
  transition: opacity .2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-input.-phone.-focused .b-input__box:before {
  opacity: 1;
}

.b-menu__item {
  display: block;
}

.b-menu__link {
  display: block;
  color: inherit;
}

.b-spinner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
}

.b-spinner__input {
  display: inline-block;
  width: 35px;
  height: 100%;
  padding: 0 5px;
  font: 700 24px/1 BebasNeue,sans-serif;
  -webkit-appearance: none;
  text-align: center;
  border: 0;
  outline: none;
  background-color: transparent;
}

.b-spinner__trigger {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #484d50;
  cursor: pointer;
  border: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-spinner__trigger:hover {
  background-color: #97cd51;
  color: #fff;
}

.g-body {
  font: 500 normal 16px/1.7 GothamPro,sans-serif;
  width: 100%;
  min-width: 320px;
  height: 100%;
  color: #484d50;
  background: #e9e9eb;
}

.b-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 60px;
  padding: 0 45px;
  margin: 0;
  font: 500 16px/60px GothamPro,sans-serif;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background: #97cd51;
  border: 0;
  border-radius: 3px;
  outline: 0;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.b-button,
.b-button:visited {
  color: #fff;
}

.b-button:hover {
  background: #8cba51;
}

.b-button.-secondary {
  background-color: #41588b;
}

.b-button.-secondary:hover {
  background-color: #5e719c;
}

.b-button.-default {
  color: #484d50;
  background-color: transparent;
  border: 1px solid #e3e5e8;
}

.b-button.-delete {
  line-height: 32px;
  width: 32px;
  height: 32px;
  color: #484d50;
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
}

.b-button.-delete:hover {
  color: #fff;
  background-color: #97cd51;
}

.l-content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 125px;
}

.l-content__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-footer__wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-footer__list,
.l-footer__wrap {
  display: -ms-flexbox;
  display: flex;
}

.l-footer__list {
  margin-left: auto;
}

.l-footer__item {
  font-family: BebasNeue,sans-serif;
  margin-left: 25px;
  text-align: right;
}

.l-footer__item a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: color .2s;
}

.l-footer__item a:hover {
  color: #97cd51;
}

.l-footer__item a.l-footer__link-gray {
  font-size: 18px;
  line-height: 18px;
  color: rgba(72,77,80,.4);
}

.l-footer__item a.l-footer__link-gray:hover {
  color: #97cd51;
}

.l-footer__main {
  padding: 40px 0 50px;
}

.l-footer__main .b-button {
  margin-left: 60px;
}

.l-footer__bottom {
  padding-bottom: 24px;
}

.l-footer__bottom .l-footer__wrap {
  padding-top: 24px;
  border-top: 1px solid rgba(72,77,80,.2);
}

.l-footer__bottom a {
  text-decoration: underline;
  transition: color .2s;
}

.l-footer__bottom a:hover {
  color: #97cd51;
}

.l-footer__bottom .b-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer__bottom .b-menu__item {
  margin-left: 60px;
}

.b-form__item {
  margin-top: 15px;
}

.b-form__item .b-button {
  width: 100%;
}

.b-form__note {
  opacity: .3;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin-top: 12px;
}

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  padding: 25px 0;
  transition: all .2s;
}

.l-header.-is-fixed {
  padding: 10px 0;
  background-color: #e9e9eb;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.l-header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header .b-menu__list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -22px;
}

.l-header .b-menu__item {
  margin-left: 22px;
  opacity: .5;
}

.l-header .b-menu__item.-is-active {
  opacity: 1;
}

.l-header .b-menu__item.-is-active .b-menu__link {
  border-color: #97cd51;
}

.l-header .b-menu__link {
  font-weight: 400;
  border-bottom: 3px solid transparent;
}

.l-header__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #484d50;
  border-radius: 50%;
  background-color: #fff;
}

.l-header__phone:hover {
  color: #fff;
  background-color: #97cd51;
}

.l-header__basket {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  margin-left: 15px;
  padding: 0 21px;
  transition: all .2s linear;
  border-radius: 24px;
  background-color: #fff;
}

.l-header__basket .b-icon {
  margin-right: 5px;
}

.l-header__basket:hover {
  color: #fff;
  background-color: #97cd51;
}

.l-header__basket.-active {
  position: relative;
}

.l-header__basket.-active:before {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -7px;
  right: 0;
  padding: 6px 7px 5px;
  content: attr(data-count);
  color: #fff;
  border-radius: 15px;
  background-color: #ba2024;
}

.l-header__controls {
  display: -ms-flexbox;
  display: flex;
}

.b-icon {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: currentColor;
}

.b-icon.-about-brand {
  width: 15px;
  height: 14px;
  background: url(../images/icons-sprite.svg) -2px -2px no-repeat;
}

.b-icon.-border {
  width: 280px;
  height: 15px;
  background: url(../images/icons-sprite.svg) -21px -2px no-repeat;
}

.b-icon.-phone-form {
  width: 12px;
  height: 12px;
  background: url(../images/icons-sprite.svg) -305px -2px no-repeat;
}

.b-icon.-user {
  background: url(../images/icons-sprite.svg) -321px -2px no-repeat;
}

.b-icon.-basket,
.b-icon.-user {
  width: 14px;
  height: 14px;
}

.b-icon.-phone {
  width: 16px;
  height: 16px;
}

.b-icon.-arrow-slider {
  width: 8px;
  height: 12px;
}

.b-icon.-delete {
  width: 10px;
  height: 12px;
}

.b-icon.-plus {
  width: 10px;
  height: 10px;
}

.b-icon.-minus {
  width: 10px;
  height: 2px;
}

.b-logo {
  display: block;
  width: 110px;
  font-size: 0;
}

.b-logo__img {
  width: 100%;
}

.b-menu-icon {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 15px;
  color: #484d50;
  border-radius: 50%;
  background-color: #fff;
}

.b-menu-icon__lines {
  position: relative;
  width: 100%;
  height: 2px;
  transition: .35s;
  border-radius: 1px;
  background-color: currentColor;
}

.b-menu-icon__lines:after,
.b-menu-icon__lines:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  transition: transform .35s,-webkit-transform .35s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 1px;
  background-color: currentColor;
}

.b-menu-icon__lines:before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.b-menu-icon__lines:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(31,44,57,.8);
  cursor: pointer;
  -webkit-animation: a .5s;
  animation: a .5s;
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes a {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.b-phone {
  display: block;
  color: #484d50;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s linear;
  white-space: nowrap;
}

.b-phone:hover {
  color: #97cd51;
}

.l-popup {
  display: none;
  overflow: visible;
  width: 100%;
  max-width: 365px;
  border-radius: 8px;
  padding: 0;
}

.l-popup__wrap {
  display: -ms-flexbox;
  display: flex;
}

.l-popup__content {
  padding: 45px 28px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.l-popup__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
}

.l-popup .b-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.l-popup__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.l-popup .b-form {
  margin-top: 25px;
}

.l-popup .b-button {
  width: 100%;
}

.l-popup .fancybox-close-small {
  padding: 5px;
  right: -15px;
  top: -50px;
  color: #fff;
}

.l-popup .fancybox-close-small:hover {
  color: #97cd51;
}

.l-popup.-order-call {
  max-width: 520px;
  overflow: visible;
}

.l-popup.-order-call .l-popup__content {
  border-radius: 0 8px 8px 0;
}

.l-popup.-lovec {
  max-width: 550px;
}

.l-popup__img-wrap {
  width: 170px;
  position: relative;
  background-color: #41588b;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}

.l-popup__img-wrap img {
  position: absolute;
  top: 50%;
  right: -130px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-popup.-txt {
  max-width: 960px;
  padding: 20px 30px;
}

.l-popup.-txt .fancybox-close-small {
  padding: 5px;
  right: 0;
  top: 0;
  color: #000;
}

.fancybox-container {
  font-family: GothamPro,sans-serif;
}

.ouibounce-modal {
  z-index: 1000;
}

.ouibounce-modal .l-popup {
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.b-subtitle {
  font: 700 48px/1 BebasNeue,sans-serif;
  margin-bottom: 15px;
}

.swiper-nav {
  display: -ms-flexbox;
  display: flex;
}

.swiper-nav.-disabled {
  display: none;
}

.swiper-nav__next,
.swiper-nav__prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.b-title {
  text-transform: uppercase;
  font: 700 normal 144px/.9 BebasNeue,sans-serif;
  position: relative;
  padding-bottom: 40px;
}

.b-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 15px;
  background: url(../images/icons-sprite.svg) -21px -2px no-repeat;
}

.b-title span {
  color: #97cd51;
}

.b-title h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.b-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.b-wafe {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: -6px;
  height: 46px;
  background-size: 100%;
}

.l-wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-about-brand {
  padding: 150px 0;
}

.b-about-brand__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-about-brand__content {
  font-size: 16px;
  line-height: 21px;
  position: relative;
  width: 450px;
  padding: 50px 60px;
  border-radius: 10px;
  background-color: #fff;
}

.b-about-brand__content:before {
  position: absolute;
  top: -50px;
  right: -30px;
  width: 110px;
  height: 110px;
  content: "";
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-about-brand__content:after {
  position: absolute;
  bottom: -40px;
  left: -50px;
  width: 90px;
  height: 90px;
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../images/blueberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-about-brand__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -50px;
  margin-bottom: 40px;
}

.b-about-brand__item {
  width: 48%;
  margin-top: 50px;
}

.b-about-brand__item:before {
  display: block;
  margin-bottom: 10px;
  content: "";
  width: 15px;
  height: 14px;
  background: url(../images/icons-sprite.svg) -2px -2px no-repeat;
}

.b-about-brand__slider {
  width: 510px;
}

.b-about-brand__slider .swiper-nav {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.b-about-brand__slider .swiper-nav__next,
.b-about-brand__slider .swiper-nav__prev {
  color: #fff;
  background-color: #484d50;
}

.b-about-brand__slider .swiper-nav__next {
  margin-left: 25px;
}

.b-about-brand__slider .swiper-nav__prev .b-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-about-brand__slider .swiper-container {
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-about-brand__slider .swiper-slide {
  visibility: hidden;
  opacity: 0;
}

.b-about-brand__slider .swiper-slide.swiper-slide-active,
.b-about-brand__slider .swiper-slide.swiper-slide-next,
.b-about-brand__slider .swiper-slide.swiper-slide-prev {
  visibility: visible;
  opacity: 1;
}

.b-about {
  position: relative;
  z-index: 1;
  padding: 150px 0 180px;
  color: #fff;
  background: #484d50;
}

.b-about:before {
  position: absolute;
  bottom: 80px;
  left: 50px;
  width: 90px;
  height: 90px;
  content: "";
  -webkit-transform: rotate(85deg);
  transform: rotate(85deg);
  background: url(../images/blueberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-about__slider {
  position: relative;
}

.b-about__slider .swiper-container {
  overflow: visible;
}

.b-about__slider .swiper-slide.swiper-slide-active .swiper-slide__content {
  visibility: visible;
  opacity: 1;
}

.b-about__slider .swiper-slide__content {
  visibility: hidden;
  width: 380px;
  margin: 0 auto;
  transition: all .2s;
  opacity: 0;
}

.b-about__slider .swiper-slide__title {
  font-family: BebasNeue,sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #97cd51;
}

.b-about__slider .swiper-slide__btn {
  margin-top: 50px;
}

.b-about__slider .swiper-slide__btn .b-button {
  width: 100%;
}

.b-about__slider .swiper-slide__img-wrap {
  text-align: center;
}

.b-about__slider .swiper-nav {
  position: absolute;
  z-index: 2;
  top: 150px;
  right: -50px;
  left: -50px;
  visibility: hidden;
}

.b-about__slider .swiper-nav__next,
.b-about__slider .swiper-nav__prev {
  position: absolute;
  visibility: visible;
  color: #484d50;
  background-color: #fff;
}

.b-about__slider .swiper-nav__next {
  right: 0;
}

.b-about__slider .swiper-nav__prev {
  left: 0;
}

.b-about__slider .swiper-nav__prev .b-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-about__slider .swiper-pagination-fraction {
  font-family: BebasNeue,sans-serif;
  font-size: 144px;
  line-height: .8;
  top: -70px;
  z-index: -1;
  bottom: auto;
  white-space: nowrap;
  letter-spacing: -8px;
  opacity: .1;
  color: #fff;
}

.b-about__slider .swiper-pagination-current {
  font-size: 2em;
  line-height: .8;
  vertical-align: top;
}

.b-about__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-about__wrap .b-title {
  font-size: 96px;
  width: 460px;
}

.b-about__wrap .b-title:after {
  position: absolute;
  top: 37%;
  right: 0;
  width: 110px;
  height: 110px;
  content: "";
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-about__wrap .b-properties {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 55%;
  margin-left: -2%;
}

.b-about__wrap .b-properties__item {
  width: 48%;
  margin-left: 2%;
}

.b-about__wrap .b-properties__value {
  font-family: BebasNeue,sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: .9;
  color: #97cd51;
}

.b-basket-card {
  display: -ms-flexbox;
  display: flex;
}

.b-basket-card__img-wrap {
  width: 115px;
  height: 75px;
  margin-right: 20px;
}

.b-basket-card__img {
  width: 100%;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(72,77,80,.3));
  filter: drop-shadow(2px 4px 6px rgba(72,77,80,.3));
}

.b-basket-card__name {
  font-family: BebasNeue,sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.b-basket-card__info {
  color: rgba(72,77,80,.5);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.b-basket-page {
  position: relative;
}

.b-basket-page .b-subtitle {
  font-size: 36px;
  line-height: .9;
}

.b-basket-page .b-form {
  margin-top: 50px;
}

.b-basket-table {
  margin: 50px 0;
}

.b-basket-table__header {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 16px;
  color: rgba(72,77,80,.5);
  border-bottom: 1px solid rgba(72,77,80,.2);
}

.b-basket-table__header .b-basket-table__cell {
  padding: 0 25px 8px;
}

.b-basket-table__row {
  display: -ms-flexbox;
  display: flex;
}

.b-basket-table__body .b-basket-table__cell.-price,
.b-basket-table__body .b-basket-table__cell.-total-price {
  font-family: BebasNeue,sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.b-basket-table__cell {
  padding: 11px 25px;
}

.b-basket-table__cell:not(.-product) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-basket-table__cell.-price,
.b-basket-table__cell.-total-price {
  width: 190px;
}

.b-basket-table__cell.-product {
  width: 100%;
  padding-left: 0;
}

.b-basket-table__cell.-count {
  width: 190px;
}

.b-basket-table__cell.-controls {
  width: 85px;
}

.b-basket-table__bottom {
  margin-top: 15px;
  padding: 25px;
  text-align: right;
  border-top: 1px solid rgba(72,77,80,.2);
}

.b-basket-table__total-price {
  font-family: BebasNeue,sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.b-basket-table__total-price span {
  margin-left: 20px;
  color: #97cd51;
}

.b-bottom-block {
  position: relative;
  background-color: #484d50;
}

.b-bottom-block .b-title {
  padding-bottom: 0;
  color: #fff;
}

.b-bottom-block .b-title:before {
  display: none;
}

.b-bottom-block .b-wafe {
  z-index: 1;
}

.b-bottom-block .b-wafe.-top {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-bottom-block .b-wafe.-bottom {
  bottom: 0;
}

.b-bottom-block__wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-bottom-block__wrap:before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -30px;
  width: 70px;
  height: 70px;
  content: "";
  background: url(../images/blueberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-bottom-block__wrap:after {
  position: absolute;
  z-index: 2;
  right: -50px;
  bottom: -10px;
  width: 100px;
  height: 100px;
  content: "";
  -webkit-transform: rotate(-75deg);
  transform: rotate(-75deg);
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.b-bottom-block__content {
  position: relative;
  width: 100%;
  padding: 100px 50px 80px 0;
}

.b-bottom-block .b-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  width: 440px;
  padding: 120px 80px;
  color: #fff;
  background-color: #97cd51;
}

.b-bottom-block .b-form__note {
  opacity: 1;
}

.b-bottom-block__item {
  position: absolute;
  z-index: 1;
  right: 0;
}

.b-bottom-block__item.-top {
  top: 0;
  margin: 80px -120px 0 0;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

.b-bottom-block__item.-bottom {
  bottom: 0;
  margin: 0 -100px 80px 0;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}

.b-consist {
  position: relative;
  z-index: 1;
  padding: 130px 0;
}

.b-consist .b-wafe:after {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 110px;
  height: 110px;
  margin-top: -55px;
  content: "";
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-consist__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -90px;
}

.b-consist__item {
  max-width: 415px;
  margin-top: 40px;
  margin-left: 90px;
}

.b-consist__name {
  font-family: BebasNeue,sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}

.b-consist__table {
  position: relative;
  margin-top: 70px;
}

.b-consist__table:after {
  position: absolute;
  z-index: -1;
  top: -15px;
  right: 35%;
  width: 90px;
  height: 90px;
  content: "";
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.b-consist__table .b-consist__name {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #97cd51;
}

.b-delivery {
  position: relative;
  color: #fff;
  background-color: #484d50;
}

.b-delivery:before {
  content: "";
  position: absolute;
  bottom: -20px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  left: 15%;
  width: 110px;
  height: 110px;
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-transform: rotate(-75deg);
  transform: rotate(-75deg);
}

.b-delivery .b-wafe.-bottom {
  bottom: 0;
}

.b-delivery__content {
  position: relative;
  padding-right: 380px;
  z-index: 1;
}

.b-delivery__img-wrap {
  position: absolute;
  top: 110px;
  left: 40%;
}

.b-delivery__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
}

.b-delivery__icon img {
  max-height: 100%;
}

.b-delivery__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 0 -40px;
}

.b-delivery__item {
  width: 200px;
  margin: 30px 0 0 40px;
}

.b-delivery__txt {
  font-size: 14px;
}

.b-delivery .b-form {
  position: absolute;
  right: 0;
  bottom: -250px;
  width: 350px;
  padding: 25px 35px;
  color: #484d50;
  background-color: #fff;
}

.b-delivery .b-form:after,
.b-delivery .b-form:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 14px;
  background-image: url(../images/wafe--short.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.b-delivery .b-form:before {
  bottom: 100%;
}

.b-delivery .b-form:after {
  top: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-delivery__img-mobile {
  display: none;
}

.b-main-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.b-main-block__content {
  width: 580px;
}

.b-main-block__img-wrap {
  position: relative;
  z-index: 1;
}

.b-main-block .b-properties {
  bottom: -80px;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.b-main-block .b-properties__item {
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.b-main-block .b-properties__item.-green {
  width: 98px;
  height: 184px;
  background-image: url(../images/property-green.svg);
}

.b-main-block .b-properties__item.-dark {
  width: 98px;
  height: 238px;
  background-image: url(../images/property-dark.svg);
}

.b-main-block .b-form {
  margin-top: 45px;
}

.b-plus-slider {
  z-index: 1;
  margin-top: 46px;
  padding-top: 100px;
  background-color: #fff;
}

.b-plus-slider,
.b-plus-slider .l-content__inner {
  position: relative;
}

.b-plus-slider .l-content__inner:after {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 110px;
  height: 110px;
  content: "";
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-plus-slider__wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.b-plus-slider__wrap:after {
  position: absolute;
  top: 30px;
  left: -60px;
  width: 90px;
  height: 90px;
  content: "";
  -webkit-transform: rotate(-75deg);
  transform: rotate(-75deg);
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.b-plus-slider .swiper-container {
  width: 950px;
  margin: 0;
}

.b-plus-slider__txt {
  line-height: 24px;
  width: 310px;
  margin-top: 90px;
}

.b-plus-slider .swiper-nav__next,
.b-plus-slider .swiper-nav__prev {
  color: #fff;
  background-color: #484d50;
}

.b-plus-slider .swiper-nav__next {
  margin-left: 10px;
}

.b-plus-slider .swiper-nav__prev .b-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-plus-slider .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b-plus-slider .swiper-slide__content {
  position: absolute;
  top: 90px;
  left: 0;
  width: 550px;
}

.b-plus-slider__img-wrap {
  position: relative;
  z-index: 1;
  width: 530px;
  margin-bottom: -180px;
}

.b-plus-slider__img-wrap img {
  width: 100%;
}

.b-plus-slider__content .b-properties {
  margin-bottom: 80px;
}

.b-plus-slider__content .b-properties__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.b-plus-slider__content .b-properties__item:first-child {
  margin-top: 0;
}

.b-plus-slider__content .b-properties__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  margin-right: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #97cd51;
}

.b-plus-slider__content .b-properties__txt {
  font-size: 14px;
  line-height: 21px;
}

.b-reviews {
  position: relative;
  z-index: 1;
}

.b-reviews:after {
  content: "";
  position: absolute;
  top: -50px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: url(../images/raspberry.png) 0 0 no-repeat;
  background-size: contain;
}

.b-reviews__wrap {
  position: relative;
}

.b-reviews__wrap:before {
  content: "";
  position: absolute;
  right: 35%;
  bottom: -50px;
  width: 90px;
  height: 90px;
  background: url(../images/blueberry.png) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.b-reviews__img-wrap {
  position: absolute;
  bottom: -171px;
  left: 0;
  width: 290px;
}

.b-reviews__img {
  width: 100%;
}

.b-reviews__content {
  padding-left: 330px;
}

.b-reviews__content .b-title {
  margin-bottom: 25px;
}

.b-reviews__name {
  margin-top: 30px;
  color: #97cd51;
  font-family: BebasNeue,sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.b-reviews__vacancy {
  margin-top: 5px;
  font-size: 14px;
}

.b-reviews .swiper-container {
  overflow: visible;
}

.b-reviews .swiper-slide {
  height: auto;
}

.b-reviews .swiper-slide-next,
.b-reviews .swiper-slide-prev {
  opacity: 0;
  visibility: hidden;
}

.b-reviews .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 330px;
  margin-top: 50px;
  margin-left: -12px;
}

.b-reviews .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: hsla(0,0%,53%,.2);
  opacity: 1;
}

.b-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  background-color: #97cd51;
}

.b-reviews .swiper-nav {
  visibility: hidden;
}

.b-reviews .swiper-nav__next,
.b-reviews .swiper-nav__prev {
  color: #fff;
  background-color: #484d50;
  visibility: visible;
}

.b-reviews .swiper-nav__prev .b-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-table {
  width: 100%;
  margin: 0 -10px;
}

.b-table__cell {
  padding: 25px 10px;
  vertical-align: top;
}

.b-table__cell:first-child {
  opacity: .5;
}