.product__order-buttons {
  /*margin-bottom:  20px;*/
}
.accordion--delivery .accordion__label-title {
  color: #393434;
}

.accordion--delivery .accordion__toggler:checked+.accordion__label .accordion__label-title {
  color: #393434;
}

.accordion--delivery .accordion__item-content span {
  color:  #393434;
}
.article-preview__text table td {
  vertical-align:  top;
}

.article-preview__text--d-block {
  display: block;
}

.page-404 {
  display: flex;
  align-items: center;
}
@media (max-width: 650px) {
  .page-404 {
    flex-direction: column;
    padding-top: 0!important;
  }
}
@media (min-width: 650px) {
  .page-404 img{
    float: left;
  }
}
.product-card__label--hit, .product-card__label--lider-prodazh {
  background: url(label-hit.svg) no-repeat !important;
  background-size: contain !important;
}
.product-card__label--dlya-biznesa {
  background: url(label-business.svg) no-repeat !important;
  background-size: contain !important;
}
.page-404 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 90px 15px 0;
  display: block;
}
a.product__color--current:after {
  content: '';
  position: absolute;
  margin-left: -20px;
  background-image: url(cheked-white-small.svg);
  height:  20px;
  width:  20px;
  background-repeat:  no-repeat;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/*.article-preview__text h2 {
font-weight: 300 !important;
font-size: 27px !important;
line-height: 32px !important;
text-align: center !important;
text-transform: uppercase !important;
max-width: 440px !important;
margin: 0 auto 48px !important;
}*/


li.product__gift p {
  position: relative;
  margin-bottom: 10px;
}
li.product__gift p::before {
  width: 12px;
  height: 13px;
  background: url(check-orange.svg) no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  left: -20px;
  top: 0;
  background-size: contain;
}

.product__gift::before {
  display: none;
}
.adaptive--checkout .article-preview__text {max-width: 100%; overflow:  auto;}
.adaptive--checkout .article-preview__text.article-preview__text--fullpage {
  max-width:  none;
}

.adaptive--checkout .co-section--checkout_content {
  text-align:  center;
  margin: no;
}

.adaptive--checkout .co-section--checkout_order.section--checkout_order_sided {
  margin: auto;
}

.adaptive--checkout .field-label {
  font-weight:  bold;
}

.adaptive--checkout .field-content {
  margin-bottom:  10px;
}

.adaptive--checkout .field-content input[type=email], .adaptive--checkout .field-content input[type=number], .adaptive--checkout .field-content input[type=text], .adaptive--checkout .field-content input[type=password], .field-content input[type=tel] {
  border: 1px solid rgba(152,208,72,.439216);
  margin-top:  10px;
  height:  25px;
  text-align: center;
}

.adaptive--checkout section.section--content {
  min-height: calc(100vh - 445px);
}

.adaptive--checkout .small {
  font-size:  12px;
  font-style:  italic;
}


.adaptive--checkout .field-content input[type="checkbox"] {
  height:  20px;
  width: 20px;
  font-size:  10px;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  margin:  10px;
}
.g-recaptcha > div {
  margin:  auto;
  margin-bottom:  10px;
}
.co-section--checkout_order {
  /*width: 100%;*/
}

.adaptive--checkout table, .adaptive--checkout table th, .adaptive--checkout table td {
  border: 1px solid #464646;
}

table {
  border-collapse:  collapse;
  width:  100%;
}

.adaptive--checkout .set-title {
  font-size:  18px;
  font-weight:  bold;
  margin:  20px;
}

.adaptive--checkout table td {
  padding:  10px;
}

.adaptive--checkout table th {
  padding:  10px;
  font-weight:  bold;
  font-style:  italic;
}

.adaptive--checkout tr.highlited_row {
  background: #80808059;
}
span.red {
  color:  red;
}
.product__quality-marks {
  -webkit-box-pack: justify;
  justify-content: space-around;
}
/*div#recipes {
display:  none;
}*/

div#questions {
  display:  none;
}
.modal__dialog button.product-card__comparison-btn {
  display:  none;
}

