/* reset.css
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* fonts*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-300.woff") format("woff"), url("../fonts/open-sans-v18-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-regular.woff") format("woff"), url("../fonts/open-sans-v18-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-700.woff") format("woff"), url("../fonts/open-sans-v18-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v18-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v18-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-700italic.woff") format("woff"), url("../fonts/open-sans-v18-latin-700italic.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='icon-']:before {
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-wildlife:before {
  content: '\0041'; }

.icon-cancel:before {
  content: '\0042'; }

.icon-pinterset:before {
  content: '\0043'; }

.icon-instagram:before {
  content: '\0044'; }

.icon-logo:before {
  content: '\0045'; }

.icon-row-left:before {
  content: '\0046'; }

.icon-row-right:before {
  content: '\0047'; }

.icon-search:before {
  content: '\0048'; }

.icon-telegram:before {
  content: '\0049'; }

/*body*/
html {
  box-sixing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

.wrapper {
  width: 1440px;
  margin: 0 auto; }

.container {
  width: 1200px;
  margin: 0 auto; }

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  overflow-x: hidden; }

/*Header styles start*/
.header {
  background-color: #02160b;
  width: 100vw; }

.header__wrapper {
  width: 1440px;
  margin: 0 auto;
  position: absolute; }

.header__container {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between; }

.header__logo-link img {
  max-width: 70px;
  margin-left: -39px;
  padding-top: 20px; }

.header__logo-wildlife {
  position: absolute;
  left: 162px;
  top: 21px; }

h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  text-transform: uppercase;
  color: #f7f7f7;
  letter-spacing: normal; }

.header__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start; }

.header__item a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 60px;
  display: block;
  margin-left: -55px;
  margin-top: 25px;
  padding-right: 100px; }

.search {
  max-width: 21px;
  margin-top: 18px; }

.header__button {
  padding: 8px 25px;
  color: #f7f7f7;
  background-color: transparent;
  border: 1px solid #8F5613;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  white-space: nowrap;
  margin-top: 30px;
  margin-right: 50px; }

.header__button:hover {
  background-color: #CD6326;
  border-color: transparent;
  transition: 1s;
  opacity: .75; }

.header__button:focus, .header__button:active {
  background-color: #8F5613;
  border-color: transparent; }

.header__link,
.search,
.footer__link {
  font-size: 23px;
  text-decoration: none;
  color: #f7f7f7;
  cursor: pointer;
  font-weight: normal;
  line-height: 60px; }

