html { height: 100%; }
body { margin: 0; padding: 0; font-family: Helvetica; height: 100%; }
.bg-city,.bg-manufacturing,.bg-shakehands { position: absolute; width: 100%;  height: 100vh; z-index: -1; }
.bg-city { background:url('/images/bg/bg_city.jpg'); background-size: cover; background-attachment: fixed; background-position-y: -300px; }
.bg-manufacturing { background:url('/images/bg/bg_manufacturing.jpg'); background-size: cover; background-attachment: fixed; background-position-y: -700px; }
.bg-shakehands { background:url('/images/bg/bg_shakehands.jpg'); background-size: cover; background-attachment: fixed; background-position-y: -500px; }
.wrapper { display: -ms-flexbox; display: flex; flex-direction: column; min-height: 100vh; width: 100%; position: relative; }
.header { position: relative; display: -ms-flexbox; display: flex; margin: 0 auto; flex-direction: column; align-items: flex-start; flex-wrap: nowrap; flex: 0 0 auto; overflow: hidden; justify-content: space-between; width: 100%; max-width: 1200px; }
.header__wrapper { position: relative; width: 100%; display: -ms-flexbox; display: flex; flex-direction: row; align-items: center; flex-wrap: nowrap; flex: 0 0 auto; }
.headerLogo { display: inline-block; margin: 20px 0; background-color: #fff; }
.headerMenu { display: -ms-flexbox; display: flex; flex-direction: row; flex: 4 0 auto; justify-content: space-around; }
.headerMenu a { font-size: 18px; font-weight: 600; margin: 30px 10px 20px; color: #333; text-decoration: none; border-bottom: 10px solid transparent; font-family: 'Montserrat'; font-weight: 400; }
.headerMenu a:hover { border-bottom: 10px solid #56a15f; transition: 0.5s; }
.headerLangSelector { display: flex; position: absolute; top: -10px; right: 20px; }
.headerLang { flex: 1 1 auto; background: #2666af; margin: 0 5px 0; padding: 15px 7px 5px; color: #fff; text-decoration: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.headerLang:hover { transform: translateY(10px); transition: 0.5s; }
.f-left { float: left; margin: 10px 25px 10px 0; }
.f-right { float: right; margin: 10px 0 10px 25px; }
.mainContentImg { width: 500px; }
.mainContentWideImg { font-size: 100px; width: 100%; text-align: center; position: relative; overflow: hidden; }
.mainContentWideImg span { padding:50px 0; color: #fff; display: block; font-family: 'Montserrat'; font-weight: 700; }
.mainContent__wrapper { height: 100%; flex: 1 0 auto; }
.mainContent { display: -ms-flexbox; display: flex; flex-direction: row; /* justify-content: flex-end; */ width: 100%; max-width: 1200px; margin: 0 auto; font-family: "Montserrat"}
.contentField { position: relative; padding: 30px; margin: 30px 25px; }
.contentField p { color: #999; font-size: 20px; font-weight: 100; line-height: 1.7; }

.partsGroup { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.partsGroup__item { flex: 0 0 auto; width: 400px; margin: 15px; background: #f6f6f6; border: 1px solid #e6e6e6; border-radius: 15px; padding: 0 0 20px; text-align: center; cursor: pointer; }
.partsGroup__item:hover { box-shadow: 0 0 20px #90909080; transition: 0.5s;}
.partsGroup__item img { background:#cecece; width: 350px; height: 350px; border: none; }
.partsGroup__item span { display: block; padding: 10px 20px; text-align: center; text-transform: uppercase; }
.downloadsGroup { display: flex; flex-direction: column; justify-content: flex-start; }
.downloadsGroup__item { flex: 0 0 auto; width: 100%; }
.downloadsGroup__item a { font-size: 20px; color: #2666af; display: block; }


.footerWrapper { flex-shrink: 0; z-index: 2; background: #2666af; font-family: 'Montserrat'; font-weight: 400; }
.footerGreenLine { background: #32a457; height: 20px; width:100%;}
.footerContent { display: flex; flex-direction: row; justify-content: space-between; margin: 0 auto; padding: 50px 0; max-width: 1200px; width: 100%; color: #c0daf7; }
.footerSection { font-weight: 700; padding: 10px 0; color: #fff; }
.footerContent ul { display: inline-block; list-style-type: none; padding-inline-start: 0; margin: 0; padding-inline-end: 20px; }
.footerContent li { padding: 5px 0; }
.footerContent ul:last-child { padding-inline-end: 0; }
.footerContent a { color: #c0daf7; text-decoration: none; }
.footerContent a:hover { border-bottom: 5px solid #09df3f; }

.contactFormCaption { display: block; font-size: 35px;  width: 100%; text-align: center; }
.contactForm { color: #999; font-size: 20px; margin-top: 100px; background: #f6f6f6; border-radius: 15px; padding: 40px 0; }
.fieldset { display: flex; margin: 0 auto; width: 60%; justify-content: space-between; align-items: center;}
.contactForm label { margin-right: 20px; padding: 5px 10px 5 0; }
.contactFormInput { font-size: 20px; color: #999; border: 2px solid #e6e6e6; border-radius: 5px; padding: 5px 10px; margin: 15px 0; width: 400px; }
.contactFormArea { resize: none; font-size: 20px; color: #999; border: 2px solid #e6e6e6; border-radius: 5px; padding: 5px 10px; margin: 15px 0; vertical-align: top; width: 400px; height: 300px; }
.contactFormButton { background: #56a15f; color: #fff; border-radius: 5px; padding: 15px 40px; margin: 15px auto; border: none; box-shadow: 0 0 10px #bff0cb; font-size: 20px; cursor: pointer; }