a.video::before {
  content:  '';
  background: url(play-icon-png-transparent-4.jpg);
  width: 87px;
  height: 87px;
  position:  absolute;
  z-index:  9999;
  background-size: contain;
  background-repeat: no-repeat;
  top: 42px;
  right: 90px;
  z-index: 1;
}
.article-preview__image-capture {
  /*height: 65px;*/
}
.main-header__cart-delete {
  border:  none;
  background:  none;
  left: -4px;
  top: 0;
  width: 12px;
  height:  12px;
}
.mfp-wrap {
  z-index: 99999;
}

@media (min-width: 1101px) {
  .lg-hidden {
    display: none !important;
  }
  .lg-visible {
    display: block !important;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .md-hidden {
    display: none !important;
  }
  .md-visible {
    display: block !important;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .sm-hidden {
    display: none !important;
  }
  .sm-visible {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .xs-hidden {
    display: none !important;
  }
  ..xs-visible {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .mc-hidden {
    display: none !important;
  }
  .mc-visible {
    display: block !important;
  }
}

.compare_row-title{max-width:200px;min-width:200px;padding:0.5rem;}
.compare_row-item {
  min-width: 225px;
  max-width: 225px;
  padding: 0.5rem;
}
.compare_row-item--title{position:relative;}
.compare_row-item--footer{position:relative;}
.compare_row-item_title{margin:-0.5rem -0.5rem 0.5rem;padding:0.5rem;background-color:#cccccc;}
.compare_row--header .compare_row-item,.compare_row--header .compare_row-title{border-bottom:2px solid #555555;}
.compare_row--header .compare_row-item{text-align:center;}
.compare_row--header .compare_row-title{vertical-align:bottom;padding-left:0;padding-right:0;}
.compare_row--body:nth-child(even){background-color:#e6e6e6;}
.compare_row--body .compare_row-item,.compare_row--body .compare_row-title{border-bottom:1px solid #555555;}
.compare_row--footer{border-width:0;}
.compare_row--footer .compare_row-item{text-align:center;padding:1em;}
}

.notice{padding:0.5rem;margin-bottom:1rem;}
.notice{color:#31708f;background-color:#d9edf7;}

div#flash_messages {
  margin:  10px;
}
div#flash_messages .error {
  color: red;
}
span.compare-remove.js-compare-remove {
  position:  absolute;
  top: 0;
  right:  0;
}

span.compare-remove.js-compare-remove svg {
  width:  15px;
}
ul.accordion > li.accordion__content-item {background: white;padding: 10px;margin:  0;padding-left:  18px;}

ul.accordion > li.accordion__content-item a {
  color: #464646;
}
div#delivery_error_2039692 {
  display:  block !important;
}

.product-slider__arrow-left, .product-slider__arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: url(arrow-black-thin.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  cursor: pointer
}

.product-slider__arrow-left {
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  -ms-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
  left: -2%;
}

.product-slider__arrow-right {
  -webkit-transform: translate(-50%,-50%) rotate(-90deg);
  -ms-transform: translate(-50%,-50%) rotate(-90deg);
  transform: translate(-50%,-50%) rotate(-90deg);
  left: 102%;
}
.article-preview__text {
  width:  100%;
}


@media (max-width: 768px) {

  .catalog-grid__sidebar--slided {
    margin-top: 40px;
  }

}


.main-header__cart-dropdown p.no_items {
  background: #fff;
  font-size: 12px;
  color: #464646;
  line-height: 1.3;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 15px;
  margin-top: -30px;
}
.main-header__cart-dropdown p.no_items strong {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.product__unavailable-text {
  margin-top:  10px;
  margin-bottom:  10px;
}

.product__unavailable-text p {
  margin-bottom: 30px!important;
  font-family: 'Roboto',sans-serif!important;
  color: #464646!important;
  font-size: 20px!important;
  font-weight: normal!important;
}

.product__unavailable-text p span {
  font-family: 'Roboto',sans-serif!important;
  color: #464646!important;
  font-size: 20px!important;
  font-weight: normal!important;
}

.product__unavailable-text * {
  color: #2b2a2a;
  font-weight: bold;
}
.product__color img {
  border-radius: 50%;
  max-width: 20px;
  border: 1px solid black;
}
.mc-noreviews {
  display: none !important;
}

.products-slider .products-slider__title {
  margin-bottom: 0;
}

.products-slider .owl-carousel .owl-stage-outer {
  padding-top: 45px;
}

.products-slider .product-card__comparison-btn:hover + .product-card__comparison-tooltip {
  left: auto;
  right: 31px;
}

.products-slider .product-card__comparison-tooltip::after {
  right: 12px;
  left: unset;
  border-right: none;
  border-top: 6px solid #84b53f;
  border-left: 10px solid transparent;
  transform: none
}

.products-slider .products-slider__arrow-left, .products-slider .products-slider__arrow-right {
  top: calc(25% + 60px);
}

.banner-gift {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(to right,#cec916, #32981f);
  flex-wrap: nowrap;
  align-items: center;
  padding: 5px 5px;
  max-width: 720px;
  margin: 0 auto;
}

.banner-gift_mt-35 {
  margin-top: 35px;
}

.banner-gift_gradient-45deg {
  background: linear-gradient(-45deg ,#cec916, #32981f);
}

.banner-gift__gift-pic, .banner-gift__desc-wrap, .banner-gift__btn {
  margin: 10px 5px;
}
.banner-gift__gift-pic_width-200 {
  width: 200px;
}

.banner-gift__gift-pic__order-2 {
  order: 2;
}

.banner-gift__desc-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 10px;
}

.banner-gift__desc-title_fsize-30 {
  font-size: 30px!important;
}

.banner-gift__desc-text {
  color: #ffffff;
  font-size: 16px;
  font-family: tahoma, arial, helvetica, sans-serif;
}

.banner-gift__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 41px;
  color: #ffffff;
  background-color: #ff5722;
  padding-bottom: 0;
}
.banner-gift__btn_size-s {
  width: 149px;
  height: 32px;
}
.banner-gift__btn:hover, .banner-gift__btn:focus {
  color: white;
  background-color: #fd6a3b;
}

.banner-gift__wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.banner-gift__wrap_mode-small-banner {
  justify-content: flex-start;
  margin-left: 10px;
}
@media (max-width: 692px) {
  .banner-gift__gift-pic {
    order: 2;
  }
}
@media (max-width: 475px) {
  .banner-gift__desc-title {
    font-size: 17px;
  }

  .banner-gift__desc-text {
    font-size: 14px;
  }
}
.modal__message {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 18px;
  color:  #84b53f;
  text-align: center;
}
.button__message {
  font-size: 12px;
  height: 1em;
  margin-bottom: 6px;
}
.button__message--error {
  color: #ff0000;
}
#new_client #client_field_11695424, #new_client label[for=client_field_11695824],
#new_client #client_field_11842056, #new_client label[for=client_field_11842056],
#new_client #client_field_11695824, #new_client label[for=client_field_11695424] {
  display: none;
}
.textfield.error_field {
  border-color: red !important;
}
.error_message {
  display: block;
  color: red;
  text-align: center;
}
.co-delivery_method-list {
  display: flex;
  flex-direction: column;
}
.co-delivery_method-list .co-delivery_adress  + .co-checkout-block {
  order: 1;
}

.news-grid__item-desc pre {
  white-space: normal;
}
.call-form__title p {
  font-weight: 700;
  font-size: 22px !important;
  line-height: 30px !important;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.blog-lists {
  display: flex; 
}
.blog-list {
  flex: 1; 
  padding-right: 40px;
}
.tagcloud-block {
  width: 270px; 
}
.tagcloud-header {
  font-weight: 500;
  font-size: 30px;
  margin-top: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.tags-list{
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  margin: 5px 5px 5px 0px;
  padding: 7px; 
  background-color: #f8f8f8;
  border-radius: 7px;
}

@media (max-width:768px) {
  .blog-list {
    width: 100%; 
    padding-right: 0px;
  }
  .tagcloud-block {
    width: 100%;
  }
  .blog-lists {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.tagcloud {
  margin-bottom: 10px; 
}

.tagcloud + .tagcloud {
  margin-top: 30px;
}

.list-link  {
  color: black;
}

.blog-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 10px 0 30px;
}

.blog-header .news-list__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
}

.tag-desc {
  margin: .5rem 0 1rem 0;
}

.main-page--index .news-grid__item {
  grid-row: auto;
}

.main-page--index .news-grid__item:first-of-type .news-grid__item-media img {
  height: 228px;
}

.main-page--index .news-grid__item:first-of-type .news-grid__item-title {
  font-size: 22px;
}

@media (max-width: 1000px) {
  .main-page--index .news-grid__item:first-of-type .news-grid__item-media img {
    height: 150px;
  }
}

#convead_widget_84369 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px; 
}

.index-journal {
  margin-bottom: 10px; 
}

#convead_widget_86926 {
  display: none; 
}

@media(max-width: 768px) {
  #convead_widget_86926 {
    display: block;
    width: 140px;
    margin-left: auto;
  }

  #convead_widget_84369 {
    display: none; 
  }
}
.linkAfterH2{
  position:relative; right:42%; margin:10px;
}
.linkAfterH2 a:hover {
  padding-bottom:5px;
}
@media (max-width: 980px) {
  .linkAfterH2{
    right: 25%;
  }
}

@media (max-width: 480px){
  .podpiska-grid{
    grid-template-columns: 1fr 1fr !important;
  }

  .podpiska-grid__block {
    min-height: 30px;
    display: flex;
    align-items: flex-end; 
  }
  .cnv-widget.cnv-widget_type_embedded{
    max-width: 100%;
  }
  .podpiska-grid div div a{
    font-size: 12px;
  }
}

.article-preview__text-collapsing:after {
  bottom: -6px;
}

.collection-banner {
  width: 100% !important;
  max-width: unset;
}

@media (max-width: 769px) {
  .collection-banner--desktop {
    display: none;
  }
  .catalog-grid__products div.product-card:nth-of-type(-n+6) {
    order: -1;
  }
}

@media (min-width: 770px) and (max-width: 1100px) {
  .collection-banner--mobile {
    display: none;
  }
  .catalog-grid__products div.product-card:nth-of-type(-n+2) {
    order: -1;
  }
}

@media (min-width: 1101px) {
  .collection-banner--mobile {
    display: none;
  }
  .catalog-grid__products div.product-card:nth-of-type(-n+3) {
    order: -1;
  }
}

.collection-banner p {
  margin: .25em 0;
}

.collection-banner img {
  max-width: 100%;
}

.article-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 550px);
  padding: 0 15px 40px;
}

#comments-block {
  width: 100%;
}

