html body #cookie-consent {
	display: none!important;
}

.cky-consent-container {
    border: 1px solid #196dff!important;
}


.block-title h1 {
	text-align: center;
    font-size: 2.5vw;
    padding: 1.7vw;
}

.head-men {
	width: 100%;
    float: none;
}

.head-men #mainMenu  {
	margin-top: 14px;
}

.main-block {
	margin-top: -31px;
}

.headphone {
	top: 60px;
}

.head-log {
	position: relative;
    top: 20px;
}

.ytgallery__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: 300px;
	gap: 30px;
}

.ytgallery__item {
	position: relative;
	border-radius: 10px;
}

.ytgallery__item.videoActive .ytgallery__preview {
}

.ytgallery__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all 0.3s;
}

.ytgallery__preview {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	transition: all 0.3s;
	z-index: 1;
}

.ytgallery__preview:hover {
	cursor: pointer;
}

.ytgallery__preview:hover .ytgallery__play {
	/* transform: scale(1.1); */
}

.ytgallery__image {
	border-radius: 10px !important;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.ytgallery__video {
	height: 100%;
}

.ytgallery__video iframe {
	width: 100% !important;
	height: 100% !important;
	border-radius: 10px;
	position: relative;
	z-index: 10 !important;
	overflow: hidden;
}

.text-link {
}

.products .type-block {
	margin-top: 20px;
}

.products .text-link {
	font-size: 19px;
	font-weight: 400;
}

.example_gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 300px;
	gap: 20px;
	margin: 15px 0;
}

.materials_gallery {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 250px;
}

.example_gallery a {
	width: 100%;
	height: 100%;
}

.example_gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagination {
	float: left;
}

.page-numbers {
	position: relative;
	float: left;
	text-decoration: none;
	color: #337ab7;
	border: 1px solid #ddd;
	margin-left: -1px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.page-numbers:hover {
	text-decoration: none;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.page-numbers.current {
	background-color: rgba(74, 74, 75, 0.75) !important;
	border-color: rgba(74, 74, 75, 0.75) !important;
	color: #fff;
}

.video_item {
	position: relative;
}

.video_btn {
	position: absolute;
	z-index: 1;
	width: 75px !important;
	height: 75px !important;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.modal__wrapper {
	max-width: 700px;
	width: 100%;
}

.modal__wrapper {
	width: 100%;
}

.modal__video video {
	width: 100%;
}

.modal__container {
	padding: 0;
}

.modal_text {
	padding: 10px;
}

.video_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(1, 1, 1, 0.5);
}

.modal__container button svg path {
	fill: #ffffff;
}

header {
	margin-top: -8px;
}

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

.second_emails a {
	font-size: 18px;
	font-weight: 300;
}

.head-title p strong span {
	margin: 0 -3px;
}

.sublogo {
	margin-left: -3px;
}

.dimension_info {
	height: 205px;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
}

.dimension_rule {
	margin-top: 10px;
	display: inline-block;
}

.image-content {
	display: flex;
	flex-direction: column;
	max-height: 1200px;
	height: 100%;
}

.image-block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.with-bg a {
	color: #ffffff;
}

@media (max-width: 991px) {
	.image-content {
		flex-direction: row;
		gap: 40px;
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.materials_text {
		padding: 0 10px;
	}

	.example_gallery {
		grid-template-columns: 1fr 1fr;
	}
	.head-title p {
		font-size: 23px;
		letter-spacing: 0.001rem;
	}
	.head-title p .sublogo {
		font-size: 20px;
	}
	.second_emails a {
		font-size: 17px;
		font-weight: 300;
	}
	.sublogo {
		display: block;
		max-width: 200px;
		margin-left: -3px;
	}
	.image-content {
		flex-direction: column;
		gap: 20px;
	}
	.product-item {
		justify-content: center;
	}
}

@media (max-width: 475px) {
	.example_gallery {
		grid-template-columns: 1fr;
	}
}