﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}

html,
body {
  height: 100%;
}

body {
  background-color: #171717;
}









/*Background_transition*/

  nav .logo {
    z-index: 10;
    min-width: 220px;
/*     background: url(../img/bg_logo.png) no-repeat center left; */
    height: 100px;
    line-height: 100px;
    margin-right: 7.59%;
    font-weight: bold; }
    nav .logo:hover {
      opacity: 0.9; }
    nav .logo h2 {
      padding-left: 44px;
      font-size: 26px;
      font-family: Ubuntu, sans-serif;
      font-style: italic;
      font-weight: bold; }
      nav .logo h2 span {
        font-weight: bold; }
  nav ul {
    z-index: 10;
    display: flex;
 /*    width: 635px; */
    justify-content: space-between; }
    nav ul li {
      list-style-type: none; }
      nav ul li a {
        font-size: 17px;
        font-weight: 400;
        padding-bottom: 40px; }
        nav ul li a i {
          color: #f1c40f; }
        nav ul li a .fa:before {
          font-size: 25px;
          margin-right: 19px; }
        nav ul li a:hover > i {
          color: white; }
        nav ul li a:hover {
          color: #f1c40f;
          border-bottom: 2px solid #f1c40f; }

label:hover {
  color: #f1c40f; }


















.header {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100px;

  background-color: rgba(0, 0, 0, 0.32);
}

.header__image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  height: 470px;
  background: url(../img/bg_header.jpg) no-repeat top center/cover;
}

.header__log-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1025px;

}

.logo {
  display: flex;
  align-items: center;

  width: 220px;
  height: 100px;

/*   background: url(../img/bg_logo.png) no-repeat center left; */
}

.logo__link {
  margin-left: 44px;
  font-family: Ubuntu, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
}

.logo__link-item {
  font-weight: bold;
  color: #F1C40F;
}

.nav {
  margin-right: 170px;
}

.nav__list {
  display: flex;
}

.nav__item {
  margin-left: 20px;
}

.nav__link {
  font-family: Ubuntu, sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 350;
}

/* полоса с иконками и кратким перечислением преимуществ */
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 470px;

}

.intro__title {
  margin-top: auto;

  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: lighter;
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;

}

.intro__title-item {
  color: #F1C40F;
}

.intro__text {
  line-height: 50px;
  margin-top: 60px;
  margin-bottom: 20px;

  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: lighter;
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.intro__icon-container {
  display: flex;
  justify-content: center;

  width: 100%;
  height: 100px;

  background-color: #141414;
}

.intro__icon-baking {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 280px;
  margin: 0 40px;
}

.intro__icon {
  margin-right: 20px;
  color: #F1C40F;
  font-size: 24px;
}

.icon-target {
  display: flex;
  width: 30px;
  height: 30px;
  background: url(../img/target.png) no-repeat center center;
}

.intro__word {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 22px;
  color: #fff;
}

/* секция со списками */
.cheat {
  display: flex;
  justify-content: center;

  padding: 40px 0;
  background: url(../img/bg_header_page3.png) no-repeat top center/cover;
}

.cheat__container {
  display: flex;
  flex-direction: column;

  margin: 0 40px;
}

.cheat__list {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 280px;

  margin-bottom: 20px;
  padding: 20px;

  background-color: #252525;
  border: 1px solid #48453e;
}

.cheat__list:last-child {
  margin-bottom: 0;
}

.cheat__image {
  width: 100%;
  height: 153px;

  margin-bottom: 20px;
}

.cheat__image-1 {
  background: url(../img/poster.png) no-repeat center center;
}

.cheat__image-2 {
  background: url(../img/poster_2.png) no-repeat center center;
}

.cheat__image-3 {
  background: url(../img/poster_3.png) no-repeat center center;
}

.cheat__image-4 {
  background: url(../img/poster_4.png) no-repeat center center;
}

.cheat__image-5 {
  background: url(../img/poster_5.png) no-repeat center center;
}

.cheat__image-6 {
  background: url(../img/poster_6.png) no-repeat center center;
}

.cheat__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  
  width: 100%;
  height: 39px;

  margin-bottom: 5px;
  background-color: #3b3b3b;

  font-family: Ununta, sans-serif;
  font-size: 18px;
  color: #fff;

  transition: 0.3s all ease;
   border-radius: 5px;
}


.cheat__link:hover {
  color: #F1C40F;
}
.cheat__link::after,
.cheat__link::before {
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesome;
  color: #7c7771;
}

.cheat__button {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 15px;

  width: 100%;
  height: 40px;

  background-color: #F1C40F;
  border-radius: 5px;


  font-family: Ununta, sans-serif;
  font-size: 18px;
  color: #000;

  box-shadow: 0 2px 6px 1px #000;
  transition: 0.3s all ease;
}

.cheat__button:hover {
  background-color: #fff;
}

/* секция с рваными краями */

.defence {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 100px;
  padding: 50px 0;
  background-color: #F1C40F;
}

.defence::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;

  width: 100%;
  height: 50px;
  background: url(../img/bg_footer.png) no-repeat top center/cover;
  filter: drop-shadow(0 25px 10px #000);
  transform: scaleY(-1);
  filter: FlipV;
}

.defence::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;

  width: 100%;
  height: 50px;
  background: url(../img/bg_footer.png) no-repeat top center/cover;
  filter: drop-shadow(0 25px 10px #000);
}

.defence__shild {
  width: 180px;
  height: 220px;
  background: url(../img/shield-outline.png) no-repeat center center;
}

.defence__title {
  margin-left: 55px;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 55px;
}

.defence__text {
  max-width: 625px;
  margin-top: 20px;
  margin-left: 55px;

  font-size: 36px;
  font-family: Yanone Kaffeesatz, sans-serif;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 130px 0 10px 0;
}

.footer__title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}

.footer__list {
  
}

.footer__item {
  text-align: center;
  color: #fff;
}