.product-card {
  height: auto;
}

.current_tag {
  font-weight: bold; 
}

.article__content ul, .tabs__content ul {
  padding-left: 25px !important;
}
}
.tabs__content .contacts__pickup-place {
  margin-right: 20px;
}
.tabs__content .contacts__pickup-images {
  min-width: calc(10% - 35px);
}
.contacts__pickup-place--not-metro {
  margin-top:5px; 
}
.accordion__label .delivery-second-title {
  font-size: 12px;
}
.delivery-second-title {
  padding-left: 0 !important;
  border-bottom: 0 !important;
}

.intro__sidebar {
  width: 27%; 
}
.intro__body {
  width: 73%;
}
.catalog-menu__item a {
  white-space: normal;
}
@media (min-width:780px) {
  .catalog-menu__content .catalog-menu__secondary-dropdown {
   /* width: auto;*/
    max-width: 350%;
    min-width: 460px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 220px);
  }

  .catalog-menu__content .catalog-menu__secondary-dropdown>li {
    width: auto;
  }

  .catalog-menu__content .catalog-menu__secondary-dropdown::after {
    display: none;
  }
}

.intro {
  max-width: 1141px;
}
.btn-user-back{
  color: #84b53f;
  text-decoration: underline;
}

.catalog-menu__outer .catalog-menu__wrapper--fixed {
  /*top: 50px;*/ 
}
@media (min-width: 1025px) {
  .search_widget-field {
    width: 510px;
  }}

