/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.home-hero__main-block {
	position: relative;
}

.home-hero__video {
	display: block;
	width: 100%;
	height: 100vh;
	object-position: center;
	object-fit: cover;
}

.home-hero__play-btn {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity .7s;
}
.home-hero__slide-item-img {
	display: block;
	height: 100vh;
	object-fit: cover;
}
.home-hero__poster {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	object-position: center;
	opacity: 1;
	transition: opacity .4s;
}

.home-hero__video-block {
	position: relative;
}

.home-hero__video-block:hover .play-btn {
	opacity: 1;
}

.home-hero__video-block.active .poster {
	z-index: -111;
	opacity: 0;
}

.home-hero__video-block.active .play-btn {
	display: none;
}

.home-hero__play-btn svg {
	width: 120px;
	height: 120px;
}

.home-hero__slide-item-link-btn,
.home-hero__link-btn {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	grid-gap: 0 16px;
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.4;
	color: #FFFFFF;
	position: absolute;
	bottom: 70px;
	right: 200px;
	z-index: 2;
	width: fit-content;
}

.home-hero__slide-item-link-btn:after,
.home-hero__link-btn:after {
	content: '';
	background-size: 97px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='110' height='113' viewBox='0 0 110 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12959 38.1264C5.454 25.8005 13.9874 15.3949 25.228 8.74076C36.4686 2.08667 49.6961 -0.389442 62.5824 1.7482C75.4688 3.88584 87.1883 10.5002 95.6783 20.4273C104.168 30.3544 108.885 42.958 108.998 56.02C109.111 69.082 104.613 81.7653 96.296 91.8377C87.9789 101.91 76.3756 108.726 63.5281 111.087C50.6806 113.447 37.4123 111.2 26.0583 104.741C14.7043 98.2824 5.99218 88.0259 1.45522 75.7767' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
	z-index: -1;
	position: absolute;
	right: -45px;
	top: 50%;
	transform: translateY(-50%) rotate(360deg);
	width: 100px;
	height: 100px;
}

.home-hero__link-btn svg {
	display: block;
	width: 24px;
	height: 24px;
}

.home-hero__mobile-block {
	display: none;
}

.home-hero [class*=slider-block] .prev-btn,
.home-hero [class*=slider-block] .next-btn {
	width: 30px;
	height: 30px;
}

.home-hero [class*=slider-block] .prev-btn {
	left: 30px;
}
.home-hero [class*=slider-block] .next-btn {
	right: 30px;
}

