*,
*::after,
*::before{
	box-sizing:border-box;
}
body{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 16px;
	font-weight: 400;
}
li{
	list-style: none;
}
.container{
	max-width: 1500px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}
a{
	color: inherit;
	display: inline-block;
	text-decoration: none;

}
h2,h3,h4,h5,h6{
	font-weight: 400;
	letter-spacing: 0.08em;
}
.section__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section__wrapper-text {
	width: 490px;
	max-width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 50px 35px;
	background: #000000;
	letter-spacing: 1px;
	border-radius: 15px;
}
.section__wrapper-text__bg{
	position: relative;
	padding-left: 40px;
	padding-top: 50px;
}
.section__wrapper-text__bg::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #5a5a5a;
}
.section__wrapper-text__bg::before{
	content: "";
	position: absolute;
	left: 1px;
	top: 12%;
	height: 25%;
	width: 3px;
	z-index: 1;
	background: #ffffff;
}
.section__wrapper-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 60px;
}
.section__wrapper-img {
	max-width: 705px;
	width: 100%;
}
.section__wrapper-img img{
	width: 100%;
	display: block;
}




/******************
	Header
*******************/
.header {
	background-image: url(/images/header-bg.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	min-height: 660px;
}
.header__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 80px;
}
.header__content-top {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 650px;
	width: 100%;
	margin-bottom: 25px;
}
.header__content-title {
	font-size: 85px;
	line-height: 100px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.header__top-img {
	width: 135px;
}
.header__top-img img{
	display: block;
	width: 100%;
	margin-top: 14px;
	margin-left: -13px;
}
.header__content-languages {
	display: flex;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}
.header__languages-item {
	padding: 9px 17px;
	background: #323232;
	transition: .4s all;
}
.header__languages-item:hover{
	background: #404040;
}
.header__languages-item:first-child{
	border-radius: 10px 0 0 10px;
	position: relative;
}
.header__languages-item:first-child::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	height: 100%;
	width: 1px;
}
.header__languages-item:last-child{
	border-radius: 0 10px 10px 0;
}




/******************
	Industrial
*******************/
.industrial {
	padding-top: 210px;
	background: #000000;
	box-shadow: -6px -10px 10px rgb(0 0 0);
}
.industrial__wrapper{
	margin-right: -15px;
}
.industrial__wrapper-text {
	padding-top: 70px;
	position: relative;
}



/******************
	Video
*******************/
.video{
	height: 325px;
	width: 100%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.video-content{
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	max-width: 2170px;
}
.video-title{
	font-size: 50px;
	line-height: 61px;
	z-index: 1;
	text-align: center;
	padding: 0 15px;
}




/******************
	Info
*******************/
.info {
	color: #000000;
	letter-spacing: 0.08em;
}
.info__wrapper-text {
	max-width: 425px;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.08em;
	padding-left: 60px;
}
.info__wrapper--reverse .info__wrapper-text{
	padding-left: 0;
	padding-right: 60px;
}
.info__wrapper-title {
	font-size: 40px;
	margin-bottom: 35px;
	line-height: 50px;
}
.info__wrapper--reverse .section__wrapper-img{
	order: -1;
}
.info__wrapper--reverse .section__wrapper-text{
	padding-left: 0;
	padding-right: 60px;
}




/******************
	Video-2
*******************/
.video-2{
	height: 880px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.video-2 img{
	display: none;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}
.video-2__content{
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	max-width: 2170px;
}
.video-2__wrapper-text{
	z-index: 1;
}




/******************
	Jointing
*******************/
.jointing{
	position: relative;
	color: #000000;
}
.jointing__video{
	width: 50%;
	height: 100%;
	position: absolute;
}
.jointing__video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 1;
}
.jointing__wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 180px 0;
}

.jointing__wrapper-content {
	width: 450px;
	max-width: 100%;
}

.jointing__content-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 60px;
}

.jointing__content-items {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	grid-template-rows: auto;
	gap: 45px;
}

.jointing__content-item__title {
	font-size: 20px;
	line-height: 24px;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 40px;
}

.jointing__content-item__list {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 10px 0 25px;
	position: relative;
}
.jointing__content-item__list::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #707070;
	width: 100%;
	height: 1px;
}
.jointing__content-item__list::after{
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	background: #000000;
	width: 12%;
	height: 3px;
}
.jointing__content-list__item {
	list-style: disc;
	margin-bottom: 10px;
}
.jointing__content-list__item:last-child{
	margin-bottom: 0;
}




/******************
	Bottom
*******************/
.bottom__wrapper-video{
	max-width: 420px;
	width: 100%;
}
.bottom__wrapper-video video{
	width: 100%;
}
.bottom__wrapper-img{
	max-width: 420px;
	width: 100%;
}
.bottom__wrapper-img img{
	width: 100%;
	display: block;
}
.bottom{
	background: #000000;
	padding-top: 80px;
	padding-bottom: 180px;
}
.bottom__wrapper-text{
	letter-spacing: 0;
}
.bottom__wrapper-text__bg{
	padding-top: 5px;
	padding-left: 55px;
	padding-bottom: 30px;
}
.bottom__wrapper-title{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.16em;
}
.bottom__wrapper-text__bg::before {
	top: 20%;
	height: 50%;
}




