* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #3E3D3C;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: 500;
    font-style: normal;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a, .btn-link {
    color: #FFF;
}

.header-bottom-adress {
	color: #FFF;
}

h1, h2, h3, p, label, span, a, button, li {
	margin: 0;
	font-family: "Wix Madefor Display", sans-serif;
}

button {
	cursor: pointer;
}


.margin {
	max-width: 1920px; 
	padding-left: 58px;
	padding-right: 58px;
	margin-left: auto;
    margin-right: auto;
}


.btn-black,
.btn-green,
.btn-white {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	width: fit-content;
	height: fit-content;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 28px;
	transition: background-color 1s, color 1s;
	white-space: nowrap;
    margin: 0;
}

.btn-black {
	background: #3E3D3C;
	color: #FFF;
}

.btn-black:hover {
	background: #616161;
}

.btn-green {
	background: #055E54;
	color: #FFF;
}

.btn-green:hover {
	background: #616161;
}

.btn-green:disabled{
	background: #BDBDBD;
}

.btn-white {
	background: #F0F0F0;
	color: #3E3D3C;
}

.btn-white:hover {
	background: #FFF;
	color: #73706F;
}

.hidden {
	overflow: hidden;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	background: url(/local/templates/tk/assets/img/production/icon-slider-arrow.svg) #F0F0F0 50% 50%/ 50% no-repeat;
	width: 32px;
	height: 32px;
	transition: background-color 0.5s, background-image 0.5s;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
	background-color: #616161;
	background-image: url(/local/templates/tk/assets/img/production/icon-slider-arrow-white.svg);
}


.hover {
	cursor: pointer;
}

.img-overlay-wrap {
	position: relative;
}

.hover .img-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(62, 61, 60, 0.50);
	backdrop-filter: blur(1px);
	opacity: 0;
	transition: opacity 1s;
}

.hover:hover .img-overlay {
	opacity: 1;
}

.hover img {
	width: 100%;
}

.hover__p {
	font-size: 20px;
    line-height: 124%;
    margin-top: 12px;
	transition: color 1s;
}

.hover:hover p {
	color: rgba(62, 61, 60, 0.50);
}

.scroll::-webkit-scrollbar {
	width: 12px; 
	background: #FFF;
	border: 1px solid #F2F2F2;
}
 
.scroll::-webkit-scrollbar-track {
	background: #FFF;
	border: 1px solid #F2F2F2;
}

.scroll::-webkit-scrollbar-thumb {
	background: #616161;
	border: 2px solid transparent;
	background-clip: content-box;
}

.load {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.default-text {
	color: #73706F;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(62, 61, 60, 0.65);
	backdrop-filter: blur(0.5px);
}

@media (max-width: 1919px) {

	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 32px;
	}

	.hover__p {
		font-size: 18px;
	}

	.default-text {
		font-size: 16px;
	}
}

@media (max-width: 1511px) {

	h1 {
		font-size: 32px;
		margin-bottom: 32px;
	}
	
	h2 {
		font-size: 28px;
		margin-bottom: 32px;
	}
	
	section {
		margin-bottom: 80px;
	}
	
	.margin {
		padding-left: 50px;
		padding-right: 50px;
	}

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		width: 28px;
		height: 28px;
	}

	.hover__p {
		font-size: 16px;
	}

	.default-text {
		font-size: 14px;
	}
}

@media (max-width: 1279px) {

	.margin {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 1132px) {

	h1 {
		font-size: 24px;
		margin-bottom: 28px;
	}
	
	h2 {
		font-size: 20px;
		margin-bottom: 28px;	}
	
	section {
		margin-bottom: 60px;
	}
	
	.margin {
		padding-left: 20px;
		padding-right: 20px;
	}

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		width: 32px;
		height: 32px;
	}

	.hover__p {
		font-size: 14px;
		margin-top: 0;
	}

	.default-text {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	
	.hover__p {
		word-break: break-word;
	}
}



.slider__item {
	position: relative;
}

.slider__item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(62, 61, 60, 0.20);
}

.slider__info {
	position: absolute;
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(10px);
}

.slider__full .slider__info {
	width: 517px;
	padding: 28px;
	bottom: 124px;
	right: 200px;	
}

.slider__half .slider__info {
	width: 385px;
	padding: 24px;
	bottom: 28px;
	left: 28px;
}

.slider__half img {
	height: 800px;
	object-fit: cover;
}

.slider__heading {
	margin-bottom: 20px;
}

.slider__name {
	font-size: 20px;
	line-height: 124%;
	margin-bottom: 20px;
}

.slider__text {
	margin-bottom: 28px; 
}

.slider.owl-carousel .owl-nav .owl-next,
.slider.owl-carousel .owl-nav .owl-prev {
	top: 50%;
}

.slider.owl-carousel .owl-nav .owl-prev {
	transform: translateY(-50%);
}

.slider.owl-carousel .owl-nav .owl-next {
	transform: translateY(-50%) rotate(180deg);
}

.slider__full.owl-carousel .owl-nav .owl-prev {
	left: 58px;
}

.slider__full.owl-carousel .owl-nav .owl-next {
	right: 58px;
}

.slider__half.owl-carousel .owl-nav .owl-prev {
	left: 28px;
}

.slider__half.owl-carousel .owl-nav .owl-next {
	right: 28px;
}

@media (max-width: 1919px) {

	.slider__full .slider__info {
		bottom: 70px;
		width: 458px;
	}

	.slider__half .slider__info {
		width: 351px;
	}
	
	.slider__half img {
		height: 618px;
	}
	
	.slider__full .slider__heading {
		margin-bottom: 16px;
	}

	.slider__name {
		font-size: 18px;
	}
	
	.slider__text {
		margin-bottom: 24px; 
	}
}