@media (max-width: 960.99px) {
	.home-hero__slide-item-link-btn,
	.home-hero__link-btn {
		bottom: 50px;
		right: 90px;
		padding: 5px 0;
		font-size: 20px;
	}

	.home-hero__slide-item-link-btn:after, 
	.home-hero__link-btn:after {
		background-size: 77px;
		width: 80px;
		height: 80px;
		right: -35px;
	}

	.home-hero__play-btn svg {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 520.99px) {
	.home-hero__slide-item-link-btn, 
	.home-hero__link-btn {
		position: unset;
	}

	.home-hero__mobile-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #020F13;
		padding: 60px 40px;
		padding-bottom: 100px;
	}

	.home-hero__slide-item-link-btn,
	.home-hero__link-btn {
		display: none;
	}

	.home-hero__mobile-title {
		font-weight: 600;
		font-size: 44px;
		line-height: 1.1;
		text-align: center;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	.home-hero__mobile-title span {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: #02DEDD;
		text-transform: uppercase;
	}

	.home-hero__mob-link-btn,
	.home-hero__slide-item-mob-link-btn {
		margin-top: 70px;
        font-size: 20px;
        display: grid;
	    grid-template-columns: repeat(2, max-content);
	    align-items: center;
	    grid-gap: 0 16px;
	    padding: 5px 0;
	    box-sizing: border-box;
	    font-family: 'Vollkorn';
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 1.3;
	    color: #FFFFFF;
	    position: relative;
	    z-index: 2;
	    width: fit-content;
	}

	.home-hero__mob-link-btn:after,
	.home-hero__slide-item-mob-link-btn:after {
		background-size: 77px;
		width: 100px;
		height: 100px;
		content: '';
		background-size: 97px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg width='110' height='113' viewBox='0 0 110 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12959 38.1264C5.454 25.8005 13.9874 15.3949 25.228 8.74076C36.4686 2.08667 49.6961 -0.389442 62.5824 1.7482C75.4688 3.88584 87.1883 10.5002 95.6783 20.4273C104.168 30.3544 108.885 42.958 108.998 56.02C109.111 69.082 104.613 81.7653 96.296 91.8377C87.9789 101.91 76.3756 108.726 63.5281 111.087C50.6806 113.447 37.4123 111.2 26.0583 104.741C14.7043 98.2824 5.99218 88.0259 1.45522 75.7767' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
		z-index: -1;
		position: absolute;
		right: -45px;
		top: 50%;
		transform: translateY(-50%) rotate(360deg);
	}

	.home-hero__mob-link-btn svg,
	.home-hero__slide-item-mob-link-btn svg {
	    display: block;
    	width: 24px;
    	height: 24px;
    }

    .home-hero__slide-item {
    	overflow: hidden;
    }

    .home-hero__slide-item-img {
    	height: auto;
    	transform: scale(1.1);
    }

    .home-hero [class*=slider-block] .prev-btn,
	.home-hero [class*=slider-block] .next-btn {
		display: none;
	}

	.home-hero__slider-list.owl-carousel .owl-dots {
		display: flex;
		justify-content: center;
		gap: 0 5px;
		margin-top: 22px;
		width: 100%;
	}

	.home-hero__slider-list.owl-carousel .owl-dot {
		border-radius: 50%;
		padding: 0;
		display: block;
		width: 10px;
		height: 10px;
		background: #000000;
	}

	.home-hero__slider-list.owl-carousel .owl-dot:hover,
	.home-hero__slider-list.owl-carousel .owl-dot.active {
		opacity: .6;
	}
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
	background: #131313;
}

.banner__main-block {
	height: 350px;
	display: flex;
	align-items: center;
	position: relative;
}

.banner__thumb {
	position: absolute;
	left: 0;
	z-index: 1;
	bottom: 0;
	overflow: hidden;
	width: 340px;
	height: auto;
}


.banner__image  {
	width: 100%;
	height: auto;
	transform: translateY(8px);
}

.banner__descr {
	margin-left: auto;
	margin-right: 0;
	max-width: calc(100% - 340px);
	padding-left: 40px;
	box-sizing: border-box;
}

.banner__title {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.3;
	color: #FFFFFF;
}

.banner__text {
	display: block;
	margin-top: 7px;
	font-size: 17px;
	line-height: 1.3;
	color: #F8F8F8;
}

@media (max-width: 768.99px) {

	.banner__main-block {
		height: 280px;
	}

	.banner__thumb {
		width: 280px;
	}

	.banner__descr {
		max-width: calc(100% - 280px);
	}

	.banner__text {
		font-size: 14px;
	}

	.banner__title {
		font-size: 28px;
	}
}

@media (max-width: 620.99px) {
	.banner__thumb {
		width: 220px;
	}

	.banner__descr {
		max-width: calc(100% - 220px);
	}

	.banner__title {
		font-size: 24px;
	}
}

@media (max-width: 520px) {
	.banner .container {
		padding: 0!important;
	}
	.banner__image {
		object-fit: contain;
		object-position: center;
		transform: unset;
	}
	.banner__thumb {
		padding: 0 30px;
		width: 100%;
		position: unset;
	}
	.banner__descr {
		max-width: 100%;
		padding: 32px 24px;
	}

	.banner__main-block  {
		display: block;
		height: auto;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
	overflow: hidden;
}

.about__main-block {
	height: 100%;
	max-height: 360px;
	overflow-y: auto;
}

.about__description h2 {
	margin-block: 20px;
	font-weight: 600;
	font-size: 34px;
	color: #1C1C1C;
}

.about__description p {
	display: inline-block;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6;
	color: #4B4B4B;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.media {
	background: #F8F8F8;
}
.media__main-block {
	padding: 60px 0;
}
.media__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 35px;
}

.media__item {
	display: block;
}

.media__item-button-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.media__item-title {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 34px;
	text-align: center;
	color: #1C1C1C;
}

.media__item-link {
	margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    grid-gap: 0 16px;
    padding: 12px 0;
    background: #FFFFFF;
    box-sizing: border-box;
    font-family: 'Vollkorn';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #313325;
    position: relative;
    z-index: 1;
    width: fit-content;
    transform: translateX(-35px);
    margin-left: auto;
    margin-right: auto;
}

.media__item-link svg {
	display: block;
	width: 24px;
	height: 24px;
}

.media__item-link path {
	stroke: #313325;
}

.media__item-link:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F8F8F8;
}