.product-card__buttons{
  position: relative;
  justify-content: flex-end;
}
.contacts__pickup-tabs .tabs__navigation {
  max-width:100%; 
}
.contacts__pickup-place {
  min-width: 333px;
  margin-right:0;
}

.contacts__pickup-tabs li[data-content="moscow-tab"] .contacts__pickup-place {
  width: 33%;
  padding: 0 15px;
}

.contacts__pickup-tabs li[data-content="moscow-tab"] .contacts__pickup-place:last-child {
  padding: 0 0 0 30px;
}

.contacts__pickup-tabs li[data-content="moscow-tab"] .contacts__pickup-place:first-child {
  padding: 0 30px 0 0;
}

.contacts__pickup-tabs li[data-content="moscow-tab"] .contacts__pickup-images {
  display: none;
}

.contacts__pickup-images {
  position: inherit;
}

.contacts__pickup-tabs .contacts__pickup-images {
    display: none;
}

.article-preview__body_column {
  flex-direction: column;
}

.article-preview__body_column div.article-preview__image {
  max-height: none;
  max-width: none;
  width: 100%;
}

.article-preview__body_column .article-preview__text {
    text-align: center;
    margin: 3rem auto 0 auto;
}

.article-preview__body_column .article-preview__text-collapsing {
    max-height: none !important;
    height: auto !important;
  	overflow: visible;
}

