.static a {
	color: #78A811;
}
.static a:hover {
	color: #fed700;
}
.static .readall-hide:after {
	/*background: linear-gradient(to bottom, rgba(34,34,34, 0.1), #222 75%);*/
}
.disclaimer {
	font-size: 0.8em;
}

/*
.main .static form input, .main .static form textarea {
	background-color: #242424 !important;
	border: 1px solid #474747 !important;
	border-radius: 6px !important;
	color: #fff !important;
}
*/
.main .static form input:required, .main .static form textarea:required {
	box-shadow: inset 0px -3px 0px #fed700 !important;
}
.main .static form input:focus, .main .static form textarea:focus {
	box-shadow: inset 0px -3px 0px #78A811 !important;	
}
.main .static form input.is-invalid, .main .static form textarea.is-invalid {
	box-shadow: inset 0px -3px 0px #FF2466 !important;
}
.main .static form label.required::after {
	content: "*";
	color: #fed700;
	display: inline-block;
	font-size: 1.5rem;
	margin: -1em 0 0 0.3em;
}

.main .static form .form_message {
	padding: 1em 0;
	font-size: 1rem;
	text-align: center;
}
.main .static form .form_message.error {
	color: #FF2466;
} 
.main .static form .form_message.ok {
	font-weight: bold;
} 

.static ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
	list-style-type: disc;
	padding: 1em;
}
.static li {
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}

.file-upload{box-sizing:border-box}
.file-upload{position:relative;color:#999;/*max-width:50%;*/padding:1em 0 0 0;}
.file-upload .filupp > input[type="file"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.file-upload .filupp{position:relative;background:#fff;display:block;padding:1em;width:100%;height:3.7em;color:#999;cursor:pointer;border: 1px solid #474747 !important;border-radius: 6px !important;}
/*.file-upload .filupp:before{content:"";position:absolute;top:1.5em;right:.75em;width:2em;height:1.25em;border:3px solid #dd4040;border-top:0;text-align:center}*/
.file-upload .filupp:after{content: "\f574";font-family: "Font Awesome 5 Free";font-weight:900;position:absolute;top:.9em;right:.45em;font-size:2em;color:#fed700;line-height:0}
.file-upload .filupp-file-name{width:75%;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1rem;}
/* https://obninsksite.ru/blog/html-and-css/input-file-style */

.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }


.product-slider, .product-slider-two {
	padding-bottom: 35px;
}
.product-slider .swiper-pagination, .product-slider-two .swiper-pagination {
	bottom: 0;
}

.product-area .product-item {
	padding: 20px;
}

.product-header-content .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 2.5em;
	text-overflow: ellipsis;
	white-space: normal;
}
.product-header-content .sub-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-header-content p.title {
	height: 3.2em;
}

.product-item .product-thumb {
	width: 100%;
	height: auto;
	max-height: 100%;
	line-height: 100%;
	aspect-ratio: 1.66;
	overflow: hidden;
}


.header-category-list li .sub-menu {
	max-width: 280px;
}
.header-category-list li .sub-menu li {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.side-menu-wrapper .title {
	background-color: #fed700;
	font-weight: bold;
}

.product-item {
	margin-bottom: 50px;
}


.player {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.player .title {
	display: flex;
	justify-content: space-between;
	height: 3em;
}
.player .stats, .player .btn {
	text-align: center;
	white-space: nowrap;
}
.player .btn .btn--base {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.pagination {
	justify-content: center;
	border: none;
}
.pagination .page-item a, .pagination .page-item span {
	width: auto;
	min-width: 30px;
}

.poster {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.poster div {
	background-size: 100% auto;
}
.poster img {
	visibility: hidden;
}


.tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.search-section .tags ul {
	justify-content: flex-start;
}
.tags ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.tags ul li a {
	display: flex;
	align-items: center;
	/*max-width: 100px;*/
	height: 2em;
/*
	line-height: 2em;
	vertical-align: middle;*/
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tags.cats ul li a {
	font-size: 16px;
}
.tags ul li a:hover, .tags ul li a.active {
	background-color: #fed700;
	border: 1px solid #fed700;
}



.subscribe-section .breadcrumb-area {
	background: none;
}

.product-details-item {
	display: block;
}

.product-details-content {
	padding: 0;
}

.product-details-list {
	display: flex;
	list-style-type: none;
	flex-direction: row;
}
.product-details-list li::before {
	display: none;
}
.product-details-list li {
	/*padding: 0 2em 0 0 !important;*/
}

.main .banner {
	min-height: 200px;
}

.banner-section {
	padding: 20px 0;
}

.site-logo {
	max-width: 150px;
}
@media (min-width: 576px) {
	.site-logo {
		max-width: 280px;
	}
}
.header-search-form {
/*
	min-width: 500px;
	max-width: 850px;
	width: 50%;
*/
	min-width: 380px !important;
	display: flex !important;
	width: 100%;
}
.header-mobile-search-area {
	display: none !important;
}