* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.2;
  /*background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));*/
  /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));*/
}

.fade-in {
  animation: FadeIn ease 1.5s;
}

@keyframes FadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.move-up-down {
  animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
   padding-bottom: 0;
  }
  50% {
    padding-bottom: 10px;
  }
}

/************************ #header */

#header {
  height: 650px;
  position: relative;
  background: no-repeat url("../../images/landing/vacancies/header-bg.jpg");
  background-size: cover;
  overflow: hidden;
}

#header .container {
  height: 650px;
  position: relative;
}

#header .slogan {
  color: #FFFFFF;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 20px;
  max-width: 750px;
  padding: 90px 0;
}

#header .vacancies-link {
  background-color: #e61c1c;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 20px 65px;
  cursor: pointer;
}

#header .vacancies-link:hover {
  color: #ceb6a3;
}

#header .bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

#header .vacancies-arrow {
  display: inline-block;
  cursor: pointer;
}

/************************ #about-rostmetall */

#about-rostmetall {
  padding: 150px 0;
  position: relative;
}

#about-rostmetall .title {
  font-size: 58px;
  line-height: 1.23;
  margin-bottom: 30px;
}

#about-rostmetall .text {
  font-size: 22px;
}

#about-rostmetall p {
  text-align: center;
}

/************************ #photos */

#photos {
  position: relative;
}

#photos .container {
  max-width: 100%;
  padding: 0 10px 20px 10px;
}

#photos .collection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#photos .collection .item {
  margin: 10px 0;
  width: 32.5%;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}

#photos .collection .item a {
  cursor: zoom-in;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/************************ #our-values */

#our-values {
  padding: 150px 0;
  position: relative;
}

#our-values .title {
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 40px;
}

#our-values .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#our-values .content .item {
  max-width: 500px;
}

#our-values .content .item-title {
  font-size: 24px;
  margin-bottom: 20px;
}

#our-values .content .item-text {
  margin-bottom: 35px;
  font-size: 16px;
}

/************************ #our-benefits */

#our-benefits {
  padding: 150px 0 100px 0;
  background: #f0f0f0;
  position: relative;
}

#our-benefits .title {
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 40px;
}

#our-benefits .benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#our-benefits .benefits .item {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 20px;
  margin-bottom: 45px;
}

#our-benefits .benefits .item-icon {
  width: 100px;
  margin-right: 20px;
}

#our-benefits .benefits .item-icon img {
  width: 100px;
  height: 100px;
}

/************************ #slogan-2 */

#slogan-2 {
  height: 470px;
  align-items: stretch;
  background: url("../../images/landing/vacancies/slogan-2.jpeg") center;
  position: relative;
}

#slogan-2 .content {
  float: right;
  padding-top: 100px;
  max-width: 560px;
  width: 100%;
  color: #ffffff;
  text-align: right;
}

#slogan-2 .content .message {
  font-size: 32px;
  line-height: 1.3;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 20px;
}

/************************ #vacancies */

#vacancies {
  margin: 150px 0;
  position: relative;
}

#vacancies .title {
  font-size: 42px;
  line-height: 1.23;
}

#vacancies .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0;
}

#vacancies .item {
  width: 100%;
  max-width: 360px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
  height: 325px;
  margin: 20px 0;
  padding: 30px 30px 40px;
  position: relative;
  cursor: pointer;
}

#vacancies .item:hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10) !important;
}

#vacancies .item-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 10px;
}

#vacancies .item-text {
  font-size: 16px;
  line-height: 1.55;
}

#vacancies .item-link {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

#vacancies .item-link a {
  color: #e61e1e;
  text-decoration: none;
}

#vacancies .item-link a:after {
  color: #e61e1e;
  content: "\00a0→";
  font-family: Arial,Helvetica,sans-serif;
}

#vacancies .send-resume {
  font-size: 18px;
}

#vacancies .send-resume a {
  font-size: 22px;
  color: #e61e1e;
  text-decoration: none;
}

/************************ #join-us */

#join-us {
  height: 580px;
  background: url("../../images/landing/vacancies/join-us-bg.jpeg") center;
  background-size: cover;
  position: relative;
}

#join-us .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 20px;
  color: #ffffff;
  padding-top: 100px;
}

#join-us .text {
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 20px;
  color: #ffffff;
  margin: 30px 0 100px 0;
}

#join-us .button {}

#join-us .email-btn {
  display: inline-block;
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 20px 65px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

#join-us .email-btn:hover {
  color: #62e620;
}

/************************ #contacts */

#contacts {
  padding: 100px 0;
  position: relative;
}

#contacts .title {
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 45px;
}

#contacts p {
  font-size: 20px;
  margin-bottom: 30px;
}

#contacts a {
  color: #ff8562;
  text-decoration: none;
}

/************************ #footer */

#footer {
  background: #0a0a0a;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 20px 0;
  line-height: 1.7;
  font-weight: bold;
  position: relative;
}

@media (max-width: 600px) {
  .container {
    padding: 0 10px
  }

  #header .slogan {
    font-size: 52px;
  }

  #vacancies .item {
    max-width: 100%;
  }
}