.header__link:hover,
.search:hover,
.footer__link:hover {
  color: #CD6326; }

.header__link:focus,
.search:focus,
.footer__link:focus {
  background-color: #8F5613; }

/* Header styles end */
/* Main styles start */
.intro {
  background-color: #02160b;
  margin-bottom: 508px; }

.intro__wrapper {
  width: 1440px;
  margin: 0 auto;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1200px) {
  .intro__wrapper {
    width: 100vw; }
  .header__wrapper {
    width: 100vw; }
  .footer__wrapper {
    width: 100vw; } }

@media screen and (min-width: 1200px) {
  .intro__wrapper {
    width: 1440px; }
  .header__wrapper {
    width: 1440px; }
  .footer__wrapper {
    width: 1440px; } }

.intro__survival {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #CD6326;
  padding-top: 225px;
  margin-left: -32px; }

.intro__donation {
  width: 280px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: inherit;
  color: #f7f7f7;
  margin-top: 78px;
  margin-left: -32px;
  margin-bottom: 25px; }

.intro__button {
  width: 76px;
  height: 27px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #f7f7f7;
  padding: 16px 42px 17px 42px;
  margin-top: 40px;
  margin-left: -37px;
  margin-bottom: 210px;
  background-color: #CD6326;
  border-color: transparent;
  border-radius: 4px;
  cursor: pointer; }

.intro__button:hover {
  background-color: #E39128;
  border-color: transparent; }

.intro__button:focus, .intro__button:active {
  background-color: #8F5613;
  border-color: transparent;
  transition: 1s; }

.articles {
  background-color: #cccccc;
  padding-top: 120px;
  margin-top: -510px; }

.articles__wrapper {
  width: 1440px;
  margin: 0 auto;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.articles__item {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 25px;
  margin-right: 80px; }

.articles__news {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #666666;
  margin-bottom: 120px;
  margin-right: 80px; }

.content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.content__icon {
  max-width: 35px; }

.row-left {
  position: relative;
  top: 135px;
  right: 0; }

.row-right {
  position: relative;
  top: 135px;
  right: 0; }

.row-left:hover,
.row-right:hover {
  transform: scale(1.5); }

.row-left:focus, .row-left:active,
.row-right:focus,
.row-right:active {
  transform: scale(1.5); }

img {
  width: 300px;
  margin-bottom: 239px; }

.img-wrap {
  position: relative;
  width: 1200px;
  text-align: center; }

.img-wrap.img-wrap__item {
  margin-left: 20px; }

.img-wrap__d {
  position: absolute;
  top: 247px;
  left: 124px;
  color: #f7f7f7; }

.img-wrap__deer {
  margin-top: 0px;
  margin-left: -50px; }

.img-wrap__squi {
  position: absolute;
  top: 247px;
  left: 109px;
  color: #f7f7f7; }

.img-wrap__squirrel {
  margin-top: 0px;
  margin-left: -90px; }

.img-wrap__b {
  position: absolute;
  top: 247px;
  left: 129px;
  color: #f7f7f7; }

.img-wrap__bird {
  margin-top: 0px;
  margin-left: -115px; }

.img-wrap__search {
  position: absolute;
  top: 293px;
  left: 57px; }

.img-wrap__kamikaze {
  position: absolute;
  top: 293px;
  left: 74px; }

.img-wrap__club {
  position: absolute;
  top: 293px;
  left: 88px; }

.img-wrap__deer,
.img-wrap__squirrel,
.img-wrap__bird,
.img-wrap__search,
.img-wrap__kamikaze,
.img-wrap__club {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #f7f7f7; }

.img-wrap__search {
  position: absolute;
  top: 293px;
  left: 57px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #f7f7f7; }

.notified {
  background-color: #cccccc; }

.notified__wrapper {
  width: 1440px;
  margin: 0 auto;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.new-articles {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  margin-bottom: 59px;
  margin-left: -90px;
  padding-top: 0px; }

.search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 300px; }

.search-form__email {
  width: 540px;
  height: 52px;
  margin-left: -90px;
  left: 300px;
  top: 1067px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 27px;
  align-items: center;
  color: #666666;
  border: 1px solid #666666;
  background-color: transparent;
  margin-bottom: 239px; }

.search-form__submit {
  width: 107px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  color: #f7f7f7;
  background-color: #CD6326;
  border-color: transparent;
  cursor: pointer;
  padding-left: 0; }
  .search-form__submit:hover {
    background-color: #E39128;
    border-color: transparent; }
  .search-form__submit:focus, .search-form__submit:active {
    background-color: #8F5613;
    border-color: transparent;
    transition: 1s; }

/* Footer starts*/
.footer__wrapper {
  width: 1440px;
  margin: 0 auto;
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.footer {
  background-color: #02160b; }

.footer__menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: -300px; }

.footer__logo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.footer__logo-link {
  display: inline-block;
  color: #f7f7f7; }

.footer__logo-link img {
  max-width: 70px;
  position: relative;
  top: 150px;
  margin-top: 5px;
  margin-left: 127px; }

.footer__wildlife {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  text-transform: uppercase;
  color: #f7f7f7;
  letter-spacing: normal;
  position: relative;
  top: -155px;
  left: 210px; }

.footer__nav-bar {
  display: flex;
  flex-flow: row nowrap; }

.footer__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  white-space: nowrap; }

.footer__item {
  position: relative;
  top: -10px;
  left: 100px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 60px; }

.footer__item:first-child {
  margin-left: 190px;
  padding-right: 86px; }

.footer__item:last-child {
  padding-left: 85px;
  padding-right: 120px; }

.footer__link-articles {
  text-decoration: none;
  color: #f7f7f7; }

.social-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  position: relative;
  top: 0;
  left: -70px; }

.social-icons__item a:hover {
  background-color: #CD6326;
  border-color: transparent;
  transition: 1s;
  opacity: .75; }

.social-icons__item a:focus, .social-icons__item a:active {
  background-color: #8F5613;
  border-color: transparent; }

.social-icons__facebook {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  background-image: url("../images/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 7px 14px;
  border-radius: 50%;
  margin-right: 40px;
  margin-left: 131px; }

.social-icons__instagram {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  background-image: url("../images/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 7px 14px;
  border-radius: 50%;
  margin-right: 40px; }

.social-icons__pinterset {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  background-image: url("../images/pinterset.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 7px 14px;
  border-radius: 50%;
  margin-right: 36px; }

.social-icons__telegram {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  background-image: url("../images/telegram.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 7px 14px;
  border-radius: 50%;
  margin-right: 120px; }