@media (max-width: 1511px) {

	.slider__full .slider__info {
		bottom: 43px;
		width: 409px;
	}

	.slider__half .slider__info {
		width: 317px;
	}
	
	.slider__half img {
		height: 521px;
	}
	
	.slider__name {
		font-size: 16px;
	}
	
	.slider__full.owl-carousel .owl-nav .owl-prev {
		left: 50px;
	}
	
	.slider__full.owl-carousel .owl-nav .owl-next {
		right: 50px;
	}
}

@media (max-width: 1279px) {

	.slider__full .slider__info {
		bottom: 35px;
	}

	.slider__half .slider__info {
		width: 320px;
	}

	.slider__full img {
		height: 562px;
		object-fit: cover;
	}
	
	.slider__half img {
		height: 479px;
	}
}

@media (max-width: 1132px) {

	.slider__full .slider__info {
		bottom: 307px;
		right: 20px;
		width: 297px;
		padding: 24px;
	}

	.slider__half .slider__info {
		width: 268px;
		padding: 16px;
		bottom: 8px;
		left: auto;
		right: 8px;
	}

	.slider__full img {
		height: 930px;
	}

	.slider__half img {
		height: 471px;
	}
	
	.slider__full .slider__heading {
		margin-bottom: 12px;
	}

	.slider__name {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
	.slider__text {
		margin-bottom: 20px; 
	}
	
	.slider__half .slider__btn {
		font-size: 12px;
		line-height: 16px;
	}

	.slider.owl-carousel .owl-nav button.owl-prev {
		transform: none;
	}
	
	.slider.owl-carousel .owl-nav .owl-next {
		transform: rotate(180deg);
	}

	.slider__full.owl-carousel .owl-nav .owl-next, 
	.slider__full.owl-carousel .owl-nav .owl-prev {
		top: 33%;
	}
		
	.slider__full.owl-carousel .owl-nav .owl-prev {
		left: auto;
		right: 72px;
	}
	
	.slider__full.owl-carousel .owl-nav .owl-next {
		right: 20px;
	}

	.slider__half.owl-carousel .owl-nav .owl-prev,
	.slider__half.owl-carousel .owl-nav .owl-next {
		top: auto;
		bottom: 30%;
	}

	.slider__half.owl-carousel .owl-nav .owl-prev {
		left: auto;
		right: 60px;
	}
	
	.slider__half.owl-carousel .owl-nav .owl-next {
		right: 8px;
	}
}


@media (max-width: 600px) {

	.slider__full .slider__info {
		bottom: 30px;
		width: 267px;
	}

	.slider__half .slider__info {
		width: 194px;
	}

	.slider__full img {
		height: 400px;
	}

	.slider__half img {
		height: 312px;
	}

	.slider__full.owl-carousel .owl-nav .owl-next, 
	.slider__full.owl-carousel .owl-nav .owl-prev {
		top: 30px;
	}
		
	.slider__half.owl-carousel .owl-nav .owl-prev,
	.slider__half.owl-carousel .owl-nav .owl-next {
		top: 45%;
		bottom: auto;
	}
}

@keyframes rotateLeft {
    0% {
      	transform: rotate(0);
    }
    100% {
		transform: rotate(90deg);
    }
}

@keyframes rotateRight {
    0% {
		transform: rotate(90deg);
    }
    100% {
		transform: rotate(0);
    }
}

@keyframes active {
    0% {
      	display: none;
		visibility: hidden;
		opacity: 0;
    }
    100% {
		display: block;
		visibility: visible;
		opacity: 1;
    }
}

@keyframes hidden {
    0% {
		display: block;
		visibility: visible;
		opacity: 1;
    }
    100% {
		display: none;
		visibility: hidden;
		opacity: 0;
    }
}

@keyframes open {
    0% {
      	display: none;
		left: -600px;
    }
    100% {
		display: flex;
		left: 0;
    }
}

@keyframes close {
    0% {
		display: flex;
		left: 0;
    }
    100% {
		display: none;
		left: -600px;
    }
}


@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50% - 10px)); 
	}
}


.section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.section__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

.section__left {
	grid-column: 1 / span 3;
	display: flex;
    flex-direction: column;
}

.section__right {
	grid-column: 5 / span 8;
}

.section__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 48px;
}

.section__list-item-heading {
	font-size: 24px;
	line-height: 124%;
	margin-top: 18px;
	margin-bottom: 12px;
	min-height: 60px;
}

.section__list-item-heading.opt-1 {
	max-width: 55%;
}

.section__list-item-heading.opt-2 {
	max-width: 81%;
}

