@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
/*FONTS*/
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 400;
  src: local("Steppe"), url("../fonts/Steppe-Book.woff2") format("woff2"), url("../fonts/Steppe-Book.woff") format("woff"), url("../fonts/Steppe-Book.ttf") format("ttf");
}
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 800;
  src: local("Steppe"), url("../fonts/Steppe-ExtraBold.woff2") format("woff2"), url("../fonts/Steppe-ExtraBold.woff") format("woff"), url("../fonts/Steppe-ExtraBold.ttf") format("ttf");
}
html {
  font-size: 10px;
}

body {
  font-family: "Steppe", sans-serif;
  font-size: 1.8rem;
  line-height: 130%;
  background-color: #5243F4;
  color: #FFFFFF;
}

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

.title {
  font-size: 6rem;
  line-height: 100%;
  font-weight: 800;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 1.8rem 4.6rem;
  height: 5.8rem;
  border-radius: 5rem;
}

/*HEADER*/
.header {
  position: relative;
  padding: 4rem 0;
}
.header__navigation {
  max-width: 78.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 151px;
}
.header__logo img {
  width: 100%;
}
.header__list {
  display: flex;
}
.header__item:not(:last-child) {
  margin-right: 5rem;
}
.header__link {
  color: inherit;
  transition: all 0.5s ease;
}
.header__link:hover {
  text-decoration: underline;
}
.header__line {
  position: absolute;
  top: 0;
  left: 44%;
  z-index: -1;
}

/*MAIN*/
.main {
  position: relative;
}
.main__cook {
  position: absolute;
  right: 0;
  top: -10rem;
  z-index: -1;
}
.main__decor {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
}

/*hero*/
.hero {
  padding: 16rem 0 20rem;
  position: relative;
}
.hero__title {
  margin-bottom: 2rem;
  font-size: 9rem;
  line-height: 100%;
  font-weight: 800;
}
.hero__text {
  margin-bottom: 4rem;
  max-width: 69.7rem;
}
.hero__button {
  background-color: #FFFFFF;
  color: #5243F4;
  transition: all 0.5s ease;
}
.hero__button:hover {
  background-color: #1708c0;
  color: #FFFFFF;
}

/*cards*/
.cards {
  padding: 10rem 0;
  position: relative;
}
.cards__title {
  margin-bottom: 11rem;
}
.cards__valuta {
  width: 6rem;
  height: 8rem;
  position: absolute;
  top: 9rem;
  left: 80%;
  border: 0.1rem solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  font-size: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 2s infinite;
  cursor: pointer;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.cards__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  row-gap: 9rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}