.media__item-link:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    border: 2px solid #313325;
    border-radius: 50%;

}

.media__item-img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
	display: block;
}

@media (max-width: 1200.99px) {
	.media__list {
		grid-gap: 0 24px;
	}

	.media__item-link {
		margin-top: 50px;
		font-size: 20px;
		padding: 0;
	}

	.media__item-link:before {
		width: 80px;
		height: 80px;
		right: -35px;
	}

	.media__item-img {
		height: 300px;
	}
}

@media (max-width: 860.99px) {
	.media__item-img {
		height: 250px;
	}

	.media__list.owl-carousel .owl-item {
		order: 1;
	}

	.media__list.owl-carousel .owl-item:nth-child(2) {
		order: 2;
	}

	.media__list.owl-carousel .owl-dots {
		display: flex;
		justify-content: center;
		gap: 0 5px;
		margin-top: 22px;
		width: 100%;
	}

	.media__list.owl-carousel .owl-dot {
		border-radius: 50%;
		padding: 0;
		display: block;
		width: 10px;
		height: 10px;
		background: #000000;
	}

	.media__list.owl-carousel .owl-dot:hover,
	.media__list.owl-carousel .owl-dot.active {
		opacity: .6;
	}

	.media__item-img {
		height: auto;
	}

	.media__item {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.media__item-button-block {
		height: fit-content;
		padding-bottom: 40px;
	}

	.media__item-link {
		margin-left: 40px;
	}
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviews__item {
	display: block;
	min-height: 100%;
}

.reviews__item-main {
	display: flex;
	flex-direction: column;
	padding: 16px;
	box-sizing: border-box;
	background: #F8F8F8;
}

.reviews__item-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.reviews__item-author {
	display: flex;
	flex-direction: column;
}

.reviews__item-author * {
	line-height: 1.3;
	font-size: 14px;
	display: block;
}

.reviews__item-author-name {
	font-weight: 500;
	color: #3C3C3C;
}

.reviews__item-date-time {
	font-weight: 400;
	color: #ACACAC;
}

.reviews__item-stars-list {
	display: flex;
	align-items: flex-start;
	gap: 0 4px;
}


.reviews__item-stars-list li {
	display: block;
}

.reviews__item-stars-list li svg {
	width: 12px;
	height: 12px;
	display: block;
}

.reviews__item-stars-list li path {
	fill: #DDDDDD;
}

.reviews__item-stars-list li.active path {
	fill: #F6E200;
}

.reviews__item-review-text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.3;
	color: #4B4B4B;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
}

.reviews__list .owl-item.active + .owl-item.active + .owl-item.active .item-review-text,
.reviews__item-review-text {
    -webkit-line-clamp: 3;
    max-height: calc(14px * 1.3 * 3);
}



.reviews__list .owl-item.active + .owl-item.active .item-review-text {
	-webkit-line-clamp: 7;
    max-height: calc(14px * 1.3 * 7);
}

.reviews__item-bottom {
	border-top: 1px solid #D8D8D8;
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 0 16px;

}

.reviews__item-thumb {
	display: block;
}

.reviews__item-img {
	width: 100px;
	height: 130px;
	object-fit: contain;
	object-position: center;
	display: block;
	mix-blend-mode: darken;
}

.reviews-item__product-descr {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	color: #030303;
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/

.awards__list {
	display: flex;
	gap: 0 30px;
	flex-wrap: nowrap;
}

.awards__item {
	width: 100%;
	display: block;
	flex: 1 1 calc(25% - 30px);
	transition: flex .5s;
}


.awards__item:not(.active) {
	cursor: pointer;
}

.awards__item.active {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 30px;
	flex: 1 1 auto;
}

.awards__item-descr-block {
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 1;
}

.awards__item-descr {
	font-size: 17px;
	line-height: 1.3;
	color: #4B4B4B;
}

.awards__item-img {
	display: block;
	height: 400px;
	object-fit: cover;
}

.awards__item.active .item-descr-block {
	width: 100%;
	height: auto;
	opacity: 1;
}

.awards__item-link {
	margin-top: 54px;
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    grid-gap: 0 16px;
    padding: 10px 0;
    background: #FFFFFF;
    box-sizing: border-box;
    font-family: 'Vollkorn';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #313325;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.awards__item-link svg {
	display: block;
	width: 24px;
	height: 24px;
}

.awards__item-link path {
	stroke: #313325;
}

.awards__item-link:after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF;
}

.awards__item-link:before {
	content: '';
    z-index: -1;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border: 2px solid #313325;
    border-radius: 50%;
}

@media (max-width: 1200.99px) {
	.awards__item-link {
		padding: 0;
		font-size: 20px;
	}

	.awards__item-description {
		font-size: 16px;
	}

	.awards__item-link:before {
		width: 80px;
		height: 80px;
		right: -35px;
	}

	.awards__item {
		flex: 1 1 140px;
	}

	.awards__list {
		gap: 0 15px;
	}

	.awards__item-img {
		height: 300px;
	}
}

@media (max-width: 920.99px) {
	.awards__item {
		flex: 1 1 70px;
	}

	.awards__item.active {
		grid-gap: 0 15px;
	}

}

@media (max-width: 768.99px) {
	.awards__item-descr {
		font-size: 14px;
	}

	.awards__item-link {
		font-size: 18px;
	}

	.awards__item-link:before {
		width: 60px;
		height: 60px;
		right: -25px;
	}
}
@media (max-width: 640.99px) {
	.awards__item-descr-block {
		width: auto;
	    height: auto;
	    overflow: hidden;
	    opacity: 1;
	}
	.awards__item,
	.awards__item.active {
		display: flex;
		grid-gap: 0;
		gap: 20px 0;
		flex-direction: column;
	}


	.awards__item-descr-block {
		padding-bottom: 20px;
	}

	.awards__list.owl-carousel .owl-dots {
		display: flex;
		justify-content: center;
		gap: 0 5px;
		margin-top: 22px;
		width: 100%;
	}

	.awards__list.owl-carousel .owl-dot {
		border-radius: 50%;
		padding: 0;
		display: block;
		width: 10px;
		height: 10px;
		background: #000000;
	}

	.awards__list.owl-carousel .owl-dot:hover,
	.awards__list.owl-carousel .owl-dot.active {
		opacity: .6;
	}

}

@media (max-width: 520.99px) {
	.awards__item-link {
		margin-top: 22px;
	}

	.awards__item-link:after,
	.awards__item-link:before {
		content: unset;
	}
}
/*--------------------------------------------------------------
# Production
--------------------------------------------------------------*/

.production__list {
	display: flex;
	gap: 0 15px;
	flex-wrap: nowrap;
}

.production__item {
	width: 100%;
	display: block;
	flex: 1 1 calc(25% - 15px);
	transition: flex .5s;
}


.production__item:not(.active) {
	cursor: pointer;
}

.production__item.active {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 15px;
	flex: 1 1 auto;
}

.production__item-descr-block {
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 1;
}

.production__item-img {
	display: block;
	height: 400px;
	object-fit: cover;
}

.production__item.active .item-descr-block {
	width: 100%;
	height: auto;
	opacity: 1;
}

.production__item-link {
	margin-top: 54px;
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    grid-gap: 0 16px;
    padding: 10px 0;
    background: #FFFFFF;
    box-sizing: border-box;
    font-family: 'Vollkorn';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #313325;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.production__item-link svg {
	display: block;
	width: 24px;
	height: 24px;
}

.production__item-link path {
	stroke: #313325;
}

.production__item-link:after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF;
}

