@media (min-width:761px) {
  .b-form__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -2%;
  }

  .b-form__wrap .b-form__item {
    margin-left: 2%;
    width: 100%;
    margin-top: 0;
  }

  .b-basket-card__img-wrap {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  .b-basket-card__img-wrap:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 75px;
    background: var(--bg-color);
    border-radius: 8px;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }

  .b-main-block .b-title:after {
    position: absolute;
    content: "";
    background: url(../images/raspberry.png) 0 0 no-repeat;
    background-size: contain;
  }

  .b-main-block .b-properties {
    position: absolute;
    left: 0;
  }
}

@media (min-width:960px) {
  .b-about-brand .b-title {
    font-size: 96px;
    margin-bottom: 50px;
  }
}

@media (min-width:961px) {
  .b-about__slider .swiper-slide__img-wrap {
    position: relative;
  }

  .b-about__slider .swiper-slide__img-wrap:before {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 493px;
    height: 225px;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
  }

  .b-about__slider .swiper-slide__img-wrap img {
    position: relative;
  }

  .b-about .b-wafe:before {
    position: absolute;
    right: -50px;
    bottom: -40px;
    width: 180px;
    height: 180px;
    content: "";
    background: url(../images/blueberry.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .b-about .b-wafe:after {
    position: absolute;
    bottom: 0;
    left: -30px;
    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(2px);
    filter: blur(2px);
  }

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

  .b-basket-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 150px;
    z-index: 2;
    width: 130px;
    height: 130px;
    background: url(../images/blueberry.png) 0 0 no-repeat;
    background-size: contain;
  }

  .b-basket-page:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: url(../images/raspberry.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }

  .b-basket-page .b-title {
    font-size: 96px;
    margin-bottom: 30px;
  }

  .b-basket-page .b-title:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: url(../images/blueberry.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: -1;
  }

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

  .b-consist .b-title {
    font-size: 96px;
    margin-bottom: 70px;
  }

  .b-delivery {
    padding: 505px 0 180px;
    margin-top: -360px;
  }

  .b-delivery:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1440px;
    height: 1440px;
    background: radial-gradient(50% 50% at 50% 50%,#fff 0,hsla(0,0%,100%,0) 100%);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: .2;
  }

  .b-delivery .b-title {
    padding-bottom: 30px;
    margin-bottom: 70px;
    font-size: 96px;
  }

  .b-main-block {
    height: 100vh;
    margin-top: -125px;
    min-height: 830px;
  }

  .b-main-block:before {
    position: absolute;
    top: 70px;
    right: -50px;
    width: 80px;
    height: 80px;
    content: "";
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: url(../images/blueberry.png) 0 0 no-repeat;
    background-size: contain;
  }

  .b-main-block .b-title:after {
    top: 49%;
    left: 56%;
    width: 100px;
    height: 100px;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
  }

  .b-main-block__img-wrap {
    margin-right: -30px;
  }

  .b-plus-slider__content {
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 0;
    width: 290px;
  }

  .b-reviews {
    padding: 21px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 100px;
  }

  .b-reviews:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -20px;
    width: 110px;
    height: 110px;
    background: url(../images/blueberry.png) 0 0 no-repeat;
    background-size: contain;
  }

  .b-reviews__wrap {
    padding: 80px 145px 80px 115px;
    border: 2px solid rgba(72,77,80,.2);
    border-radius: 100px;
  }

  .b-reviews .b-wafe {
    display: none;
  }

  .b-reviews .b-title {
    padding-bottom: 20px;
    font-size: 96px;
  }

  .b-reviews .swiper-nav {
    top: 50%;
    right: 0;
    left: 0;
    position: absolute;
  }

  .b-reviews .swiper-nav__next,
  .b-reviews .swiper-nav__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .b-reviews .swiper-nav__next {
    right: 30px;
  }

  .b-reviews .swiper-nav__prev {
    left: 30px;
  }
}

