@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
@media (min-width: 785px) {
  .grid-cover {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 30px;
  }
}
@media (min-width: 1240px) {
  .grid-cover {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 25px;
  }
}

.separator {
  border-top: 1px solid #09210c;
  margin-bottom: 30px;
}

@media (min-width: 785px) {
  .content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1240px) {
  .content {
    max-width: 1350px;
  }
}
@media (min-width: 1440px) {
  .content {
    max-width: 1550px;
  }
}

.page {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.page__body {
  padding: 0;
  margin: 0;
  font-family: Sora, Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
@media (max-width: 400px) {
  .page__body {
    min-width: 399px;
  }
}
.page__menu {
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.page__under-header {
  margin: 50px 0 50px;
}
@media (min-width: 785px) {
  .page__under-header {
    margin: 70px 0 100px;
  }
}
@media (min-width: 1240px) {
  .page__under-header {
    margin: 70px 0 125px;
  }
}
.page__flower-main {
  margin-bottom: 50px;
}
@media (min-width: 785px) {
  .page__flower-main {
    margin-bottom: 80px;
  }
}
@media (min-width: 1240px) {
  .page__flower-main {
    margin-bottom: 120px;
  }
}
.page__product-list {
  margin: 80px 0 50px;
}
@media (min-width: 785px) {
  .page__product-list {
    margin: 120px 0 100px;
  }
}
@media (min-width: 1240px) {
  .page__product-list {
    margin: 130px 0 100px;
  }
}
.page__about-flower {
  margin: 85px 0 50px;
}
@media (min-width: 785px) {
  .page__about-flower {
    margin: 125px 0 100px;
  }
}
@media (min-width: 1240px) {
  .page__about-flower {
    margin: 140px 0 100px;
  }
}

.container {
  padding: 0 20px;
}
@media (min-width: 785px) {
  .container {
    padding: 0 60px;
  }
}
@media (min-width: 1240px) {
  .container {
    padding: 0 70px;
  }
}

/*HEADER*/
.header__top {
  padding: 20px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 785px) {
  .header__top {
    padding: 30px 15px 0;
  }
}
@media (min-width: 1240px) {
  .header__top {
    padding: 40px 20px 0;
    display: grid;
    grid-template-columns: 200px 1fr 270px;
    justify-items: center;
    align-items: center;
    column-gap: 20px;
  }
}
.header__desktop-menu {
  display: none;
}
@media (min-width: 1240px) {
  .header__desktop-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 25px;
  }
}
.header__desktop-menu-link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #390b0b;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
}
.header__desktop-menu-link:hover {
  text-shadow: 11px 10px 9px #390b0b;
}
.header__desktop-contacts-block {
  display: none;
}
@media (min-width: 1240px) {
  .header__desktop-contacts-block {
    display: block;
  }
}
.header__desktop-contact {
  display: block;
  text-decoration: none;
  margin: 0 0 5px;
  color: #390b0b;
  font-weight: 500;
  font-size: 13px;
}
.header__desktop-contact:last-child {
  margin: 0;
}

.logo--footer {
  display: block;
  width: max-content;
  margin-bottom: 25px;
}
.logo__image {
  object-fit: contain;
  width: 100%;
  height: 30px;
}
@media (min-width: 785px) {
  .logo__image {
    height: 35px;
  }
}

.icon {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  padding-bottom: 30px;
}
.icon--menu {
  background-image: url(../images/menu-icon.svg);
  border: none;
  background-color: #fff;
}
@media (min-width: 785px) {
  .icon--menu {
    width: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1240px) {
  .icon--menu {
    display: none;
  }
}
.icon--cross {
  background-image: url(../images/active-cross.svg);
  border: none;
  background-color: #fff;
}
@media (min-width: 785px) {
  .icon--cross {
    width: 40px;
    padding-bottom: 40px;
  }
}

.menu {
  background-color: #fff;
}
@media (min-width: 1240px) {
  .menu {
    display: none;
  }
}
.menu__top {
  padding: 20px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (min-width: 785px) {
  .menu__top {
    padding: 30px 15px 0;
    margin-bottom: 130px;
  }
}
.menu__list {
  margin: 0 0 100px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  list-style: none;
}
@media (min-width: 785px) {
  .menu__list {
    gap: 35px;
    margin: 0 0 130px;
  }
}
.menu__link {
  text-decoration: none;
  color: #390b0b;
  font-weight: 500;
  font-size: 22px;
}
@media (min-width: 785px) {
  .menu__link {
    font-size: 32px;
  }
}
.menu__contacts-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__contact {
  display: block;
  text-decoration: none;
  margin: 0 0 10px;
  color: #390b0b;
  font-weight: 500;
  font-size: 17px;
}
@media (min-width: 785px) {
  .menu__contact {
    font-size: 22px;
  }
}
.menu__contact:last-child {
  margin: 0;
}
@media (min-width: 1240px) {
  .menu__contact {
    font-size: 35px;
  }
}

.button {
  text-decoration: none;
  cursor: pointer;
  padding: 20px 20px;
  border: none;
  color: #fff;
  background-color: #0b6814;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #16b326;
}

/*MAIN PAGE*/
@media (min-width: 785px) {
  .under-header__image-info-container {
    position: relative;
    grid-column: 1/7;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 30px;
    align-items: center;
  }
}
@media (min-width: 1240px) {
  .under-header__image-info-container {
    grid-column: 1/13;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 25px;
  }
}
.under-header__image-container {
  margin: 0 0 25px;
}
@media (min-width: 785px) {
  .under-header__image-container {
    margin: 0;
    grid-column: 4/7;
  }
}
@media (min-width: 1240px) {
  .under-header__image-container {
    grid-column: 7/13;
  }
}
.under-header__image {
  width: 100%;
}
@media (min-width: 785px) {
  .under-header__info-container {
    position: absolute;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  }
}
@media (min-width: 1240px) {
  .under-header__info-container {
    grid-column: 1/7;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 25px;
  }
}
.under-header__title {
  margin: 0 0 10px;
  color: #390b0b;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
@media (min-width: 785px) {
  .under-header__title {
    text-align: left;
    font-size: 42px;
    grid-column: 1/4;
  }
}
@media (min-width: 1240px) {
  .under-header__title {
    font-size: 50px;
    grid-column: 1/7;
  }
}
.under-header__info {
  margin: 0 0 35px;
  text-align: center;
  color: #390b0b;
  font-size: 18px;
}
@media (min-width: 785px) {
  .under-header__info {
    text-align: left;
    grid-column: 1/4;
  }
}
@media (min-width: 1240px) {
  .under-header__info {
    grid-column: 1/7;
  }
}
.under-header__buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 785px) {
  .under-header__buttons-container {
    grid-column: 1/4;
    justify-content: flex-start;
  }
}
@media (min-width: 1240px) {
  .under-header__buttons-container {
    grid-column: 1/7;
  }
}

.flower-main__title {
  text-align: center;
  margin: 0 0 20px;
  color: #0b6814;
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 785px) {
  .flower-main__title {
    text-align: left;
    font-size: 36px;
    margin: 0 0 35px;
  }
}
@media (min-width: 1240px) {
  .flower-main__title {
    font-size: 40px;
    margin: 0 0 50px;
  }
}
.flower-main__flex-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  margin-bottom: 100px;
}
@media (min-width: 785px) {
  .flower-main__flex-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 30px;
    margin-bottom: 175px;
  }
}
@media (min-width: 1240px) {
  .flower-main__flex-grid {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 25px;
  }
}
@media (min-width: 785px) {
  .flower-main__flower-card:nth-child(odd) {
    grid-column: 1/4;
  }
}
@media (min-width: 1240px) {
  .flower-main__flower-card:nth-child(odd) {
    grid-column: 1/7;
  }
}
@media (min-width: 785px) {
  .flower-main__flower-card:nth-child(even) {
    grid-column: 4/7;
  }
}
@media (min-width: 1240px) {
  .flower-main__flower-card:nth-child(even) {
    grid-column: 7/13;
  }
}
.flower-main__image-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 500px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
@media (min-width: 785px) {
  .flower-main__image-container {
    height: 600px;
  }
}
.flower-main__image-container:hover {
  transform: scale(1.03);
}
.flower-main__image {
  width: 75%;
  height: 500px;
  object-fit: contain;
}
@media (min-width: 785px) {
  .flower-main__image {
    width: 100%;
    height: 600px;
  }
}
@media (min-width: 1240px) {
  .flower-main__image {
    width: 75%;
  }
}
.flower-main__flower-name {
  text-align: center;
  margin: 0;
  color: #0b6814;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 785px) {
  .flower-main__flower-name {
    font-size: 28px;
  }
}

.flower-main__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 785px) {
  .flower-main__form {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1240px) {
  .flower-main__form {
    max-width: 650px;
    margin: 0 auto;
  }
}
.flower-main__label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flower-main__field-title {
  color: #0b6814;
  font-weight: 700;
  font-size: 20px;
}
.flower-main__form-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flower-main__blur-sending-order {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}
.flower-main__blur-sendind-order-message {
  width: 300px;
  border: 5px solid #095b05;
  border-radius: 30px;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 23px;
  line-height: 2.12;
}

.form-field {
  font-size: 15px;
  font-weight: 300;
  padding: 12px 20px;
  border: 1px solid #09210c;
  box-sizing: border-box;
}
.form-field:focus {
  outline: none;
}
.form-field:focus::placeholder {
  color: transparent;
}
.form-field--textarea {
  font-family: inherit;
  resize: 0;
}

/*FLOWERS CATALOG*/
.product-list__flex-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  column-gap: 25px;
  row-gap: 50px;
}
@media (min-width: 785px) {
  .product-list__flex-container {
    width: 640px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1240px) {
  .product-list__flex-container {
    width: 960px;
  }
}
@media (min-width: 1440px) {
  .product-list__flex-container {
    width: 1285px;
  }
}
.product-list__card {
  padding: 25px;
  width: 300px;
  border-radius: 10px;
  border: 1px solid #0b6814;
  box-sizing: border-box;
  transition: transform 0.3s;
}
.product-list__card:hover {
  transform: scale(1.02);
}
.product-list__image-container {
  margin-bottom: 25px;
  height: 260px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product-list__image {
  border-radius: 30px;
  width: 100%;
  height: 260px;
  object-fit: contain;
}
.product-list__info-container {
  margin-bottom: 25px;
}
.product-list__title {
  margin: 0 0 20px;
  color: #0b6814;
  font-weight: 500;
  font-size: 25px;
}
@media (min-width: 785px) {
  .product-list__title {
    margin: 0 0 30px;
    font-size: 35px;
  }
}
@media (min-width: 1240px) {
  .product-list__title {
    font-size: 42px;
  }
}
.product-list__name {
  text-align: center;
  margin: 0 0 25px;
  color: #0b6814;
  font-weight: 500;
  font-size: 25px;
  height: 100px;
}

.product-list__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*CHARACTERS FOR LIST AND SINGLE*/

.character-product {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.character-product__title {
  margin: 0;
  color: #09210c;
  font-size: 18px;
  font-weight: 600;
}
.character-product__name {
  margin: 0;
  color: #0b6814;
  font-size: 16px;
  font-weight: 400;
}

/*SINGLE PAGE*/
.about-flower__main-grid {
  margin-bottom: 40px;
}
@media (min-width: 785px) {
  .about-flower__main-grid {
    margin-bottom: 70px;
  }
}
@media (min-width: 785px) {
  .about-flower__image-info-container {
    grid-column: 1/7;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 65px;
    align-items: center;
  }
}
@media (min-width: 1240px) {
  .about-flower__image-info-container {
    grid-column: 1/13;
    column-gap: 75px;
  }
}
.about-flower__image-container {
  margin: 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 785px) {
  .about-flower__image-container {
    margin: 0;
    grid-column: 1/2;
  }
}
.about-flower__image {
  width: 100%;
  height: 300px;
  object-fit: contain;}
@media (min-width: 785px) {
  .about-flower__image {
    height: 420px;
  }
}
@media (min-width: 1240px) {
  .about-flower__image {
    height: 540px;
  }
}
@media (min-width: 785px) {
  .about-flower__info-container {
    grid-column: 2/3;
  }
}
.about-flower__total-info {
  margin: 0;
  color: #09210c;
  font-size: 20px;
  font-weight: 400;
}

/*FOOTER*/
.footer {
  border-top: 1px solid #e2dede;
  padding: 20px 0 25px;
}
@media (min-width: 785px) {
  .footer {
    padding: 35px 0 40px;
  }
}
@media (min-width: 1240px) {
  .footer {
    padding: 40px 0 50px;
  }
}
.footer__lists-container {
  margin-bottom: 60px;
  align-items: center;
}
@media (min-width: 785px) {
  .footer__lists-container {
    margin-bottom: 55px;
  }
}
.footer__list {
  margin: 0 0 60px;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #e2dede;
}
.footer__list:last-child {
  margin: 0;
}
@media (min-width: 785px) {
  .footer__list {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 785px) {
  .footer__list--first {
    grid-column: 1/4;
  }
}
@media (min-width: 1240px) {
  .footer__list--first {
    grid-column: 1/7;
  }
}
@media (min-width: 785px) {
  .footer__list--second {
    grid-column: 4/7;
  }
}
@media (min-width: 1240px) {
  .footer__list--second {
    grid-column: 7/13;
  }
}
.footer__item {
  margin: 0 0 25px;
}
.footer__item:last-child {
  margin: 0;
}
.footer__link {
  cursor: pointer;
  text-decoration: none;
  color: #390b0b;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.3s;
}
.footer__link:hover {
  text-shadow: 11px 10px 9px #390b0b;
}
.footer__contact-block {
  margin: 0;
  color: #390b0b;
  font-weight: 500;
  font-size: 20px;
}
.footer__copyright-block {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}

/*# sourceMappingURL=style.css.map */
