@charset "UTF-8";

/** MAIN PAGE INFOGRAF **/
.infograf-block{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	gap: 1rem;
}
.infograf-block .item{
	background: rgba(0, 0, 0, 0.2);
	height: 360px;
	display: flex;
	overflow: hidden;
	position: relative;
	color: #fff;
	flex: 1 1 100%;
}
.infograf-block .item .item_inner{
	flex: 1 0 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
}
.infograf-block .item .item_inner.transformed {
	flex: 1 0 120%;
	transition: transform .7s ease-in-out; /* Animation */
	transform: translate3d(-60px, 0px,0px);
}
.infograf-block .item:hover .item_inner.transformed {
  	transform: translate3d(0px, 0px,0px);
}
.infograf-block .item .item_inner__description{
	position: absolute;
	top: 0;
	flex: 1 1 100%;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px 30px 20px;
}
.infograf-block .item .item__description{	
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: opacity .7s ease-in-out 0s;
}
.infograf-block .item:hover .item__description{
	opacity:1;
}
.infograf-block .item .item__main .main__text{
	line-height: 1.2;
}
.infograf-block .item .item__main .main__more-text{
	font-family: "Echo2 SemiBold", sans-serif;
	font-size: 2em;
	line-height: 1.2;
}
.infograf-block .item .item__description a{
	font-size: 1.5em;
	color: #fff;
}
.infograf-block .item .item__description .bottom-info-text{
	margin-top: 10px;
}
.infograf-block .item .item__description ul{
	list-style-type: disc;
	margin: 0;
	padding: 20px;
}
.infograf-block .item .item__description ul li{
	margin-top: 5px;
	line-height: 1.2;
}

