.-hidden {
    position:absolute !important;
    left:-99999px !important;
}


.quantity-switch__input {
    min-width: 4em;
}

.active .header__menu-link {
    color: #232223;
}

.faq__col .faq__item {
	margin-bottom: 20px;
}

.faq__col .faq__item:last-child {
	margin-bottom: 0;
}

@media (min-width: 1100px) {
	.types__list {
    	grid-template-columns: repeat(4,1fr);
	}
}

.card__slider .splide__list {
	align-items: flex-start;
}

.catalog__item--bg2 .chart {
	padding: 0;
  	background-color: transparent;
}

.catalog__item--bg2 .product-card__image {
	background-color: transparent;
}

.catalog__item--bg2 .card__slider-chart {
	background-color: transparent;
}

 .catalog__item--bg2 .characteristic {
	filter: invert(1);
    background: transparent;
    opacity: 0.8;
}

@media (max-width: 480px) {
  .catalog__cards li.product-card_small-mobile {
  	padding: 0;
  }
}

@media (max-width: 395px) {
  .catalog__cards .product-card__details-column {
  	font-size: 11px;
  }
}

@media (max-width: 370px) {
  .catalog__cards .product-card__details-column {
  	font-size: 10px;
  }
}

.text-hidden {
	display: none !important;
}

@media (max-width: 720px) {
  .product-card_small-mobile .product-card__name {
    line-clamp: 4;
  	-webkit-line-clamp: 4;
  }
}

.packages__films-item {
    display: flex;
    height: calc(50% - 12px);
}

.packages__films-item {
    display: flex;
    height: 50%;
}

@media (max-width: 1100px) {
  .packages__films-item {
  	height: auto;
    min-height: 210px;
  }
}

.packages__films-description {
    padding: 64px 0 34px 20px;
    box-sizing: border-box;
}

.packages__films-image {
    width: 210px;
}

.packages__films-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.packages__films-item-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}

.packages__films-item .bg-dots::before {
	z-index: 1;
}

@media (max-width: 1100px) {
    .packages__films-top {
        display: block;
    }
  
  .packages__films-description {
  	display: none;
  }
}

.types__list_large .types__link {
	position: relative;
}

.types__list_large .types__link picture {
	padding: 0;
}

.types__list_large .types__name {
	position: absolute;
  	bottom: 10px;
  	color: #ffffff;
}

.types__list_large .types__name .icon {
	display: none;
}

.article_or_news_new p {
	font-size: 16px;
  	line-height: 1.5;
}

.article_or_news_new p.lead {
	padding: 10px 10px 10px 15px;
    border-left: 5px solid #ed4d33;
    background-color: rgba(237, 77, 51, 0.1);
  	margin-top: 16px;
  	border-radius: 0 8px 8px 0;
}

.article_or_news_new h1 {
	margin-bottom: 32px;
}

.article_or_news_new h2:not(:first-child) {
	margin-top: 32px;
}

.article__main-image {
	border-radius: 8px;
}

.content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #ddd;
}

.content-table tr {
    border-bottom: 1px solid #ddd;
}

.content-table tr:last-child {
    border-bottom: none;
}

.content-table td {
    padding: 15px 20px;
    vertical-align: top;
}

.content-table td:first-child {
    width: 30%;
    background-color: #f8f8f8;
    font-weight: 500;
    border-right: 1px solid #ddd;
}

.content-table td:last-child {
    width: 70%;
}

@media (max-width: 768px) {
    .content-table,
    .content-table tbody,
    .content-table tr,
    .content-table td {
        display: block;
        width: 100%;
      	border: none;
    }
    
    .content-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .content-table tr:last-child {
        margin-bottom: 0;
    }
    
    .content-table td {
        border: none;
    }
    
    .content-table td:first-child {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    
    .content-table td:last-child {
        width: 100%;
        background-color: #fff;
        padding-top: 10px;
      	border-bottom: 1px solid #ddd;
    }
}

.checkbox__error {
  display: none;
  margin-top: 5px;
  font-size: 14px;
  color: #ff0000;
}

.checkbox.error .checkbox__error {
  display: block;
}

.checkbox.error .checkbox__emulator {
  border-color: #ff0000;
}


.article__head-title {
	font-size: 28px;
}

.article_or_news_new .text h2 {
	font-size: 24px;
  	font-weight: 700;
}
.article_or_news_new .text h3 {
  	margin: 24px 0 4px;
	font-size: 20px;
  	font-weight: 700;
}

.article_or_news_new .text hr {
	margin-top: 10px;
    border: none;
    background: #f2f2f2;
    height: 1px;
}

.article_or_news_new .text ul li,
.article_or_news_new .text ol li{
    font-size: 16px;
    line-height: 1.5;
}