.article-preview__body_column h1 {
 	 margin: 1rem 0;
}

.article-preview__body_column .article-preview__collapse-opener {
 	display: none; 
}

#article-content li span {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

@media(min-width: 1024px) {
  .contacts__pickup-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .contacts__pickup-wrapper .contacts__pickup-place {
    width: calc(100% / 4);
    min-width: auto;
  }
}

@media (max-width:980px) {
  .contacts__pickup-place {
    min-width: 260px;
  }
  
  .contacts__pickup-wrapper {
  	display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .contacts__pickup-tabs li[data-content="moscow-tab"] .contacts__pickup-place,
  .contacts__pickup-tabs li[data-content="moscow-tab"] .contacts__pickup-place:first-child,
  .contacts__pickup-tabs li[data-content="moscow-tab"] .contacts__pickup-place:last-child{
    width: 100%;
    padding: 0;
  }
}
ul.catalog-menu__secondary-dropdown.catalog-menu__item-hidden.is-active.fade-in {
  overflow: auto;
  max-height: 700px;
    min-height: 246px;

}
@media (min-width: 780px) {
.catalog-menu__content .catalog-menu__secondary-dropdown>li {
    padding: 10px;
}
}
@media (min-width: 1024px) {
.contacts__info-item {
  max-width: 600px;
   }}

.splide .splide__arrow {
  font-size: 2rem;
  background: none;
}

.splide .splide__arrow--prev {
  top: -4rem !important;
}

.splide .splide__arrow--next {
  bottom: -4rem !important;
}

.splide .splide__arrow svg {
  fill: none;
}

.splide .splide__arrow path {
  stroke: #84B53F;
}

@media (max-width: 768px) {
  .tagcloud.is-slider {
    display: none;
  }
}


.tags-col-slider {
	padding: 2.6rem 0 0;
}
.splide__track {
	padding: 2.6rem 0 0;
}
.splide {
	padding-bottom: 2rem;
}
.tags-col-slider .product-card__title {
	height: 60px;
}
.tags-col-slider .product-card--compact {
	margin-bottom: 15px;
}

.mobile-sidebar-brands-filter {
	display: none;
}
.mobile-sidebar-brands-filter .catalog-grid__sidebar-menu {
	max-width: 100%;
}
@media (max-width: 768px) {
  .mobile-sidebar-brands-filter {
      display: block;
  }
  .text-mob-center{
  	text-align: center;
  }
  .filter-mob h2{
  	text-decoration: underline;
  }
  .filter-mob h2:after {
    content: '';
    display: inline-block;
    background-image: url(arrow-black.svg);
    width: 7px;
    height: 4px;
    min-width: 6px;
    background-repeat: no-repeat;
    margin-left: 5px;
}
  .text-mob-center .catalog-grid__sidebar-menu-item a > span{
  	text-align: start;
  }

  .filter-mob-sidebar-menu {
    margin: auto;
  }
  }
.profile__form-block--three input {
	max-width: 170px;
}
.filter-mob h2{
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #84b53f;

  padding-bottom: 8px;

}
.sort__select {
  width: 166px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
#article-content li::marker {
  line-height: 24px;
  font-size: 16px;
}
.vendor2 {
  display: none;
}

#properties_email:-moz-placeholder {
  //font-size: 1.2em!important;
  line-height: 2.8!important;
}
#properties_email::-moz-placeholder {
  //font-size: 1.2em!important;
  line-height: 2.8!important;
}

