* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bg-surv-header {
  background-color: #02160b;
  width: 100%;
}
.header-survival {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(assets/survival.png);
  background-repeat: no-repeat;
  height: 779px;
}
header {
  padding: 0 120px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: inline-flex;
  align-items: center;
}
.logo-img {
  width: 70px;
  height: 60px;
}
.logo-text {
  width: 155px;
  height: 60px;
  margin-left: 15px;
  display: inline;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  text-transform: uppercase;
  color: #F7F7F7;
}
li {
  list-style-type: none;
}
.nav {
  display: inline-flex;
  align-items: center;
}
.nav li a {
  text-decoration: none;
  color: inherit;
}
.nav li:not(.search) {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 60px;
  color: #F7F7F7;
}
.nav li:not(.signIn) {
  margin-right: 62px;
  display: inline;
}
.nav .signIn {
  width: 120px;
  height: 50px;
  border: 2px solid #CD6326;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}
.nav .signIn:hover {
  background-color: #CD6326;
  border: none;
}
.nav .signIn:active {
  background-color: #8F5613;
  border: none;
}
.survival {
  padding-left: 120px;
}
.survival .survival-heading {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 2px;
  color: #CD6326;
  margin-top: 120px;
}
.survival .surv-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27.5px;
  color: #F7F7F7;
  width: 274px;
  height: 108px;
  margin-top: 51px;
}
.survival .surv-donate {
  width: 160px;
  height: 60px;
  background-color: #CD6326;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 27px;
  color: #F7F7F7;
  margin-top: 49px;
  border: none;
  cursor: pointer;
}
.survival .surv-donate:hover {
  background-color: #E6902B;
}
.survival .surv-donate:active {
  background-color: #8F5613;
}
.latest-articles-bg {
  background: #CCCCCC;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}
.latest-articles-bg .latest-articles-block {
  width: 1440px;
}
.latest-articles-bg .latest-articles-block .latest-arts-h {
  display: block;
  text-align: center;
  margin-top: 121px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 72px;
  color: #333333;
}
.latest-articles-bg .latest-articles-block .news {
  display: block;
  text-align: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
  color: #666666;
}
.latest-articles-bg .latest-articles-block .slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
}
.latest-articles-bg .latest-articles-block .slider .slider_arrow {
  cursor: pointer;
}
.latest-articles-bg .latest-articles-block .slider .slider_arrow:hover {
  transform: scale(1.1);
}
.latest-articles-bg .latest-articles-block .slider .deer {
  position: relative;
  background-image: url(assets/deer.png);
  width: 300px;
  height: 360px;
  margin-right: 57px;
  display: inline-block;
}
.latest-articles-bg .latest-articles-block .slider .deer h4 {
  position: absolute;
  left: 127px;
  top: 250px;
  font-family: 'Open Sans';
  color: #F7F7F7;
  font-size: 22px;
  font-weight: 300;
}
.latest-articles-bg .latest-articles-block .slider .deer h3 {
  position: absolute;
  font-size: 17px;
  font-weight: 300;
  left: 60px;
  top: 295px;
  color: #F7F7F7;
  font-family: 'Open Sans';
}
.latest-articles-bg .latest-articles-block .slider .squirrel {
  position: relative;
  background-image: url(assets/squirrel.png);
  width: 300px;
  height: 360px;
  margin-right: 57px;
  display: inline-block;
}
.latest-articles-bg .latest-articles-block .slider .squirrel h4 {
  position: absolute;
  left: 110px;
  top: 250px;
  font-family: 'Open Sans';
  color: #F7F7F7;
  font-size: 22px;
  font-weight: 300;
}
.latest-articles-bg .latest-articles-block .slider .squirrel h3 {
  position: absolute;
  font-size: 17px;
  font-weight: 300;
  left: 76px;
  top: 295px;
  color: #F7F7F7;
  font-family: 'Open Sans';
}
.latest-articles-bg .latest-articles-block .slider .bird {
  position: relative;
  background-image: url(assets/bird.png);
  width: 300px;
  height: 360px;
  display: inline-block;
}
.latest-articles-bg .latest-articles-block .slider .bird h4 {
  position: absolute;
  left: 128px;
  top: 250px;
  font-family: 'Open Sans';
  color: #F7F7F7;
  font-size: 22px;
  font-weight: 300;
}
.latest-articles-bg .latest-articles-block .slider .bird h3 {
  position: absolute;
  font-size: 17px;
  font-weight: 300;
  left: 89px;
  top: 295px;
  color: #F7F7F7;
  font-family: 'Open Sans';
}
.get-notified-bg {
  background: #CCCCCC;
}
.get-notified-bg .get-notified-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.get-notified-bg .get-notified-block .get-notified-heading {
  color: #333333;
  font-size: 27px;
  font-family: 'Open Sans';
  font-weight: 300;
  margin-top: 237px;
}
.get-notified-bg .get-notified-block .get-notified-form {
  display: flex;
  align-items: center;
  margin-top: 62.51px;
  margin-bottom: 240px;
}
.get-notified-bg .get-notified-block .get-notified-form #email {
  width: 540px;
  height: 60px;
  background-color: #CCCCCC;
  border-width: 1px;
  padding-left: 15px;
  padding-top: 0px;
  font-size: 20px;
}
.get-notified-bg .get-notified-block .get-notified-form #email::placeholder {
  color: #666666;
  font-size: 22px;
}
.get-notified-bg .get-notified-block .get-notified-form #submit {
  margin-left: 0;
  width: 120px;
  height: 60px;
  background-color: #CD6326;
  border: none;
  font-size: 23px;
  color: #F7F7F7;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
.get-notified-bg .get-notified-block .get-notified-form #submit:hover {
  background-color: #E6902B;
}
.get-notified-bg .get-notified-block .get-notified-form #submit:active {
  background-color: #8F5613;
}
.footer-bg {
  width: 100%;
  background-color: #181617;
  height: 359px;
  display: flex;
  justify-content: center;
}
.footer-bg footer {
  width: 1440px;
  display: flex;
  align-items: center;
  background-image: url('assets/footer.png');
  padding-left: 120px;
}
.footer-bg footer .nav {
  margin-left: 120px;
  display: flex;
  align-items: center;
}
.footer-bg footer .nav li:not(.learn-more) {
  margin-right: 87px;
}
.footer-bg footer .icons {
  margin-top: 5px;
}
.footer-bg footer .icons li {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.footer-bg footer .icons .fasebook {
  background-image: url('assets/fasebook.svg');
  margin-left: 65px;
}
.footer-bg footer .icons .insta {
  background-image: url('assets/insta.svg');
  margin-left: 23px;
}
.footer-bg footer .icons .pinterest {
  background-image: url('assets/pinterest.svg');
  margin-left: 23px;
}
.footer-bg footer .icons .telegram {
  background-image: url('assets/telegram.svg');
  margin-left: 23px;
}