/******************
	Footer
*******************/
.footer{
	padding: 35px 15px;
	text-align: center;
}
.footer-email{
	letter-spacing: 0.01em;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
	color: #000000;
	text-align: center;
	font-weight: 400;
}





@media (max-width: 1285px) {

	.section__wrapper-img {
		max-width: 555px;
	}

	/******************
		Header
	*******************/
	.header__top-img {
		width: 100px;
	}



	/******************
    	Industrial
	*******************/
	.industrial{
		padding-top: 120px;
	}



	/******************
		Bottom
	*******************/
	.bottom__wrapper-img{
		max-width: 300px;
	}
}
@media (max-width: 1110px) {

	/******************
		Video
	*******************/
	.video{
		display: none;
	}




	/******************
    	Video -2
	*******************/
	.video-2__content{
		display: none;
	}
	.video-2 img{
		display: block;
	}



	/******************
    	Jointing
	*******************/
	.jointing__video{
		display: none;
	}
	.jointing__wrapper{
		justify-content: center;
	}




	/******************
		Bottom
	*******************/
	.bottom__wrapper-video{
		display: none;
	}
}
@media (max-width: 991px) {

	.section__wrapper{
		flex-direction: column;
		justify-content: center;
	}
	.section__wrapper-text{
		width: 100%;
	}
	.section__wrapper-title{
		margin-bottom: 30px;
	}
	.section__wrapper{
		margin: 0 -15px 50px;
	}
	.section__wrapper:last-child{
		margin-bottom: 0;
	}

	/******************
		Header
	*******************/
	.header__content-title{
		font-size: 65px;
		line-height: 75px;
	}
	.header__top-img {
		width: 100px;
	}








	/******************
    	Industrial
	*******************/
	.industrial {
		padding-top: 70px;
	}




	/******************
		Video
	*******************/
	.video{
		height: 265px;
	}
	.video-title {
		font-size: 40px;
		line-height: 50px;
	}




	/******************
		Info
	*******************/
	.info{
		padding: 80px 0;
	}
	.info__wrapper-text {
		max-width: 100%;
		padding: 0 15px!important;
		margin-bottom: 20px;
	}
	.info__wrapper-title{
		margin-bottom: 20px;
	}
	.info__wrapper-img{
		max-width: 100%;
	}
	.info__wrapper--reverse .section__wrapper-img{
		order: 0;
	}




	/******************
		Video -2
	*******************/
	.video-2{
		height: 750px;
	}
	.video-2__wrapper{
		margin: 0;
	}




	/******************
    	Jointing
	*******************/
	.jointing__wrapper{
		padding: 100px 0;
	}
	.jointing__wrapper-content{
		width: 620px;
	}




	/******************
		Bottom
	*******************/
	.bottom{
		padding-top: 50px;
		padding-bottom: 110px;
	}
	.bottom__wrapper-text{
		margin-bottom: 30px;
	}

}
@media (max-width: 771px) {
	/******************
		Header
	*******************/
	.header{
		min-height: 100%;
	}



	/******************
		Video
	*******************/
	.video{
		height: 215px;
	}




	/******************
		Info
	*******************/
	.info{
		padding: 60px 0;
	}




	/******************
		Jointing
	*******************/
	.jointing__wrapper{
		padding: 80px 0;
	}
	.jointing__wrapper-content{
		width: 100%;
	}




	/******************
		Bottom
	*******************/
	.bottom{
		padding-bottom: 80px;
	}
}
@media (max-width: 575px) {

	.section__wrapper{
		margin-bottom: 30px;
	}
	.section__wrapper-text{
		font-size: 14px;
		line-height: 22px;
		width: 100%;
		padding: 30px 20px;
	}
	.section__wrapper-text__bg{
		padding-top: 20px;
		padding-left: 25px;
	}
	.section__wrapper-title {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 24px;
	}

	/******************
		Header
	*******************/
	.header__content-title {
		font-size: 60px;
		line-height: 65px;
		text-align: center;
	}
	.header__top-img{
		display: none;
	}
	.header__content-languages{
		font-size: 16px;
		line-height: 19px;
	}




	/******************f
    	Industrial
	*******************/
	.industrial {
		padding-top: 30px;
	}




	/******************
    	Video
	*******************/
	.video{
		height: 165px;
	}
	.video-title {
		font-size: 30px;
		line-height: 38px;
	}




	/******************
		Info
	*******************/
	.info{
		padding: 40px 0;
	}
	.info__wrapper-text {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.info__wrapper-title {
		font-size: 26px;
		margin-bottom: 15px;
		line-height: 32px;
	}




	/******************
		Video -2
	*******************/
	.video-2{
		height: 665px;
	}
	.video-2__wrapper {
		margin: 0 -15px;
	}




	/******************
		Jointing
	*******************/
	.jointing__wrapper{
		padding: 50px 0;
	}
	.jointing__content-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 50px;
	}
	.jointing__content-items {
		grid-template-columns: repeat(1, 1fr);
		margin: 0 -15px;
	}
	.jointing__content-item__title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.jointing__content-item__list{
		font-size: 14px;
		line-height: 17px;
	}




	/******************
		Bottom
	*******************/
	.bottom{
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.bottom__wrapper-text{
		margin-bottom: 10px;
	}
	.bottom__wrapper-title{
		font-size: 12px;
		line-height: 18px;
	}




	/******************
		Footer
	*******************/
	.footer-email {
		font-size: 18px;
		line-height: 24px;
	}
}