.catalog-grid__sidebar-article {
 	margin: 20px 0;
}

.button.js-next-toggle.next-toggle,
.button.js-prev-toggle.prev-toggle.next-toggle {
	border-radius: 2px;
    border: 1px solid;
    color: #84b53f;
    background: #fff;
    font-weight: 400;
  	font-style: italic;
}
.button.js-next-toggle.next-toggle:hover,
.button.js-prev-toggle.prev-toggle.next-toggle:hover {
    background: #84b53f;
  	color: #fff;
}
.product__grid-sidebar #recipes{
display: none;
}
@media (min-width: 780px) {
.catalog-menu__content .catalog-menu__secondary-dropdown {
    width: auto;
    max-width: 350%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 220px);
}
}

.catalog-menu__secondary-dropdown.catalog-menu__item-hidden{
	display: flex;
    justify-content: center;
    align-items: center;
}

.payments-info__item--tinkoff::before {
    left: -17px;
    width: 55px;
}
.reviews-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 2px;
    line-height: 1.2;
  	text-align: center;
  
}
.catalog-grid {
  margin-bottom: 30px !important;
}
.review-custom-field strong{
	font-weight: bold;    
}
.secondary-header__social-item--inst {
	width: 25px;    
    height: 22px;
}
.secondary-header__social-item--inst:hover {
	width: 25px;    
    height: 22px;
}
.secondary-header__social-item--ytb {
	width: 31px;    
    height: 20px;
}
.secondary-header__social-item--ytb:hover{
	width: 31px;    
    height: 20px;
}
.secondary-header__social-item--fb {
	width: 16px;    
    height: 22px;
}
.secondary-header__social-item--fb:hover{
	width: 16px;    
    height: 22px;
}
.secondary-header__social-item--vk {
	width: 28px;    
    height: 17px;
}
.secondary-header__social-item--vk:hover{
	width: 28px;    
    height: 17px;
}
.secondary-header__social {
    background: white;
    padding: 9px 0 9px 12px;
}

.secondary-header__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0px;
    border: 1px solid #84b53f;
    margin: 0 15px 0 0;
  	max-height: 40px;
}

.search__loupe-btn {
    background: #84b53f;
    border: 0;
    font-size: 16px;
    width: 100px;
    height: 100%;    
    background-color: #84b53f;
    color: white;
    line-height: 37px;
}

.secondary-header {
	background: #ffffff;
}
/* изменение поиск */
@media only screen and (max-width: 768px) {
  .mobile-header__buttons, .mobile-header__nav-block   {
    width: 100%;
  }
  .mobile-header__button--search{
    flex-grow: 1;
    order: -1;
  }
  .mobile-header__button.mobile-header__button--search {
  	display: flex;
    align-items: center;
  }
  .mobile-header__button--search a {
  	display: none;
  }
  .mobile-header__button--search .search__loupe-btn {
  	height: 38px;
    background-image: url('https://img.health-tehnika.ru/files/1/4108/18255884/original/search--white.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: bottom 50% left 12%;
    padding-left: 25px;
  }
  .search__loupe-btn:hover {
     opacity: 1;
  }

  .mobile-header__button:hover, .mobile-header__social-item:hover, .product__sidebar-preview-title a:hover {
      opacity: 1;
  }
  .custom-hide-on-mobile {
   	  display:none;
  }
  
  .mobile-header--fixed .search__loupe-btn {
	  margin-left: 50px;
  }
  
  .mobile-header__button--search {  	  
      background: none;
  }
}
.catalog-grid__body .popular-articles{
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .catalog-grid__body .popular-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
  }
  .catalog-grid_row {
      display: grid;
      grid-template-columns: repeat(1, 1fr) !important;
  }
  body > div.product > div.product__grid > div.product__grid-main > div.tabs.product__desc-tabs.is-ended > ul > li.selected > div {
      padding: 0;
  }
}

@media (max-width: 340px) {
  .property-values {
      font-size: 0.8rem;
  }
  .property-title {
      font-size: 0.9rem;
  }
}

