.row-flex {
  display: flex;
  flex-flow: row wrap; }

.orderCard__bonus {
  padding: 20px 0; }

.orderCard__price {
  padding: 15px 0;
  justify-content: flex-start; }

.orderCard__priceCol2 {
  width: 17px; }

.orderCard__old-price {
  margin: 0; }

.orderCard__priceGiftName {
  margin-left: 10px; }

.dropDownList, .accountModLoginReg__error {
  z-index: 99; }

.header {
  z-index: 101; }

.page .seotext.t-seotext {
  padding: 20px 30px; }

.header__contactsItem .header__contactsPhone {
  margin: 0 0 5px; }
  .header__contactsItem .header__contactsPhone > a {
    font-size: 22px; }

.seotext__contactsContainer {
  display: flex; }

@media screen and (min-width: 1740px) {
  .header__advantages {
    margin-left: 0; } }

@media screen and (min-width: 1670px) {
  .header__advantagesItem {
    margin: 0 35px 0 0; } }

@media screen and (min-width: 1581px) {
  .header__advantagesDesc {
    display: block;
    font-size: 14px; } }

@media screen and (min-width: 1024px) {
  .header__contactsItem .header__contactsPhoneTitle {
    font: 400 14px 'Open Sans', sans-serif;
    color: #000; }
    .header__contactsItem .header__contactsDesc {
      font-size: 14px; } }

@media screen and (min-width: 1640px) {
  .header__advantagesTitle {
    font-size: 16px; }

  .header__advantagesDesc {
    font-size: 16px; }

  .header__advantagesIcon {
    width: 50px; }

  .header__advantagesItem {
    margin: 0 25px 0 0;
    padding: 0 0 0 70px; }

  .header__contactsItem {
    margin: 0 30px 0 0; }
    .header__contactsItem .header__contactsPhoneTitle {
      font-size: 16px; }
    .header__contactsItem .header__contactsDesc {
      font-size: 16px; } }

@media screen and (max-width: 1639px) {
  .header__advantagesItem {
    margin: 0 20px 0 0;
    padding: 0 0 0 60px; }
    .header__advantagesItem:first-child {
      margin-right: 20px; }

  .header__advantagesTitle {
    font-size: 14px; }

  .header__advantagesIcon {
    width: 40px; } }

@media screen and (max-width: 1580px) {
  .header__advantagesItem {
    width: 174px; }

  .header__advantagesDesc {
    display: none; } }

@media screen and (max-width: 1366px) {
  .header__advantagesItem.header__advantagesPointsItem {
    display: none; } }

@media screen and (min-width: 768px) {
  .catalogModule .seotext__contacts {
    display: block; } }

@media screen and (max-width: 767px) {
  .page .seotext.t-seotext {
    padding: 0 20px; }

  .seotext__contactsContainer {
    display: block;
    margin-bottom: 0; }

  .seotext__contacts {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede; }
    .seotext__contacts:after, .seotext__contacts:before {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: -1px;
      left: -20px;
      background: #dedede; }
    .seotext__contacts:after {
      left: auto;
      right: -20px; }
    .seotext__contacts:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
      .seotext__contacts:last-child:after, .seotext__contacts:last-child:before {
        content: none; }

  .seotext.t-seotext {
    padding-bottom: 0; }

  .footer {
    margin-top: 30px; } }

@media screen and (max-width: 420px) {
  .seotext__contactsItem {
    font-size: 20px;
    margin: 0 0 12px 0; } }

.header-navigation-wrapper {
  width: 26px;
  height: 30px;
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.header-navigation-wrapper.opened .header__navigationOpenerLine:first-child {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.header-navigation-wrapper.opened .header__navigationOpenerLine:nth-child(2) {
  opacity: 0; }

.header-navigation-wrapper.opened .header__navigationOpenerLine:last-child {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.more-link {
  display: none; }

.sidebar-mobile {
  background: #f4f4f4; }

.sidebar-mobile-title {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding: 14px 0;
  margin-left: 34px; }

.city-mobile-link {
  text-align: center;
  padding: 14px 0;
  border-bottom: 1px solid #dedede;
  background: none; }

.city-mobile-link-wrapper {
  position: relative;
  margin-left: 20px; }
  .city-mobile-link-wrapper span a {
    padding-bottom: 0; }
  .city-mobile-link-wrapper:before {
    content: '';
    width: 16px;
    height: 22px;
    position: absolute;
    margin: auto;
    margin-left: -25px;
    background: url(../../images/icons/location.svg) no-repeat; }

.registration-mobile-link {
  font-size: 16px;
  text-align: left;
  padding: 14px 0;
  display: block;
  text-align: center;
  text-decoration: none; }
  .registration-mobile-link span {
    display: inline-block;
    border-bottom: 2px dashed #333; }

.sidebar-navigation-color li.active span {
  filter: brightness(0) invert(1); }
  .sidebar-navigation-color li:hover span {
    filter: brightness(0) invert(1); }

.striked-price-wrapper {
  padding: 0 0 15px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  .striked-price-wrapper .striked-price-left {
    width: 100%; }
  .striked-price-wrapper .striked-price-right {
    width: 100%; }

.city-choose {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 115px;
  margin-top: 44px;
  z-index: 999; }
  .city-choose .city-choose-wrapper {
    padding: 20px;
    background: #fff;
    width: 260px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, .3); }
  .city-choose .city-choose-wrapper .city-accept, .city-choose .city-choose-wrapper .city-reject {
    color: #fff;
    padding: 8px 0;
    border-radius: 5px;
    background: #e79a2a;
    border: 1px solid #e79a2a;
    display: flex;
    justify-content: center;
    flex: 1;
    margin-right: 10px; }
  .city-choose .city-choose-wrapper .city-reject {
    background: none;
    color: #000;
    margin-right: 0; }
  .city-choose .city-choose-title {
    font-size: 14px;
    color: #989898;
    font-weight: 300;
    display: block;
    padding-bottom: 18px; }
  .city-choose .city-choose-region-title {
    display: block;
    padding-bottom: 22px; }
  .city-choose .city-choose-button {
    display: flex;
    flex-direction: row; }
  .city-choose .city-choose-close-button {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 25px;
    color: #e79a2a;
    position: absolute;
    top: 18px;
    right: 20px; }
  .city-choose .city-choose-close-button:before {
    content: '\f136'; }

.product-card-head-buttons {
  display: none; }
  .product-card-head-buttons.product-card-head-small-buttons, .product-card-head-buttons.product-card-head-product-buttons {
    display: block;
    width: auto;
    margin: 0;
    margin-top: 25px; }
  .product-card-head-buttons.product-card-head-small-buttons form, .product-card-head-buttons.product-card-head-product-buttons form {
    width: auto; }
  .product-card-head-buttons.product-card-head-small-buttons .favorites-button, .product-card-head-buttons.product-card-head-product-buttons .favorites-button {
    color: #000;
    width: auto;
    height: auto;
    display: inline-block;
    line-height: normal;
    padding: 0;
    border-radius: 0;
    border: none; }
    .product-card-head-buttons.product-card-head-small-buttons .favorites-button > svg, .product-card-head-buttons.product-card-head-product-buttons .favorites-button > svg {
      width: 18px;
      position: relative;
      margin-right: 4px;
      top: 4px; }
  .product-card-head-buttons.product-card-head-small-buttons .favorites-close-button, .product-card-head-buttons.product-card-head-product-buttons .favorites-close-button {
    width: 16px;
    height: 16px;
    position: relative;
    top: 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 0;
    max-width: none;
    line-height: normal;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent; }
    .product-card-head-buttons.product-card-head-small-buttons .favorites-close-button:before, .product-card-head-buttons.product-card-head-product-buttons .favorites-close-button:before {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: url(/images/favorites-close-button.png) no-repeat center;
      background-size: 16px 16px; }
  .product-card-head-buttons.product-card-head-small-buttons .active .favorites-button, .product-card-head-buttons.product-card-head-product-buttons .active .favorites-button {
    color: #e79a2a;
    background: none;
    border: none; }
    .product-card-head-buttons.product-card-head-small-buttons .active .favorites-button > svg *, .product-card-head-buttons.product-card-head-product-buttons .active .favorites-button > svg * {
      stroke: #e79a2a;
      fill: #e79a2a; }
    .product-card-head-buttons.product-card-head-small-buttons .active .button-wrapper, .product-card-head-buttons.product-card-head-product-buttons .active .button-wrapper {
      color: #e79a2a;
      border-bottom: 1px dashed #e79a2a; }
  .product-card-head-buttons.product-card-head-small-buttons .button-wrapper, .product-card-head-buttons.product-card-head-product-buttons .button-wrapper {
    color: #000;
    border-bottom: 1px dashed #000; }
  .product-card-head-buttons.product-card-head-small-buttons .product-card-head-buttons-link, .product-card-head-buttons.product-card-head-product-buttons .product-card-head-buttons-link {
    font-size: 14px;
    display: inline-block; }
  .product-card-head-buttons.product-card-head-small-buttons > *:first-child, .product-card-head-buttons.product-card-head-product-buttons > *:first-child {
    margin: 0; }

.footer-copyright .footer__mwlogo:first-child {
  margin: 0 0 17px 0; }
  .footer-copyright .footer__mwlogo:last-of-type {
    margin: 0 0 15px 0; }
  .footer-copyright .footer__mwlogo.footer__artklenlogo {
    display: flex;
    align-items: center; }
    .footer-copyright .footer__mwlogo.footer__artklenlogo > a {
      top: 0; }
    .footer-copyright .footer__mwlogo.footer__artklenlogo > a img {
      width: 35px; }

.footer .footer-main-menu {
  display: none;
  margin-bottom: 45px; }

.t-contacts {
  width: 100%; }

.t-contacts__item {
  margin: 0; }

.t-contacts__info > div {
  flex: 0 0 auto; }

.t-contacts__info > div:first-child {
  margin-right: 30px; }

.seotext__col1 > * {
  margin-bottom: 0; }

.js-rating-badge-container > div {
  border: none !important; }

.seotext__social {
  width: 100%; }

.seotext__contacts {
  margin-bottom: 25px; }
  .seotext__contacts:last-child {
    margin-bottom: 25px; }

.seotext__contactsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px; }

.seotext__contacts {
  width: 100%; }

.footer {
  margin-top: 0; }

@media (max-width: 1279px) {
  .seotext__contactsContainer {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 1023px) {
  .seotext__social {
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media (max-width: 767px) {
  .page .seotext.t-seotext {
    padding-bottom: 30px; }

  .seotext__contactsContainer {
    grid-template-columns: 1fr; } }

@media (min-width: 1024px) and (max-width: 1920px) {
  .header-mobile-sidebar {
    display: none; } }

@media (max-width: 1639px) {
  .city-choose {
    margin-left: 104px; } }

@media (max-width: 1610px) {
  .order-card-column {
    white-space: nowrap; }

  .order-card-column-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 1279px) {
  .sidebar__desc {
    text-align: left; }

  .city-choose {
    margin-left: 93px; } }

@media (min-width: 1024px) {
  .header-mobile-navigation {
    display: block !important; }

  .header-mobile-sidebar {
    display: none !important; }

  .t-advantages-small {
    display: none; } }

@media (max-width: 1023px) {
  .t-advantages-screen {
    display: none; }

  .page {
    padding: 0; }

  .fixed {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3); }

  .city-choose {
    right: 0;
    left: 50%;
    margin-left: -130px;
    margin-top: 72px; }

  .header {
    padding: 8px 0;
    position: fixed;
    background: #fff; }

  .header__row1 {
    margin: 0; }

  .header__searchContainer {
    margin: 0; }

  .headerContainer {
    height: 49px; }

  .header__navigation {
    top: 72px;
    z-index: 102;
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 72px);
    max-height: 724px; }

  .header-mobile-navigation {
    display: none !important; }

  .sidebar__logo--mobile a {
    display: flex; }

  .main-menu-opened {
    overflow: hidden; }

  .main-menu-closed {
    overflow: auto !important; }

  .t-new-socials {
    margin-bottom: 25px; }

  .footer-copyright {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: row; }
    .footer-copyright .footer__mwlogo:first-child {
      margin: 0;
      margin-top: 2px;
      margin-right: 10px; }
      .footer-copyright .footer__mwlogo:last-of-type {
        margin: 0; }

  .footer {
    z-index: 100; }
    .footer .footer-main-menu {
      display: block; } }

@media (min-width: 681px) and (max-width: 1280px) {
  .see-all-options, .product-mobile-info {
    display: none; }

  .productInfo__orderContainer {
    margin: 0; } }

@media (min-width: 768px) {
  .seotext-delivery {
    display: none; } }

@media (max-width: 768px) {
  .catalog-filter-mobile {
    background: none;
    border: 2px solid #e79a2a;
    border-radius: 7px;
    padding: 0; }
    .catalog-filter-mobile h3 {
      font-size: 18px;
      color: #333;
      text-align: center;
      margin: 0;
      padding: 10px; }
    .catalog-filter-mobile .catalog-filter-item {
      padding-top: 20px; }

  .catalogModule__filters .filter-button:last-child {
    margin-bottom: 20px; }

  .mobileFilterToggle > span {
    display: inline-block; }

  .header {
    padding: 6px 0; } }

@media (max-width: 767px) {
  .to-up {
    right: 20px;
    bottom: 100px; }

  .descInfo1 {
    padding-bottom: 0; }

  .t-card-review:last-child {
    padding-bottom: 0; }

  .t-card-delivery__item {
    padding: 0 25px; }

  .t-payment-and-delivery__important-wrapper {
    margin-bottom: 0; }

  .orderBuild__additionalTitle {
    font-size: 16px; }

  .orderContacts__deliveryNavigation {
    overflow: hidden;
    overflow-x: scroll;
    flex-direction: row; }

  .orderContacts__deliveryNavItemDesc {
    width: 120px; }

  .orderCard__socials {
    margin-bottom: 0; }

  .orderContacts__deliveryNavigation {
    flex-direction: row; }

  .catalogModule__filtersBlock {
    padding: 20px 20px 0 20px; }

  .catalog__sorting {
    display: none; }

  .catalog__actions {
    margin: 0; }

  .t-page__head {
    padding: 15px 20px; }

  .more-link {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border-bottom: 2px dashed #e79a2a;
    display: inline-block;
    margin: 25px 0 35px; }
    .more-link.more-main-link {
      margin-bottom: 0; }

  .filter-title-bg {
    background: red; }

  .product-mobile-info {
    display: none; }

  .desc-info-mobile-tabs {
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
    flex-direction: row; }

  .desc-info-mobile-tabs-item {
    white-space: nowrap; }

  .seo-text-wrapper {
    margin-bottom: 35px; }
    .seo-text-wrapper p:last-child {
      margin-bottom: 0; }

  .product-tab-wrapper .more-link {
    margin-top: 25px;
    margin-bottom: 15px; }

  .seo-text-open {
    max-height: 215px;
    overflow: hidden;
    margin-bottom: 0; }

  .seo-text-close {
    height: 100%;
    margin-bottom: 0; }

  .product-tab-open {
    max-height: 215px;
    overflow: hidden;
    margin-bottom: 0; }
    .product-tab-open.product-tab-open-auto {
      height: 100%;
      margin-bottom: 0; }

  .product-tab-close {
    max-height: 100%;
    height: 100%;
    margin-bottom: 0; }

  .product-tab-button-none {
    display: none; }

  .seotext-delivery {
    margin-bottom: 0; }
    .seotext-delivery .seotext-delivery-block {
      color: #000;
      display: flex;
      align-items: center; }
      .seotext-delivery .seotext-delivery-block .seotext-delivery-left-block {
        margin-right: 15px; }
        .seotext-delivery .seotext-delivery-block .seotext-delivery-left-block > img {
          height: 45px; }
      .seotext-delivery .seotext-delivery-block .seotext-delivery-right-block .seotext-delivery-title {
        font: 600 16px 'Open Sans', sans-serif; }
        .seotext-delivery .seotext-delivery-block .seotext-delivery-right-block .seotext-delivery-description {
          font: 400 16px 'Open Sans', sans-serif; }

  .catalogModule .seotext__contacts {
    display: block !important; } }

@media (max-width: 680px) {
  .product-card-head-buttons.product-card-head-product-buttons {
    display: none; }

  .productInfo__infoContainer {
    padding: 0; }

  .orderCard__buttons.order-card-fixed-button {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #dedede;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 101;
    background: #fff;
    box-shadow: 0px -5px 12px 0px rgba(0, 0, 0, 0.3);
    margin: auto; }
    .orderCard__buttons.order-card-fixed-button .order-card-fixed-wrapper {
      margin: 0 18px;
      display: flex;
      flex-direction: row; }
      .orderCard__buttons.order-card-fixed-button .order-card-fixed-wrapper .order-card-button-item {
        margin: 0;
        padding: 20px 0;
        flex: 1; }
        .orderCard__buttons.order-card-fixed-button .order-card-fixed-wrapper .order-card-button-item > button {
          width: 100%; }
        .orderCard__buttons.order-card-fixed-button .order-card-fixed-wrapper .order-card-button-item:first-child {
          margin-right: 9px; }
        .orderCard__buttons.order-card-fixed-button .order-card-fixed-wrapper .order-card-button-item:nth-child(2) {
          margin-left: 9px; }

  .order-card-pick-up-button {
    display: none; }

  .owl-carousel .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 5px; }

  .orderBuild__giftSlide {
    padding: 5px; }

  .orderBuild__giftSlideDesc {
    margin: 0 0 5px; }

  .orderBuild__giftSlideDesc {
    font-size: 10px; }

  .orderBuild__giftSlide button {
    padding: 5px 0; }

  .orderBuild__giftSlideImage {
    height: 60px; }

  .owl-carousel .owl-nav button.owl-prev {
    left: -20px; }

  .owl-carousel .owl-nav button.owl-next {
    right: -20px; } }

@media (min-width: 681px) {
  .product-card-head-buttons.product-card-head-small-buttons {
    display: none; } }

@media (max-width: 380px) {
  .orderCard__buttons.order-card-fixed-button .order-card-fixed-wrapper .order-card-button-item > button {
    font-size: 11px;
    width: 100%; }
    .orderCard__buttons.order-card-fixed-button .order-card-fixed-wrapper .order-card-button-item > button svg {
      width: 15px; }

  .footer-copyright {
    align-items: center;
    flex-direction: column; }
    .footer-copyright .footer__mwlogo:first-child {
      margin: 0;
      margin-bottom: 10px; } }