@media (min-width:1101px) {
  .b-about__slider {
    width: 735px;
    margin: 0 auto;
  }

  .b-about__slider:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1440px;
    height: 1440px;
    content: "";
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: .2;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%,#fff 0,hsla(0,0%,100%,0) 100%);
  }

  .b-about__slider-wrap {
    position: relative;
  }

  .b-about__slider-wrap:after,
  .b-about__slider-wrap:before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 300px;
    content: "";
  }

  .b-about__slider-wrap:before {
    left: 0;
    background: linear-gradient(90deg,#484d50 0,rgba(72,77,80,0));
  }

  .b-about__slider-wrap:after {
    right: 0;
    background: linear-gradient(270deg,#484d50 0,rgba(72,77,80,0));
  }
}

@media (max-width:1440px) {
  .b-wafe {
    height: 39px;
  }

  .b-main-block__img {
    width: 100%;
  }
}

@media (max-width:1280px) {
  .g-body {
    font-size: 14px;
  }

  .b-logo__img-wrap {
    width: 190px;
    padding: 15px;
  }
}

@media (max-width:1220px) {
  .b-title {
    font-size: 120px;
  }

  .b-wafe {
    height: 30px;
  }

  .b-main-block .b-properties {
    bottom: -100px;
  }
}

@media (max-width:1200px) {
  .b-plus-slider .swiper-container {
    width: 800px;
  }

  .b-plus-slider__img-wrap {
    width: 420px;
    margin-bottom: -90px;
  }

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

@media (max-width:1100px) {
  .b-about-brand__slider {
    width: 350px;
  }

  .b-about-brand__slider img {
    width: 100%;
  }

  .b-about {
    padding-top: 60px;
  }

  .b-about__slider .swiper-nav {
    right: 20px;
    left: 20px;
  }
}

@media (max-width:1024px) {
  .b-txt {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width:960px) {
  .l-content {
    padding-top: 130px;
  }

  .l-header .b-menu {
    padding: 0 20px;
    border-top: 1px solid rgba(72,77,80,.2);
    background-color: #e9e9eb;
  }

  .l-header .b-menu__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .l-header .b-menu__link {
    padding: 15px 0;
  }

  .l-header__phone {
    display: none;
  }

  .l-header__mobile-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
  }

  .l-header .b-menu-icon {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }

  .l-header.-show-mobile-menu .b-menu-icon__lines {
    background-color: transparent;
  }

  .l-header.-show-mobile-menu .b-menu-icon__lines:before {
    margin-left: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-header.-show-mobile-menu .b-menu-icon__lines:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .l-header.-show-mobile-menu .l-header__mobile-wrap {
    visibility: visible;
    opacity: 1;
  }

  .l-popup.-order-call {
    max-width: 280px;
  }

  .l-popup.-order-call .l-popup__content {
    padding: 25px 20px;
    border-radius: 8px;
  }

  .l-popup.-order-call:before {
    top: -60px;
    left: -50px;
    width: 90px;
    height: 90px;
    background: url(../images/blueberry.png) 0 0 no-repeat;
    background-size: contain;
  }

  .l-popup.-order-call:after,
  .l-popup.-order-call:before {
    position: absolute;
    z-index: 11;
    content: "";
    -webkit-transform: rotate(85deg);
    transform: rotate(85deg);
  }

  .l-popup.-order-call:after {
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background: url(../images/raspberry.png) 0 0 no-repeat;
    background-size: contain;
  }

  .l-popup__img-wrap {
    display: none;
  }

  .b-subtitle {
    font-size: 36px;
  }

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

  .b-wafe {
    height: 20px;
  }

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

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

  .b-about-brand__content {
    width: 100%;
    margin-left: 40px;
    padding: 30px;
  }

  .b-about-brand .b-title {
    margin-bottom: 30px;
  }

  .b-about__slider .swiper-nav {
    top: 19%;
  }

  .b-about__wrap {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-about .b-title {
    font-size: 72px;
  }

  .b-about .b-title:after {
    top: -50px;
    right: auto;
    left: -50px;
    width: 70px;
    height: 70px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .b-about .b-properties {
    width: 50%;
    margin-top: -20px;
  }

  .b-about .b-properties__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .b-about .b-properties__value {
    margin-right: 15px;
  }

  .b-about .swiper-pagination-fraction {
    font-size: 96px;
    top: -20px;
  }

  .b-about .swiper-slide {
    padding: 0 80px;
  }

  .b-about .swiper-slide img {
    max-width: 100%;
  }

  .b-basket-page .b-title {
    margin-bottom: 20px;
  }

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

  .b-basket-page .b-subtitle {
    line-height: 1.1;
    font-size: 32px;
  }

  .b-basket-table__header {
    display: none;
  }

  .b-basket-table__cell {
    padding: 10px;
  }

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

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

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

  .b-bottom-block .b-form {
    width: 320px;
    padding: 50px 20px;
  }

  .b-bottom-block__item.-top {
    width: 250px;
  }

  .b-bottom-block__item.-bottom {
    width: 230px;
  }

  .b-bottom-block__item img {
    width: 100%;
  }

  .b-consist {
    padding: 80px 0;
  }

  .b-consist .b-title {
    margin-bottom: 70px;
  }

  .b-delivery {
    z-index: 1;
    padding: 50px 0;
  }

  .b-delivery:before {
    right: 15%;
    width: 90px;
    left: auto;
    height: 90px;
  }

  .b-delivery .b-title {
    margin-bottom: 50px;
  }

  .b-delivery__img-wrap {
    width: 1200px;
    top: -60px;
    left: 30%;
  }

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

  .b-delivery__content {
    padding-right: 320px;
  }

  .b-delivery .b-form {
    width: 290px;
    bottom: 50px;
    padding: 20px 15px;
  }

  .b-delivery .b-form:before {
    margin-bottom: -2px;
  }

  .b-delivery .b-form:after {
    margin-top: -2px;
  }

  .b-delivery__item {
    width: 280px;
  }

  .b-delivery__content {
    padding-right: 0;
  }

  .b-delivery .b-form {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 40px;
  }

  .b-delivery .b-form:after,
  .b-delivery .b-form:before {
    background-size: 100%;
  }

  .b-delivery__item {
    width: 100%;
  }

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

  .b-delivery__img-mobile {
    display: block;
    width: 622px;
    margin-top: -120px;
  }

  .b-delivery__img-mobile img {
    width: 100%;
  }

  .b-delivery .b-title {
    font-size: 58px;
  }

  .b-main-block {
    padding-bottom: 80px;
  }

  .b-main-block .b-title:after {
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
  }

  .b-main-block__img-wrap {
    margin: 0 20px 0 -30px;
  }

  .b-main-block .b-form__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-main-block .b-form__wrap .b-form__item {
    margin-top: 10px;
  }

  .b-main-block .b-properties__item.-green {
    width: 84px;
    height: 158px;
  }

  .b-main-block .b-properties__item.-dark {
    width: 84px;
    height: 208px;
  }

  .b-plus-slider {
    padding-top: 50px;
  }

  .b-plus-slider .l-content__inner:after {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .b-plus-slider .b-title {
    font-size: 72px;
  }

  .b-plus-slider .swiper-slide__content {
    top: 60px;
    width: 340px;
  }

  .b-plus-slider__txt {
    margin-top: 30px;
    width: 210px;
  }

  .b-plus-slider__img-wrap {
    width: 300px;
    margin-bottom: 30px;
  }

  .b-plus-slider .swiper-container {
    width: 500px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .b-reviews {
    position: relative;
    padding: 50px 0;
  }

  .b-reviews:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1999px;
    bottom: 0;
    left: -1999px;
    z-index: -1;
    background: #fff;
  }

  .b-reviews .b-wafe {
    left: -36px;
    right: -20px;
  }

  .b-reviews:after {
    width: 90px;
    height: 90px;
  }

  .b-reviews .swiper-nav {
    margin-top: 20px;
    padding-left: 330px;
  }

  .b-reviews .swiper-nav__next {
    margin-left: 15px;
  }

  .b-reviews__img-wrap {
    bottom: -230px;
  }

  .b-reviews__wrap:before {
    right: 0;
    bottom: -20px;
  }
}

@media (max-width:760px) {
  .b-spinner__trigger {
    border-radius: 8px;
  }

  .l-footer__bottom {
    text-align: center;
  }

  .l-footer__bottom .b-menu__list,
  .l-footer__bottom .l-footer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .l-footer__main .l-footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer__main .b-button {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }

  .b-title {
    font-size: 64px;
    padding-bottom: 30px;
  }

  .b-about-brand__wrap {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-about-brand__content {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .b-about-brand__content:before {
    top: -30px;
    right: -20px;
    width: 80px;
    height: 80px;
  }

  .b-about-brand__content:after {
    bottom: -30px;
    left: -40px;
    width: 70px;
    height: 70px;
  }

  .b-about {
    padding-bottom: 100px;
  }

  .b-about:before {
    bottom: 30px;
    left: -40px;
  }

  .b-basket-table {
    margin: 30px -10px;
  }

  .b-basket-table__row {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .b-basket-table__row:not(:first-child) {
    border-top: 1px solid rgba(72,77,80,.2);
  }

  .b-basket-table__cell.-price,
  .b-basket-table__cell.-total-price {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .b-basket-table__cell.-price:before,
  .b-basket-table__cell.-total-price:before {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    content: attr(data-mobile-name);
    opacity: .5;
    color: #484d50;
    font-family: GothamPro,sans-serif;
  }

  .b-basket-table__cell.-controls {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
  }

  .b-basket-table__cell.-product {
    padding-right: 45px;
  }

  .b-bottom-block__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-bottom-block__wrap:before {
    bottom: -20px;
  }

  .b-bottom-block .b-form {
    position: relative;
    width: auto;
    margin: 0 -20px;
  }

  .b-bottom-block .b-form:before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: -7px;
    height: 10px;
    content: "";
    background-image: url(../images/wafe--green.svg);
    background-size: 100%;
  }

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

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

  .b-consist__table-wrap {
    position: relative;
    overflow-y: scroll;
    margin: 0 -10px;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .b-consist__table-wrap::-webkit-scrollbar {
    height: 5px;
  }

  .b-consist__table-wrap::-webkit-scrollbar-thumb {
    outline: 1px solid #708090;
    background-color: #97cd51;
  }

  .b-consist__table-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #97cd51;
  }

  .b-consist .b-wafe:after {
    right: 10px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }

  .b-consist__table:after {
    z-index: 0;
    top: auto;
    right: -50px;
    bottom: -45px;
  }

  .b-main-block .b-properties {
    position: relative;
    bottom: -20px;
  }

  .b-main-block .b-properties__item.-green {
    width: 58px;
    height: 107px;
  }

  .b-main-block .b-properties__item.-dark {
    width: 58px;
    height: 137px;
  }

  .b-main-block {
    padding-bottom: 20px;
  }

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

  .b-main-block__img-wrap {
    position: absolute;
    z-index: -1;
    top: -100px;
    right: 0;
    height: 350px;
    margin: 0;
  }

  .b-main-block__img {
    width: auto;
    height: 100%;
  }

  .b-main-block__content {
    width: 100%;
  }

  .b-plus-slider__wrap {
    display: block;
  }

  .b-plus-slider__img-wrap {
    margin-bottom: 0;
    width: 250px;
  }

  .b-plus-slider .swiper-container {
    width: 100%;
  }

  .b-plus-slider__content {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-plus-slider__content .swiper-nav {
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }

  .b-plus-slider .b-title {
    font-size: 60px;
  }

  .b-reviews .swiper-nav {
    padding-left: 0;
    display: none;
  }

  .b-reviews__img-wrap {
    display: none;
  }

  .b-reviews .swiper-pagination,
  .b-reviews__content {
    padding-left: 0;
  }

  .b-table {
    table-layout: fixed;
    margin: 0;
  }

  .b-table__cell {
    padding: 3px 5px;
    font-size: 12px;
  }

  .b-table__cell:first-child {
    width: 105px;
  }

  .b-table__cell:nth-child(2),
  .b-table__cell:nth-child(3) {
    width: 65px;
  }

  .b-table__cell:nth-child(4) {
    width: 85px;
  }

  .b-table__cell:nth-child(5) {
    width: 80px;
  }
}

@media (max-width:640px) {
  .l-header .b-menu {
    padding: 20px 0;
  }

  .l-header .b-menu__list {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .l-header .b-menu__item {
    font: 700 30px/1 BebasNeue,sans-serif;
    text-transform: uppercase;
  }

  .l-header__mobile-bg {
    position: absolute;
    top: 100%;
    background-color: rgba(72,77,80,.8);
    left: 0;
    right: 0;
    height: 100vh;
  }

  .b-wafe {
    height: 10px;
  }
}

@media (max-width:550px) {
  .l-popup.-txt {
    padding: 20px;
  }

  .b-about__slider {
    padding-top: 50px;
  }

  .b-about__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-about__wrap .b-title {
    width: 100%;
  }

  .b-about .b-properties {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .b-about .swiper-slide {
    padding: 0;
  }

  .b-about .swiper-slide__img-wrap {
    width: 400px;
    -webkit-transform: rotate(-55deg) translate(10%,30%);
    transform: rotate(-55deg) translate(10%,30%);
    height: 290px;
  }

  .b-about .swiper-slide__content {
    margin-top: 50px;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width:500px) {
  .l-footer__main {
    padding: 30px 0 40px;
  }

  .l-footer__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-footer__item:first-child {
    -ms-flex-order: 2;
    order: 2;
  }

  .b-main-block__img-wrap {
    left: 130px;
    right: auto;
  }

  .b-plus-slider .swiper-slide {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-plus-slider .swiper-slide__content {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
  }

  .b-plus-slider__txt {
    width: 100%;
  }

  .b-plus-slider__img-wrap {
    margin-top: 30px;
  }
}

@media (max-width:455px) {
  .b-about .swiper-slide__img-wrap {
    width: 330px;
    height: 200px;
    -webkit-transform: rotate(-55deg) translate(15%,30%);
    transform: rotate(-55deg) translate(15%,30%);
  }

  .b-about .b-title {
    font-size: 64px;
  }
}

@media (max-width:450px) {
  .b-about-brand {
    padding: 50px 0;
  }

  .b-about-brand__content {
    padding: 20px;
  }

  .b-about-brand__list {
    margin-top: -15px;
  }

  .b-about-brand__item {
    width: 100%;
    margin-top: 15px;
  }

  .b-about-brand .b-title {
    font-size: 46px;
  }

  .b-basket-card__name {
    font-size: 18px;
  }

  .b-basket-card__info {
    font-size: 12px;
  }

  .b-basket-table__body .b-basket-table__cell.-price,
  .b-basket-table__body .b-basket-table__cell.-total-price {
    font-size: 18px;
  }

  .b-basket-table__cell {
    padding: 10px 5px;
  }

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

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

  .b-delivery .b-form:after,
  .b-delivery .b-form:before {
    height: 11px;
  }
}

@media (max-width:400px) {
  .b-about .swiper-slide__img-wrap {
    width: 300px;
    height: 180px;
    -webkit-transform: rotate(-65deg) translate(15%,30%);
    transform: rotate(-65deg) translate(15%,30%);
  }
}

@media (max-width:350px) {
  .b-about .swiper-slide__img-wrap {
    -webkit-transform: rotate(-65deg) translate(10%,10%);
    transform: rotate(-65deg) translate(10%,10%);
  }
}