.catalog-grid_row-title {
  	text-align: center;
	font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #84b53f;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.catalog-grid_row-title span {
	border-bottom: 1px solid #ddd;
    padding: 0.25rem 2.5rem;
}
.catalog-grid_row {
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	margin-bottom: 2rem;
}
.news-list .blog-pagination{
	margin: 0 0 30px 0;
}

.textfield {
    width: 378px;
    margin: 0 auto;
}

#client_password_confirmation, #client_password {
    width: 200px;
}

.tag-custom-weigh {
	font-weight: 500;
}

body > div.breadcrumbs > a {
	color: #464646;
    font-size: 11px;
}
.secondary-header__social-item--inst, .secondary-header__social-item--fb, .footer__social-item--fb, .footer__social-item--inst{
	display: none !important;
}

.secondary-header__social-item--telegram {
	background: url(telegram.svg) no-repeat;
	background-size: contain;
	width: 21px;
	height: 24px;
}

.secondary-header__social-item--telegram:hover {
	background: url(telegram-green.svg) no-repeat;
	background-size: contain;
	width: 21px;
	height: 24px;
}
.tag-desc{
	line-height: 1.4;
}
input#print_receipt{
 margin-right: 10px; 
}

#mc-review .mc-c span.mc-count-cnt {
    font-size: 24px !important;
}

/* 578358 */
.news-grid__item--big, .news-grid__item:first-of-type {
    grid-row: none;
}
.news-grid__item-media {
    max-height: 228px !important;
}

.news-grid__item-media img {
    height: 228px !important;
}
/* 578358 */
 ul[class="accordion accordion--delivery select__custom"] span[data-value="delivery_VALUE1"] {
  display: none !important;}

.hide_desktop {
  display: none;
}

@media (max-width: 480px) {
  .hide_mobile {
    display: none !important;
  }
  .hide_desktop {
    display: block !important;
  }

  .product__gifts.product__gifts.hide_desktop .product__gift {
    font-size: 1rem !important;
    line-height: 10px !important;
  }
  .product__gifts.product__gifts.hide_desktop .product__gift p span {
    font-size: 10pt !important;
  }
}

/* 599557 */
a.mc-subscr-toggle {
    display: none !important;
}
/* 599557 */

@media (min-width: 768px) {
  .article__content .video-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

body > section > div.tabs__item-body {
  display: none;
}
.product__order-additional-info {
  display: grid;
}

/* 615115 */
.news-grid__item:first-of-type .news-grid__item-title {
    font-size: 22px;
}
/* 615115 */
.article-preview__text p {
  display: flex;
}
.article-preview__text p lite-youtube {
  width: 50%;
}


/* 629161 */
span.product-card__label.product-card__label--aktsiya {
    background: red;
    color: white;
    font-size: 10px;
    width: auto;
    padding: 10px;
}
/* 629161 */

.co-button.co-social_login-button.co-social_login-button--tiny.co-social_login-button--yandex {
  background: url(https://img.health-tehnika.ru/files/1/5473/34780513/original/logo_yandex.png) no-repeat !important;
  object-fit: cover !important;
  background-size: 40px 40px !important;
  .socicon.socicon-yandex {
    display: none !important;
  }
}
.co-checkout-block .co-social_login-box {
  display: grid !important;
  gap: 20px;
}
.additional-svg-icons {
  fill: rgb(65.098039%, 65.098039%, 65.098039%);
}
.social-item-rutube:hover svg, .social-item-dzen:hover svg {
  fill: #84b53f;
}
ul.catalog-menu__content li>a[href="/collection/massazhery"] {
  font-weight: bold;
}
ul.catalog-menu__content li>a[href="/collection/podborka-po-zadacham-zdorovya"] {
  font-weight: bold;
  padding-top: 10px;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-mp4 {
  max-width: 100%;
}

.product-notavailable {
  display: inline-block;
  width: fit-content;
  padding: 16px 20px 10px;
  background: #f0f0f0;  
  font-size: 20px;
}
.product-notavailable--color-view {
  display: inline-block;
  width: fit-content;
  padding: 16px 20px 10px;
  background: #f0f0f0;  
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .product-notavailable--color-view{
    font-size: 0.83rem;
    padding: 10px;
  }
}

.accordion__label-category--highlight a{
  font-weight: bold;
}
label.accordion__label[for="CATEGORY_31201727"] {
  font-weight: bold;
}