.section__list-item_three {
	grid-column: span 3;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.section__list-item_three img {
	grid-column: 1 /span 1;
}

.section__list-item_btn {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 36px;
}

.section__list-item_btn a {
	grid-column: 2 /span 1;	
}

.section__list_four.owl-carousel .owl-nav button.owl-next,
.section__list_four.owl-carousel .owl-nav button.owl-prev {
	top: -60px;
}

.section__list_four.owl-carousel .owl-nav button.owl-prev {
	right: 32px;
}

.section__list_four.owl-carousel .owl-nav button.owl-next {
	right: 0;
	transform: rotate(180deg);
}

.section__list-item-btn {
	font-size: 16px;
	line-height: 20px;
	padding: 14px 32px;
	margin-top: 18px;
}

.section__block-text {
	margin-bottom: 32px;
}

.section__block-text p {
	margin-bottom: 12px;
}

.section__block-text p:last-child {
	margin-bottom: 0;
}

.section__link-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.section__link-wrap:hover {
	gap: 24px;
}

.section__link-text {
	font-size: 16px;
	line-height: 32px;
	white-space: nowrap;
	transition: all 0.5s ease-in-out;
}

.section__link-wrap:hover .section__link-text {
	color: rgba(62, 61, 60, 0.50);
}

.section__link {
	width: 44px;
	height: 32px;
	background: url(/local/templates/tk/assets/img/production/icon-arrow.svg) #3E3D3C 50% 50%/ 50% no-repeat;
	transition: all 0.5s ease-in-out;
}

.section__link-wrap:hover .section__link {
	background-color: #055E54;
}

.section__callback-text {
	font-size: 24px;
	line-height: 124%;
	margin-bottom: 28px;
}

.section__callback-note {
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 24px;
}

.section__callback-btn {
	width: 100%;
}

.section__btn-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.section__btn-item {
	width: 100%;
}

.section__fixed {
	position: sticky;
	top: 0;
}

.section__video {
	position: relative;
}

.section__video video,
.section__video img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 674px;
}

.section__map iframe {
	display: block;
	width: 100%;
	height: 674px;
}

@media (max-width: 1919px) {
		
	.section__list-item-heading.opt-1 {
		max-width: 70%;
	}
	
	.section__list-item-heading.opt-2 {
		max-width: 90%;
	}
	
	.section__list-item-btn {
		font-size: 14px;
		padding: 12px 28px;
	}

	.section__callback-note {
		font-size: 16px;
	}

	.section__video video,
	.section__video img {
		height: 520px;
	}

	.section__map iframe {
		height: 511px;
	}
}