.card {
  background-color: #FFFFFF;
  color: #5D3427;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__img {
  margin-top: -7rem;
  margin-bottom: 2.4rem;
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__describe {
  margin-bottom: 2rem;
  padding: 0 2.4rem;
}
.card__title {
  margin-bottom: 2rem;
  font-weight: 800;
}
.card__text {
  font-size: 1.4rem;
  line-height: 120%;
}
.card__order {
  padding: 0 2.4rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__price-digit {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #5243F4;
}
.card__price-weight {
  font-size: 1.2rem;
}
.card__button {
  background-color: #5243F4;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.card__button:hover {
  background-color: #1708c0;
}

/*about us*/
.about-us {
  padding: 6.4rem 0;
}
.about-us__title {
  margin-bottom: 4rem;
}
.about-us__items {
  display: flex;
  justify-content: space-between;
}
.about-us__content {
  flex-basis: 50%;
  margin-right: 2rem;
  padding: 11rem 8rem;
  background-color: #FFFFFF;
  color: #5D3427;
}
.about-us__subtitle {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 110%;
  font-weight: 800;
}
.about-us__img {
  position: relative;
  z-index: 2;
  flex-basis: 50%;
}
.about-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*order*/
.order {
  padding: 8.3rem 0 10.2rem;
}
.order__title {
  position: relative;
  margin-bottom: 10.3rem;
  z-index: 2;
}
.order__decor {
  position: absolute;
  bottom: 0;
}

.form-order {
  position: relative;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  z-index: 5;
}
.form-order__items {
  display: flex;
}
.form-order__content {
  flex-shrink: 3;
  padding: 4rem 10.9rem;
  display: flex;
  flex-direction: column;
}
.form-order__text {
  margin-bottom: 2rem;
  font-weight: 800;
}
.form-order__input {
  padding: 2.2rem 2.4rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 5rem;
  background-color: transparent;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.form-order__input::-moz-placeholder {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.form-order__input::placeholder {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.form-order__input:not(:last-child) {
  margin-bottom: 1.6rem;
}
.form-order__button {
  height: 7.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  background-color: #5243F4;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.form-order__button:hover {
  background-color: #1708c0;
}
.form-order__img {
  margin-top: -5.8rem;
  padding: 0 35px 24px 0;
}
.form-order__img img {
  width: 100%;
  height: 100%;
}

/*footer*/
.footer {
  position: relative;
  padding: 12.5rem 0 5rem;
  text-align: center;
}
.footer__logo {
  margin-bottom: 1.4rem;
}
.footer__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .main__cook {
    top: -20rem;
  }
  .hero__text {
    background-color: rgba(12, 13, 87, 0.1960784314);
  }
  .hero__title {
    font-size: 7rem;
  }
  .title {
    font-size: 5rem;
  }
  .cards {
    padding: 6rem 0;
  }
  .cards__valuta {
    top: 5rem;
    left: 90%;
  }
  .about-us {
    padding: 4rem 0;
  }
  .about-us__items {
    flex-direction: column;
  }
  .about-us__content {
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 2rem;
    background-color: transparent;
    color: #FFFFFF;
  }
  .form-order__img {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__item:not(:last-child) {
    margin-right: 3rem;
  }
  .header__line {
    left: 0;
  }
  .main__decor {
    top: 10%;
    left: -10rem;
  }
  .order__title {
    margin-bottom: 8rem;
  }
  .form-order__content {
    padding: 3rem;
  }
}
@media (max-width: 600px) {
  .header__list {
    display: none;
  }
  .header__burger {
    display: block;
    position: absolute;
    top: 3rem;
    right: 2rem;
    width: 3rem;
    height: 2rem;
    z-index: 5;
  }
  .header__burger span {
    position: absolute;
    background-color: #FFFFFF;
    left: 0;
    top: 9px;
    width: 100%;
    height: 2px;
    transition: all 0.5s ease 0s;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__burger.active::before {
    background-color: #fff;
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active::after {
    background-color: #fff;
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__list.active {
    position: absolute;
    z-index: 4;
    display: block;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: #1708c0;
    width: 100vw;
    height: 100vh;
    transition: all 0.5s ease;
  }
  .header__list.active li {
    margin: 0;
    text-align: center;
  }
  .header__list.active li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .header__list.active li a {
    color: #fff;
    font-size: 4rem;
  }
  .header__list.active li:first-child {
    margin: 100px 0px 50px;
  }
  .hero__title {
    font-size: 5rem;
  }
  .title {
    font-size: 4rem;
  }
  .cards__title {
    -moz-text-align-last: left;
    text-align-last: left;
  }
  .cards__valuta {
    top: 4rem;
    left: 80%;
  }
}
@media (max-width: 480px) {
  .header__list.active a {
    font-size: 3rem;
    line-height: 150%;
  }
  .main__cook {
    display: none;
  }
  .hero {
    padding: 8rem 0 6rem;
  }
  .hero__title {
    font-size: 4rem;
  }
  .title {
    font-size: 3rem;
  }
  .cards__valuta {
    top: -3rem;
  }
  .cards__items {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .card__describe {
    padding: 0 1rem;
  }
  .card__order {
    padding: 0 1rem 2rem;
  }
  .card__button {
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-us__content {
    padding: 0;
  }
  .about-us__text {
    font-size: 1.8rem;
  }
  .order {
    padding: 5rem 0;
  }
  .order__title {
    margin-bottom: 3rem;
  }
  .form-order__content {
    padding: 1rem;
  }
  .form-order__input {
    padding: 1.5rem;
  }
  .footer {
    padding: 5rem 0 3rem;
  }
}