.production__item-link:before {
	content: '';
    z-index: -1;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border: 2px solid #313325;
    border-radius: 50%;
}

@media (max-width: 1200.99px) {
	.production__item {
		flex: 1 1 140px;
	}

	.production__item-link {
		font-size: 20px;
		padding: 0;
	}

	.production__item-link:before {
		width: 80px;
		height: 80px;
		right: -35px;
	}

	.production__item-img {
		height: 300px;
	}

	.production__item-descr {
		font-size: 16px;
	}
}

@media (max-width: 920.99px) {
	.production__item {
		flex: 1 1 70px;
	}
}

@media (max-width: 768.99px) {
	.production__item-descr {
		font-size: 14px;
	}
	.production__item-link {
		font-size: 18px;
	}

	.production__item-link:before {
		width: 60px;
		height: 60px;
		right: -25px;
	}
}

@media (max-width: 640.99px) {
	.production__item-descr-block {
		width: auto;
	    height: auto;
	    overflow: hidden;
	    opacity: 1;
	}
	.production__item,
	.production__item.active {
		display: flex;
		grid-gap: 0;
		gap: 20px 0;
		flex-direction: column;
	}

	.production__item-descr-block {
		padding-bottom: 20px;
	}

	.production__item-descr-block {
		padding-bottom: 20px;
	}

	.production__list.owl-carousel .owl-dots {
		display: flex;
		justify-content: center;
		gap: 0 5px;
		margin-top: 22px;
		width: 100%;
	}

	.production__list.owl-carousel .owl-dot {
		border-radius: 50%;
		padding: 0;
		display: block;
		width: 10px;
		height: 10px;
		background: #000000;
	}

	.production__list.owl-carousel .owl-dot:hover,
	.production__list.owl-carousel .owl-dot.active {
		opacity: .6;
	}
}

