.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

._item-input:not(._focus) input._phone {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 0;
}

.stock-catalog__description.desc_text {
  font-size: 18px;
  line-height: 1.6;.banner__image
  color: #000000;
  margin-bottom: 14px;
}

.error_login {
  color: #e92f48;
}

.success_login {
  color: #00a715;
}

.error_reset {
  color: #e92f48;
}

.success_reset {
  color: #00a715;
}

.info-card__bonus span._popup-link._login {
  cursor: pointer;
  text-decoration: underline;
}

.content__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0px;
}
.info_block {
  border: 1px solid #EAEAEA;
  padding: 40px;
  width: 55%;
}
.content_map {
  width: 45%;
  padding-left: 40px;
}
.info_block{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.content_info {
  width: 30%;
}
.content_form {
  width: 65%;
}
.info_item {
  margin-bottom: 18px;
}
.info_item span {
  display: block;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9B9B9B;
  padding-bottom: 5px;
}
.info_item p{
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
form.content__form {
  margin-top: -15px;
}
.content__form .info-main-account__row._item-input {
  margin-top: 10px;
}
.send_seccess {
  color: #34a853;
}
a.navigation-header__name.active span{
  border-bottom: 1px solid;
}

.d-none {
  display: none;
}

.address_delivery_block {
  display: none;
}

._order-page .wrapper{
  overflow: initial;

}

@keyframes shake {
  from,to {
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }

  10%,30%,50%,70%,90% {
      -webkit-transform: translate3d(-10px,0,0);
      transform: translate3d(-10px,0,0)
  }

  20%,40%,60%,80% {
      -webkit-transform: translate3d(10px,0,0);
      transform: translate3d(10px,0,0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.animated{
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.banner__image.mobile {
  display: none;
}
.select-option,
#loadBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: 50px;
}
#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
#toast-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 240px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);

  background-color: #51A351;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#toast-container>div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.d_none {
  display: none;
}
/*body._webp.home_page {*/
/*  padding-top: 0;*/
/*}*/

body._webp.home_page .header{
  background: #fff;
}
body._webp.home_page .header:hover {
  background: #fff;
}
body._webp.home_page .header._scroll {
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
}

.banner__youtube {
  height: 100%;
}

.sms-cod {
  display: none;
}

.stock_off {
  opacity: 0.4;
}

.info-main-order__checked.check_on.error {
  border-bottom: 1px solid red;
  padding-bottom: 1px;
}

.cookie_on {
position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9998;
  width: min(820px, calc(100% - 40px));
  background: rgba(17, 17, 17, 0.94);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}
.cookie_on .wrapper .cookie_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: #181919;
  padding: 15px 16px;
  justify-content: center;
  border-radius: 999px;
}
.cookie_text {
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}
.cookie_text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie_on button {
  padding: 10px 35px;
  display: block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  height: 40px;
  background-color: white;
  cursor: pointer;
  border-radius: 999px;
}
.cookie_on a {
  padding-right: 5px;
  color: #ffffff;
}
.stock-catalog__description img{
  max-width: 100%;
}

button.send_filter {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  background: #E92F48;
}

.block-catalog-header__item.last_tab::after{
  opacity: 0;
}
.info-map-store__name {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  background: #e92f48;
  width: max-content;
  padding: 5px 20px;
  text-transform: uppercase;
}

.banners_home_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.catalog-header{
  top: 80px;
}
a.navigation-header__name {
  padding: 12px 15px 12px;
}
.navigation-header__list {
  column-gap: 20px;
}
a.banner_item {
  flex: 0 0 calc((100% - 8px * 11) / 16);
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
}

span.banner_img {
  padding: 2px;
  border: 2px solid #252525;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;      /* по вертикали */
  justify-content: center;  /* по горизонтали */
}
span.banner_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* вся картинка помещается внутрь */
}

.banner_item:hover span.banner_img {
  border: 2px solid #E92F48;
}
.page .banner {
  margin-bottom: 25px;
}
a.banner_item img {
  max-width: 100%;
  border-radius: 8px;
}
span.banner_title {
  color: #424242;
  letter-spacing: -0.17px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}
.banner {
  margin-bottom: 45px;
}
section.banners_home {
  margin-bottom: 45px;
}

