@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root{
	--text: #343137;
	--color: #F65702;
}

body,
html{
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--text);
}

a{
	transition: 0.3s all;
	opacity: 1;
	text-decoration: none;
}
a:hover{
	
}

li {
	margin-bottom: .4rem !important;
}

h1 {
	margin-bottom: 1rem;
}

.navbar__wrap{
	width: 100%;
	position: fixed;
	padding-top: 60px;
	transition: .5s all;
}
.navbar_standart{
	background: rgba(52, 49, 55, 0.9);
	padding-top: 0;
}
.navbar__wrap.navbar__wrap-scroll{
	padding-top: 0;
	background: rgba(52, 49, 55, 0.9);
}
.navbar .nav-link{
	color: #fff;
	transition: 0.3s all;
	font-size: 22px;
	padding: 12px;
	transition: .5s all;
}
.navbar .nav-link:hover{
	color: var(--color);
}
.navbar .navbar-toggler {
	border: none;
	box-shadow: none;
	padding: 0;
}

.navbar .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.navbar .navbar-toggler-icon {
	filter: brightness(0) invert(1);
}

.navbar-lang{
	padding: 0 0 0 45px;
	display: flex;
	gap: 6px;
	align-items: center;
}
.navbar-lang span{
	display: block;
	width: 25px;
}
.navbar-lang_inst{
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-lang_btn{
	border: 0;
	outline: none;
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0 2px;
	font-weight: 500;
}
.navbar-lang_btn:hover,
.navbar-lang_btn.show{
	color: var(--color) !important;
}
.navbar-lang_btn:hover{
	color: var(--color);
}
.navbar-lang .dropdown-menu{
	background: transparent;
	border: 0;
	min-width: 61px;
	width: 61px;
}
.navbar-lang .dropdown-item{
	background: transparent!important;
	color: #fff;
	padding: 3px 4px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}
.navbar-lang .dropdown-item.active{
	background: #fff !important;
	color: var(--text);
}
.navbar-lang .navbar-lang_btn::after{
	margin: 0;
	padding: 0;
	border: 0;
	background: url("../img/arrow.svg") center center no-repeat;
	width: 10px;
	height: 7px;
	transition: .5s all;
}

.navbar-lang .navbar-lang_btn.active::after,
.navbar-lang .navbar-lang_btn.show::after{
	transition: .3s all;
	transform: scaleY(-1);
}
.navbar-lang_inst path{
	transition: .3s all;
}
.navbar-lang_inst:hover path{
	fill: var(--color);
}

.section-general{
	height: 100vh;
	width: 100%;
	min-height: 476px;
	padding-top: 176px;
	display: flex;
	align-items: center;
	background: url("../img/general-bg.jpg") center center, no-repeat;
	background-size: cover;
}
.section-general__h1{
	font-weight: 800;
	font-size: 68px;
	line-height: 1;
	margin-bottom: 12px;
	color: #fff;
}
.section-general__p{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	max-width: 500px;
	margin-bottom: 24px;
}

.section-general__buttons{
	display: flex;
	gap: 24px;
}

.btn-general{
	padding: 11px 24px;
	display: flex;
	gap: 12px;
	background: var(--color);
	font-weight: 500;
	color: #fff;
	align-items: center;
	border: 0;
	outline: none;
	box-shadow: none;
	text-align: center;
	justify-content: center;
}
.btn-general:hover{
	background: #FF4400;
}

.btn-second{
	background: #343137;
	color: #fff;
	padding: 11px 24px;
	font-weight: 500;
	border: 0;
	outline: none;
	box-shadow: none;
}
.btn-second:hover{
	background: #2D2B2F;
}




.section-about{
	padding: 60px 0;
	background: #EFEFEF;
}
.section-about__h1{
	margin-bottom: 24px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	max-width: 400px;
}
.section-about__url{
	display: flex;
	align-items: center;
	gap:12px;
	color: var(--color);
	font-weight: 500;
	font-size: 18px;
	width: fit-content;
}
.section-about__url svg {
    transition: transform 0.3s ease-in-out;
}
.section-about__url.is-active svg{
	transform: rotate(90deg);
}
.section-about__url path{
	fill: var(--color);
}
.section-about p{
	margin-bottom: 24px;
}
.section-about p strong{
	font-weight: 600;
	font-size: 18px;
}
.section-about p:last-of-type{
	margin-bottom: 0;
}




.section-production{
	padding: 64px 0;
}

.section-production__h1{
	margin-bottom: 48px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.section-production .custom-gutter {
	--bs-gutter-x: 10px; 
	--bs-gutter-y: 10px;
}
.section-production .custom-gutter > [class^="col-"] {
	display: flex;
}

.section-production .section-production__block {
	flex-grow: 1;
	height: 320px;
	position: relative;
}
.section-production__block-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-production__block-bg{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 78px;
	display: flex;
	padding: 0 26px;
	align-items: flex-end;
	background: rgba(0,0,0,.39);
	transition: .3s all;
}
.section-production__block:hover .section-production__block-bg{
	height: 100%;
}

.section-production__block-text{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 78px;
	gap: 20px;
	transition: .3s all;
	position: relative;
	bottom: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
.section-production__block:hover .section-production__block-text{
	bottom: 40px;
	color: var(--color);
}
.section-production__block-text path{
	fill: var(--color);
}

.section-documentation{
	padding: 64px 0;
	background: url("../img/documentation-bg.jpg") center center no-repeat;
	background-size: cover;

}

.section-documentation__h1{
	text-align: center;
	font-size: 40px;
	margin: 0 auto 48px;
	max-width: 800px;
	line-height: 1;
	font-weight: 700;
}

.section-documentation__block{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-documentation__block-img-wrap{
	text-align: center;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-documentation__block-img {
	flex: 0 0 auto; 
	width: auto;
	height: auto; 
	max-width: 100%;
}

.section-documentation__block-text{
	position: relative;
	margin-top: 46px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.section-documentation__block-text:after{
	position: absolute;
	top: -20px;
	left: calc(50% - 40px);
	height: 2px;
	width: 80px;
	content: '';
	background: var(--color);
}

.section-documentation .col-before{
	position: relative;
}
.section-documentation .col-before:before{
	content: '';
	position: absolute;
	background: #959199;
	left: 0;
	height: 168px;
	width: 2px;
	top: calc(50% - 84px);
}


.footer{
	padding-top: 43px;
	background: #343137;
}

.footer-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 17px;
	gap: 32px;
}

.footer-top__ul {
	justify-content: center;
	gap: 12px 24px;
}

.footer-top__li {
	display: block;
}

.footer-top__a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	padding: 0px;
}

.footer-top__a:hover {
	color: var(--color);
}
.footer-top__block-instagram{
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;

}

.footer-top__btn{
	display: block;
	text-align: center;
	padding: 11px 24px;
	color: var(--color);
	font-weight: 500;
	background: #fff;
	text-transform: uppercase;
}
.footer-top__btn:hover{
	background: var(--color);
	color: #fff;
}

.footer-line{
	width: 100%;
	height: 1px;
	background: #959199;
}
.footer-bottom{
	padding: 24px 0;
	color: #959199;
	text-align: center;
}



.before-page{
	height: 153px;
}


.page{
	padding: 64px 0 calc(64px - 1rem);
}
.page *{
	/*margin-bottom: 1rem;*/
}

.form-feedback__label{
	font-weight: 500;
	font-size: 18px;
}
.form-feedback__input:focus, 
.form-feedback__textarea:focus {
    border-color: #F65702;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(246, 87, 2, 0.25);
}