@media (max-width: 520.99px) {
	.production__item-link {
		margin-top: 22px;
	}
	.production__item-link:after,
	.production__item-link:before {
		content: unset;
	}
}

/*--------------------------------------------------------------
# SEO
--------------------------------------------------------------*/
.seo__main-block {
	max-height: 400px;
	overflow-y: auto;
}

.seo__content h2 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 34px;
	line-height: 40px;
	color: #1C1C1C;
}

.seo__content p {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6;
	color: #4B4B4B;
}

.seo__content p + p {
	margin-top: 16px;
}
@media (max-width: 520.99px) {
	.seo__content h2  {
		font-size: 28px;
	}
	.seo__main-block {
		max-height: 600px;
	}

	.seo__content p {
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
# Pop Cats
--------------------------------------------------------------*/

.pop-cats__item {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.pop-cats__item-title {
	margin-top: 22px;
	
	display: flex;
	flex-direction: column;
}

.pop-cats__item-title * {
	line-height: 1.2;
	display: block;
}

.pop-cats__item-name {
	font-weight: 400;
	font-size: 20px;
	color: #1C1C1C;
}

.pop-cats__item-count {
	font-weight: 400;
	font-size: 15px;
	color: #696969;
	line-height: 1.2;
	margin-top: 4px;
}

.pop-cats__item-thumb {
	display: block;
}

.pop-cats__item-img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 350px;
	transition: all .7s;
}

.pop-cats__list .owl-item.active + .owl-item.active + .owl-item.active .item-img {
	height: 350px;
}

.pop-cats__list .owl-item.active + .owl-item.active .item-img {
	height: 470px;
}


@media (max-width: 857.99px) {
	.pop-cats__item-img {
		height: 300px;
	}
	.pop-cats__list .owl-item.active + .owl-item.active .item-img {
		height: 300px;
	}
}
