ii, div.i { font-style: italic; }
bb { font-weight: bold; }
eem { font-style: italic; }
.bold { font-weight: bold }
.warning { color: #ff7900; font-weight: bold; }
.header__top .nav .btn-login { margin-left: 30px; }
.input { border-radius: 5px; }
/*  */
.ml0 { margin-left: 0!important; }
.mb20 { margin-bottom: 20px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb5 { margin-bottom: 5px!important; }

.mt40 { margin-top: 40px!important; }
.mt30 { margin-top: 30px!important; }
.mt20 { margin-top: 20px!important; }
.mt15 { margin-top: 15px!important; }
.mt10 { margin-top: 10px!important; }
.mt5 { margin-top: 5px!important; }
.mt0 { margin-top: 0px!important; }

.mb0 { margin-bottom: 0px!important; }
.tac { text-align: center; }

.transparent50 { opacity: .5; }
.transparent40 { opacity: .4; }
.transparent30 { opacity: .3; }
.transparent20 { opacity: .2; }
.transparent10 { opacity: .1; }

table.simple {
  margin-top: 20px;
}
table.simple th {
  padding: 10px;
  border-bottom: 2px solid #784c46;
}
table.simple td {
  color: #666;
  padding: 5px 10px;
  vertical-align: middle;
}


table.flat {
  width: auto;
  border-collapse: collapse;
  margin: 10px 0;
}
table.flat th {
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #DDD;
}
table.flat td {
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #DDD;
  vertical-align: top;
}


span.success {
  color: green;
}
span.error {
  color: red;
}

.tariff_expired
{
  font-size: 13px;
  font-weight: normal;
  color: #888;
}
.btn-slim {
  border-radius: 5px;
  border: 2px solid orange;
  background: white;
  color: orange;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: auto;
  width: auto;
}
.btn-slim:hover {
  color: green;
  border-color: green;
}
.btn-slim img {
  max-width: 24px;
  max-height: 24px;
}

.header__nav .btn-slim {
  border-color: #e94e1b;
  color: #e94e1b;
}
.header__nav .btn-slim:hover {
  border-color: #784c46!important;
  color: #784c46!important;
}

.btn-alert:not(:hover) {
  color: red;
  border-color: red;
}

.btn-slim i {
  margin-top: 2px;
  margin-right: 5px;
}

#metamask_connect {
  /*visibility: hidden;*/
  display: none;
}

.token-str {
  color: #04a2ad;
}
.icon-token {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/svg/icon-token.svg') no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-top: 3px;
}
.token {
  display: inline-flex;
  align-items: center;
  color: #04a2ad;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px;
}
.token svg {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  fill: #04a2ad;
}
.tariff
{
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: normal;
}
.tariff.free
{
  background: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #888;
}
.tariff.bronze
{
  background: #d88b56;
  border: 1px solid #cc7e48;
  color: #fff;
  box-shadow: inset 0px 0px 10px 0px #f88333;
}
.tariff.silver
{
  background: #F2F2F2;
  border: 1px solid #DDD;
  color: #888;
  box-shadow: inset 0px 0px 10px -7px rgba(50, 50, 50, 0.75);
}
.tariff.gold
{
  background: #efb30c;
  border: 1px solid #e5a300;
  color: #fff;
  box-shadow: inset 0px 0px 10px -7px #efb30c;
}
.tariff.diamond
{
  background: #50e6ff;
  border: 1px solid #31caff;
  color: #3c7f96;
  box-shadow: inset 0px 0px 10px -7px #50e6ff;
}


.flex_split_top
{
  display: flex;
  justify-content: space-between;
}
.flex_split
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.ai-normal
{
  align-items: normal;
}
.modal
{
  padding: 0!important;
}

.input
{
  background-color: #FFF;
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
h1 .arrow
{
  background: url("../img/h1_arrow.png");
  width: 18px;
  height: 17px;
  display: inline-block;
  margin: 0 5px 3px 7px;
}
#webconsult ._wc-widget
{
  z-index: 10000!important;
}
.metro
{
  height: 16px;
  width: 16px;
  border-radius: 16px;
  color: white;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.metro.line-7 { background-color: #800080 }
a.dotted
{
  text-decoration: none;
  border-bottom: 1px dotted
}
a.dotted:hover
{
  border-bottom-color: transparent;
}
.header__bottom .header__phones
{
  text-align: right;
}

.cities-selector
{
  padding: 20px 0px;
}
.cities-selector .big-cities
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 3px solid #a79593;
  margin-bottom: 20px;
}

.city.current-city a
{
  font-weight: bold;
  color: #e94e1b;
}
.cities-selector .big-cities .city
{
  margin-bottom: 10px;
  width: 25%;
}
.cities-selector .big-cities .city a
{
  font-size: 18px;
}


/*
.cities-selector .small-cities
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.cities-selector .small-cities .city
{
  margin-bottom: 10px;
  width: 16.6666%;
} */

.lang_pad {
  height: 100px;
  padding: 35px 20px 20px;
  display: flex;
}
.lang_pad img {
  border: 2px solid #FFF;
  /*margin: 5px;*/
  padding: 0 10px;
  width: 64px;
  border-radius: 5px;
  transition: .5s all;

}
.lang_pad img.disabled {
  filter: grayscale(100%);
  opacity: .2;
}
.lang_pad img.current {
  border-color: #0a6aa1;
  background: #FAFAFA;
}
.lang_pad img:not(.current):not(.disabled):hover {
  border-color: #aaaaaa;
}
.lang_pad > * + * {
  margin-left: 10px;
}
.small-cities table
{
  width: 100%;
}
.small-cities table td
{
  width: 25%;
}
.small-cities .group
{
  position: relative;
  margin: 10px 20px 10px 8px;
  border-top: 1px solid #EEE;
}
.small-cities .group:first-of-type
{
  border-color: transparent;
}
.small-cities .group .letter
{
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  color: #e94e1b;
}
.small-cities .group .cities
{
    padding-left: 33px;
    white-space: nowrap;
}
.small-cities .group .city
{
  margin-top: 5px;
  font-size: 15px;
}
.small-cities table[rows] { display: none; }

@media (min-width: 1024px)
{
.small-cities table[rows='6'] { display: block; }
}
@media (min-width: 640px) and (max-width: 1024px)
{
.small-cities table[rows='3'] { display: block; }
}
@media (min-width: 540px) and (max-width: 640px)
{
.small-cities table[rows='2'] { display: block; }
}
@media (max-width: 540px)
{
.small-cities table[rows='1'] { display: block; }
}

.cities-selector .small-cities .city a
{
  font-size: 14px;
}

.cities-selector .small-cities .city .first
{
  font-weight: bold;
  color: #e94e1b;
}


.head_menu .goodCard__right .btn
{
  width: auto!important;
}
.head_menu .goodCard__right
{
  display: flex;
  justify-content: space-between;
}

.select_location
{
  font-weight: bold;
  margin-left: 5px;
  color: #e94e1b;
  transition: color .5s;
  display: inline-block;
}
.select_location:hover
{
  color: #784c46;
}


.breadcrumbs
{
  padding: 9px 0 0 0;
}
.selectric .button
{
  padding: 0;
  height: 100%;
  width: 50px;
  border-radius: 50%;
  background-position: 50% 50%;
}

svg.icon-favorite
{
  /* fill: #; */
  fill: #CCC;
  transform: fill .5s;
}
svg.icon-favorite:not(.selected):hover
{
  fill: #e94e1b;
}
.header__bottom .header__inner
{
  align-items: center;
}
.header .btn-profile {
    margin-left: 40px;
}
.header .btn-logout {
    margin-left: 8px;
}
span.required
{
  color: #e94e1b;
  font-weight: bold;
}
.orange
{
  color: #e94e1b;
}
.small_text
{
  font-size: 10px;
  color: #AAA;
  width: 300px;
  max-width: 100%;
}
.nav .menu__link_mobile {
    color: #a79593;
    text-decoration: none
}
.nav .menu__link_mobile svg {
    transition: .3s all
}
.nav .menu__link_mobile:hover {
    color: #784c46!important
}
.nav .menu__link_mobile:hover svg {
    fill: #784c46!important
}
.basketBar
{
    border: 1px solid #ffe7be;
    border-right: 0;
}
.cbox_popup
{
  max-width: 1024px;
  padding: 25px 20px;
}
.topBanner { padding: 0px;}
.topBanner__inner
{
  padding: 0;
  margin: 10px 0;
}
.topBanner img
{
  border-radius: 10px;
}
h1.main__title
{
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: 38px;
}
.message__annotation
{
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
  color: #4e9645;
  margin-top: 20px;
  border: 2px solid #4e9645;
}

.message__success
{
  padding: 10px 10px 10px 70px;
  font-size: 20px;
  border-radius: 1000px;
  min-height: 73px;
  color: #4e9645;
  background: url(../img/icon_success_48.png) no-repeat 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  align-items: center;
  margin: 20px 0;
  margin-right: 30px;
}
.message__error
{
  padding: 10px 10px 10px 70px;
  font-size: 20px;
  border-radius: 1000px;
  min-height: 73px;
  color: #c93421;
  background: url(../img/icon_error_48.png) no-repeat 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  align-items: center;
  margin: 20px 0;
}
[input_error]
{
  border: 1px solid #c7000030;
}
.invisible { visibility: hidden; }
.softHide, [hide] { display: none }
.hardHide { display: none!important }
.btn[loaded]
{
  background: #fff3de;
}

.form__checkbox
{
  display: flex;
  align-items: flex-start;
}

.card__photo
{
  text-align: center;
}
.card__photo img
{
  max-width: 100%;
  max-height: 100%;
}

.menuChild
{
  /* height: auto; */
  z-index: 15;
}
.contacts .contacts__form
{
  margin-top: 10px;
}
a.btn-go-back
{
  padding-top: 6px;
}
.selectric
{
  padding: 5px 10px;
}

.header__phones span
{
  cursor: default!important;
}

@media only screen and (min-width: 1024px)
{
  .header .container-fluid
  {
    padding-right: 150px;
  }
  .header__logo
  {
    max-width: 250px;
  }
  .subscribe .section__title:before
  {
    right: -16px;
  }
}
@media only screen and (max-width: 1024px)
{
  .header__bottom .header__phones
  {
    margin-left: 40px;
  }
  .header__bottom .header__phones .phone
  {
    font-size: 15px;
  }
    .header__bottom .header__phones .time
    {
      font-size: 14px;
    }
}
@media only screen and (max-width: 500px)
{
  .pagination__item
  {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1300px)
{
  .menuChild.full-width
  {
    min-width: 601px;
  }
  .menuChild.full-width .menuChild__left
  {
    max-width: 100%;
  }
  .menuChild__inner
  {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1320px)
{
  .basketBar
  {
    width: calc(100px - 2%);
    max-width: 72px;
  }
  .btn-present
  {
    width: 65px;
  }
  .basketBar__price
  {
    font-size: 17px;
  }
  .basketBar__body
  {
    width: 70px;
  }
  .basketBar-list a, .basketBar-list span
  {
    width: 64px;
    height: 64px;
  }
  .basketBar-list
  {
    width: 65px;
    margin: 0px auto;
  }
}
.actualGood .flex:not(:first-of-type)
{
  margin-top: 20px;
}
.card_news-main.card .card__text
{
  max-height: 77px;
  overflow: hidden;
}

.filter__item--bool [type=checkbox]:checked+label:after, .filter__item--bool [type=checkbox]:not(:checked)+label:after,
.filter__item--bool [type=checkbox]:checked+label:before, .filter__item--bool [type=checkbox]:not(:checked)+label:before
{
  top: -5px;
  right: 1px;
  left: auto;
}

.filter__item--bool [type=checkbox]:checked+label, .filter__item--bool [type=checkbox]:not(:checked)+label
{
  position: inherit;
}

.basketBar-list__item img
{
  max-height: 68px;
  max-width: 68px;
}


.slow-hidden
{
  min-width: 0px;
  width: 0px;
  overflow: hidden;
  transition: min-width 0.3s ease-out;
}


.btn-full-width  { width: 100%; }
.btn-to-basket { width: 100%; }
.btn-fast { width: 100%; }
.btn-in-basket { background-color: #2cbb50; transition: width 1s; }
.btn-in-basket:hover { background-color: #1c8035 }
.btn-disabled { background: #f9b233!important; opacity: .2; cursor: default; }

.btn ajax { display: none; }
.btn-ajax-process:hover { cursor: default; background-color: #f9b233; }
.btn-ajax-process ajax { display: block; width: 100%; }
.btn-ajax-process span, .btn-ajax-process svg { display: none; }


.card_good { border: 1px solid #F0F0F0; }
.card_good .card__bottom { align-items: center; min-height: 44px; }
.card_good .card__title { min-height: 60px; }

span.fs-radius { position: relative; }
.basketBar-list div.count
{
  position: absolute;
  display: inline-block;
  padding: 3px;
  background: #e94e1b;
  border-radius: 100%;
  right: -5px;
  bottom: -5px;
  color: white;
  font-size: 14px;
  min-width: 24px;
  font-weight: 700;
}

a.mobile-btn-basket.empty div.count { display: none }
a.mobile-btn-basket:not(.empty) div.count
{
  position: absolute;
  display: inline-block;
  padding: 3px;
  background: #e94e1b;
  border-radius: 100%;
  right: -5px;
  bottom: -5px;
  color: white;
  font-size: 13px;
  min-width: 22px;
  font-weight: 500;
}

.btn-order.btn-in-basket-fast
{
  background-image: url(../img/orderbtn_basket.png);
}
.btn-order.btn-in-basket-fast:hover
{
  transform: scale(1);
}



.infoPadAjaxLoader
{
  display: none;
  text-align: center;
}
.infoPadAjaxLoader img
{
  max-width: 80%;
  max-height: 100%;
}

.colorbox .infoPadAjaxLoader
{
  height: 130px;
}
.colorbox .image-thumb
{
  text-align: center;
  width: 100%;
}
.colorbox .image-thumb img
{
  max-width: 100%;
}
.colorbox .goodBox__row--price .goodBox__column--left
{
  width: 100%;
}
.colorbox .goodBox__row--price
{
  text-align: center;
  font-size: 24px;
}
.colorbox .infoPad
{
  width: 100%;
}
.colorbox h4
{
  margin-top: 0px;
}

.field__row
{
  display: block;
}
.colorbox .auth .goodBox__row
{
  margin-bottom: 0px;
}
.colorbox .auth .goodBox__row + .goodBox__row
{
  margin-top: 10px;
}
.modal
{
  width: auto!important;
  max-width: 1200px!important;
  border-radius: 20px!important;
}

.pad__error
{
  padding: 10px 10px;
  background: url('../img/alert.png') left 9px center no-repeat #e94e1b;
  color: white;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  padding-left: 42px;
}
.pad__error a:not(:hover)
{
  color: white;
  text-decoration: underline;
}

.valueCounter
{
  border: 1px solid #DDD;
}
.valueCounter__field
{
  min-width: 12px;
  text-align: center;
}

.user__photo
{
  padding: 0 5px;
}
.search-result { display: block!important; height: 0px; opacity: 0; transition: opacity .25s; }
.search-result.show { height: auto; opacity: 1; transition: all .5s; }
.search-result.show, .search-result.show .search-result__list { display: block!important; }
 .search-result__button { display: none; }
 .search-result.show .search-result__button.show { display: block!important; }
.card__type { font-weight: bold; font-size: 12px; }
.card_result__brand .card__title { font-size: 22px; line-height: 24px; }
.row-remind-password { justify-content: flex-end; }
.colorbox { padding: 25px;  }


.authPad h4
{
  margin: 10px 0;
}
.authPad .form__field, .authPad .form__field .input { width: 100%; }
.form__field input.input__required { background: url(../img/form_input_required.png) #f0f0f0 no-repeat right 10px center; }
.form__field input.required_process.input__required { background: url(../img/ajax_loader/input_process.gif) #f0f0f0 no-repeat right 6px center; }
.form__field input.required-success.input__required { background: url(../img/form_input_success.png) #f0f0f0 no-repeat right 10px center!important; }
.input-center { text-align: center; padding-left: 0px; }
a.orange:not(:hover) { color: #e94e1b; }
.message_success
{
  padding: 20px;
  background: #29b764;
  color: white;
  border-radius: 200px;
  margin-bottom: 20px;
}
.message_error
{
  padding: 20px;
  background: #b72949;
  color: white;
  border-radius: 200px;
  margin-bottom: 20px;
}

.actualGood .card_brand { padding: 0 20px; }
.actualGood__item img
{
  max-height: 90%;
}
a.highlight:not(:hover)
{
  color: #ff1a00;
}

a.highlight-border
{
  display: inline-block;
  margin: 10px 0;
  color: #ff1a00;
  border: 1px solid #ff1a00;
  padding: 3px 10px 5px;
  border-radius: 3px;
  transition: .2s all;
}

a.highlight-border:hover
{
  border-color: #784c46;
  color: #784c46;
}

.description p
{
  margin: 20px 0 0;
}


.menuChild__inner
{
  margin: 0 10px 0 25px;
}
.menuChild-list__category
{
  margin-left: 2px;
  margin-top: 7px;
}
.menuChild__left
{
  padding: 39px 0px 69px;
}
.menuChild__left .menuChild__column
{
  padding: 0 ;
}
.menuChild-list__item:not(:first-child)
{
  margin-top: 13px;
}
.menuChild-list:not(:first-child)
{
  margin-top: 24px;
}
.menuChild .menuChild-list__inrow {
  background: url('../img/menu_dot.png') no-repeat;
  background-position: left 7px;
  padding-right: 0;
  padding-left: 14px;
  margin: 7px 7px 0 0;
}
.menuChild-list__main
{
  margin-bottom: 0px;
}
.card_good .card__photo
{
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

@media only screen and (min-width: 1280px)
{
  .menuChild .menuChild-list__inrow.have-dot
  {
    background: url('../img/menu_dot.png') no-repeat;
    background-position: right 5px;
  }
  .menuChild-list__subcats
  {
    position: relative;
    margin-top: 3px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .menuChild-list__subcats:before
  {
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 100%;
    background: rgba(255, 255, 255);
  }
  .menuChild__left .menuChild__column + .menuChild__column
  {
    margin-left: 20px;
  }
  .menuChild
  {
    height: auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1279px)
{
  .menuChild .menuChild-list__inrow
  {
    background: url('../img/menu_dot.png') no-repeat;
    background-position: left 5px;
    padding-right: 0;
    padding-left: 12px;
    margin: 7px 7px 0 0;
  }
  .menuChild-list__subcats
  {
    position: relative;
    margin-top: 3px;
    margin-left: -12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .menuChild-list__subcats:before
  {
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 100%;
    background: rgba(255, 255, 255);
  }
  .menuChild-list__category
  {
    margin-left: 0;
  }
  .menuChild-list
  {
    margin-bottom: 0;
  }
  .menuChild__left .menuChild__column + .menuChild__column
  {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 750px)
{
  .head_menu .goodCard__right
  {
    flex-direction: column;
  }
  .head_menu .goodCard__right .btn
  {
    margin-top: 20px;
  }
  .mainBanner .swiper-container
  {
    border-radius: 10px;
  }
  .mainBanner {
      padding-top: 0;
      margin: 0 -10px;
  }

  .subscribe .section__title:before
  {
      width: 32px;
      height: 37px;
      right: -9px;
      top: 10px;
  }

  .menuChild-list__main
  {
    font-size: 20px!important;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .menuChild-list__subcats
  {
    display: flex;
    flex-wrap: wrap;
  }
  .menuChild a
  {
    font-size: 15px;

  }
}


.swiper-slide img {
    max-width: 130px;
    width: 100%;
}

@media only screen and (max-width: 1023px)
{
  .brands {
    margin-top: 40px;
    padding: 32px 30px 19px 30px;
  }
}
@media only screen and (min-width: 1023px)
{
  .header__bottom .header__phones {
      max-width: 175px;
  }
}

.articles__item .card
{
  height: auto;
}

.card_good-sm img
{
  max-width: 90px;
  margin-top: 14px;
}
.card_good-sm .card__photo
{
    align-items: flex-start;
}
.banner img
{
  border-radius: 10px;
}
.alert
{
  font-size: 14px;
  color: #e94e1b;
}
.container-fluid
{
  padding: 0 27px;
}

.baloon_button_pad
{
  height: 60px;
  padding-top: 15px;
}
.button,
.baloon_button
{
  position: relative;
  border: 0;
  transition: .3s all;
  font-family: "Geometria", sans-serif;
  text-align: center;
  background-color: #f9b233;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  padding: 8px 56px;
  width: 100%;
  display: inline-block
}
.button.inline
{
  width: auto;
  height: 38px;
}
.button:hover,
.baloon_button:hover
{
  color: #784c46;
}
/* .page-inner .aside
{
  padding: 0 15px 0 0;
}
.page-inner .row
{
  margin: 0;
}
.page-inner .main
{
  padding: 0;
} */

svg.icon-left
{
  transform:rotate(180deg);
}
[lazy-type='product'] {background: url(../img/preload/preload_product.svg); }
[lazy-blur] { transition: filter .3s; }
[lazy-blur='1'] { filter: blur(20px); }
[lazy-blur='0'] { filter: blur(0px); }


.callbackPad
{
  width: 350px;
}
.callbackPad .type_select
{
  display: flex;
  margin: 20px 0 40px;
}
.callbackPad .form__row label
{
  width: 100px;
}
.callbackPad .form__radio .label
{
  padding-left: 35px;
}
.callbackPad .type_select .form__radio + .form__radio
{
  margin-left: 20px;
}
.callbackPad .form__row
{
  margin: 0;
  padding: 10px 0;
}
.callbackPad .form__row.borderless
{
  border-top: 0;
  padding-top: 0;
}
.callbackPad .input[name='data[date]'],
.callbackPad .input[name='data[time]'] { width: 130px; text-align: center; padding: 0}
.callbackPad .label + .input
{
  margin-left: 15px;
}
.callbackPad .form__error
{
  display: none;
  padding-right: 0;
}


.form__radio [type="radio"][disabled] + .label
{
  opacity: .5;
}
.footer__socials
{
  margin-top: 20px;
}
.footer__payments { display: flex; filter: grayscale(0%); margin-left: 50px; }
.footer__payments .payment + .payment {  margin-left: 30px; }
.footer__bottom .footer__copyright { margin-right: auto; width: 30%; min-width: 200px; }
.footer__bottom .footer__map a { margin-bottom: 5px; display: inline-block; }
.footer__bottom .footer__map { text-align: center; }
.footer__bottom .footer__dev { margin-left: auto; width: 30%; min-width: 200px;  display: flex; justify-content: flex-end; }



.main__head .head_menu
{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}
.main__head .head_menu .breadcrumbs
{
  padding: 2px 0 0;
}
.main__head .goodCard__right
{
  margin-left: 20px;
}
.main__head .head_menu h1
{
  margin: 0;
}

.card_result .card__title
{
  padding-right: 0;
}
.card_result .card__price
{
  padding-left: 20px;
}
.card_result .card__photo
{
  background-size: contain;
  background-repeat: no-repeat;
}
.card_result .card__photo  +.card__body
{
  padding-left: 14px;
  width: 100%;
}
.card_result .card__body
{
  padding-left: 0px;
  width: calc(100% - 50px);
}


.head_menu .catalogHead
{
  width: 270px;
}


.header__favorite
{
  margin-left: 20px;
    padding-top: 6px;
}
.btn-favorite
{
  color: #81b29a;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  line-height: 1;
}
.btn-favorite svg {
    width: 30px;
    height: 30px;
    background-color: #e94e1b;
    fill: #fff;
    border-radius: 50%;
    padding: 7px 6px 6px 6px;
    overflow: visible;
    transition: .3s all;
    margin-right: 5px;
}
.btn-favorite svg + span {
  font-size: 20px;
}

.btn-favorite
{
  color: #e94e1b;
}
.btn-favorite:hover
{
  color: #784c46!important;
}
.btn-favorite:hover svg {
  background-color: #784c46;
}

.header__chat
{
  margin-left: 20px;
  padding-top: 6px;
}
.btn-chat
{
  color: #bb9593;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  line-height: 1;
}
.btn-chat svg {
  width: 30px;
  height: 30px;
  background-color: #bb9593;
  fill: #fff;
  border-radius: 50%;
  padding: 7px 6px 6px 6px;
  overflow: visible;
  transition: .3s all;
  margin-right: 5px;
}
.btn-chat svg + span {
  font-size: 20px;
}
.btn-chat
{
  color: #bb9593;
}
.btn-chat:hover
{
  color: #784c46!important;
}
.btn-chat:hover svg {
  background-color: #784c46;
}

.lang  {
  margin: 0 24px;
  cursor: pointer;
  width: 20px;
  min-width: 20px;

}
.lang img {
  width: 100%;
}
.header__tokens {
  margin-left: 20px;
}
.btn-token
{
  color: #04a2ad;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  line-height: 1;
}
.btn-token svg {
  width: 30px;
  height: 30px;
  background-color: #04a2ad;
  fill: #fff;
  border-radius: 50%;
  padding: 7px 6px 6px 6px;
  overflow: visible;
  transition: .3s all;
  margin-right: 5px;
}
.btn-token svg + span {
  font-size: 20px;
  white-space: nowrap;
}
.btn-token svg + span small {
  font-size: 11px;
  font-weight: normal;
}
.btn-token
{
  color: #04a2ad;
}
.btn-token:hover
{
  color: #04555a!important;
}
.btn-token:hover svg {
  background-color: #04555a;
}



.header__favorite.hidden,
.header__chat.hidden
{
  display: none;
}
@media  only screen and (max-width: 1279px)
{
  .main__head .head_menu .catalogHead
  {
    width: 100%;
  }
  .main__head .head_menu
  {
    flex-direction: column;
  }
  .main__head .goodCard__right
  {
    margin: 20px 0 0;
  }
  .main__head > div .btn
  {
    width: 50px;
    margin: 0;
  }



}

.product_preview {
  display: inline-flex;
  position: relative;
}
.product_preview img {
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #EEE;
  max-width: 40px;
  max-height: 40px;
}
.product_preview .count {
  background: #297c16;
  text-align: center;
  position: absolute;
  right: -5px;
  bottom: -5px;
  font-size: 10px;
  color: white;
  padding: 3px 6px;
  border-radius: 6px;
  opacity: .8;
}
#webconsult ._wc-widget._wc-mobile
{
  right: 10px!important;
  left: auto!important;
}
@media only screen and (min-width: 750px)
{
  #webconsult ._wc-widget._wc-position-bottom-right
  {
    right: 127px!important;
    bottom: 52px!important;
  }
  #webconsult ._wc-widget._wc-mobile
  {
    right: 120px!important;
    left: auto!important;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1280px)
{
  .menu__item.maintainHover .menuChild
  {
    display: flex!important;
  }
  .menu__item .menuChild
  {
    display: none!important;
  }
}
@media only screen and (min-width: 1024px)
{
  .footer__top { justify-content: space-between; }
  .footer__top .footer__column { margin-left: 50px; }
  .footer__top .footer__column { width: auto }
}
@media only screen and (max-width: 1024px)
{

    .footer__bottom .footer__copyright,
    .footer__bottom .footer__dev
    {
      width: 50%;
      margin-top: 0;
      justify-content: flex-start;
    }
    .footer__bottom .footer__map
    {
      order: 3;
      width: 100%;
      margin-top: 30px;
      text-align: left;
    }
}
@media only screen and (max-width: 750px)
{
  .footer__bottom .footer__copyright,
  .footer__bottom .footer__dev
  {
    width: 100%;
    margin-top: 0;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .footer__bottom .footer__map
  {
    order: 1;
  }
  .footer__bottom .footer__dev
  {
    order: 2;
  }
  .footer__bottom .footer__copyright
  {
    order: 3;
  }



  .menu .menu__link:not(.selected) + div
  {
    /* display: none!important; */
  }
  .menu .menu .menu__item:hover .menu__link {
      background-color: none;
      color: auto;
  }

}


.header__bottom .header__search,
.form_search .input
{
  max-width: 750px;
}

.ta-left {
  text-align: left!important;
}
.ta-right {
  text-align: right!important;
}


.diff.negative {
  color: #cc0000;
  font-size: 11px;
}
.diff.positive {
  color: #43a200;
  font-size: 11px;
}