html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #2F251A;
}

body {
  background: url('../images/bg.jpg') center center/cover;
}

a {
  text-decoration: none;
  color: #212121;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.anim {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header {
  padding: 10px 0px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 26px;
  line-height: 36px;
}

header.header {
  position: fixed;
  background: #c2a5a5;
  z-index: 1;
  width: 100%;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
}

span.logo-name {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 35%;
}

.header-contacts {
  display: flex;
  align-items: center;
  width: 55%;
  justify-content: space-between;
}

.header-phone {
  margin-right: 10px;
}

.header-phone span {
  display: flex;
  font-weight: 700;
}

.header-adress div span {
  color: #14100c;
  font-weight: 800;
}

section.section1 {
  padding-top: 100px;
  background: url('../images/sec1.jpg') center center/cover;
  min-height: 700px;
}

section.section1 .container {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section1-title {
  color: #ffd4b4;
  font-weight: 800;
  font-size: 65px;
  line-height: 75px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.section1-text {
  margin-top: 30px;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}

section.about {
  padding: 80px 0px;
}

.title {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
  color: #14100c;
  font-weight: 700;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.about-info-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-info {
  width: 52%;
  font-weight: 600;
}

.about-info p {
  font-weight: 600;
}

.about-img {
  width: 46%;
  height: 100%;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 1px 1px 8px 3px rgb(0 0 0 / 50%);
}

section.about .container>p {
  font-weight: 700;
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  color: #ffd4b4;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

section.discount {
  background-color: #14100c;
  background-image: url('../images/skidki.png');
  background-position: center center;
  padding: 80px 0px;
}

.discount-inner {
  display: flex;
  justify-content: space-between;
}

.discount-text {
  width: 40%;
}

.discount-img {
  width: 59%;
}

.discount-img img {
  width: 100%;
}

.discount-text-title {
  color: #ffd4b4;
  font-weight: 800;
  font-size: 65px;
  line-height: 75px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.discount-text-undertitle {
  color: #fff;
  color: #ffd4b4;
  font-weight: 800;
  font-size: 85px;
  line-height: 100px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.discount-block {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 40px;
  text-align: center;
}

.discount-block-text {
  font-size: 26px;
  line-height: 36px;
}

.discount-block-text span {
  color: red;
  display: block;
  font-weight: 800;
}

.benefits-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.benefits {
  padding: 80px 0px;
}

.benefits-item {
  width: 32%;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 40px;
  box-shadow: 1px 1px 5px 1px rgb(189 177 252 / 51%);
}

.benefits-item-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffd4b4;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.pay {
  background: #14100c;
  padding: 50px 0px;
}

.pay-item-right {
  color: #c2a5a5;
  font-size: 22px;
  line-height: 32px;
}

.pay-info-title {
  font-weight: 800;
  font-size: 25px;
  line-height: 35px;
}

.pay-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.pay-item-left {
  width: 40%;
}

.pay-item-right {
  width: 55%;
}

.pay-item-left img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 1px 1px 8px 3px rgb(0 0 0 / 50%);
}

section.delivery {
  padding: 60px 0px;
  background: url('../images/delivery.jpg') center center/cover;
}

section.delivery .title {
  color: #ffd4b4;
  font-weight: 800;
  font-size: 65px;
  line-height: 75px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-align: right;
}

.delivery-block {
  text-align: right;
  background: rgb(165 179 194 / 50%);
  padding: 50px 20px;
  box-shadow: 1px 1px 8px 8px rgb(0 0 0 / 30%);
}

.delivery-title {
  color: #ffd4b4;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-align: right;
}

.delivery-info {
  color: #000;
  font-weight: 600;
}

.reviews-slider-item {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 1px 1px 8px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.reviews-slider-item-photo {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.reviews-slider-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.slick-dots li button:before {
  background: #ffd4b4;
  border-radius: 50%;
  font-size: 0;
}

.reviews-slider-item-text {
  text-align: center;
  margin-top: 20px;
}

.reviews-slider-item-name {
  text-align: right;
  margin-top: 20px;
  font-style: italic;
}

footer#footer {
  background: #14100c;
  padding: 40px 0px;
}

footer#footer {
  background: #14100c;
  padding: 40px 0px;
}

.discount-button a {
  background: #ffd4b4;
  padding: 12px 40px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
}

.discount-button {
  text-align: center;
}

section.reviews {
  padding: 50px 0px;
}

.footer-adress {
  margin-top: 30px;
  font-size: 30px;
  line-height: 40px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.footer-contacts {
  width: 48%;
  color: #c2a5a5;
}

.footer-form {
  width: 48%;
}

.footer-phone span {
  display: block;
  font-size: 25px;
  line-height: 35px;
}

.footer-adress span {
  display: block;
}

.footer-form {
  background: #ffd4b4;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 1px 1px 8px 8px rgb(0 0 0 / 10%);
}

.footer-form-title {
  color: #14100c;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
}

.footer-form form {
  display: flex;
  flex-direction: column;
}

.footer-form form input {
  height: 45px;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #14100c;
  border-radius: 8px;
  padding: 0px 20px;
}

.footer-form form button {
  background: #14100c;
  height: 50px;
  border-radius: 8px;
  border: none;
  color: #c2a5a5;
  font-size: 30px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .container {
    width: 970px !important;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }
}

@media (max-width: 991px) {
  .container {
    width: 750px !important;
  }

  #burger-menu {
    display: flex !important;
    flex-direction: column;
    top: 40px;
    right: 5%;
    z-index: 5;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }

  .header-contacts {
    width: 65%;
  }

  .about-info {
    width: 100%;
  }

  .about-img {
    width: 100%;
    margin-bottom: 20px;
  }

  section.about .container>p {
    line-height: 45px;
  }

  .discount-inner {
    flex-wrap: wrap;
  }

  .discount-text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .benefits-item {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 30px;
    width: 100% !important;
  }

  body,
  section,
  footer {
    width: 100% !important;
    overflow-x: hidden;
  }

  .header-logo {
    width: 100%;
  }

  .header-contacts {
    display: none;
  }

  section.section1 {
    min-height: 500px;
  }

  .section1-title {
    font-size: 40px;
    line-height: 40px;
  }

  .section1-text {
    font-size: 20px;
    line-height: 25px;
  }

  section.about .container>p {
    font-size: 35px;
    line-height: 40px;
  }

  section.about {
    padding: 40px 0px;
  }

  section.discount {
    padding: 40px 0px;
  }

  section.benefits {
    padding: 40px 0px;
  }

  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .benefits-item {
    width: 100%;
  }

  .pay-item-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .pay-item-right {
    width: 100%;
    text-align: center;
  }

  .reviews-slider-item-photo {
    width: 240px;
    height: 240px;
  }

  .footer-contacts {
    width: 100%;
    text-align: center;
  }

  .footer-form {
    width: 100%;
    padding: 25px;
    margin-top: 20px;
  }

  .footer-adress {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 320px) {

  header,
  section,
  footer {
    width: 320px !important;
  }
}