.hidden,
#del_filter,
#set_filter {
  display: none;
}

.header-searching-form {
  height: 40px;
}

.modal-b__grid .order-b__end .order-b__agree.error input+label::before,
.order-b__agree.error input+label::before {
  border-color: red;
}

.success-msg {
  font-size: 40px;
  color: var(--color-dark-blue);
}

#form_2 .success-msg {
  color: #fff;
  font-weight: bold;
  margin-top: 80px;
}

@media (max-width: 1200px) {
  #form_2 .success-msg {
    margin-top: 0;
  }
}

.js-hidden {
  display: none;
}

input.error {
  border: 2px solid red;
}

.modal-b__note {
  font-size: 23px;
  margin: 0 0 4px;
}

.map-contacts {
  width: 100%;
  height: 460px;
}

.goods-list-b__price span,
span.strong {
  font-weight: bold;
}

.breadcrumb_404 {
  padding: 30px 0 0;
}

.loader {
  display: table;
  position: relative;
  opacity: 0.3;
}

/*.loader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
  max-width: 100% !important;
  margin: 0 !important;
}   */
.loader:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  /*  background: #fff;*/
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loader:after {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  background: url("../img/content/Spinner-2s-84px.gif") no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter-b__item label.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.h1span {
  display: block;
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--font-family);
  color: var(--color-main);
  margin-top: 15px;
}

.top-page-b__grid_no_filter {
  margin-top: 20px;
  justify-content: end;
}

@media (max-width: 1200px) {
  .loader:after {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
}

@media (max-width: 1200px) {
  .map-contacts {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .modal-b__note {
    font-size: 16px;
  }
}

.card-b__files {
  max-width: 65%;
}

.show-more-block {
  text-align: center;
  margin-top: 30px;
  top: 27px;
  position: relative;
}

.show-more-block a.show_more {
  height: 50px;
  font-size: 16px;
}

.search_item {
  padding: 14px;
}

.search_item .search_title {
  font-size: 20px;
}

.search_item:nth-child(2n+1) {
  background: #d0d9ff;
}

input[type=file]::file-selector-button {
  display: none;
}

#modef-cont {
  display: inline-block;
  margin-right: 20px;
  color: var(--color-gray);
}

.smartfilter .filter-b__field,
.smartfilter .filter-b__field-clear {
  margin-top: 15px;
}

.new-b__slider .swiper-slide .goods-list-b__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* start showing ellipsis when 3rd line is reached */
}

.services__h2 {
  font-size: 50px;
  color: #7988e1;
}


.cookie_agree {
		position: fixed;
		display: none;
		bottom: 0;
		width: 100%;
		z-index: 1000;
		background: #000000c7;
		color: #fff;
		font-size: 14px;
		padding: 20px;
		text-align: center;
}

.cookie_agree a {
		color: #fff;
}

.cookie_agree a:hover {
		color: #1B6951;
}
.cookie_agree span{ 
		cursor:pointer;
		border:1px solid;
		padding:10px;
}


@media (max-width: 1400px) {
  .card-b__files {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .show-more-block {
    top: 16px;
  }

  #modef-cont {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .smartfilter .filter-b__field,
  .smartfilter .filter-b__field-clear {
    margin-top: 0;
  }
}

.card-desc-inner {
  display: flex;
}

@media (max-width: 950px) {
  .card-desc-inner {
    display: block;
  }

  .card-b__desc_limit,
  .card-news-wrapper {
    max-width: 100%;
  }
}

.about-b__desc {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  gap: 30px;
}

.about-b__img {
  max-width: 270px;
}

.about-b__img img {
  max-width: 100%;
}

.about-b__text {
  display: flex;
  align-items: center;
}

.about-b__text span {
  text-transform: uppercase;
  line-height: 1.1;
  color: #7988e1;
  font-weight: 800;
}

.about-b__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-b__group-item {
  display: flex;
  max-width: 23%;
  flex-direction: column;
  margin: 10px;
  margin-bottom: 20px;
}

.about-b__group-img {
  max-width: 50%;
  min-height: 105px;
}

.about-b__group-text {
  margin-top: 15px;
}

.about-b__group-text span {
  font-weight: 800;
}

.about-b__link {
  text-transform: uppercase;
  line-height: 1.1;
  color: #7988e1;
  font-weight: 800;
  margin-top: 5px;
  display: block;
}
.not_available_text{
    margin-top: 15px;
    font-size: 19px;
    color: #fff;
    background: #CC0000;
    border-radius: 8px;
    height: 70px;
    padding: 2px 20px 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
@media (max-width: 452px) {
    .not_available_text{
        line-height: 18px;
    }
}
.other-b__not_avail{margin-bottom: 40px;}
@media (max-width: 950px) {
  .about-b__desc {
    flex-direction: column;
  }

  .about-b__text {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-b__group-item {
    max-width: 100%;
    margin: 15px 0 15px 0;
  }

  .about-b__img {
    max-width: 100% !important;
    display: flex;
  }
.about-b__group-img {
    min-height: unset;
}
}
.goods-list-b__item .goods-list-b__block{
    position: relative;
}
.goods-list-b__block .stickers, .card-b__gallery-main .stickers{
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 3;
    line-height: 20px;
    text-align: left;
/*    padding-right: 50px;*/
    font-size: 0;
}
.goods-list-b__block .stickers div, .card-b__gallery-main .stickers div{
    display: inline-block;
} 
.goods-list-b__block .stickers [class*="sticker_"], .card-b__gallery-main .stickers [class*="sticker_"]{
  background-color: #4fad00;
  width: auto;
  margin: 0 3px 6px;
  letter-spacing: .5px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px 3px;
  text-transform: uppercase;
  border-radius: 2px;
}
.goods-list-b__block .stickers div .sticker_is_new, .card-b__gallery-main .stickers div .sticker_is_new{
    background-color: #5560a0;    
}
.goods-list-b__block .stickers div .sticker_is_hit, .card-b__gallery-main .stickers div .sticker_is_hit{
    background-color: #e77e03;    
}
.goods-list-b__block .stickers div .sticker_is_recommend, .card-b__gallery-main .stickers div .sticker_is_recommend{
    background-color: #f34d23;    
}