@media (max-width: 1511px) {

	.section__wrapper {
		gap: 24px;
	}

	.section__list {
		row-gap: 44px;
	}
	
	.section__list-item-heading {
		font-size: 20px;
		min-height: 50px;
	}

	.section__list-item_btn {
		margin-top: 32px;
	}

	.section__list_four.owl-carousel .owl-nav button.owl-next,
	.section__list_four.owl-carousel .owl-nav button.owl-prev {
		top: -52px;
	}

	.section__list_four.owl-carousel .owl-nav button.owl-prev {
		right: 28px;
	}
	
	.section__block-text {
		margin-bottom: 24px;
	}
	
	.section__callback-text {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.section__callback-note {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.section__video video,
	.section__video img {
		height: 439px;
	}

	.section__map iframe {
		height: 458px;
	}
}

@media (max-width: 1279px) {
	
	.section__list-item-heading.opt-1 {
		max-width: 80%;
	}
	
	.section__list-item-heading.opt-2 {
		max-width: 100%;
	}

	.section__list_four.owl-carousel .owl-nav button.owl-prev {
		right: 28px;
	}

	.section__video video,
	.section__video img {
		height: 402px;
	}

	.section__map iframe {
		height: 482px;
	}
}

@media (max-width: 1132px) {

	.section__grid {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 24px;
		column-gap: 16px;
	}

	.section__left {
		grid-column: 1 / span 4;
	}

	.reverse .section__left {
		grid-row: 2 / span 1;
	}
	
	.section__right {
		grid-column: 1 / span 4;
	}

	.section__list {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 24px;
	}

	.section__list-item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		align-items: center;
	}

	.section__list-item-heading {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
		min-height: fit-content;
	}

	.section__list-item-heading.opt-1 {
		max-width: 100%;
	}
	
	.section__list-item_three {
		grid-column: span 1;
	}

	.section__list-item_btn {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 28px;
	}

	.section__list-item_btn a {
		grid-column: span 1;
	}

	.section__list_four.owl-carousel .owl-nav button.owl-next,
	.section__list_four.owl-carousel .owl-nav button.owl-prev {
		top: -56px;
	}

	.section__list_four.owl-carousel .owl-nav button.owl-prev {
		right: 32px;
	}

	.section__list-item-block {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.section__list-item-btn {
		font-size: 12px;
		line-height: 16px;
	}

	.section__image {
		height: 396px;
		object-fit: cover;
	}
	
	.section__block-text {
		margin-bottom: 20px;
		max-width: 55%;
	}
	
	.section__link-text {
		font-size: 14px;
		line-height: 28px;
	}
	
	.section__link {
		width: 40px;
		height: 28px;
	}

	.section__callback {
		position: absolute;
		bottom: 0;
		width: calc(100% - 40px);
	}

	.section__callback-text {
		font-size: 18px;
	}

	.section__callback-note {
		font-size: 12px;
	}
	
	.section__fixed {
		position: static;
	}
	
	.section__btn-block {
		position: absolute;
		bottom: 0;
		width: calc(100% - 40px);
	}

	.section__video video,
	.section__video img {
		height: 100%;
	}

	.section__map iframe {
		height: 260px;
	}
}

@media (max-width: 600px) {

	.section__list-item-heading {
		font-size: 18px;
	}
	
	.section__list-item-heading.opt-2 {
		max-width: 90%;
	}

	.section__block-text {
		max-width: 100%;
	}

	.section__image {
		height: 186px;
	}
}


.over {
	position: relative;
}

.over span {
	color: #FFF;
	font-weight: 700;
	position: absolute;
    bottom: -100%;
    right: 15%;
	z-index: 1;
}

.center-over {
	text-align: center;
	position: relative;
    bottom: -119px;
	z-index: 2;
}

.center-over span {
	color: #FFF;
	display: block;
}

.landing__section {
	margin-bottom: 100px;
}

.landing__title {
	font-size: 116px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.landing__title.over span {
    right: 9%;
}

.landing__subtitle {
	color: #97230A;
	line-height: 124%;
}

.landing__advantages-list {
	display: grid;
	max-width: max-content;
}

.landing__advantages-item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.landing__advantages-item img {
	width: 44px;
	height: 44px;
}

.landing__advantages-info {
	display: flex;
	flex-direction: column;
}

.landing__advantages-info p {
	font-size:20px;
	line-height: 124%;
	margin-bottom: 2px;
}

.landing__advantages-info span {
	color: #73706F;
	font-size: 16px;
	line-height: 140%;
}

.landing__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}

.landing__big-text {
	font-size: 32px;
	line-height: 124%;
}

.landing__slider {
	margin-top: -58px;
}

.landing__slider .landing__title {
	position: relative;
    transform: translateY(22%);
    z-index: 5;
	margin-bottom: 0;
}

.landing__slider .landing__heading {
	position: relative;
    transform: translateY(25%);
    z-index: 5;
}

.landing__slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.landing__slider-wrap {
  overflow: hidden;
}

.landing__slider-list {
  display: flex;
  gap: 20px;
  animation: slide 45s linear infinite;
  width: max-content;
  will-change: transform;
}

.landing__slider-item {
  width: 588px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.landing__slider-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.landing__heading {
	font-size: 100px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 0;
}

.landing__heading span.red {
    color: #97230A;
	font-weight: 700;
}

.landing__heading.over span {
    right: 15%;
}

.landing__benefits {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 60px;
}

.landing__benefits-item {
	display: flex;
	flex-direction: column;
}

.landing__benefits-name {
	font-size: 40px;
	line-height: 124%;
	margin-bottom: 2px;
}

.landing__benefits-name span {
	color: #97230A;
}

.landing__benefits-text {
	color: #73706F;
	font-size: 16px;
	line-height: 140%;
}

.landing__production-list {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 20px;
	row-gap: 12px;
	width: 100%;
}

.landing__production-list.no-image {
	row-gap: 28px;
}

.landing__production-item {
	grid-column: span 4;
	display: flex;
	gap: 24px;
	padding-bottom: 8px;
	padding-right: 8px;
	border-bottom: 1px solid #F2F2F2;
}

.landing__production-item img {
	width: 200px;
	object-fit: contain;
}

.landing__production-item-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.landing__production-item-title {
	font-size: 20px;
	line-height: 124%;
}

.no-image .landing__production-item-title {
	font-size: 24px;
}

.landing__production-item-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	color: #73706F;
	margin-top: 8px;
}

.no-image .landing__production-item-text {
	max-width: 456px;
}

.landing__production-btn {
	grid-column: span 4;
	width: 100%;
	padding: 14px 32px;
	font-size: 18px;
	line-height: 24px;
	align-self: end;
}

.landing__production-text {
	grid-column: span 4;
	font-size: 24px;
	line-height: 124%; 
}

.landing__block-hover {
	display: flex;
    gap: 20px;
	height: 561px;
	overflow: hidden;
}

.landing__block-overlay {
	position: absolute;
	width: 33.3%;
	height: 520px;
	z-index: 10;
}

.landing__block-hover-item {
	position: relative;
}

.landing__block-hover-img-wrap {
	position: relative;
	height: calc(100% - 41px);
}

.before {
	width: calc(100% / 12 * 4);
	transition: width 1s ease-in-out;
}

.landing__block-overlay:hover ~ .before {
	width: calc(100% / 12 * 8);
}

.after {
	width: calc(100% / 12 * 8);
	transition: width 1s ease-in-out;
}

.landing__block-overlay:hover ~ .after {
	width: calc(100% / 12 * 4);
}

.before .landing__block-hover-img-wrap {
	background-image: url(../img/production/hover1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-image 1s ease-in-out;
}

.after .landing__block-hover-img-wrap {
	background-image: url(../img/production/hover2.png);
	background-size: cover;
	background-position-y: center;
	background-repeat: no-repeat;
	transition: background-image 1s ease-in-out;
}

.before .landing__block-hover-img-wrap:before,
.landing__block-overlay:hover ~ .after .landing__block-hover-img-wrap:before {
	content: '';
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	background: rgba(151, 35, 10, 0.85);
	backdrop-filter: blur(1px);
	opacity: 1;
	transition: opacity 1s;
}

.after .landing__block-hover-img-wrap:before,
.landing__block-overlay:hover ~ .before .landing__block-hover-img-wrap:before {
	opacity: 0;
}

.landing__block-hover-item img {
	height: 100%;
    object-fit: cover;
    object-position: left;
}

.landing__block-hover-heading {
	font-size: 20px;
	line-height: 124%;
	margin-top: 16px;
	transition: opacity 1s ease-in-out;
}

.landing__block-hover-heading_hover {
	opacity: 0;
	font-size: 20px;
	line-height: 124%;
	position: absolute;
	left: 28px;
	bottom: 69px;
	z-index: 5;
	padding: 24px;
	background: #FFF;
	backdrop-filter: blur(10px);
	transition: opacity 1s ease-in-out;
}

.before .landing__block-hover-heading,
.after .landing__block-hover-heading_hover,
.landing__block-overlay:hover ~ .after .landing__block-hover-heading,
.landing__block-overlay:hover ~ .before .landing__block-hover-heading_hover {
	opacity: 0;
}

.after .landing__block-hover-heading,
.before .landing__block-hover-heading_hover,
.landing__block-overlay:hover ~ .before .landing__block-hover-heading,
.landing__block-overlay:hover ~ .after .landing__block-hover-heading_hover {
	opacity: 1;
}

.landing__tabs-item {
	display: none;
}

.landing__tabs-item.active {
	display: grid;
}

.landing__tabs-menu {
	display: flex;
	align-items: center;
	gap: 44px;
	margin: 40px 0 44px;
	position: relative;
}

.landing__tabs-menu:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #F2F2F2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.landing__tabs-menu-item {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0 12px;
	color: #73706F;
	cursor: pointer;
	white-space: nowrap;
	transition: color 0.5s ease-in-out;
}

.landing__tabs-menu-item:hover {
	color: #97230A;
}

.landing__tabs-menu-item.active {
	font-size: 18px;
	line-height: 24px;
	color: #3E3D3C;
}

.landing__tabs-menu-item.active {
	border-bottom: 1px solid #97230A;
	z-index: 2;
}

.landing__video video {
	display: block;
	width: 100%;
	object-fit: cover;
}


@media (max-width: 1919px) {

	.center-over {
		bottom: -86px;
	}
	
	.landing__title {
		font-size: 88px;
	}

	.landing__title.over span {
		right: 10%;
	}

	.landing__advantages-item {
		gap: 16px;
	}

	.landing__advantages-item img {
		width: 40px;
		height: 40px;
	}

	.landing__advantages-info p {
		font-size: 18px;
	}

	.landing__advantages-info span {
		font-size: 14px;
	}

	.landing__text {
		font-size: 16px;
	}

	.landing__big-text {
		font-size: 28px;
	}

	.landing__slider {
		margin-top: -42px;
	}

	.landing__slider-item {
		width: calc( 452px + 136 * ((100vw - 1512px) / (1920 - 1512)) );
	}

	.landing__heading {
		font-size: 72px;
	}

	.landing__heading.over span {
		right: 19%;
	}

	.landing__benefits {
		margin-top: 40px;
	}

	.landing__benefits-name {
		font-size: 32px;
	}

	.landing__benefits-text {
		font-size: 14px;
	}

	.landing__production-item {
		gap: 20px;
	}

	.landing__production-item img {
		width: 148px;
	}

	.landing__production-item-title {
		font-size: 18px;
	}

	.no-image .landing__production-item-title {
		font-size: 20px;
	}

	.landing__production-item-text {
		font-size: 16px;
		margin-top: 4px;
	}

	.no-image .landing__production-item-text {
		font-size: 16px;
		max-width: 405px;
	}

	.landing__production-btn {
		font-size: 16px;
		line-height: 20px;
	}

	.landing__production-text {
		font-size: 20px;
	}

	.landing__block-hover {
		height: 440px;
	}

	.landing__block-overlay {
		height: 440px;
	}

	.landing__block-hover-img-wrap {
		height: calc(100% - 40px);
	}

	.landing__block-hover-heading {
		font-size: 18px;
	}

	.before .landing__block-hover-heading,
	.landing__block-overlay:hover ~ .after .landing__block-hover-heading {
		bottom: 68px;
	}

	.landing__tabs-menu {
		width: 120%;
	}
}

@media (max-width: 1511px) {

	.center-over {
		bottom: -72px;
	}
	
	.landing__title {
		font-size: 76px;
	}

	.landing__title.over span {
		right: 8%;
	}

	.landing__advantages-item {
		gap: 12px;
	}

	.landing__advantages-item img {
		width: 36px;
		height: 36px;
	}

	.landing__advantages-info p {
		font-size: 16px;
	}

	.landing__advantages-info span {
		font-size: 12px;
	}

	.landing__text {
		font-size: 14px;
	}

	.landing__big-text {
		font-size: 24px;
	}
	
	.landing__slider {
		margin-top: -35px;
	}

	.landing__slider-item {
		width: calc( 380px + 72 * ((100vw - 1280px) / (1512 - 1280)) );
	}

	.landing__heading {
		font-size: 60px;
	}

	.landing__benefits {
		margin-top: 32px;
		gap: 16px;
	}

	.landing__benefits-name {
		font-size: 28px;
	}

	.landing__benefits-text {
		font-size: 12px;
	}

	.landing__production-item {
		gap: 18px;
	}

	.landing__production-item img {
		width: 124px;
	}

	.landing__production-item-title {
		font-size: 16px;
	}

	.no-image .landing__production-item-title {
		font-size: 18px;
	}

	.landing__production-item-text {
		font-size: 12px;
	}

	.no-image .landing__production-item-text {
		font-size: 14px;
		max-width: 360px;
	}

	.landing__production-btn {
		padding: 12px 28px;
		font-size: 14px;
	}

	.landing__production-text {
		font-size: 18px;
	}

	.landing__block-hover {
		height: 375px;
	}

	.landing__block-overlay {
		height: 375px;
	}

	.landing__block-hover-img-wrap {
		height: calc(100% - 39px);
	}

	.landing__block-hover-heading {
		font-size: 16px;
	}

	.landing__tabs-menu {
		width: 120%;
	}
}

@media (max-width: 1279px) {

	.center-over {
		bottom: -62px;
	}

	.landing__section {
		margin-bottom: 80px;
	}

	.landing__title {
		font-size: 68px;
	}

	.landing__advantages-info p {
		font-size: 14px;
	}

	.landing__advantages-info span {
		font-size: 14px;
	}

	.landing__slider {
		margin-top: -30px;
	}	

	.landing__slider-item {
		width: calc( 348px + 32 * ((100vw - 1133px) / (1280 - 1133)) );
	}

	.landing__heading {
		font-size: 52px;
	}

	.landing__heading.over span {
		right: 22%;
	}

	.landing__benefits {
		margin-top: 28px;
	}

	.landing__block-hover {
		height: 347px;
	}

	.landing__block-overlay {
		height: 347px;
	}

	.landing__tabs-menu {
		gap: 28px;
		width: 110%;
	}

	.landing__tabs-menu-item.active {
		font-size: 16px;
		line-height: 20px;
	}

	.landing__video video {
		height: 507px;
	}
}

@media (max-width: 1132px) {

	.center-over {
		bottom: -48px;
	}

	.landing__section {
		margin-bottom: 60px;
	}

	.landing__title {
		font-size: 48px;
	}

	.landing__title.over span {
		right: 1%;
	}

	.landing__big-text {
		font-size: 18px;
	}

	.landing__slider {
		margin-top: -23px;
	}	

	.landing__slider-list {
		gap: 16px;
	}

	.landing__slider-item {
		width: calc( 344px + 4 * ((100vw - 744px) / (1133 - 744)) );
	}

	.landing__heading {
		font-size: 40px;
	}

	.landing__heading.over span {
		right: 2%;
	}

	.landing__benefits {
		margin-top: 24px;
	}

	.landing__benefits {
		flex-direction: row;
		justify-content: space-between;
	}

	.landing__production-list {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 16px;
	}

	.landing__production-item {
		grid-column: span 2;
		gap: 12px;
	}

	.landing__production-item img {
		width: 120px;
	}

	.landing__production-item-title {
		font-size: 18px;
	}

	.landing__production-item-text {
		font-size: 14px;
	}

	.no-image .landing__production-item-text {
		font-size: 16px;
		max-width: 100%;
	}

	.landing__production-btn {
		grid-column: span 4;
		margin-top: 8px;
	}

	.landing__production-text {
		grid-column: span 2;
	}

	.landing__block-hover {
		flex-direction: column;
		gap: 16px;
		height: fit-content;
		margin-top: 16px;
	}

	.landing__block-overlay {
		display: none;
	}

	.landing__block-hover-img-wrap {
		height: 402px;
	}

	.before .landing__block-hover-img-wrap {
		background-image: url(../img/production/hover1-mob.jpg);
		background-size: cover;
	}

	.before {
		width: 100%;
	}

	.landing__block-overlay:hover ~ .before {
		display: none;
	}

	.after {
		width: 100%;
	}

	.landing__block-overlay:hover ~ .after {
		display: none;
	}

	.before .landing__block-hover-img-wrap:before,
	.landing__block-overlay:hover ~ .after .landing__block-hover-img-wrap:before {
		display: none;
	}

	.landing__block-hover-heading {
		font-size: 14px;
		margin-top: 8px;
	}

	.landing__block-hover-heading_hover {
		display: none;
	}

	.before .landing__block-hover-heading, 
	.landing__block-overlay:hover ~ .after .landing__block-hover-heading {
		opacity: 1;
	}

	.landing__tabs-menu {
		gap: 20px;
		margin: 28px 0 20px;
		width: 100%;
	}

	.landing__tabs-menu-item {
		padding: 0px 0 8px;
	}

	.landing__section .section__grid {
		grid-template-rows: auto auto;
	}

	.landing__video video {
		height: 443px;
	}
}

@media (max-width: 743px) {

	.landing__production-item {
		grid-column: span 4;
	}
}

@media (max-width: 600px) {

	.center-over {
		bottom: -35px;
	}

	.landing__section {
		margin-bottom: 60px;
	}

	.landing__title {
		font-size: 34px;
	}

	/* .landing__title.over span {
		width: 80%;
        text-align: end;
	} */

	.landing__slider {
		margin-top: -16px;
	}	

	.landing__slider-item {
		width: calc( 206px + 138 * ((100vw - 440px) / (744 - 440)) );
	}

	.landing__heading {
		font-size: 28px;
	}

	.landing__benefits {
		flex-wrap: wrap;
	}

	.no-image .landing__production-item-text {
		font-size: 14px;
	}

	.landing__production-text {
		grid-column: span 4;
	}

	.landing__block-hover-img-wrap {
		height: 201px;
	}

	.before .landing__block-hover-img-wrap {
		background-size: cover;
	}

	.landing__video video {
		height: 343px;
	}
}

@media (max-width: 440px) {

	.landing__production-item {
		gap: 8px;
		flex-direction: column;
	}

	.landing__slider-item {
		width: 206px;
	}	

	.landing__tabs-menu {
		overflow: auto;
	}

	.landing__tabs-menu::-webkit-scrollbar {
		width: 0;
	}
}

@media (max-width: 422px) {

	.landing__title.over span {
		width: 70%;
        text-align: end;
	}
}


@media (max-width: 349px) {

	.center-over {
		bottom: -70px;
	}
}



.manufacturing__intro .section__left {
	width: 125%;
}

.manufacturing__intro .landing__big-text {
	margin: 100px 0 48px;
}

.manufacturing__intro .landing__advantages-list {
	grid-template-columns: repeat(1, 1fr);
	gap: 24px;
}

.manufacturing__list-heading {
	font-size: 24px;
	font-weight: 500;
	line-height: 124%;
	margin-top: auto;
}

.manufacturing__intro .section__list-item {
	padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
}

.manufacturing__intro .section__list-item-text {
	max-width: 440px;
}

.manufacturing .landing__slider-list {
	animation: slide 150s linear infinite;
}

.manufacturing__production .landing__text {
	margin-top: 160px;
	width: 90%;
}

.manufacturing__variety .landing__big-text {
	width: 105%;
	margin-bottom: auto;
}

.manufacturing__variety-block .landing__text {
	font-size: 20px;
	width: 80%;
	margin-bottom: 28px;
}

.manufacturing__variety-block button {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	padding: 14px 32px;
}

.manufacturing__variety-list {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	column-gap: 20px;
	row-gap: 12px;
}

.manufacturing__turnkey .manufacturing__variety-list {
	grid-column: 1 / span 8;
	row-gap: 28px;
}

.manufacturing__portfolio .section__block {
	margin-bottom: 140px;
}

.manufacturing__showroom {
	margin-top: -119px;
}

.manufacturing__showroom-wrap {
	position: relative;
}

.manufacturing__showroom .landing__block {
	position: absolute;
	bottom: 60px;
	left: 60px;
	max-width: 416px;
}

.manufacturing__showroom .landing__big-text {
	color: #FFF;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 28px;
}

.manufacturing__showroom a {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	padding: 14px 32px;
}

.manufacturing__directions .categories__item {
	width: calc(100% / 5 - 20px);
}

.manufacturing__directions .desk-1920 {
	width: calc(100% / 4 - 20px);
}

@media (max-width: 1919px) {

	.manufacturing__intro .section__left {
		width: 140%;
	}

	.manufacturing__intro .landing__big-text {
		margin: 48px 0 38px;
	}

	.manufacturing__list-heading {
		font-size: 20px;
	}

	.manufacturing__intro .section__list-item-heading {
		font-size: 20px;
		min-height: 50px;
	}

	.manufacturing__intro .section__list-item-text {
		max-width: 390px;
	}

	.manufacturing__production .landing__text {
		margin-top: 113px;
		width: 100%;
	}

	.manufacturing__production .manufacturing__list-heading {
		width: 105%;
	}

	.manufacturing__variety .landing__big-text {
		width: 120%;
	}

	.manufacturing__variety-block .landing__text {
		font-size: 18px;
		width: 95%;
	}

	.manufacturing__variety-block button {
		font-size: 16px;
		line-height: 20px;
	}

	.manufacturing__portfolio .section__block {
		margin-bottom: auto;
	}

	.manufacturing__showroom {
		margin-top: -86px;
	}

	.manufacturing__showroom .landing__block {
		max-width: 378px;
	}

	.manufacturing__showroom .landing__big-text {
		font-size: 18px;
	}

	.manufacturing__showroom a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 1511px) {

	.manufacturing__intro .landing__big-text {
		margin: 36px 0 28px;
	}

	.manufacturing__intro .landing__advantages-list {
		gap: 16px;
	}

	.manufacturing__list-heading {
		font-size: 18px;
	}

	.manufacturing__intro .manufacturing__list-heading {
		width: 75%;
	}

	.manufacturing__intro .section__list-item-heading {
		font-size: 18px;
		min-height: 44px;
	}

	.manufacturing__intro .section__list-item-text {
        max-width: 340px;
    }

	.manufacturing__slider .landing__production-list {
		row-gap: 24px;
	}

	.manufacturing__production .landing__text {
		margin-top: 91px;
		width: 103%;
	}

	.manufacturing__production .manufacturing__list-heading {
		width: 110%;
	}

	.manufacturing__variety .landing__big-text {
		width: 125%;
	}

	.manufacturing__variety-block .landing__text {
		font-size: 16px;
		width: 100%;
		margin-bottom: 24px;
	}

	.manufacturing__turnkey .manufacturing__variety-list {
		row-gap: 24px;
	}

	.manufacturing__portfolio .section__left {
		width: 119%;
	}

	.manufacturing__portfolio .section__callback-text {
		margin-bottom: 24px;
	}

	.manufacturing__showroom {
		margin-top: -72px;
	}

	.manufacturing__showroom .landing__block {
		bottom: 48px;
		left: 48px;
		max-width: 334px;
	}

	.manufacturing__showroom .landing__big-text {
		font-size: 16px;
		margin-bottom: 24px;
	}
}

@media (max-width: 1279px) {

	.manufacturing__intro .landing__big-text {
		margin: 20px 0 20px;
	}

	.manufacturing__intro .landing__advantages-info p {
		font-size: 16px;
	}

	.manufacturing__intro .landing__advantages-info span {
		font-size: 12px;
	}

	.manufacturing__intro .manufacturing__list-heading {
		width: 60%;
	}

	.manufacturing__production .landing__text {
		margin-top: 75px;
		width: 115%;
	}

	.manufacturing__production .manufacturing__list-heading {
		width: 125%;
	}

	.manufacturing__variety .landing__big-text {
		width: 135%;
	}

	.manufacturing__variety-block .landing__text {
		width: 110%;
	}

	.manufacturing__variety-block button {
		font-size: 14px;
		padding: 12px 28px;
	}

	.manufacturing__portfolio .section__left {
		width: 130%;
	}

	.manufacturing__showroom {
		margin-top: -62px;
	}

	.manufacturing__showroom a {
		font-size: 14px;
		padding: 12px 28px;
	}
}

@media (max-width: 1132px) {

	.manufacturing__intro .section__left {
		width: 100%;
	}

	.manufacturing__intro .landing__big-text {
		margin: 0 0 20px;
	}

	.manufacturing__intro .landing__advantages-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.manufacturing__intro .landing__advantages-item {
		flex-direction: column;
		align-items: start;
		gap: 8px;
	}

	.manufacturing__intro .landing__advantages-item img {
		width: 32px;
		height: 32px;
	}

	.manufacturing__intro .landing__advantages-info p {
		font-size: 14px;
	}

	.manufacturing__intro .landing__advantages-info span {
		font-size: 14px;
	}

	.manufacturing__list-heading {
		margin-top: 24px;
	}

	.manufacturing__intro .manufacturing__list-heading {
		width: 215px;
	}

	.manufacturing__intro .section__list-item-text {
        max-width: 290px;
    }

	.manufacturing__intro .section__list {
		row-gap: 20px;
	}

	.manufacturing__intro .section__right {
		grid-row: 1 / span 1;
	}

	.manufacturing__intro .section__list-item {
		align-items: normal;
	}

	.manufacturing__intro .section__list-item-heading {
		min-height: fit-content;
		margin-bottom: 8px;
	}

	.manufacturing__slider .landing__production-list {
		row-gap: 16px;
	}

	.manufacturing__slider .landing__production-btn {
		grid-column: span 2;
		margin-top: 0;
	}

	.manufacturing__production .section__wrapper {
		gap: 20px;
	}

	.manufacturing__production .landing__text {
		margin-top: 0;
		width: 100%;
	}

	.manufacturing__production .landing__benefits {
		width: calc(50% - 8px);
	}

	.manufacturing__production .manufacturing__list-heading {
		width: 100%;
	}

	.manufacturing__variety {
		position: relative;
		padding-bottom: 145px;
	}

	.manufacturing__variety .section__grid {
		column-gap: 20px;
	}

	.manufacturing__variety-block {
		position: absolute;
		bottom: 0;
		width: calc(100% - 40px);
	}

	.manufacturing__variety .landing__big-text {
		width: 253px;
	}

	.manufacturing__variety-block .landing__text {
		font-size: 14px;
		width: 247px;
		margin-bottom: 20px;
	}

	.manufacturing__variety-list {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 16px;
	}

	.manufacturing__turnkey .manufacturing__variety-list {
		grid-column: 1 / span 4;
		row-gap: 12px;
	}

	.manufacturing__turnkey .landing__production-item {
		grid-column: span 4;
	}

	.manufacturing__turnkey .landing__production-item-text {
		font-size: 14px;
	}

	.manufacturing__turnkey .section__grid {
		row-gap: 12px;
	}

	.manufacturing__portfolio .section__left {
		width: 100%;
	}

	.manufacturing__portfolio {
		position: relative;
		padding-bottom: 110px;
	}

	.manufacturing__portfolio .section__block-text {
		width: 40%;
	}

	.manufacturing__portfolio .section__callback-text {
		margin-bottom: 20px;
	}

	.manufacturing__showroom {
		margin-top: -48px;
	}

	.manufacturing__showroom .landing__block {
		bottom: 16px;
		left: 16px;
	}

	.manufacturing__showroom .landing__big-text {
		font-size: 14px;
	}

	.manufacturing__directions .landing__heading {
		margin-bottom: 16px;
	}

	.manufacturing__directions .categories__item {
		width: calc(100% / 2 - 8px);
	}

	.manufacturing__directions .desk-1920 {
		width: calc(100% / 2 - 8px);
	}
}

@media (max-width: 600px) {

	.manufacturing__intro .section__wrapper {
		gap: 16px;
	}

	.manufacturing__intro .landing__advantages-list {
		gap: 12px;
		grid-template-columns: repeat(1, 1fr);
	}

	.manufacturing__intro .section__list {
		row-gap: 12px;
	}

	.manufacturing__intro .section__list-item {
		grid-template-columns: repeat(1, 1fr);
	}

	.manufacturing__slider .landing__production-list {
		row-gap: 12px;
	}

	.manufacturing__slider .landing__production-item-title {
		max-width: 280px;
	}

	.manufacturing__slider .landing__production-btn {
		grid-column: span 4;
		margin-top: 8px;
	}

	.manufacturing__production .section__wrapper {
		gap: 16px;
	}

	.manufacturing__production .landing__benefits {
		width: 100%;
		margin-top: 20px;
	}

	.manufacturing__variety {
		padding-bottom: 140px;
	}

	.manufacturing__variety .section__grid {
		column-gap: 16px;
	}

	.manufacturing__variety .landing__big-text {
		width: 253px;
	}

	.manufacturing__portfolio {
		padding-bottom: 132px;
	}

	.manufacturing__portfolio .section__block-text {
		width: 100%;
	}

	.manufacturing__showroom {
		margin-top: -35px;
	}

	.manufacturing__showroom .landing__block {
		position: initial;
		max-width: 100%;
		margin-top: 16px;
	}

	.manufacturing__showroom .landing__big-text {
		color: #3E3D3C;
		font-size: 12px;
		margin-bottom: 16px;
	}

	.manufacturing__showroom a {
		background: #055E54;
    	color: #FFF;
	}
}


.categories__list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 36px;
	margin-right: -20px;
}

.categories__item {
	margin-right: 20px;
}

.xl-mr-0 {
	margin-right: 0;
}

@media (max-width: 1919px) {

	.xl-mr-0 {
		margin-right: 20px;
	}

	.lg-mr-0 {
		margin-right: 0;
	}
}

@media (max-width: 1511px) {

	.categories__list {
		row-gap: 32px;
	}
}

@media (max-width: 1132px) {

	.xl-mr-0 {
		margin-right: 16px;
	}

	.lg-mr-0 {
		margin-right: 16px;
	}

	.categories__list {
		row-gap: 28px;
		margin-right: -16px;
	}

	.categories__item {
		margin-right: 16px;
	}
}


.modal {
    background: url(/themes/torg-komplekt/assets/img/fancybox/fancybox_overlay.png);
}

.formCommonCheck__text a,
.formCommonCheck__text .btn-link {
	color: #000;
	text-decoration: underline;
}

.footer-subscribe-polity__text {
    color:#FFF;
}

.footer__bot p {
	color:#FFF;
}
