.breadcrumbs__link-box {
  color: #BBBBBB; }

.breadcrumbs__link {
  color: inherit; }

.nice_btn {
  display: inline-block;
  height: 44px;
  padding: 0 25px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: all 0.15s linear;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .nice_btn {
      background-color: white;
      color: black;
      border: 3px solid #ffe477;
      font-weight: bold;
      line-height: 30px !important; } }
  @media (max-width: 1199px) {
    .nice_btn {
      background-color: #DD137B;
      color: white;
      line-height: 44px; } }
  .nice_btn.invert {
    color: #DD137B;
    background-color: white;
    border: 2px solid #DD137B; }
  .nice_btn.gray_btn {
    background-color: #E0E0E0;
    color: #4F4F4F;
    border: 2px solid #E0E0E0;
    cursor: unset; }

@media (min-width: 1200px) {
  .show-mobile {
    display: none !important; } }
@media (max-width: 1199px) {
  .show-mobile {
    display: initial; } }

@media (min-width: 1200px) {
  .not-show-mobile {
    display: initial !important; } }
@media (max-width: 1199px) {
  .not-show-mobile {
    display: none !important;
    overflow: hidden; } }

@media (min-width: 1200px) {
  .main-site-menu .user-data,
  .main-site-menu .mobile-catalog,
  .main-site-menu .social_buttons_block {
    display: none !important; } }
.main-site-menu .main-site-menu__inner li {
  position: relative; }
  .main-site-menu .main-site-menu__inner li:nth-child(2)::before {
    display: none; }
  .main-site-menu .main-site-menu__inner li > .submenu {
    position: absolute;
    display: none; }

@media (min-width: 1200px) {
  .menu-btn,
  .logo_mobile {
    display: none !important; } }
@media (max-width: 1199px) {
  .desktop-authorization {
    display: none !important; }

  .header-top-part {
    background-color: white !important; }

  .header-top-part-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-top-part-container::after {
      display: none !important; } }
.header-bottom-part__inner.fixed .catalog-button__show-sidebar-menu {
  display: none; }

.menu-btn {
  position: relative;
  margin-right: 20px;
  width: 36px;
  min-width: 36px;
  height: 28px; }
  @media (max-width: 767px) {
    .menu-btn {
      width: 18px;
      min-width: 18px;
      height: 14px; } }
  .menu-btn span {
    width: 100%;
    background-color: #DD137B;
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 2px; }
    @media (max-width: 767px) {
      .menu-btn span {
        height: 2px;
        border-radius: 1px; } }
    .menu-btn span:nth-child(1) {
      top: 0; }
    .menu-btn span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    .menu-btn span:nth-child(3) {
      bottom: 0; }

.logo_mobile {
  margin-top: 0;
  margin-right: auto;
  width: auto;
  max-width: 136px;
  min-width: 136px; }
  @media (max-width: 767px) {
    .logo_mobile {
      width: 68px;
      max-width: 68px;
      min-width: 68px;
      position: relative !important;
      top: unset;
      left: unset; } }
  @media (max-width: 480px) {
    .logo_mobile {
      display: initial; } }

.wrapper_for_discount_mobile {
  margin-right: 15px; }
  .wrapper_for_discount_mobile .btn-bonus {
    margin-left: 0; }
  @media (max-width: 767px) {
    .wrapper_for_discount_mobile .btn-bonus .select {
      width: 100px; }
      .wrapper_for_discount_mobile .btn-bonus .select .text {
        font-size: 12px; } }
  @media (max-width: 480px) {
    .wrapper_for_discount_mobile .btn-bonus .select {
      width: 40px;
      padding: 0;
      background: #ffc90d url(../img/sale.png) 5px 50% no-repeat; }
      .wrapper_for_discount_mobile .btn-bonus .select .text {
        display: none; } }

@media (max-width: 1199px) {
  .header-top-part .location-block {
    width: auto !important;
    position: relative; }
    .header-top-part .location-block .hint_city {
      left: 50%;
      transform: translateX(-50%);
      display: none; }
    .header-top-part .location-block .location-block__title,
    .header-top-part .location-block .location-block__city {
      display: none; } }
@media (max-width: 1199px) {
  .header-top-part .location-block .location-block__icon {
    background-image: url(../img/city_place.png);
    background-position: center;
    background-size: 100% 100%;
    width: 40px;
    height: 48px; } }
@media (max-width: 767px) {
  .header-top-part .location-block .location-block__icon {
    width: 20px;
    height: 24px; } }
@media (max-width: 1199px) {
  .header-top-part .location-block .location-block__icon::before {
    display: none; } }

.header-compare.show-mobile {
  background-image: url(../img/comparing_products.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  border: none;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .header-compare.show-mobile {
      width: 24px;
      height: 24px;
      position: relative !important;
      right: unset !important; } }

.mobile-basket__link {
  margin: 0 10px 0 20px;
  position: relative; }
  .mobile-basket__link .mobile-basket__icon {
    display: inline-block;
    background-image: url(../img/cart_2019.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px; }
    @media (max-width: 767px) {
      .mobile-basket__link .mobile-basket__icon {
        width: 24px;
        height: 24px; } }

.header-compare .header-compare__count,
.header-compare .mobile-basket__count,
.mobile-basket__link .header-compare__count,
.mobile-basket__link .mobile-basket__count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFC90D;
  color: #DD137B;
  border-radius: 50%;
  font-weight: 900; }
  @media (max-width: 767px) {
    .header-compare .header-compare__count,
    .header-compare .mobile-basket__count,
    .mobile-basket__link .header-compare__count,
    .mobile-basket__link .mobile-basket__count {
      width: 16px;
      height: 16px;
      font-size: 10px; } }
  .header-compare .header-compare__count:empty,
  .header-compare .mobile-basket__count:empty,
  .mobile-basket__link .header-compare__count:empty,
  .mobile-basket__link .mobile-basket__count:empty {
    display: none; }

@media (max-width: 1199px) {
  .header-middle-part {
    display: none; } }

@media (max-width: 1199px) {
  .header-bottom-part .basket,
  .header-bottom-part .header-compare,
  .header-bottom-part .catalog-button {
    display: none; }
  .header-bottom-part .search-from {
    width: 100%;
    max-width: 100% !important; } }
@media (max-width: 767px) {
  .header-bottom-part .search-from {
    left: 0;
    position: relative; } }

@media (min-width: 1200px) {
  .main-site-menu__inner-container .arrow {
    display: none; } }
@media (max-width: 1199px) {
  .catalog-mobile-menu {
    z-index: 201; }
    .catalog-mobile-menu .catalog-mobile-menu__inner {
      padding-top: 20px; }
    .catalog-mobile-menu .back-to-catalog {
      margin-bottom: 35px; }
      .catalog-mobile-menu .back-to-catalog > * {
        font-weight: bold;
        vertical-align: middle;
        margin-right: 15px; }
    .catalog-mobile-menu .to-catalog-link {
      margin: auto 0 10px; }
      .catalog-mobile-menu .to-catalog-link a {
        width: 100%;
        margin-top: 30px; }

  .main-site-menu {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 200; }

  .catalog-mobile-menu,
  .main-site-menu {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    transition: left 0.5s ease-in-out; }
    .catalog-mobile-menu .catalog-mobile-menu__inner,
    .catalog-mobile-menu .main-site-menu__inner,
    .main-site-menu .catalog-mobile-menu__inner,
    .main-site-menu .main-site-menu__inner {
      background-color: white;
      width: 500px;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      box-shadow: 2px 0 10px -2px rgba(0, 0, 0, 0.25); }
    .catalog-mobile-menu .submenu,
    .main-site-menu .submenu {
      display: none;
      position: relative;
      padding-left: 15px; }
      .catalog-mobile-menu .submenu li,
      .main-site-menu .submenu li {
        font-weight: 400; }
        .catalog-mobile-menu .submenu li:last-child,
        .main-site-menu .submenu li:last-child {
          border-bottom: none; }
    .catalog-mobile-menu .main-site-menu__inner__element,
    .main-site-menu .main-site-menu__inner__element {
      padding: 0 calc((100% - 400px)/2); }
      .catalog-mobile-menu .main-site-menu__inner__element.user-data,
      .main-site-menu .main-site-menu__inner__element.user-data {
        padding-top: 50px;
        padding-bottom: 50px; }
    .catalog-mobile-menu .menu-close-btn,
    .main-site-menu .menu-close-btn {
      position: fixed;
      display: block;
      width: 40px;
      height: 40px;
      top: 20px;
      left: 440px;
      transform: scale(0) rotate(0);
      opacity: 0.2;
      transition: all 0.1s ease-in-out; }
      .catalog-mobile-menu .menu-close-btn::before, .catalog-mobile-menu .menu-close-btn::after,
      .main-site-menu .menu-close-btn::before,
      .main-site-menu .menu-close-btn::after {
        content: '';
        position: absolute;
        width: 36px;
        height: 4px;
        border-radius: 2px;
        top: 50%;
        left: 50%;
        background-color: #DD137B; }
      .catalog-mobile-menu .menu-close-btn::before,
      .main-site-menu .menu-close-btn::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .catalog-mobile-menu .menu-close-btn::after,
      .main-site-menu .menu-close-btn::after {
        transform: translate(-50%, -50%) rotate(-45deg); }
    .catalog-mobile-menu .user-data,
    .main-site-menu .user-data {
      background-color: rgba(0, 0, 0, 0.02);
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .catalog-mobile-menu .user-data .user_logo_wrap,
      .main-site-menu .user-data .user_logo_wrap {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        background-position: center;
        background-size: cover; }
        .catalog-mobile-menu .user-data .user_logo_wrap img,
        .main-site-menu .user-data .user_logo_wrap img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .catalog-mobile-menu .user-data .user_info_wrap,
      .main-site-menu .user-data .user_info_wrap {
        padding-left: 25px; }
        .catalog-mobile-menu .user-data .user_info_wrap .authorize-buttons,
        .main-site-menu .user-data .user_info_wrap .authorize-buttons {
          margin-top: 15px; }
        .catalog-mobile-menu .user-data .user_info_wrap .authorize-button,
        .main-site-menu .user-data .user_info_wrap .authorize-button {
          cursor: pointer;
          display: inline-block;
          padding: 6px 15px;
          color: #828282;
          background-color: #F1F1F1;
          border-radius: 5px;
          margin-right: 5px;
          text-decoration: none; }
    .catalog-mobile-menu.show,
    .main-site-menu.show {
      left: 0; }
      .catalog-mobile-menu.show .menu-close-btn,
      .main-site-menu.show .menu-close-btn {
        transition: all 0.5s ease-in-out 0.5s;
        transform: scale(1) rotate(1turn);
        opacity: 1; }

  .admin_bar .menu-close-btn {
    top: 60px; }
  .admin_bar .catalog-mobile-menu__inner {
    padding-top: 60px; }

  .main-site-menu__inner-container {
    border-bottom: 1px solid #E8E8E8;
    font-weight: 700; }
    .main-site-menu__inner-container:not(.has_child):not(.mobile-catalog) .arrow {
      display: none; }
    .main-site-menu__inner-container.mobile-catalog, .main-site-menu__inner-container.has_child {
      position: relative; }
      .main-site-menu__inner-container.mobile-catalog .arrow, .main-site-menu__inner-container.has_child .arrow {
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        transition: transform 0.2s ease-in-out; }
      .main-site-menu__inner-container.mobile-catalog.open > * > .arrow, .main-site-menu__inner-container.has_child.open > * > .arrow {
        transform: translateY(-50%) rotate(-0.5turn); }
    .main-site-menu__inner-container.mobile-catalog .arrow {
      transform: translateY(-50%) rotate(-0.25turn); }
    .main-site-menu__inner-container.current > .main-site-menu__inner-item {
      color: #DD137B;
      font-weight: bold; }

  .main-site-menu__inner-item {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 15px 0; }

  .social_buttons_block {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: auto; } }
@media (max-width: 767px) {
  .catalog-mobile-menu .menu-close-btn,
  .main-site-menu .menu-close-btn {
    width: 20px;
    height: 20px; }
    .catalog-mobile-menu .menu-close-btn::before, .catalog-mobile-menu .menu-close-btn::after,
    .main-site-menu .menu-close-btn::before,
    .main-site-menu .menu-close-btn::after {
      width: 18px;
      height: 2px;
      border-radius: 1px; } }
@media (max-width: 565px) {
  .catalog-mobile-menu__inner,
  .main-site-menu__inner {
    width: calc(100% - 20px) !important; }

  .catalog-mobile-menu .main-site-menu__inner__element,
  .main-site-menu .main-site-menu__inner__element {
    padding: 0 15px; }

  .menu-close-btn {
    left: unset !important;
    right: 35px; } }
#basket-preview-content .put-in-the-basket {
  background: #fc0; }
  #basket-preview-content .put-in-the-basket:hover {
    background: #ffa800; }

.order-checkout .put-in-the-basket {
  background: #fc0; }

.product_block .dop_block .put-in-the-basket:not(.one-click):not(.btn-credit) {
  background: #fc0; }
  .product_block .dop_block .put-in-the-basket:not(.one-click):not(.btn-credit):hover {
    background: #ffa800 !important; }

@media (max-width: 1199px) {
  body.catalog .catalog-page-content {
    display: flex; }
    body.catalog .catalog-page-content .sidebar {
      width: 0; }
    body.catalog .catalog-page-content .content-container {
      width: 100%; }
  body.catalog .filter-catalog-block {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray; }
    body.catalog .filter-catalog-block .show-filter {
      float: right;
      background-color: transparent;
      padding: 8px 0;
      cursor: pointer; }
  body.catalog .form-sorting {
    border: none;
    padding-left: 0 !important; }
    body.catalog .form-sorting .form-sorting__title {
      display: none; }
    body.catalog .form-sorting .select-box-block .selectbox .select {
      width: auto !important; }
      body.catalog .form-sorting .select-box-block .selectbox .select .text {
        font-size: 14px; }
      body.catalog .form-sorting .select-box-block .selectbox .select .trigger {
        width: auto;
        height: auto;
        top: 2px; }
        body.catalog .form-sorting .select-box-block .selectbox .select .trigger::before {
          content: '';
          display: block;
          width: 7px;
          height: 15px;
          background-image: url(../img/up-down-arrows.svg);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat; }
    body.catalog .form-sorting .dropdown {
      position: absolute;
      z-index: 9999;
      overflow: hidden auto;
      list-style: none;
      display: block;
      height: auto;
      bottom: auto;
      top: 18px;
      width: 240px !important;
      border: none !important;
      box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
      padding: 15px 20px 15px 10px !important;
      border-radius: 5px !important; }
      body.catalog .form-sorting .dropdown ul {
        background-color: white; }
        body.catalog .form-sorting .dropdown ul li {
          border: 0 !important;
          border-radius: 3px !important;
          width: 100% !important;
          padding: 10px 50px 10px 10px !important;
          margin: 1px 0 !important;
          white-space: nowrap; }
          body.catalog .form-sorting .dropdown ul li:hover, body.catalog .form-sorting .dropdown ul li.sel {
            background-color: #F2F4F5 !important;
            background-image: url(../img/check_sign.svg) !important;
            background-position: calc(100% - 20px) center !important;
            background-repeat: no-repeat !important; } }

.product-container__inner.view_as_blocks {
  display: flex;
  flex-wrap: wrap; }
  .product-container__inner.view_as_blocks .catalog-item-block {
    width: calc((100% - 60px)/3);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 40px; }
    .product-container__inner.view_as_blocks .catalog-item-block .catalog-item-block-preview {
      width: calc(40% - 10px); }
    .product-container__inner.view_as_blocks .catalog-item-block .catalog-item-block-other-info {
      width: calc(60% - 10px); }
    .product-container__inner.view_as_blocks .catalog-item-block .price-box {
      height: unset !important;
      margin-bottom: 15px;
      text-align: left;
      line-height: 1.2; }
    .product-container__inner.view_as_blocks .catalog-item-block .title-box {
      text-align: left; }
      .product-container__inner.view_as_blocks .catalog-item-block .title-box a {
        color: #333333; }
    .product-container__inner.view_as_blocks .catalog-item-block .article-reviews-box {
      padding: 10px 0;
      border-bottom: none; }
      .product-container__inner.view_as_blocks .catalog-item-block .article-reviews-box .article-name {
        top: 0;
        font-size: 14px; }
    .product-container__inner.view_as_blocks .catalog-item-block .buy-button-container {
      text-align: left; }
    .product-container__inner.view_as_blocks .catalog-item-block .not-present,
    .product-container__inner.view_as_blocks .catalog-item-block .put-in-the-basket {
      height: 36px;
      line-height: 34px;
      width: calc(100% - 36px - 15px);
      margin-top: 0;
      display: inline-block; }
      .product-container__inner.view_as_blocks .catalog-item-block .not-present::before,
      .product-container__inner.view_as_blocks .catalog-item-block .put-in-the-basket::before {
        display: none; }
    .product-container__inner.view_as_blocks .catalog-item-block .compare {
      border-radius: 5px;
      position: relative;
      padding: 0;
      border-color: lightgrey;
      transition: border-color 0.1s linear; }
      .product-container__inner.view_as_blocks .catalog-item-block .compare::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../img/comparing_products.png);
        background-size: 50% 50%;
        background-position: center;
        background-repeat: no-repeat;
        filter: brightness(0);
        opacity: 0.3;
        transition: all 0.1s linear; }
      .product-container__inner.view_as_blocks .catalog-item-block .compare.added {
        border-color: #DD137B; }
        .product-container__inner.view_as_blocks .catalog-item-block .compare.added::before {
          filter: brightness(1);
          opacity: 1; }

@media (min-width: 1200px) {
  .product-container__inner.view_as_blocks .catalog-item-block {
    width: calc((100% - 90px)/4);
    flex-direction: column;
    margin-right: 20px; }
    .product-container__inner.view_as_blocks .catalog-item-block:nth-last-of-type(1), .product-container__inner.view_as_blocks .catalog-item-block:nth-last-of-type(2), .product-container__inner.view_as_blocks .catalog-item-block:nth-last-of-type(3), .product-container__inner.view_as_blocks .catalog-item-block:nth-last-of-type(4) {
      border-bottom: 0; }
    .product-container__inner.view_as_blocks .catalog-item-block .catalog-item-block-preview {
      width: 100%;
      margin-bottom: 15px; }
    .product-container__inner.view_as_blocks .catalog-item-block .catalog-item-block-other-info {
      width: 100%; } }
@media (max-width: 1199px) {
  .sales-hits .product-container__inner.view_as_blocks .catalog-item-block {
    width: 100%; }

  .product-container__inner.view_as_blocks .catalog-item-block {
    width: calc((100% - 30px)/2); }
    .product-container__inner.view_as_blocks .catalog-item-block:nth-last-of-type(1), .product-container__inner.view_as_blocks .catalog-item-block:nth-last-of-type(2) {
      border-bottom: 0; } }
@media (max-width: 767px) {
  .product-container__inner.view_as_blocks .catalog-item-block {
    width: 100%;
    display: flex !important;
    padding-bottom: 40px !important;
    border: none !important;
    border-bottom: 1px solid #E8E8E8 !important; }
    .product-container__inner.view_as_blocks .catalog-item-block:nth-last-of-type(1) {
      border-bottom: 0; }
    .product-container__inner.view_as_blocks .catalog-item-block .price-box {
      position: static;
      top: 0 !important;
      margin-top: 0 !important;
      margin-bottom: 15px !important; } }
body.catalog header.inner-page {
  transition: transform 0.2s ease-in-out; }
body.catalog.filter_is_open header.inner-page {
  transform: translateY(-200%); }
body.catalog .filter-block .reset-parameters-btn {
  max-width: 100%;
  padding: 0;
  width: 100%;
  line-height: 38px !important;
  cursor: pointer; }
  body.catalog .filter-block .reset-parameters-btn:hover {
    background-color: #cfcfcf; }
body.catalog .filter-block .formCost {
  padding-left: 0;
  padding-top: 5px;
  width: 100%; }
  @media (max-width: 1199px) {
    body.catalog .filter-block .formCost {
      margin-bottom: 0; } }
  body.catalog .filter-block .formCost label,
  body.catalog .filter-block .formCost input {
    margin: 0 7px 0 0; }
@media (max-width: 1199px) {
  body.catalog .filter-block .sliderCont {
    display: none !important; } }
body.catalog .filter-block .toggle-accordion {
  color: #4F4F4F;
  padding: 0; }
  body.catalog .filter-block .toggle-accordion::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 18px;
    height: 8px;
    background-image: url(../img/menu_arrow.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 0.2s linear;
    z-index: -1; }
  body.catalog .filter-block .toggle-accordion.active::after {
    transform: translateY(-50%) rotate(180deg); }
@media (min-width: 1200px) {
  body.catalog .big-filter-form__block {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 1199px) {
  body.catalog .catalog-page-content .sidebar {
    z-index: 6; }
  body.catalog .big-filter-form__block {
    padding-left: 0;
    padding-right: 0; }
    body.catalog .big-filter-form__block.one_value .toggle-accordion {
      display: none; } }
@media (max-width: 1199px) {
  body.catalog.admin_bar .filter-block {
    padding-top: 100px; } }
@media (min-width: 1200px) {
  body.catalog .filter-block .big-filter-form__submit {
    width: calc(100% - 50px);
    margin-left: 25px; } }
@media (max-width: 1199px) {
  body.catalog .filter-block {
    background-color: white;
    z-index: 100;
    padding: 25px 45px 105px;
    display: none !important; }
    body.catalog .filter-block .big-filter-form .toggle-accordion {
      margin-bottom: 15px; }
    body.catalog .filter-block .big-filter-form .fine-checkbox__container {
      column-count: 2;
      column-gap: 45px; }
      body.catalog .filter-block .big-filter-form .fine-checkbox__container li {
        margin: 0 0 10px !important;
        -webkit-column-break-inside: avoid;
        /* Chrome, Safari */
        page-break-inside: avoid;
        /* Theoretically FF 20+ */
        break-inside: avoid-column;
        /* IE 11 */
        display: table; }
    body.catalog .filter-block .filter_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px;
      border-bottom: 1px solid linen; }
      body.catalog .filter-block .filter_header .title {
        font-weight: bold; }
    body.catalog .filter-block .big-filter-form__submit {
      position: fixed;
      margin-bottom: 25px;
      bottom: 0;
      width: 45vw;
      display: block;
      left: 25px;
      background-color: #DD137B;
      line-height: 38px; }
    body.catalog .filter-block .reset_btn_wrap {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: white;
      box-shadow: 0 0 15px -5px grey;
      padding: 25px;
      text-align: right; }
      body.catalog .filter-block .reset_btn_wrap .reset-parameters-btn {
        width: 45%; }
    body.catalog .filter-block .bx-filter-container-modef {
      display: none !important; }
    body.catalog .filter-block.open {
      display: block !important;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin-bottom: 0;
      overflow: auto; } }
@media (max-width: 480px) {
  body.catalog .filter-block {
    padding: 25px 15px 105px; }
    body.catalog .filter-block .big-filter-form .fine-checkbox__container {
      column-count: unset;
      column-gap: unset; }
    body.catalog .filter-block .reset_btn_wrap {
      padding: 15px;
      font-size: 12px; }
    body.catalog .filter-block .big-filter-form__submit {
      margin-bottom: 17px;
      left: 15px;
      font-size: 12px; } }

@media (min-width: 768px) {
  .site-footer {
    background-color: #f2f4f5; } }
@media (max-width: 767px) {
  .site-footer {
    position: relative;
    padding-top: 160px; } }

.footer_title_mob {
  font-size: 11px;
  color: #828282;
  margin-bottom: 12px; }
  @media (min-width: 1200px) {
    .footer_title_mob {
      display: none; } }

.footer_title_pc {
  margin-bottom: 12px; }
  @media (max-width: 1199px) {
    .footer_title_pc {
      display: none; } }

.footer-inners {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .footer-inners {
      position: static !important; } }
  .footer-inners .footer-item {
    margin: 25px 0; }
    @media (max-width: 1199px) {
      .footer-inners .footer-item {
        width: calc((100% - 100px)/2); } }
    @media (max-width: 767px) {
      .footer-inners .footer-item {
        width: 100%;
        margin: 15px 0; } }
  .footer-inners .subscribe-block {
    margin: 0 0 25px; }
  .footer-inners .hot_line {
    font-size: 24px; }
    .footer-inners .hot_line a {
      color: #333; }
  .footer-inners .work_hours {
    font-size: 12px;
    color: #4F4F4F;
    margin-top: 10px; }
  .footer-inners .market-notice-block {
    margin-top: 30px; }
  .footer-inners .footer-menu__item a {
    color: inherit;
    text-decoration: none; }
  .footer-inners .footer-bottom__box {
    margin-bottom: 25px; }
  @media (max-width: 1199px) {
    .footer-inners .footer-subscribe-wrap {
      order: 1; }
    .footer-inners .footer-menu-wrap {
      order: 3; }
    .footer-inners .footer-requisites-wrap {
      order: 4; }
    .footer-inners .footer-socials-wrap {
      order: 2; }
    .footer-inners .copyright {
      order: 5; } }
  @media (max-width: 767px) {
    .footer-inners .copyright {
      order: 1; }
    .footer-inners .footer-menu-wrap {
      order: 2; }
    .footer-inners .footer-subscribe-wrap {
      order: 3; }
    .footer-inners .footer-socials-wrap {
      order: 4; }
    .footer-inners .footer-requisites-wrap {
      order: 5; } }
  @media (max-width: 767px) {
    .footer-inners .copyright_note {
      position: relative;
      padding: 10px 15px 10px 35px;
      background-color: #F2F4F5;
      border-radius: 5px;
      margin-top: 20px; }
      .footer-inners .copyright_note::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        width: 6px;
        height: 24px;
        background-image: url(../img/exclamation_sign.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; } }

.subscribe-block {
  margin: 25px 0; }
  .subscribe-block .footer-subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; }
    .subscribe-block .footer-subscribe .form-input-text {
      height: 40px;
      border-radius: 5px;
      background-color: white;
      padding: 0 15px; }
      @media (min-width: 1200px) {
        .subscribe-block .footer-subscribe .form-input-text {
          width: 250px;
          margin-right: 10px; } }
      @media (max-width: 1199px) {
        .subscribe-block .footer-subscribe .form-input-text {
          width: calc(100% - 53px - 10px); } }
    .subscribe-block .footer-subscribe .form-input-submit {
      height: 40px;
      border: none; }
    .subscribe-block .footer-subscribe .error-text {
      position: absolute; }
  @media (max-width: 767px) {
    .subscribe-block {
      background-color: #f2f4f5;
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 105px;
      padding: 20px calc((100% - 480px)/2); } }
  @media (max-width: 479px) {
    .subscribe-block {
      padding: 20px calc((100% - 300px)/2); } }

.footer-logo {
  display: none;
  max-width: 200px; }
  @media (max-width: 767px) {
    .footer-logo {
      display: block; } }

@media (min-width: 1025px) {
  .product_block__title {
    margin-bottom: 30px; } }

.articul_desk {
  text-align: center;
  margin-top: 10px; }
  @media (max-width: 1024px) {
    .articul_desk {
      display: none; } }

#bigPreview {
  width: calc(100% - 100px); }

.big-product-carousel-item img {
  max-height: 420px;
  margin: auto;
  max-width: 100%; }

@media (min-width: 1025px) {
  .dop_blocking .buy-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .dop_blocking .buy-button-container .put-in-the-basket:not(.one-click) {
      width: calc(100% - 36px - 10px);
      background: #fc0;
      border: 1px solid #ffe477;
      border-radius: 3px;
      line-height: 34px; }
    .dop_blocking .buy-button-container .add2compare {
      min-width: 36px;
      line-height: unset; }
    .dop_blocking .buy-button-container .btn-group-product.has-btn {
      width: 100%; } }
@media (max-width: 1024px) {
  #wrapper2 {
    float: none;
    width: 100%; }

  #fo-card {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0; }
    #fo-card .dop_blocking {
      padding-left: 0;
      margin: auto; } }
@media (max-width: 1024px) {
  #fo-card .dop_block {
    border: 1px solid black;
    display: none; }

  .product_block {
    display: flex;
    flex-direction: column; }
    .product_block .product_block__title {
      order: 2;
      margin-top: 30px; }
    .product_block .product_block__images_block {
      order: 1; }
    .product_block .product_block__information {
      order: 3; }
    .product_block .product_block__under_product {
      order: 4; }
    .product_block .product_block__similar_products {
      order: 5; }
    .product_block .product_block__share {
      order: 6; }

  #bigPreview {
    width: 100%; }

  #smallCarousel {
    display: none; }

  .big-product-carousel .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px; }
    .big-product-carousel .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      font-size: 0;
      background-color: #C4C4C4;
      transition: background-color 0.2s linear; }
      .big-product-carousel .slick-dots li.slick-active {
        background-color: #DD137B; } }
@media (max-width: 767px) {
  .big-product-carousel-item img {
    max-height: 260px; }

  .big-product-carousel .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 3px; } }
.articul_mobile {
  color: #BBBBBB;
  font-size: 11px;
  line-height: 13px; }
  @media (min-width: 1025px) {
    .articul_mobile {
      display: none; } }

.product_describe_block {
  margin: 25px 0; }
  .product_describe_block .product_describe {
    position: relative;
    height: 90px;
    overflow: hidden;
    transition: height 0.3s ease-out; }
    .product_describe_block .product_describe .product_describe_inner {
      padding-bottom: 20px;
      line-height: 1.6; }
    .product_describe_block .product_describe::after {
      content: '';
      width: 100%;
      height: 25px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(to top, white, transparent); }
  .product_describe_block .read_more,
  .product_describe_block .read_less {
    margin-top: 20px;
    color: #888888;
    font-size: 11px; }
    .product_describe_block .read_more span, .product_describe_block .read_more svg,
    .product_describe_block .read_less span,
    .product_describe_block .read_less svg {
      vertical-align: middle;
      margin-right: 4px; }
  .product_describe_block .read_less {
    display: none; }
  .product_describe_block.open .read_more {
    display: none; }
  .product_describe_block.open .read_less {
    display: block;
    margin-top: 0; }

@media (min-width: 1025px) {
  .fo-card-mobile {
    display: none; } }
@media (max-width: 1024px) {
  .fo-card-mobile .price_and_compare {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fo-card-mobile .price_and_compare .cur_price {
      font-size: 31px;
      color: #DD137B;
      font-weight: bold;
      margin-right: 15px; }
    .fo-card-mobile .price_and_compare .old_price {
      color: #828282;
      font-size: 19px;
      font-weight: bold;
      position: relative;
      padding: 0 5px; }
      .fo-card-mobile .price_and_compare .old_price::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #DD137B;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        left: 0; }
    .fo-card-mobile .price_and_compare .compare {
      width: 25px;
      height: 25px;
      background-color: transparent; }
      .fo-card-mobile .price_and_compare .compare::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../img/comparing_products.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        filter: brightness(0);
        opacity: 0.3;
        transition: all 0.1s linear; }
      .fo-card-mobile .price_and_compare .compare.added::before {
        filter: brightness(1);
        opacity: 1; } }
.fo-card-mobile .present_status_item_card {
  font-weight: 500;
  font-size: 11px;
  padding: 0;
  text-align: left; }
  .fo-card-mobile .present_status_item_card i {
    display: none; }
  .fo-card-mobile .present_status_item_card.available {
    color: #54B27B; }
.fo-card-mobile .buttons_container {
  margin: 15px 0 30px; }
  .fo-card-mobile .buttons_container .buy-button-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .fo-card-mobile .buttons_container .buy-button-container .nice_btn {
      width: calc(50% - 8px);
      margin-bottom: 15px;
      text-transform: unset !important;
      text-decoration: none !important;
      border-radius: 5px; }
      .fo-card-mobile .buttons_container .buy-button-container .nice_btn.wide {
        width: 100%; }
      .fo-card-mobile .buttons_container .buy-button-container .nice_btn.put-in-the-basket::before {
        display: none !important; }

.delivery_payment_mobile_wrap {
  background-color: #FAFAFA;
  padding: 25px 0;
  margin: 25px 0; }
  @media (max-width: 767px) {
    .delivery_payment_mobile_wrap {
      padding: 25px 15px; } }
  .delivery_payment_mobile_wrap .element-delivery-info .open-drop,
  .delivery_payment_mobile_wrap .element-select-city .open-drop {
    text-decoration: none !important; }
    .delivery_payment_mobile_wrap .element-delivery-info .open-drop span,
    .delivery_payment_mobile_wrap .element-select-city .open-drop span {
      text-decoration: none !important;
      font-weight: bold;
      vertical-align: middle; }
    .delivery_payment_mobile_wrap .element-delivery-info .open-drop svg,
    .delivery_payment_mobile_wrap .element-select-city .open-drop svg {
      vertical-align: middle; }
  .delivery_payment_mobile_wrap .deliv_icon {
    float: left;
    margin: 0 10px 10px 0; }
  @media (max-width: 1024px) {
    .delivery_payment_mobile_wrap {
      width: 100vw;
      margin-left: calc((100vw - 738px)/-2);
      padding: 25px calc((100vw - 738px)/2);
      margin-right: calc((100vw - 738px)/-2); } }
  @media (max-width: 767px) {
    .delivery_payment_mobile_wrap {
      margin-left: calc((100vw - 460px)/-2);
      padding: 25px calc((100vw - 460px)/2); } }
  @media (max-width: 482px) {
    .delivery_payment_mobile_wrap .element-select-city {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 479px) {
    .delivery_payment_mobile_wrap {
      margin-left: calc((100vw - 300px)/-2);
      padding: 25px calc((100vw - 300px)/2); } }

@media (min-width: 1025px) {
  .polotab .tabs {
    display: block; } }
@media (max-width: 1024px) {
  .polotab .tabs {
    display: none; } }
.polotab .tab_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  color: #4F4F4F;
  font-weight: bold;
  border-bottom: 1px solid #E8E8E8;
  transition: border 0.2s linear; }
  @media (min-width: 1025px) {
    .polotab .tab_mobile {
      display: none; } }
  @media (max-width: 1024px) {
    .polotab .tab_mobile {
      display: flex; } }
  .polotab .tab_mobile svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease-in-out; }
  .polotab .tab_mobile.open {
    border-bottom: 1px solid transparent; }
    .polotab .tab_mobile.open svg {
      transform: rotate(0); }
  @media (max-width: 1024px) {
    .polotab .tab_mobile + .box {
      padding: 20px 0 !important;
      width: 100% !important;
      border: none !important;
      border-bottom: 1px solid #E8E8E8 !important; }
      .polotab .tab_mobile + .box .service-item {
        border-bottom-color: rgba(232, 232, 232, 0.51); } }

@media (max-width: 1024px) {
  .product_block__under_product .textpage {
    display: none; } }

.related-products-list .goit {
  margin: 25px 0; }

@media (max-width: 1199px) {
  .goituska {
    margin: 30px 0; } }

.hrenopl {
  display: flex;
  flex-wrap: wrap;
  overflow: unset !important;
  max-height: unset !important; }
  @media (max-width: 480px) {
    .hrenopl {
      justify-content: space-between !important; } }
  .hrenopl .product-item {
    display: inline-flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 10px 10px 0 !important;
    width: calc((100% - 30px)/3); }
    .hrenopl .product-item .title-box {
      width: 100%;
      margin: 15px 0; }
      .hrenopl .product-item .title-box a {
        color: #333333; }
    .hrenopl .product-item .related-products-preview {
      width: 30%; }
    .hrenopl .product-item .price-box {
      width: 30%; }
    .hrenopl .product-item .but_wrap {
      width: 40%;
      display: flex;
      justify-content: space-between; }
      .hrenopl .product-item .but_wrap .but:not(.compare) {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        font-size: 13px; }
        .hrenopl .product-item .but_wrap .but:not(.compare)::before {
          display: none; }
        .hrenopl .product-item .but_wrap .but:not(.compare):not(.gray_btn):hover {
          background: #ffa800;
          border-color: #ffca49; }
        .hrenopl .product-item .but_wrap .but:not(.compare).gray_btn {
          padding: 0; }
      .hrenopl .product-item .but_wrap .but.compare {
        width: 44px;
        min-width: 44px;
        padding: 0;
        margin-left: 5px;
        border-color: lightgrey; }
        @media (max-width: 479px) {
          .hrenopl .product-item .but_wrap .but.compare {
            width: 25px;
            min-width: 25px; } }
        .hrenopl .product-item .but_wrap .but.compare::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-image: url(../img/comparing_products.png);
          background-size: 50% 50%;
          background-position: center;
          background-repeat: no-repeat;
          filter: brightness(0);
          opacity: 0.3;
          transition: all 0.1s linear; }
        .hrenopl .product-item .but_wrap .but.compare.added {
          border-color: #DD137B; }
          .hrenopl .product-item .but_wrap .but.compare.added::after {
            filter: brightness(1);
            opacity: 1; }
    @media (max-width: 1199px) {
      .hrenopl .product-item {
        padding: 15px !important; }
        .hrenopl .product-item .title-box {
          order: 3;
          text-align: left; }
        .hrenopl .product-item .related-products-preview {
          order: 1;
          width: 100%; }
          .hrenopl .product-item .related-products-preview img {
            display: block;
            margin: auto;
            max-width: 100% !important;
            max-height: 120px !important;
            width: auto !important;
            height: auto !important; }
        .hrenopl .product-item .price-box {
          order: 2;
          width: 100%;
          height: auto !important; }
        .hrenopl .product-item .but_wrap {
          order: 4;
          width: 100%;
          margin-top: auto; } }
    @media (max-width: 767px) {
      .hrenopl .product-item {
        width: calc((100% - 10px)/2) !important;
        justify-content: space-between;
        margin-right: 0 !important;
        margin-bottom: 10px !important; }
        .hrenopl .product-item .price-box {
          top: 0; } }
    @media (max-width: 479px) {
      .hrenopl .product-item {
        justify-content: space-between !important; }
        .hrenopl .product-item .title-box {
          font-size: 12px;
          line-height: 14px;
          margin: 5px 0; }
          .hrenopl .product-item .title-box .product-title-link {
            font-size: 13px !important; }
        .hrenopl .product-item .related-products-preview img {
          max-height: 80px !important; }
        .hrenopl .product-item .but_wrap .but {
          height: 25px;
          font-size: 10px;
          line-height: 23px; } }

.catalog-page-content .hrenopl .product-item {
  flex-direction: column;
  padding-bottom: 15px; }
  .catalog-page-content .hrenopl .product-item .related-products-preview {
    width: 100%; }
  .catalog-page-content .hrenopl .product-item .price-box {
    width: 100%;
    text-align: center;
    height: auto !important; }
  .catalog-page-content .hrenopl .product-item .but_wrap {
    width: 100%; }
  .catalog-page-content .hrenopl .product-item .product-image-box img {
    width: auto; }

.product_block .hrenopl .related-products-preview .product-image-box img:not(.flag) {
  width: auto;
  max-width: 100% !important;
  height: 80px !important; }
.product_block .hrenopl .product-item .title-box {
  margin-bottom: 25px; }

.polotab {
  margin-bottom: 40px; }

.product_block__under_product {
  margin-top: 50px; }

.hrenopl-container:not(.show-all) .product-item {
  display: none !important; }
  @media (min-width: 1200px) {
    .hrenopl-container:not(.show-all) .product-item:nth-child(-n+9) {
      display: inline-flex !important; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .hrenopl-container:not(.show-all) .product-item:nth-child(-n+6) {
      display: inline-flex !important; } }
  @media (max-width: 767px) {
    .hrenopl-container:not(.show-all) .product-item:nth-child(-n+4) {
      display: inline-flex !important; } }
.hrenopl-container:not(.show-all) .show_more_related_products .not-showed-all {
  display: inline-block; }
.hrenopl-container:not(.show-all) .show_more_related_products .showed-all {
  display: none; }
.hrenopl-container.show-all .show_more_related_products .not-showed-all {
  display: none; }
.hrenopl-container.show-all .show_more_related_products .showed-all {
  display: inline-block; }
.hrenopl-container .show_more_related_products {
  color: black;
  border-color: #ababab;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .hrenopl-container .show_more_related_products {
      width: 100%; } }
  @media (min-width: 1200px) {
    .hrenopl-container .show_more_related_products.hide_on_desktop_for_related_products {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .hrenopl-container .show_more_related_products.hide_on_tablet_for_related_products {
      display: none; } }
  @media (max-width: 767px) {
    .hrenopl-container .show_more_related_products.hide_on_mobile_for_related_products {
      display: none; } }

.single_comment {
  background-color: rgba(196, 196, 196, 0.11);
  border-radius: 5px;
  padding: 10px 20px; }
  .single_comment:not(:last-of-type) {
    margin-bottom: 15px; }

.single_comment_header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .single_comment_header .avatar_container {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden; }
    .single_comment_header .avatar_container img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  .single_comment_header .user_info {
    width: calc(100% - 44px);
    padding-left: 20px; }

.single_comment_body {
  margin-top: 20px; }
  .single_comment_body b {
    display: block;
    margin-top: 15px; }

.form-comment .nice_btn {
  background-color: #DD137B;
  height: 44px;
  padding: 0 25px;
  line-height: 44px;
  border-radius: 5px;
  border: none; }
.form-comment .comment-rating-title {
  margin: 10px 0; }
.form-comment .rating_dot {
  user-select: none;
  display: inline-block;
  width: 15px;
  text-align: center;
  cursor: pointer; }
  .form-comment .rating_dot .rating_dot_input {
    display: none; }
  .form-comment .rating_dot .rating_dot_nice {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #E3E3E3;
    border-radius: 3px; }
  .form-comment .rating_dot .rating_dot_input:checked + .rating_dot_nice {
    border: 1px solid #DD137B;
    background-color: #DD137B; }

@media (max-width: 767px) {
  .skolit-list {
    margin: 0;
    list-style: none; }
    .skolit-list li {
      margin-left: 0;
      list-style-type: none; }
    .skolit-list .row {
      display: flex !important;
      justify-content: space-between; }
      .skolit-list .row::after {
        position: absolute;
        width: 100%;
        overflow: hidden;
        font-weight: 400;
        bottom: -1px;
        left: 0;
        content: "..............................................................................................................................................";
        letter-spacing: 1px;
        z-index: 0; }
      .skolit-list .row .coikt {
        display: inline;
        align-items: flex-end;
        padding-right: 5px; }
        .skolit-list .row .coikt::after {
          display: none;
          z-index: 0; }
      .skolit-list .row .coiktus {
        text-align: right;
        line-height: 1.6; }
        .skolit-list .row .coiktus .prop {
          background-color: white;
          display: inline-block;
          z-index: 1;
          position: absolute;
          right: 0;
          bottom: 3px; } }
@media (max-width: 479px) {
  #krep {
    width: 300px; }

  #fo-card .buy-button-container .put-in-the-basket {
    width: 100%; } }
#caro2 .category__item .product-item {
  height: unset;
  width: auto; }
#caro2 .category__item .product-image-box img {
  height: 100px; }
#caro2 .category__item .price-box {
  height: 36px;
  float: unset; }
#caro2 .category__item .put-in-the-basket,
#caro2 .category__item .not-present {
  height: 36px;
  line-height: 34px;
  width: calc(100% - 36px - 15px);
  margin-top: 0;
  display: inline-block; }
#caro2 .category__item .compare {
  float: right;
  width: 36px;
  margin-left: 5px;
  color: #dedfe0;
  border-radius: 5px;
  position: relative;
  padding: 0;
  border-color: lightgrey;
  transition: border-color 0.1s linear; }
  #caro2 .category__item .compare::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/comparing_products.png);
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0);
    opacity: 0.3;
    transition: all 0.1s linear; }
  #caro2 .category__item .compare.added::before {
    filter: brightness(1);
    opacity: 1; }

/*# sourceMappingURL=adaptive_styles.css.map */
