.is-sticky .fly-header-wrap.notice-actived { border-bottom: none }
.notice_panel{ 
	background: #fde732;
    text-align: center;
    height: 27px;
    padding: 5px 0;
    line-height: 15px;
    -webkit-tap-highlight-color: transparent;
    float: none;
    clear: both;
    color: #000;
    font-weight: bold;
}
.is-sticky .notice_panel { margin-top: 3px }
.notice_panel a  { color: #000; text-decoration: underline;}
.cls_atn {
	float: right;
    margin-right: 10px;
	cursor: pointer;
}
@media screen and (max-width: 500px) {
	.notice_panel { font-size: 11px } 
}
.products__in-list-item-property-item.dop{
	overflow: hidden;
	/*display:none;*/
}
@media screen and (max-width: 780px) {
	.products__in-list-item-property-item.dop{
		display:none;
	}
}
.products__in-list-item-property.sw{
	height: 39px;
	overflow: hidden;
}
.view-case.products__item .col.col-md-12:hover .products__in-list-item-property.sw{
		height: auto;
		overflow: visible;
}
.products__in-list-item-property-item.dop .products__in-list-item-property-name{
	width: 40%;
	vertical-align:bottom;
}
/*
.products__in-list-item-property-item.dop.id87 .products__in-list-item-property-name::after{
    width: calc(100% - 187px);
}
.products__in-list-item-property-item.dop.id91 .products__in-list-item-property-name::after{
    width: calc(100% - 197px);
}
.products__in-list-item-property-item.dop.id92 .products__in-list-item-property-name::after{
    width: calc(100% - 127px);
}
.products__in-list-item-property-item.dop.id94 .products__in-list-item-property-name::after{
    width: calc(100% - 157px);
}
.products__in-list-item-property-item.dop.id95 .products__in-list-item-property-name::after{
    width: calc(100% - 190px);
}
.products__in-list-item-property-item.dop.id98 .products__in-list-item-property-name::after{
    width: calc(100% - 177px);
}
.products__in-list-item-property-item.dop.id99 .products__in-list-item-property-name::after{
    width: calc(100% - 187px);
}
.products__in-list-item-property-item.dop.id100 .products__in-list-item-property-name::after{
    width: calc(100% - 90px);
	overflow: hidden;
}*/
.products__in-list-item-property-item.dop .products__in-list-item-property-value{
	width: 58%;
}
.products__in-list-item-property-item.dop .products__in-list-item-property-value span{
	border-bottom:0; 
	overflow: visible;
	display: inline-block;
	background: white;
	z-index:1;
	position:relative;
}
.products__in-list-item-property-item.dop.id91 .products__in-list-item-property-name{
	width: 80%;
	vertical-align:bottom;
}
.products__in-list-item-property-item.dop.id91 .products__in-list-item-property-value{
	width: 18%;
}
.products__in-list-item-property-item.dop.id94 .products__in-list-item-property-name{
	width: 60%;
	vertical-align:bottom;
}
.products__in-list-item-property-item.dop.id94 .products__in-list-item-property-value{
	width: 38%;
}
.products__in-list-item-property-item.dop.id98 .products__in-list-item-property-name{
	width: 60%;
	vertical-align:bottom;
}
.products__in-list-item-property-item.dop.id98 .products__in-list-item-property-value{
	width: 38%;
}
.cantbuy .pull-right {width: 100%;}

.tag_block {
    padding: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-align:center;
    margin:30px 0;
}

.tag_block li {
    display: inline-block;
    margin: 5px;
    list-style:none;
}

.tag_block li:before {
  display:none;
}

.tag_block li a {
    color: #fff;
    padding: 4px 20px;
    border-radius: 5px;
    display: inline-block;
    background: #0274b2;
}

.fldir_form .form__title {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
}

.fldir_form .rsform__description {
    border: none;
    background: no-repeat;
    padding-left: 0;
    box-shadow: none;
}

.fancy-popup .fancybox-inner {
    height: auto !important;
}

.fldir_form p {
    text-align: center;
}

/* Новые стили */

.blog, .news{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem 40px;
    padding: 0 10px;
    /* justify-content: space-between; */
}

.blog.row::before, 
.blog.row::after,
.news.row::before, 
.news.row::after{
    content: none;
}

.blog__item, 
.news__item{
    width: 100%;
    padding: 0;
}

.blog__in,
.news__in{
    min-height: 320px;
}

.blog__in .category__name,
.news__in .category__name{
    font-size: 18px;
}

.blog__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_count{
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
}

.blog_count img{
    width: 20px;
    height: 20px;
}

.news__in .category__data{
    display: grid;
}

.news_date{
    justify-self: end;
}

@media (max-width: 850px) {
    .blog__in,
    .news__in{
        min-height: 340px;
    }
}
.cdek-info {
display: block;	
padding: 20px 0 20px 0;
}

.cdek-pic,  .cdek-text {
    display: inline-block;
    padding: 10px;
}
.catalog-content h2, .catalog-content h3{
	margin-left:20px;
	margin-right:20px;
	}
@media screen and (max-width: 1023px) {
	.main-quiz .marquiz__container_inline {
		height: 463px !important;
	}
}
@media screen and (min-width: 1024px) {
	.main-quiz .marquiz__container_inline {
		height: 750px !important;
	}
}