.class404 {display:none;}
.df-thx .my-container {padding-top: 15px; font-size: 12px;}
.df-thx .my-container p {font-size: 16px !important;}.order_sms_description {font-size: 14px;}
.form__time .form-group {width: 69%; float: right; margin-top: -33px;}
.form-group select {padding: 0 13px; border: 1px solid #9bb4bf; border-radius: 8px; background-color: #f4f9fb; height: 48px;}
.search_advice{position: relative;}		
.search_advice_wrapper{display:none; width: 100%; background: #248afd; color: #fff; -moz-opacity: 0.0; opacity: 0.90; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); filter:alpha(opacity=90); z-index:999; position: absolute;}
.search_advice_wrapper .advice_variant{cursor: pointer; padding: 5px; text-align: left; font-size: 15px;}
.search_advice_wrapper .advice_variant:hover{color:#fff; background-color:#6baffb;}
.search_advice_wrapper .active{cursor: pointer; padding: 5px; color:#fff; background-color:#6baffb;}
.article li {margin: 0 0 40px; font-size: 20px; line-height: 1.5; color: #032234;}
@keyframes rotateInf{
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.image-lazy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-lazy::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('/bitrix/templates/sea.base/img/loading-icon.svg') no-repeat;
  background-size: 20px;
  animation: rotateInf 2s infinite linear;
  z-index: 0;
}

.image-lazy img {
  z-index: 1;
}

.catalog-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.catalog-nav__item {
  margin: 0;
}

.page-nav {
  height: auto;
}

.guarantee {
	position: relative;
	display: block;
}

.guarantee p {
	font-size: 16px;
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .catalog-nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
   .catalog-nav::-webkit-scrollbar {
      display: none;
   }
  .catalog-nav {
      -ms-overflow-style: none;
      scrollbar-width: none;
   }
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.preloader img {
  width: 180px;
  height: 120px;
}

.preloader.active {
  opactity: 1;
  visibility: visible;
  transition: 0.4s;
}

.modal-cart {
  z-index: 7000;
}

.product__close, .plate__close {
	cursor:pointer;
}

.plate__item {
   transition: 0.3s;
}

.plate__list {
   display: flex;
   flex-direction: column;
}

@media screen and (max-width: 1439px) {
   .plate__list {
      flex-direction: row;
   }
}

.plate__item.active {
   background: #F4F9FB;
   transition: 0.3s;
   order: -1;
}

.page-nav__sticky.fixed {
   z-index: 1500;
}

.container {
  position: relative;
}
.count.count--small {
	height: 20px;
}

.count.count--small button {
	width: 20px;
    height: 20px;
}

.count.count--small button svg {
	width: 10px;
	height: 10px;
}

.checkout__cart-item {
	padding-bottom: 3px;
}
.payment-logos {
  flex: 1 1 100%;
  margin: 25px 10px 0;
}
.payment-logos__img {
  width: 100%;
  max-width: 350px;
}

.tel iframe {
	margin-left: 10px;
}

.section_reviews {
	position: relative;
	display: none;
	justify-content: center;
}

.cookie {
	position: fixed;
	display: none;
	right: 15px;
	left: 15px;
	bottom: 15px;
	z-index: 99;
}

.cookie.opened {
	display: block;
}

.cookie__block {
	position: relative;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	background-color: #094e75;
	text-align: center;
	flex-wrap: nowrap;
	width: 100%;
	border-radius: 8px;
	text-align: left;
	gap: 10px;
}

.cookie__block__info {
	position: relative;
	display: block;
	margin-right: 10px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1.5;
	letter-spacing: 0;
	color: #fff;
	font-size: 14px;
}

.cookie__block__info__text {
	position: relative;
	display: inline;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1.5;
	letter-spacing: 0;
	color: #fff;
	font-size: 14px;
}

.cookie__block__info__button {
	display: inline-block;
	height: 44px;
	margin: 0 20px 0 0;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #094e75;
	border-radius: 22px;
	color: #094e75;
	font-family: 'Open Sans Semibold';
	font-weight: 600;
	font-size: 16px;
	line-height: 41px;
	transition: .3s linear;
	cursor: pointer;
}

/* .cookie__block__info__button {
	background-color: #fff;
	border: 1px solid #094e75;
	color: #094e75;
} */

.cookie__block__info__button:hover {
	background: #094e75;
	color: #fff;
	border-color: #fff;
}

@media screen and (max-width: 1199px) {
  .payment-logos {
      margin-bottom: 25px;
  }
  .payment-logos__img {
      max-width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .header {
      padding: 0 0 3px;
  }
  .tel__num {
      line-height: 1.2;
  }
	.tel iframe {
		display: none;
	}
	.section_reviews {
  	display: block;
		margin-bottom: 15px;
	}
}