#product-list {
	display: flex;
	flex-wrap: wrap;
}
@charset "UTF-8";
.app-header__button {
  width: 186px; }

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit; }
  button.slide-btn {
    height: auto; }
    button.slide-btn .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      margin: 0;
      width: 51px;
      height: 51px;
      border-radius: 50px; }
      button.slide-btn .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
        button.slide-btn .circle .icon.arrow {
          transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          left: 0.625rem;
          width: 1.125rem;
          height: 0.125rem;
          background: none; }
          @media (max-width: 768px) {
            button.slide-btn .circle .icon.arrow {
              left: 4px; } }
          button.slide-btn .circle .icon.arrow::before {
            position: absolute;
            content: '';
            top: -0.25rem;
            right: 0.0625rem;
            width: 0.625rem;
            height: 0.625rem;
            transform: rotate(45deg); }
            @media (max-width: 768px) {
              button.slide-btn .circle .icon.arrow::before {
                right: 0; } }
      @media (max-width: 768px) {
        button.slide-btn .circle {
          width: 37px;
          height: 37px; } }
    button.slide-btn .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      margin: 0 0 0 45px;
      font-weight: 700;
      line-height: 51px;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        button.slide-btn .button-text {
          font-size: 13px;
          line-height: 40px;
          margin: 0 0 0 35px; } }
      @media (max-width: 480px) {
        button.slide-btn .button-text {
          line-height: 18px;
          margin: 0 0 0 45px; } }
  button.slide-btn-delivery {
    width: 250px; }
    @media (max-width: 768px) {
      button.slide-btn-delivery {
        width: 220px; } }
    @media (max-width: 480px) {
      button.slide-btn-delivery {
        width: 130px; } }
    button.slide-btn-delivery .circle {
      background: #3C4858; }
      button.slide-btn-delivery .circle .icon::before {
        border-top: 0.125rem solid #fff;
        border-right: 0.125rem solid #fff; }
    button.slide-btn-delivery .button-text {
      color: #3C4858; }
    button.slide-btn-delivery:hover .circle .icon.arrow, button.slide-btn-delivery.hovered .circle .icon.arrow {
      background: #fff; }
    button.slide-btn-delivery:hover .button-text, button.slide-btn-delivery.hovered .button-text {
      color: #fff; }
  button.slide-btn-product {
    width: 150px; }
    @media (max-width: 768px) {
      button.slide-btn-product {
        width: 125px; } }
    button.slide-btn-product .circle {
      background: #FFC706; }
      button.slide-btn-product .circle .icon::before {
        border-top: 0.125rem solid #3C4858;
        border-right: 0.125rem solid #3C4858; }
    button.slide-btn-product .button-text {
      color: #fff; }
      @media (max-width: 480px) {
        button.slide-btn-product .button-text {
          line-height: 37px; } }
    button.slide-btn-product:hover .circle .icon.arrow, button.slide-btn-product.hovered .circle .icon.arrow {
      background: #3C4858; }
    button.slide-btn-product:hover .button-text, button.slide-btn-product.hovered .button-text {
      color: #3C4858; }
  button:hover .circle, button.hovered .circle {
    width: 100%; }
    button:hover .circle .icon.arrow, button.hovered .circle .icon.arrow {
      transform: translate(1rem, 0); }

.generic-container {
  width: 1890px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px; }
  @media (max-width: 1920px) {
    .generic-container {
      width: 1560px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .generic-container {
      width: 1246px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .generic-container {
      width: 1246px; } }
  @media (max-width: 768px) {
    .generic-container {
      width: px; } }
  @media (max-width: 480px) {
    .generic-container {
      width: 360px; } }

.flex-container {
  display: flex; }

.generic-title {
  position: relative;
  color: #232F36;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 47px; }
  .generic-title:after {
    position: absolute;
    content: '';
    width: 72px;
    height: 2px;
    background-color: #2577D7;
    left: 0;
    bottom: -10px; }
    @media (max-width: 768px) {
      .generic-title:after {
        width: 60px; } }
  .generic-title.advantages {
    text-align: center;
    margin-bottom: 56px; }
    .generic-title.advantages:after {
      left: 50%;
      margin-left: -36px; }
  @media (max-width: 768px) {
    .generic-title {
      font-size: 18px;
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .generic-title {
      margin-bottom: 30px; } }

.search-form {
  max-width: 629px; }

.app-header__button {
  margin-left: 0; }

.b-banners__wrap {
  width: 100%;
  flex: none;
  display: flex;
  justify-content: center;
  height: 624px;
  padding: 16px 0;
  box-sizing: border-box;
  background-color: #F8F8F8; }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-banners__wrap {
      height: 560px; } }
  @media (max-width: 768px) {
    .b-banners__wrap {
      height: 745px;
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .b-banners__wrap {
      height: auto;
      width: 100%;
      padding: 16px; } }
  .b-banners__wrap img {
    max-width: fit-content; }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-banners__wrap img {
        max-width: 115%; } }
    @media (max-width: 480px) {
      .b-banners__wrap img {
        max-width: initial;
        height: 100%; } }

.b-banner__left-wrap {
  width: 800px;
  height: 100%;
  margin-right: 32px; }
  @media (max-width: 1920px) {
    .b-banner__left-wrap {
      width: 640px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-banner__left-wrap {
      width: 508px; } }
  @media (max-width: 768px) {
    .b-banner__left-wrap {
      width: 432px;
      height: 456px;
      margin-right: 8px; } }

.b-banner__center-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 592px;
  height: 100%;
  margin-right: 32px;
  overflow: hidden; }
  @media (max-width: 1920px) {
    .b-banner__center-wrap {
      width: 464px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-banner__center-wrap {
      width: 328px; } }
  @media (max-width: 768px) {
    .b-banner__center-wrap {
      flex-direction: column;
      width: 248px;
      height: 456px;
      margin-right: 0; }
      .b-banner__center-wrap a:nth-child(1) {
        height: 136px; }
      .b-banner__center-wrap a:nth-child(2) {
        height: 176px;
        margin-bottom: 8px; }
      .b-banner__center-wrap a:nth-child(3) {
        height: 127px;
        margin-bottom: 0; } }
  @media (max-width: 480px) {
    .b-banner__center-wrap {
      width: 100%;
      height: 104px;
      flex-direction: row;
      justify-content: center; }
      .b-banner__center-wrap a:nth-child(1) {
        width: 160px;
        height: 100%;
        margin-right: 8px; }
      .b-banner__center-wrap a:nth-child(2) {
        width: 160px;
        height: 100%; } }

.b-banner__right-wrap {
  width: 384px; }
  @media (max-width: 1920px) {
    .b-banner__right-wrap {
      width: 360px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-banner__right-wrap {
      width: 312px; } }
  @media (max-width: 768px) {
    .b-banner__right-wrap {
      display: flex;
      justify-content: space-between;
      width: 688px;
      margin-top: 8px; } }
  @media (max-width: 480px) {
    .b-banner__right-wrap {
      width: 327px;
      height: 296px;
      flex-direction: column; }
      .b-banner__right-wrap .b-banner__small:nth-child(1) {
        height: 128px;
        margin-bottom: 8px;
        background: #006D9C; }
        .b-banner__right-wrap .b-banner__small:nth-child(1) .b-banner__title {
          position: relative;
          z-index: 99; }
        .b-banner__right-wrap .b-banner__small:nth-child(1) img {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 9; }
      .b-banner__right-wrap .b-banner__small:nth-child(2) {
        height: 160px;
        margin-bottom: 0;
        background: #EBAD0F; }
        .b-banner__right-wrap .b-banner__small:nth-child(2) .b-banner__title {
          position: relative;
          z-index: 99; }
        .b-banner__right-wrap .b-banner__small:nth-child(2) img {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 9; } }

.b-banner__title {
  max-width: 60%;
  position: absolute;
  text-transform: none;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: normal;
  /* Опциональный классы для настройки цвета заголовков и иконок баннеров в зависимости от картинки */ }
  .b-banner__title.white {
    color: #fff; }
    .b-banner__title.white:after {
      position: absolute;
      content: '';
      width: 17px;
      height: 9px;
      background: url("../img/banner-white-icon.svg") no-repeat center;
      left: 0;
      top: 120%; }
  .b-banner__title.gray {
    color: #3C5255; }
    .b-banner__title.gray:after {
      position: absolute;
      content: '';
      width: 17px;
      height: 9px;
      background: url("../img/banner-gray-icon.svg") no-repeat center;
      left: 0;
      top: 120%; }
  .b-banner__title.hovered:after {
    left: 25px; }

.b-banner__large {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #B8E0F2;
  overflow: hidden; }
  .b-banner__large .b-banner__title {
    top: 87px;
    left: 67px;
    font-size: 32px; }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-banner__large .b-banner__title {
        top: 56px;
        left: 32px; } }
    @media (max-width: 480px) {
      .b-banner__large .b-banner__title {
        font-size: 20px;
        top: 30px;
        left: 27px; } }

.b-banner__medium {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  background: #E84E58;
  margin-bottom: 32px;
  overflow: hidden; }
  .b-banner__medium:last-child {
    margin-bottom: 0; }
  .b-banner__medium .b-banner__title {
    top: 53px;
    left: 31px;
    font-size: 24px; }
    @media (max-width: 768px) {
      .b-banner__medium .b-banner__title {
        line-height: 20px; } }
    @media (max-width: 480px) {
      .b-banner__medium .b-banner__title {
        max-width: min-content;
        font-size: 18px;
        top: 22px;
        left: 16px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-banner__medium {
      height: 248px; }
      .b-banner__medium .b-banner__title {
        position: relative;
        z-index: 99; }
      .b-banner__medium img {
        max-width: 160%;
        position: absolute;
        left: -115px;
        top: 0;
        z-index: 9; } }
  @media (max-width: 480px) {
    .b-banner__medium img {
      left: 0; } }
  @media (max-width: 768px) {
    .b-banner__medium {
      margin-bottom: 8px; } }

.b-banner__small {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  background: #EBAD0F;
  margin-bottom: 32px;
  overflow: hidden; }
  .b-banner__small:last-child {
    margin-bottom: 0; }
  .b-banner__small .b-banner__title {
    top: 45px;
    left: 33px;
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 768px) {
      .b-banner__small .b-banner__title {
        line-height: 21px; } }
    @media (max-width: 480px) {
      .b-banner__small .b-banner__title {
        font-size: 18px; } }
  @media (max-width: 1920px) {
    .b-banner__small {
      height: 280px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-banner__small {
      height: 248px; } }
  @media (max-width: 768px) {
    .b-banner__small {
      width: 340px; } }
  @media (max-width: 480px) {
    .b-banner__small {
      width: 100%; } }

.b-banner__xsmall {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  margin-right: 32px;
  background: #3F9C8C;
  overflow: hidden; }
  .b-banner__xsmall:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .b-banner__xsmall .b-banner__title {
    top: 45px;
    left: 33px;
    font-size: 24px; }
    @media (max-width: 480px) {
      .b-banner__xsmall .b-banner__title {
        font-size: 18px;
        top: 22px;
        left: 16px; } }
  @media (max-width: 1920px) {
    .b-banner__xsmall {
      width: 464px;
      height: 280px;
      margin-right: 0; }
      .b-banner__xsmall img {
        max-width: initial;
        width: inherit; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-banner__xsmall {
      width: 328px;
      height: 248px; }
      .b-banner__xsmall img {
        width: auto; } }
  @media (max-width: 768px) {
    .b-banner__xsmall {
      width: 100%; } }

.b-scroll__btn {
  flex: none;
  height: 50px;
  padding: 0;
  border-top: 1px solid #E7EBED;
  border-bottom: 1px solid #E7EBED;
  background: #fff; }
  .b-scroll__btn:hover, .b-scroll__btn.hovered {
    background: #fff; }
  .b-scroll__btn img {
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 9px; }
  @media (max-width: 768px) {
    .b-scroll__btn {
      height: 40px; } }
  @media (max-width: 480px) {
    .b-scroll__btn {
      display: none; } }

.b-search__wrap {
  flex: none;
  padding-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E7EBED;
  margin-bottom: 75px; }
  @media (max-width: 480px) {
    .b-search__wrap {
      padding-top: 40px;
      padding-bottom: 15px;
      border-bottom: 0; } }
  .b-search__wrap .generic-container {
    position: relative; }

.b-search__form-wrap {
  width: 1185px;
  margin: 0 auto; }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-search__form-wrap {
      width: 100%; } }

.b-search__form {
  display: flex;
  flex-wrap: wrap; }
  .b-search__form label {
    color: #232F36;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px; }
    @media (max-width: 480px) {
      .b-search__form label {
        font-weight: normal;
        margin-bottom: 5px; } }
  .b-search__form input,
  .b-search__form select {
    width: 100%;
    height: 56px;
    padding: 0 15px;
    border: 1px solid #E7EBED;
    color: #8F969A;
    font-weight: normal;
    font-size: 16px; }

.b-search__form-item {
  margin-right: 16px;
  margin-bottom: 35px; }
  .b-search__form-item:nth-child(1) {
    width: 384px; }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-search__form-item:nth-child(1) {
        width: 328px;
        margin-right: 24px; } }
  .b-search__form-item:nth-child(2) {
    width: 384px; }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-search__form-item:nth-child(2) {
        width: 328px;
        margin-right: 24px; } }
  .b-search__form-item:nth-child(3) {
    width: 384px;
    margin-right: 0; }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-search__form-item:nth-child(3) {
        width: 328px; } }
  .b-search__form-item:nth-child(4) {
    width: 304px; }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-search__form-item:nth-child(4) {
        width: 258px; } }
  .b-search__form-item:nth-child(5) {
    width: 304px; }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-search__form-item:nth-child(5) {
        width: 258px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-search__form-item {
      width: 395px; } }
  @media (max-width: 768px) {
    .b-search__form-item:nth-child(1) {
      width: 336px; }
    .b-search__form-item:nth-child(2) {
      width: 336px;
      margin-right: 0; }
    .b-search__form-item:nth-child(3) {
      width: 336px;
      margin-right: 16px; }
    .b-search__form-item:nth-child(4) {
      width: 160px; }
    .b-search__form-item:nth-child(5) {
      width: 160px;
      margin-right: 0; } }
  @media (max-width: 480px) {
    .b-search__form-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .b-search__form-item:nth-child(3) {
        width: 100%;
        margin-right: 0; }
      .b-search__form-item:nth-child(4) {
        width: 100%; }
      .b-search__form-item:nth-child(5) {
        width: 100%; } }

.b-search__form-show-btn {
  width: 335px;
  height: 56px;
  margin-top: 27px;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #4EC7AF;
  text-align: center; }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-search__form-show-btn {
      width: 280px; } }
  @media (max-width: 768px) {
    .b-search__form-show-btn {
      display: block;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .b-search__form-show-btn {
      margin-top: 10px; } }

.b-search__need-more-btn {
  display: none;
  margin-top: 45px;
  margin-left: 35px;
  height: 16px;
  position: relative;
  color: #8F969A;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dashed #8F969A; }
  .b-search__need-more-btn:after {
    position: absolute;
    content: '?';
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #E7EBED;
    border-radius: 50%;
    color: #3C4858;
    font-size: 14px;
    text-align: center;
    top: -4px;
    right: -31px; }

.b-search__form-select-wrap {
  position: relative; }
  .b-search__form-select-wrap.active:after {
    transform: rotate(180deg); }

.b-recommended__wrap {
  flex: none;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .b-recommended__wrap {
      margin-bottom: 10px; } }

.b-recommended__items-wrap,
.b-hit__items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.b-generic-banners__wrap {
  flex: none;
  height: 437px;
  margin-bottom: 37px; }
  @media (max-width: 768px) {
    .b-generic-banners__wrap {
      height: 216px;
      margin-bottom: 27px; } }
  @media (max-width: 480px) {
    .b-generic-banners__wrap {
      height: auto;
      margin-bottom: 41px; }
      .b-generic-banners__wrap .flex-container {
        flex-wrap: wrap; }
        .b-generic-banners__wrap .flex-container a {
          width: 100%; } }

.b-generic-banners__delivery-wrap {
  width: 1111px;
  height: 100%;
  margin-right: 32px;
  background: url("../img/generic-banners/1-2560.png") no-repeat top; }
  @media (max-width: 1920px) {
    .b-generic-banners__delivery-wrap {
      width: 848px;
      background: url("../img/generic-banners/1-1920.png") no-repeat top; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-generic-banners__delivery-wrap {
      background: url("../img/generic-banners/1-1680.png") no-repeat top; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-generic-banners__delivery-wrap {
      width: 744px; } }
  @media (max-width: 768px) {
    .b-generic-banners__delivery-wrap {
      width: 424px;
      height: 209px;
      background-size: cover;
      margin-right: 10px; } }
  @media (max-width: 480px) {
    .b-generic-banners__delivery-wrap {
      width: 100%;
      height: 256px;
      background-size: cover;
      margin-right: 10px;
      margin-bottom: 16px; } }

.b-generic-banners__product-wrap {
  width: 696px;
  height: 100%;
  background: url("../img/generic-banners/2-2560.png") no-repeat top right; }
  @media (max-width: 1920px) {
    .b-generic-banners__product-wrap {
      width: 648px;
      background: url("../img/generic-banners/2-1920.png") no-repeat top; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-generic-banners__product-wrap {
      background: url("../img/generic-banners/2-1366.png") no-repeat top right; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-generic-banners__product-wrap {
      width: 442px; } }
  @media (max-width: 768px) {
    .b-generic-banners__product-wrap {
      width: 248px;
      background-size: contain; } }
  @media (max-width: 480px) {
    .b-generic-banners__product-wrap {
      width: 100%;
      height: 262px;
      background-color: #323232;
      background-position: bottom; } }

.b-generic-banners__delivery-content {
  padding: 82px 0 0 128px; }
  @media (max-width: 1920px) {
    .b-generic-banners__delivery-content {
      padding: 80px 0 0 46px; } }
  @media (max-width: 768px) {
    .b-generic-banners__delivery-content {
      padding: 47px 0 0 37px; } }
  @media (max-width: 480px) {
    .b-generic-banners__delivery-content {
      padding: 36px 0 0 15px; } }

.b-generic-banners__product-content {
  padding: 95px 0 0 68px; }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-generic-banners__product-content {
      padding: 64px 0 0 33px; } }
  @media (max-width: 768px) {
    .b-generic-banners__product-content {
      padding: 25px 0 0 16px; } }
  @media (max-width: 768px) {
    .b-generic-banners__product-content {
      padding: 50px 0 0 25px; } }

.b-generic-banners__delivery-title {
  max-width: 355px;
  margin-bottom: 25px;
  line-height: 40px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #232F36; }
  @media (max-width: 768px) {
    .b-generic-banners__delivery-title {
      max-width: 220px;
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 480px) {
    .b-generic-banners__delivery-title {
      font-size: 16px;
      line-height: 21px; } }

.b-generic-banners__product-title {
  max-width: 355px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 768px) {
    .b-generic-banners__product-title {
      max-width: 190px;
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 480px) {
    .b-generic-banners__product-title {
      max-width: fit-content;
      font-size: 20px;
      line-height: 27px; } }

.b-hit__wrap {
  flex: none;
  margin-bottom: 37px; }

.b-logo-slider__wrap {
  flex: none;
  margin-top: 35px; }
  .b-logo-slider__wrap .slick-prev,
  .b-logo-slider__wrap .slick-next {
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    font-size: 0;
    background: url("../img/slick-control-arrow.svg") no-repeat center; }
    @media (max-width: 480px) {
      .b-logo-slider__wrap .slick-prev,
      .b-logo-slider__wrap .slick-next {
        display: none !important; } }
  .b-logo-slider__wrap .slick-prev {
    left: -25px; }
  .b-logo-slider__wrap .slick-next {
    right: -25px;
    transform: rotate(180deg); }
    @media (min-width: 1366px) and (max-width: 1680px) {
      .b-logo-slider__wrap .slick-next {
        right: -20px; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-logo-slider__wrap {
      margin-bottom: 0; } }
  @media (max-width: 480px) {
    .b-logo-slider__wrap {
      margin-bottom: 25px; } }
  .b-logo-slider__wrap .slick-carousel {
    margin: 0 auto;
    width: 1200px; }
    @media (max-width: 768px) {
      .b-logo-slider__wrap .slick-carousel {
        width: 600px; } }
    @media (max-width: 480px) {
      .b-logo-slider__wrap .slick-carousel {
        width: 327px; } }
  .b-logo-slider__wrap .slick-slide {
    width: 135px;
    margin: 0 30px;
    height: 80px;
    opacity: 0.5; }
    .b-logo-slider__wrap .slick-slide:hover {
      opacity: 1; }
      .b-logo-slider__wrap .slick-slide:hover img {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        filter: none; }
    .b-logo-slider__wrap .slick-slide img {
      width: 100%;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
      /* IE 6-9 */ }
      @media (max-width: 480px) {
        .b-logo-slider__wrap .slick-slide img {
          -webkit-filter: none;
          -moz-filter: none;
          -ms-filter: none;
          -o-filter: none;
          filter: none;
          width: 100%; } }
    @media (max-width: 480px) {
      .b-logo-slider__wrap .slick-slide {
        width: 110px;
        height: auto;
        margin: 0 25px;
        opacity: 1; } }
  .b-logo-slider__wrap .slick-next::before, .b-logo-slider__wrap .slick-prev::before {
    color: blue; }

.product-item {
  position: relative;
  margin-bottom: 32px;
  width: 280px;
  height: 432px;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E7EBED;
  margin-right: 32px; }
  .product-item:nth-child(5) {
    margin-right: 0; }
  .product-item:nth-child(11) {
    margin-right: 0; }
  @media (max-width: 1920px) {
    .product-item:nth-child(10), .product-item:nth-child(11) {
      display: none; }
    .product-item:nth-child(4) {
      margin-right: 0; }
    .product-item:nth-child(5) {
      margin-right: 32px; }
    .product-item:nth-child(9) {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .product-item {
      width: 160px;
      margin-left: 16px;
      margin-bottom: 16px;
      padding-top: 5px;
      padding-left: 16px;
      padding-bottom: 16px;
      padding-right: 5px; } }
  @media (max-width: 480px) {
    .product-item {
      width: 157px;
      height: 272px;
      padding-right: 10px;
      padding-top: 10px;
      margin-right: 16px;
      margin-left: 0; }
      .product-item:nth-child(odd) {
        margin-right: 0; }
      .product-item:nth-child(even) {
        margin-right: 16px; }
      .product-item .product-item__img {
        width: 128px;
        height: 96px;
        min-height: 96px; } }
  .product-item .b-product-card__rating-star {
    margin-bottom: 10px; }

@media (max-width: 480px) {
  .alternate-product-card__bottom {
    bottom: 0; } }

@media (max-width: 480px) {
  .product-item__price-container {
    margin-bottom: 7px; } }

@media (max-width: 768px) {
  .product-item__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.005em; } }

@media (max-width: 480px) {
  .product-item__name {
    -webkit-line-clamp: 2 !important; } }

.product-item--first {
  width: 592px; }
  @media (max-width: 768px) {
    .product-item--first .product-item__name {
      font-size: 15px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .product-item--first .product-item__name {
      padding-right: 15px; } }
  @media (max-width: 768px) {
    .product-item--first {
      width: 336px;
      height: 272px; } }
  @media (max-width: 480px) {
    .product-item--first {
      width: 327px;
      padding-top: 43px; }
      .product-item--first .product-item__in {
        padding: 0; }
      .product-item--first .product-item__popup {
        padding: 0; }
        .product-item--first .product-item__popup .product-item__img {
          width: 128px;
          min-width: 128px;
          height: 96px; }
      .product-item--first .product-item__over-heading {
        margin-bottom: 10px;
        padding-right: 15px; }
      .product-item--first .product-item__compare {
        left: -185px;
        top: -90px; } }

.b-advantages__wrap {
  flex: none;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 113px;
  background: #F7F7F7; }
  @media (max-width: 768px) {
    .b-advantages__wrap {
      padding-bottom: 56px; } }
  @media (max-width: 480px) {
    .b-advantages__wrap {
      padding-top: 31px; } }

.b-advantages__items-wrap {
  width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .b-advantages__items-wrap {
      width: 100%;
      justify-content: center; } }

.b-advantages__item {
  width: 280px;
  height: 288px;
  margin-right: 32px;
  margin-bottom: 32px;
  padding-top: 35px;
  background: #FFFFFF;
  box-shadow: 0px 8px 7px rgba(228, 231, 235, 0.83);
  border-radius: 5px; }
  .b-advantages__item:nth-child(4n) {
    margin-right: 0; }
  @media (max-width: 768px) {
    .b-advantages__item {
      width: 160px;
      height: 240px;
      margin-right: 16px;
      margin-bottom: 24px;
      padding-top: 27px; } }
  @media (max-width: 480px) {
    .b-advantages__item {
      width: 157px;
      height: 161px;
      margin-bottom: 16px; }
      .b-advantages__item:nth-child(even) {
        margin-right: 0; } }

.b-advantages__item-icon {
  margin-bottom: 15px;
  text-align: center; }
  .b-advantages__item-icon img {
    width: 50px;
    height: 50px;
    max-width: 100%; }

.b-advantages__item-title {
  margin: 0 auto;
  margin-bottom: 21px;
  max-width: 216px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #232F36; }
  @media (max-width: 768px) {
    .b-advantages__item-title {
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 18px; } }

.b-advantages__item-indent {
  max-width: 216px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #8F969A; }
  @media (max-width: 768px) {
    .b-advantages__item-indent {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 16px;
      text-align: left;
      padding-left: 11px;
      padding-right: 5px; } }
  @media (max-width: 480px) {
    .b-advantages__item-indent {
      display: none; } }

.b-advantages__link {
  margin-left: 48px;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #2577D7; }
  .b-advantages__link:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 8px;
    background: url("../img/advantages-blue-icon.svg") no-repeat center;
    right: -25px;
    top: 50%;
    margin-top: -4px; }
  @media (max-width: 768px) {
    .b-advantages__link {
      margin-left: 10px; } }

.b-subscribe__wrap {
  flex: none;
  width: 100%;
  height: 225px;
  padding-top: 85px;
  background: #FEC755; }
  @media (max-width: 768px) {
    .b-subscribe__wrap {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .b-subscribe__wrap {
      padding-top: 24px;
      height: 296px; } }

.b-subscribe__form {
  display: flex;
  width: 1110px;
  margin: 0 auto;
  align-items: center; }
  .b-subscribe__form form {
    width: 585px;
    display: flex;
    align-items: center;
    margin-left: auto; }
    .b-subscribe__form form input {
      width: 392px;
      height: 48px;
      padding-right: 15px;
      line-height: 48px;
      font-size: 14px;
      border: none; }
      @media (max-width: 480px) {
        .b-subscribe__form form input {
          width: 100%;
          margin-bottom: 8px; } }
    .b-subscribe__form form button {
      width: 192px;
      height: 48px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      background: #232F36; }
      @media (max-width: 480px) {
        .b-subscribe__form form button {
          width: 100%; } }
    @media (max-width: 768px) {
      .b-subscribe__form form {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }
    @media (max-width: 480px) {
      .b-subscribe__form form {
        margin-top: 15px;
        flex-direction: column; } }
  @media (max-width: 768px) {
    .b-subscribe__form {
      width: 576px;
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .b-subscribe__form {
      width: 100%;
      flex-direction: column; } }

.b-subscribe__icon {
  width: 60px;
  height: 60px;
  margin-right: 17px;
  border-radius: 50%;
  background: #FFD680;
  text-align: center;
  line-height: 60px; }
  @media (max-width: 768px) {
    .b-subscribe__icon {
      margin-left: 90px; } }
  @media (max-width: 480px) {
    .b-subscribe__icon {
      margin: 0;
      margin-bottom: 8px; } }

@media (max-width: 480px) {
  .b-subscribe__description {
    text-align: center; } }

.b-subscribe__description-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #232F36; }

.b-subscribe__description-indent {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #56431D; }

.b-posts__container {
  width: 1216px; }
  @media (max-width: 768px) {
    .b-posts__container {
      width: 750px; } }
  @media (max-width: 480px) {
    .b-posts__container {
      width: 100%; } }

.b-posts__wrap {
  flex: none;
  width: 100%;
  padding-top: 90px; }
  @media (max-width: 768px) {
    .b-posts__wrap {
      padding-top: 51px; } }
  @media (max-width: 480px) {
    .b-posts__wrap {
      padding-top: 39px; } }

.b-posts__items-wrap {
  width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .b-posts__items-wrap .generic-title {
    width: 100%; }
  @media (max-width: 768px) {
    .b-posts__items-wrap {
      width: 100%; } }

.b-posts__item {
  width: 280px;
  margin-right: 32px;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .b-posts__item {
      width: 168px;
      margin-right: 16px;
      margin-bottom: 45px; } }
  @media (max-width: 480px) {
    .b-posts__item {
      display: flex;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      flex-wrap: wrap; } }

.b-posts__item:nth-child(4n) {
  margin-right: 0; }

.b-posts__item-img {
  margin-bottom: 23px; }
  @media (max-width: 768px) {
    .b-posts__item-img {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .b-posts__item-img {
      width: 156px;
      height: 108px;
      margin-right: 13px; } }

@media (max-width: 480px) {
  .b-posts-content {
    width: 160px; } }

.b-posts__item-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #2577D7; }
  @media (max-width: 768px) {
    .b-posts__item-title {
      font-size: 13px;
      line-height: 16px; } }

.b-posts__item-indent {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #3C4858;
  line-height: 20px; }
  @media (max-width: 768px) {
    .b-posts__item-indent {
      font-size: 12px;
      line-height: 16px; } }

.b-callback__wrap {
  flex: none;
  width: 100%;
  height: 225px;
  background: #263C45; }

@media (max-width: 768px) {
  .product-item__button {
    padding: 0;
    min-width: auto;
    width: 80px;
    height: 24px;
    font-weight: 500;
    font-size: 9.01px; } }

.product-item__over-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  max-height: 32px; }
  @media (max-width: 768px) {
    .product-item__over-heading {
      font-size: 12px; } }

@media (max-width: 768px) {
  .product-item__price {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.305165px; } }

@media (max-width: 768px) {
  .product-item__in {
    padding-left: 0; } }

.svg-icon--mail-icon img:first-child {
  display: inline; }

.svg-icon--mail-icon img:last-child {
  display: none; }

.app-header__phone-item img:first-child {
  display: inline; }

.app-header__phone-item img:nth-child(2) {
  display: none; }

.svg-icon--mail-icon img:nth-child(1) {
  display: inline; }

.svg-icon--mail-icon img:nth-child(2) {
  display: none; }

.app-header__fixed-container:hover .app-header__phone-item img:first-child {
  display: none; }

.app-header__fixed-container:hover .app-header__phone-item img:nth-child(2) {
  display: inline; }

.app-header__fixed-container:hover .svg-icon--mail-icon img:nth-child(1) {
  display: none; }

.app-header__fixed-container:hover .svg-icon--mail-icon img:nth-child(2) {
  display: inline; }

@media (max-width: 768px) {
  .app-header {
    padding-top: 96px; }
    .app-header .search-form {
      margin: 0; }
      .app-header .search-form input {
        border: 1px solid #E7EBED;
        box-shadow: none; }
  .app-header__bot {
    border: none;
    background: #F7F7F7; }
  .app-header__logo--mobile {
    margin-left: 15px; }
  .app-header__top {
    height: 80px;
    background: #3C4858; }
    .app-header__top .svg-icon--mail-icon img:first-child {
      display: none; }
    .app-header__top .svg-icon--mail-icon img:last-child {
      display: inline; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .app-header__top {
      display: flex;
      align-items: center;
      padding: 0;
      height: 56px; } }

@media (max-width: 768px) {
  .hamburger {
    left: 40px; }
  .app-header__mobile-container {
    flex: none;
    margin-right: 31px;
    color: #4EC7AF; }
  .app-header__e-mail {
    display: flex;
    align-items: center;
    margin-right: 27px; }
    .app-header__e-mail a {
      color: #4EC7AF;
      margin-left: 8px; }
  .app-header__phone {
    margin-left: 0; }
  .app-header__phone-city {
    display: none; }
  .app-header__phone-item img:first-child {
    display: none; }
  .app-header__phone-item img:nth-child(2) {
    display: inline; }
  .app-header__phone-item a {
    color: #fff; }
  .app-header__burger {
    margin-right: 0; }
    .app-header__burger .svg-icon {
      fill: #fff; } }

@media (max-width: 480px) {
  .app-header {
    padding-top: 57px; }
  .app-header__mobile-container {
    margin-right: 0; }
  .app-header__burger {
    margin-right: 22px; }
  .app-header__logo--mobile {
    margin-left: 0; }
  .app-header__e-mail {
    display: none; }
  .app-header__logo {
    margin-right: 43px; }
  .app-header__phone-item a {
    font-size: 13px; }
  .app-header__phone-item img:nth-child(2) {
    width: 8px; }
  .content-menu {
    padding: 0;
    margin-bottom: 0; }
    .content-menu .search-form {
      width: 327px;
      margin: 0 auto;
      position: relative;
      padding: 0 15px;
      height: 48px;
      border: 1px solid #E7EBED;
      top: 7px;
      left: 0; }
      .content-menu .search-form input {
        box-shadow: none; }
      .content-menu .search-form span {
        font-weight: 300;
        font-size: 13px !important;
        letter-spacing: -0.5px;
        color: #C5D1D9; }
        .content-menu .search-form span img {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -10px; }
    .content-menu .catalog-bg {
      background: #fff;
      margin-top: 15px; }
  .content-menu__title {
    display: none; }
  .search-form__container {
    height: 100%;
    line-height: 48px; }
  .b-mobile__email-wrap {
    flex: none;
    display: flex;
    background: #fff; }
  .b-mobile__email-container {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
    align-items: center; }
  .b-mobile__email {
    padding-left: 32px;
    font-weight: 500;
    font-size: 14px;
    color: #4EC7AF; }
    .b-mobile__email:before {
      position: absolute;
      content: '';
      width: 17px;
      height: 13px;
      left: 30px;
      background: url("../img/email-icon-green.svg") no-repeat center; }
  .b-mobile__email-btn {
    width: 107px;
    height: 32px;
    border: 1px solid #4EC7AF;
    border-radius: 39px;
    color: #4EC7AF;
    background: #fff;
    outline: none;
    font-size: 11px;
    line-height: 32px; }
  .c-mobile-buttons__button {
    font-size: 13px; }
  .c-mobile-buttons {
    height: 48px;
    padding-bottom: 48px;
    box-sizing: content-box;
    background: #fff; }
  .b-banner__left-wrap {
    width: 327px;
    margin: 0;
    margin-bottom: 8px;
    height: 240px; }
  .footer-form-wrap {
    padding-top: 27px; }
  .b-form--horisontal .b-form__container {
    flex-wrap: wrap;
    flex-direction: column; }
    .b-form--horisontal .b-form__container .b-form__item--phone {
      width: 100%;
      margin-bottom: 15px; }
    .b-form--horisontal .b-form__container .b-form__button {
      width: 100%;
      height: 56px; }
  .footer-form-wrap {
    height: 250px; }
  .app-footer__phone-item a {
    font-size: 18px; }
  .bottom__cart-block-compare {
    height: 50px;
    padding-top: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 85px;
    padding-left: 15px;
    border-left: 1px solid #E7EBED; }
    .bottom__cart-block-compare span {
      font-weight: 300;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #3C4858; }
  .bottom__cart-block-compare-icon {
    width: 25px;
    height: 20px;
    margin: 0 auto;
    background: url("../img/bottom-compare-icon.svg") no-repeat center; }
  .bottom__cart-block-compare-num {
    position: absolute;
    height: 19px;
    padding: 0 7px;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    background: #D00000;
    line-height: 19px;
    border-radius: 9px;
    right: 0;
    top: 0; } }

.product-item__compare {
  z-index: 999;
  display: block;
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0px;
  background: url("../img/bottom-compare-icon.svg") no-repeat center; }
  @media (max-width: 480px) {
    .product-item__compare {
      width: 11px;
      height: 11px;
      background-size: cover;
      top: -5px;
      left: -10px; } }

.manager-btn-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: #CBDFF7;
  border-radius: 50%;
  z-index: 9999;
  right: 25vh;
  top: 85vh; }
  @media (max-width: 480px) {
    .manager-btn-wrap {
      display: none; } }
  .manager-btn-wrap .manager-btn {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: url("../img/managers-btn-bg.png") no-repeat center;
    background-color: #80D1CC; }

.slick-carousel-managers {
  text-align: left; }

.managers__items-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999; }
  .managers__items-wrap.active {
    display: block; }

.managers__items {
  width: 1070px;
  height: 460px;
  background: #fff;
  margin: 0 auto;
  margin-top: 10%; }

@media (max-width: 480px) {
  .product-item--first {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 1920px) {
  .recommended__1 .product-item:nth-child(10) {
    display: none; }
  .recommended__1 .product-item:nth-child(11) {
    display: none; } }

@media (min-width: 1366px) and (max-width: 1680px) {
  .recommended__1 .product-item:nth-child(3) {
    margin-right: 0; }
  .recommended__1 .product-item:nth-child(4) {
    margin-right: 32px; }
  .recommended__1 .product-item:nth-child(7) {
    margin-right: 0; }
  .recommended__1 .product-item:nth-child(8), .recommended__1 .product-item:nth-child(9) {
    display: none; } }

@media (max-width: 480px) {
  .recommended__1 .product-item:nth-child(4) {
    margin-right: 16px !important; }
  .recommended__1 .product-item:nth-child(3), .recommended__1 .product-item:nth-child(5) {
    margin-right: 0; }
  .recommended__1 .product-item:nth-child(10), .recommended__1 .product-item:nth-child(11) {
    display: none; } }

.recommended__2 .product-item:nth-child(6), .recommended__2 .product-item:nth-child(7), .recommended__2 .product-item:nth-child(8), .recommended__2 .product-item:nth-child(9), .recommended__2 .product-item:nth-child(10), .recommended__2 .product-item:nth-child(11) {
  display: none; }

@media (max-width: 1920px) {
  .recommended__2 .product-item:nth-child(5) {
    display: none; } }

@media (min-width: 1366px) and (max-width: 1680px) {
  .recommended__2 .product-item:nth-child(3) {
    margin-right: 0; }
  .recommended__2 .product-item:nth-child(4) {
    display: none; } }

@media (max-width: 480px) {
  .recommended__2 .product-item:nth-child(4) {
    display: none; } }

.b-hit__wrap .product-item {
  margin-left: 0;
  margin-right: 32px; }
  .b-hit__wrap .product-item:nth-child(7) {
    margin-right: 0; }
  .b-hit__wrap .product-item.product-item--first, .b-hit__wrap .product-item:nth-child(8), .b-hit__wrap .product-item:nth-child(9), .b-hit__wrap .product-item:nth-child(10), .b-hit__wrap .product-item:nth-child(11) {
    display: none; }
  @media (max-width: 1920px) {
    .b-hit__wrap .product-item:nth-child(6) {
      display: none; } }
  @media (min-width: 1366px) and (max-width: 1680px) {
    .b-hit__wrap .product-item:nth-child(5) {
      display: none; } }
  @media (max-width: 480px) {
    .b-hit__wrap .product-item {
      margin-right: 16px; }
      .b-hit__wrap .product-item:nth-child(5) {
        display: flex; }
      .b-hit__wrap .product-item:nth-child(odd) {
        margin-right: 0; }
      .b-hit__wrap .product-item.product-item--first, .b-hit__wrap .product-item:nth-child(6), .b-hit__wrap .product-item:nth-child(7), .b-hit__wrap .product-item:nth-child(8), .b-hit__wrap .product-item:nth-child(9), .b-hit__wrap .product-item:nth-child(10), .b-hit__wrap .product-item:nth-child(11) {
        display: none; } }

.catalog-mail {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #3C4858;
  margin-bottom: 10px; }

.catalog-phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #3C4858;
  margin-bottom: 17px; }

.catalog-help {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #3C4858; }

.catalog-info-wrap {
  padding-top: 25px;
  padding-left: 30px; }
  .catalog-info-wrap .icon {
    margin-right: 8px; }

.b-search__form-select-wrap .dropdown {
  width: 100%;
  height: 56px;
  margin: 0 auto; }
  .b-search__form-select-wrap .dropdown dt a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    color: #fff; }
  .b-search__form-select-wrap .dropdown dt span {
    display: block;
    background: url("../img/search-select-icon.svg") no-repeat center;
    cursor: pointer;
    background-size: 10px 8px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    border: 1px solid #E7EBED;
    color: #8F969A;
    font-weight: normal;
    font-size: 16px;
    background-position-x: 95%; }
  .b-search__form-select-wrap .dropdown dd {
    position: relative; }
    .b-search__form-select-wrap .dropdown dd ul {
      display: none;
      position: absolute;
      left: 0;
      top: 4px;
      width: 100%;
      height: 268px;
      max-height: 268px;
      overflow-y: auto;
      list-style: none;
      background: #fff;
      padding: 27px;
      padding-top: 10px;
      z-index: 9;
      border: 1px solid #E7EBED;
      box-shadow: 0px 4px 4px rgba(211, 211, 211, 0.25); }
      .b-search__form-select-wrap .dropdown dd ul .login {
        position: relative;
        padding-right: 25px; }
        .b-search__form-select-wrap .dropdown dd ul .login:after {
          position: absolute;
          content: "";
          width: 13px;
          height: 15px;
          right: 0;
          top: 50%;
          margin-top: -7.5px;
          background: url("../../img/login-icon-ut.svg") no-repeat center; }
    .b-search__form-select-wrap .dropdown dd li a {
      display: block;
      text-decoration: none;
      font-weight: normal;
      font-size: 12px;
      line-height: 26px;
      color: #3F494F; }
      .b-search__form-select-wrap .dropdown dd li a:hover {
        cursor: pointer; }

.item-footer {
  color: pink; }

.item-header {
  color: blue; }