/** IMAGE BLOCK MAIN PAGE **/
.main-image-block{
	display: flex;
	height: 1100px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.main-image-block .image-block__title{
	font-size: 6em;
	line-height: 1;
}
.main-image-block .image-block__text{
	font-size: 3em;
	line-height: 1.1;
}
.main-image-block .main-image-block__inner{
	flex: 1 0 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 120px 0;
}

/** VEDEO BLOCK MAIN PAGE **/
.video-wrap .video-wrap__top{
	flex: 1 0 30%;
	height: 30%;
	display: flex;
	align-items: flex-end;
	position: relative;
}
.video-wrap .video-wrap__bottom{
	flex: 1 0 70%;
	height: 70%;	
	position: relative;
}
.video-wrap .video-wrap__top h1{
	font-size: 3.8em;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.video-wrap .video-wrap__top .video-img-top{
	position: absolute;
	right: -2px;
	top: -175px;
	z-index: -1;
}
.video-wrap .video-wrap__bottom .video-img-bottom{
	position: absolute;
	left: -1px;
	bottom: 0px;
	z-index: -1;
}
.video-wrap .video-wrap__bottom .video-wrap__bottom-inner{
	flex: 1 0 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.video-wrap .video-wrap__bottom .video-wrap__bottom-inner .video-container{
	height: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.video-wrap .video-wrap__bottom .video-wrap__bottom-inner .video-container .btn-round i{
	margin-left: 15px;
}
.thumb-wrap {
  width: 100%;	
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/** O-ZAVODE **/
.about-top-wrap{
	border-bottom: 1px solid rgba(223, 37, 21, 1);
	position: relative;
}
.about-top-wrap .container__about-top-wrap{
	display: flex;
	justify-content: space-between;
}
.about-top-wrap .container__about-top-wrap .col.left{
	flex: 1 0 45%;
	border-right: 1px solid rgba(223, 37, 21, 1);
	padding-top: 160px;
	padding-bottom: 100px;
	height: 700px;
}
.about-top-wrap .container__about-top-wrap .col.right{
	flex: 1 0 55%;
	display: flex;
	flex-direction: column;
}
.about-top-wrap .container__about-top-wrap .col.left .left__inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 0 100%;
	height: 100%;
}
.about-top-wrap .container__about-top-wrap .col.left .left__inner .h1{
	font-size: 5.3em;
	font-family: "Echo2 SemiBold", sans-serif;
}
.about-top-wrap .container__about-top-wrap .col.left .left__inner .text{
	width: 70%;
	font-family: "Echo2", sans-serif;
}
.about-top-wrap .container__about-top-wrap .col.left .left__inner .btn{
	width: 220px;
	height: 52px;
}
.about-top-wrap .container__about-top-wrap .col.right .right__top{
	flex: 1 0 25%;
	height: 25%;
}
.about-top-wrap .container__about-top-wrap .col.right .right__bottom{
	flex: 1 0 75%;
	min-height: 511px;
	max-height: 511px;
	position: relative;
}
.about-top-wrap .container__about-top-wrap .col.right .right__bottom .item__image-block{
	position:absolute;
	height: 100%;
	width: 107%;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0px;
	overflow: hidden;
}
.about-top-wrap .red-line-horizontal{
	position: absolute;
	right: 0;
	top: 30%;
	width: 54.6%;
	height: 1px;
	background: rgba(223, 37, 21, 1);
}

/** O-ZAVODE COOPERATIN **/
.cooperation-container-wrap{
	padding-top: 100px;
	padding-bottom: 100px;
}
.cooperation-container-wrap .cooperation__title{
	font-family: "Echo2 SemiBold", sans-serif;
	font-size: 3em;
	line-height: 1;
}
.cooperation-container-wrap .cooperation-block{
	margin-top: 60px;
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}
.cooperation-container-wrap .cooperation-block .item{
	height: 70px;
	flex: 1 1 calc((100% / 3) - 2rem);
	display: flex;
	margin-bottom: 60px;
}
.cooperation-container-wrap .cooperation-block .item .btn{
	flex: 1 0 70px;
	width: 70px;
	max-width: 70px;
}
.cooperation-container-wrap .cooperation-block .item .description{
	padding-left: 30px;
	line-height: 1.2;
	font-size: 1.2em;
	font-family: "Echo2", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cooperation-container-wrap .cooperation-block .item .btn.btn-red:hover{
	cursor: default;
}
/** O-ZAVODE IMG SMALL **/
.ozavode-image-block__small{
	height: 754px;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
}
.ozavode-image-block__small .container-image-small{
	flex: 1 0 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.ozavode-image-block__small .container-image-small .red-block{
	background-image: url('../images/bg-red-opacity.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 548px;
	width: 58%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 70px;
	color: #fff;
	line-height: 1.2;
}
.ozavode-image-block__small .container-image-small .red-block .btn:hover{
	background: rgba(204, 204, 204, 1);
	color: rgba(0, 0, 0, 1);
}
.ozavode-image-block__small .container-image-small .red-block .red-block__title{
	font-family: "Echo2 SemiBold", sans-serif;
	font-size: 5.3em;

}
.ozavode-image-block__small .container-image-small .red-block .red-block__text{
	font-size: 1.2em;
}

/** O-ZAVODE SLIDER **/
.slider-wrap {
    padding: 40px 15px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.slider-wrap .slider-block{
	min-height: 460px;
    max-height: 460px;
}
.slider-wrap .h2{
	font-family: "Echo2 SemiBold", sans-serif;
	font-size: 3em;
	line-height: 1;
}
.slider-wrap .slider-block{
	margin-top: 50px;
}
.slider-wrap .slider-list .owl-stage{
	margin-left: -120px;
}
.slider-wrap .slider-list .item{
	height: 460px;
	border: 1px solid rgba(70, 70, 70, 1);
	display: flex;
	flex-direction: column;
	padding: 30px;
}
.slider-wrap .o-zabode-mobile-slider .item{
	height: 400px;
	border: 1px solid rgba(70, 70, 70, 1);
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.slider-wrap .slider-list .item:before,
.slider-wrap .o-zabode-mobile-slider .item:before {
    content: '';
    position: absolute;
	top: -2px;
    left: 0px;
    width: 35%;
    height: 85px;
    background: rgba(255, 255, 255, 1);
    transform: translateY(-75%) skewY(-30deg);
    border-bottom: 1px solid rgba(70, 70, 70, 1);
    z-index: 2;
    transition: border .2s ease-in-out 0s;
}
.slider-wrap .slider-list .item.bg-graphite,
.slider-wrap .slider-list .item.bg-red,
.slider-wrap .o-zabode-mobile-slider .item.bg-graphite,
.slider-wrap .o-zabode-mobile-slider .item.bg-red{
	color: #fff;
}
.slider-wrap .slider-list .item.bg-red:before,
.slider-wrap .o-zabode-mobile-slider .item.bg-red:before{
	border-bottom: 1px solid rgba(223, 37, 21, 1);
}
.slider-wrap .slider-list .item.bg-red,
.slider-wrap .o-zabode-mobile-slider .item.bg-red{
	border: 1px solid rgba(223, 37, 21, 1);
}
.slider-wrap .slider-list .item .top,
.slider-wrap .o-zabode-mobile-slider .item .top{
	flex: 1 0 40%;
	height: 40%;
}
.slider-wrap .slider-list .item .bottom,
.slider-wrap .o-zabode-mobile-slider .item .bottom{
	flex: 1 0 60%;
	height: 60%;
}
.slider-wrap .slider-list .item .top,
.slider-wrap .o-zabode-mobile-slider .item .top{
	background-repeat: no-repeat;
	background-position: top right;
}
.slider-wrap .slider-list .item.speed .top,
.slider-wrap .o-zabode-mobile-slider .item.speed .top{
	background-image: url('../images/icons/icon-clock.png');
}
.slider-wrap .slider-list .item.quality .top,
.slider-wrap .o-zabode-mobile-slider .item.quality .top{
	background-image: url('../images/icons/icon-clock-full.png');
}
.slider-wrap .slider-list .item.equipment .top,
.slider-wrap .o-zabode-mobile-slider .item.equipment .top{
	background-image: url('../images/icons/icon-equipment.png');
}
.slider-wrap .slider-list .item.attention .top,
.slider-wrap .o-zabode-mobile-slider .item.attention .top{
	background-image: url('../images/icons/icon-attention.png');
}
.slider-wrap .slider-list .item.manufacturability .top,
.slider-wrap .o-zabode-mobile-slider .item.manufacturability .top{
	background-image: url('../images/icons/icon-manufacturability.png');
}
.slider-wrap .slider-list .item.responsibility .top,
.slider-wrap .o-zabode-mobile-slider .item.responsibility .top{
	background-image: url('../images/icons/icon-responsibility.png');
}
.slider-wrap .slider-list .item .bottom .title{
	font-size: 2.7em;
	font-family: "Echo2 SemiBold", sans-serif;
	line-height: 1;
}
.slider-wrap .o-zabode-mobile-slider .item .bottom .title{
	font-size: 1.7em;
	font-family: "Echo2 SemiBold", sans-serif;
	line-height: 1;
}
.slider-wrap .slider-list .item.manufacturability .bottom .title{
	font-size: 2.4em;
}
.slider-wrap .o-zabode-mobile-slider .item.responsibility .bottom .title{
	font-size: 1.4em;
}
.slider-wrap .slider-list .item .bottom .text,
.slider-wrap .o-zabode-mobile-slider .item .bottom .text{
	font-family: "Echo2", sans-serif;
	line-height: 1.2;
	margin-top: 10px;
}
.slider-wrap .o-zabode-mobile-slider .item .bottom .text{
	font-size: 2vh;
}
.o-zabode-mobile-slider .slider-block{
	margin-top: 20px;
}
.o-zabode-mobile-slider .owl-carousel .owl-stage {
	margin-left: -20px;
}	
/** QUOLITY **/
.certificates-wrap .certificates-block{
	display: flex;
	height: 400px;
	gap: 1rem;
	margin-top: 30px;
}
.certificates-wrap .certificates-block .block__left{
	flex: 1 0 50%;
	height: 100%;
}
.certificates-wrap .certificates-block .block__right{
	flex: 1 0 50%;
	height: 100%;
}
.certificates-wrap .certificates-block .doc-card{
	height: 400px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
	color: #fff;
	font-size: 2em;
	padding: 30px;
	line-height: 1.1;
	font-family: "Echo2", sans-serif;
	text-decoration: none;
}
.certificates-wrap .certificates-block .doc-card:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/bg-doc-red.png');
	filter: grayscale(100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 400px;
	width: 100%;
	transition: all .2s ease-in-out 0s;
	z-index: -1;
}
.certificates-wrap .certificates-block .doc-card:hover{
	cursor: pointer;
}
.certificates-wrap .certificates-block .doc-card:hover:after{
	filter: grayscale(0%);
}
.documents-wrap .h2{
	font-size: 2.7em;
	font-family: "Echo2 SemiBold", sans-serif;
}
.documents-wrap .documents-block{
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}
.documents-wrap .documents-block .item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 0.74px solid rgba(223, 37, 21, 1);
	transition: border .1s ease-in-out 0s;
	padding: 30px;
	font-family: "Echo2", sans-serif;
	position: relative;
}
.documents-wrap .documents-block .item:hover .document{
	opacity: 1;
}
.documents-wrap .documents-block .item:hover{
	border: 1px solid rgba(226, 226, 226, 1);
}
.documents-wrap .documents-block .item .title{
	font-size: 1.1em;
}
.documents-wrap .documents-block .item .year{
	color: rgba(223, 37, 21, 1);
	font-size: .95em;
}
.documents-wrap .documents-block .item .document{
	opacity:0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: opacity .2s ease-in-out 0s;
}
.main-image-block.page-image-block.quality{
	background-image: url('../images/test/quality/bg-quality.png');
}


/** REWARD **/
.reward-wrap{
	margin-top: 60px;
}
.reward-wrap .line{
	display: flex;
	gap: 1rem;		
	margin-bottom: 1rem;
	position: relative;
	flex-wrap: wrap;
}

.reward-wrap .line:nth-child(odd) .item:nth-child(2){
	background: rgba(70, 70, 70, 1);
	color: #fff;
	border: 0.74px solid rgba(70, 70, 70, 1);
}
.reward-wrap .line:nth-child(odd) .item:nth-child(3){
	border: 1px solid rgba(70, 70, 70, .9);
}
.reward-wrap .line:nth-child(odd) .item:nth-child(2) .year{
	color: #fff;
}
.reward-wrap .line:nth-child(even) .item:nth-child(2){
	background: rgba(223, 37, 21, 1);
	color: #fff;
}
.reward-wrap .line:nth-child(even) .item:nth-child(3){
	border: 1px solid rgba(70, 70, 70, .9);
}
.reward-wrap .line:nth-child(even) .item:nth-child(2) .year{
	color: #fff;
}
.reward-wrap .line .item{
	display: flex;
	border: 0.74px solid rgba(223, 37, 21, 1);
	flex-direction: column;
    justify-content: space-between;
	transition: border .1s ease-in-out 0s;
	padding: 30px;
	font-family: "Echo2", sans-serif;
	position: relative;
}
.reward-wrap .line .item:hover .document{
	opacity: 1;
}
.reward-wrap .line .item:hover{
	border: 1px solid rgba(226, 226, 226, 1) !important;
	cursor: pointer;
}
.reward-wrap .line .item .title{
	font-size: 1.1em;
	line-height: 1.1;
}
.reward-wrap .line .item .year{
	color: rgba(223, 37, 21, 1);
	font-size: .95em;
}
.reward-wrap .line .item .document{
	opacity:0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: opacity .2s ease-in-out 0s;
}


/** 2030 **/
.main-image-block.page-image-block.page-2030{
	background-image: url('../images/test/2030/bg-2030.png');
}
.block-wrap .items-block{
	margin-top: 80px;
	margin-bottom: 50px;
}
.block-wrap .items-block .item {
    display: flex;
    align-items: flex-start;
	margin-bottom: 40px;
}
.block-wrap .items-block .item .icon{
	margin-top: 5px;
	flex: 1 0 12px;
	max-width: 12px;
}
.block-wrap .items-block .item .item__inner{
	display: flex;
	flex-direction: column;
	padding: 0 75px 0 20px;
}
.block-wrap .items-block .item .item__inner .title {
    font-size: 1.3em;
    font-family: "Echo2 SemiBold", sans-serif;
    line-height: 1.1;
	color: rgba(223, 37, 21, 1);
}
.block-wrap .items-block .item .item__inner .description {
    font-size: 1em;
    font-family: "Echo2", sans-serif;
    line-height: 1.12;
	margin-top: 20px;
	word-wrap: break-word;
}
.block-wrap .items-block .last-img-col{
	background-image: url('../images/test/2030/2030.png');
	background-position:100% 0 ;
	background-repeat: no-repeat;
	background-size: contain;
}
