@charset "UTF-8";
/* GLOBAL */
@font-face {
  font-family: "Cygre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Cygre-Regular.woff2") format("woff2"), url("../fonts/Cygre-Regular.woff") format("woff");
}
@font-face {
  font-family: "Cygre";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Cygre-Medium.woff2") format("woff2"), url("../fonts/Cygre-Medium.woff") format("woff");
}
@font-face {
  font-family: "Cygre-book";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cygre-book.woff2") format("woff2"), url("../fonts/cygre-book.woff") format("woff");
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-SemiBoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBoldItalic.woff") format("woff");
}
:root {
  --swiper-pagination-bullet-inactive-color: #d9d9d9;
  --swiper-pagination-color: #1c202b;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.page {
  font-family: "Cygre-book", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #1c202b;
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 1200px) {
  .page {
    font-size: 16px;
    line-height: 19px;
  }
}

.page__body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

.page__body.is-open {
  overflow: hidden;
}

.page__main {
  flex-grow: 1;
}

b, strong {
  font-family: "Cygre", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #1c202b;
}
@media (min-width: 1200px) {
  b, strong {
    font-size: 16px;
  }
}

.page strong {
  font-weight: 500;
}

.container {
  width: 100%;
  min-width: 320px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .container {
    min-width: 344px;
    margin: 0 auto;
    padding-left: 116px;
    padding-right: 116px;
  }
}
@media (min-width: 1512px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 156px;
    padding-right: 156px;
    box-sizing: content-box;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* BLOCKS */
.button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  padding: 7px 20px;
  min-height: 50px;
  border-radius: 10px;
  font-family: "Cygre";
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  padding-bottom: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .button {
    font-size: 18px;
    line-height: 20px;
  }
}
.button--main {
  background-color: #1c202b;
  color: #f9f4ee;
}
.button--main:hover:not(.button--not-available) {
  background-color: #ffffff;
  color: #1c202b;
  border: 1px solid #1c202b;
  transition: all 0.3s;
}
.button--secondary {
  border: 1px solid #1c202b;
  color: #1c202b;
}
.button--secondary:hover {
  background-color: #1c202b;
  color: #ffffff;
  border: 1px solid #1c202b;
  transition: all 0.3s;
}
.button--not-available {
  pointer-events: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 13px;
  position: relative;
  font-family: "Cygre";
  font-weight: 400;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.header__contacts {
  display: none;
}
@media (min-width: 1200px) {
  .header__contacts {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #1c202b;
    text-decoration: none;
  }
}

.header__contacts:hover {
  opacity: 0.8;
}

@media (min-width: 1200px) {
  .header__cart-button:hover {
    transition: 0.3s;
    background-color: #1c202b;
  }
  .header__cart-button:hover .header__button-text {
    display: none;
  }
  .header__cart-button:hover .header__button-text-hover {
    display: block;
  }
}
.header__button-text-hover {
  display: none;
  font-family: "Cygre";
  font-weight: 400;
  font-size: 13px;
  line-height: 39px;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .header__right {
    display: flex;
    align-items: center;
    gap: 64px;
  }
}

.header__burger {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 16px;
  background-image: url("../images/burger.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.header__burger--active {
  background-image: url("../images/close.svg");
}
@media (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}

.header__cart-button {
  border: none;
  padding: 0;
  transition: 0.3s;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .header__cart-button {
    width: 132px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding-left: 16px;
    background-color: #ffffff;
    border: 1px solid #1c202b;
    border-radius: 10px;
    cursor: pointer;
  }
}

.header__button-text {
  display: none;
}
@media (min-width: 1200px) {
  .header__button-text {
    display: inline;
    font-family: "Cygre";
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    text-transform: lowercase;
    color: #1c202b;
  }
}

.header__button-icon {
  background-image: url("../images/shopping-bag.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 20px;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: auto;
  background-color: #1c202b;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .header__button-icon {
    width: 39px;
    height: 39px;
    border-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .header .header__address {
    display: none;
  }
}

.header__logo {
  width: 58px;
  height: 28px;
}
@media (min-width: 1200px) {
  .header__logo {
    width: 99px;
    height: 49px;
    margin-left: -76px;
  }
}

.logo {
  display: block;
}

.address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.address__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.address__info a {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #1c202b;
  text-decoration: none;
}
.address__info span {
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  color: #a5a9b4;
}
@media (min-width: 1200px) {
  .address__info a {
    font-size: 28px;
    line-height: 31px;
  }
  .address__info span {
    font-size: 14px;
    line-height: 15px;
  }
}

.nav-menu {
  display: none;
  position: absolute;
  top: 45px;
  z-index: 10;
  background-color: #ffffff;
  left: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 76px;
}
.nav-menu--active {
  display: block;
}
@media (min-width: 1200px) {
  .nav-menu {
    display: block;
    position: relative;
    padding: 0;
    top: 0;
    width: unset;
    margin: 0;
  }
}

.nav-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .nav-menu__list {
    flex-direction: row;
    margin: 0;
    flex-wrap: wrap;
    column-gap: 46px;
    row-gap: 10px;
    max-width: 466px;
  }
}

.nav-menu__link,
.nav-menu__contact {
  font-family: "Cygre";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: lowercase;
  text-align: center;
  color: #1c202b;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .nav-menu__link,
  .nav-menu__contact {
    font-size: 16px;
    line-height: 18px;
  }
}

.nav-menu__contact {
  margin-bottom: 41px;
  display: block;
  text-align: left;
}
@media (min-width: 1200px) {
  .nav-menu__contact {
    display: none;
  }
}

.nav-menu__link:hover {
  opacity: 0.8;
}

.hero {
  padding-bottom: 66px;
}
@media (min-width: 1200px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 111px;
  }
}

.hero__title {
  font-family: "Cygre";
  font-weight: 400;
  font-size: 28px;
  line-height: 25px;
  color: #151922;
  margin: 0;
  margin-bottom: 29px;
  max-width: 260px;
}
.hero__title span {
  font-family: "PlayfairDisplay";
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 42px;
    line-height: 42px;
    margin-top: 12px;
  }
}

.hero__content p {
  margin-top: 0;
  line-height: 14px;
}
@media (min-width: 1200px) {
  .hero__content {
    display: flex;
    gap: 352px;
    align-items: center;
  }
  .hero__content p {
    line-height: 19px;
  }
}

.hero__banner {
  margin-bottom: 87px;
}
@media (min-width: 1200px) {
  .hero__banner {
    margin-bottom: 132px;
  }
}

.hero__content p:first-of-type {
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .hero__content p:first-of-type {
    margin-bottom: 19px;
  }
}

.banner {
  position: relative;
  border-radius: 10px;
}

.banner__title {
  font-family: "Cygre";
  font-weight: 400;
  font-size: 33px;
  line-height: 31px;
  color: #1c202b;
  position: absolute;
  left: 12px;
  top: 25px;
  margin: 0;
  max-width: 300px;
}
.banner__title span {
  font-family: "PlayfairDisplay";
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 58px;
    line-height: 58px;
    max-width: 520px;
    left: 40px;
    top: 37px;
  }
}

.banner__button {
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .banner__button {
    margin-left: 40px;
    max-width: 226px;
    bottom: 38px;
  }
}

.catalog {
  background-color: #f5f5f5;
  padding-top: 62px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .catalog {
    padding-top: 133px;
    padding-bottom: 130px;
  }
}

.catalog__title {
  font-family: "Cygre";
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #000;
  margin: 0;
  margin-bottom: 25px;
}
.catalog__title span {
  font-family: "PlayfairDisplay";
}
@media (min-width: 1200px) {
  .catalog__title {
    margin-bottom: 53px;
    font-size: 42px;
    line-height: 42px;
  }
}

.catalog__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1200px) {
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card--slider .card__image {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .card--slider .card__image img {
    width: 344px;
    height: 233px;
  }
}
@media (min-width: 577px) {
  .card--slider .card__image img {
    width: 100%;
    height: unset;
  }
}
@media (min-width: 1200px) {
  .card--slider .card__image {
    margin-bottom: 27px;
  }
}
.card--slider .card__text {
  margin-bottom: 46px;
}
@media (min-width: 1200px) {
  .card--slider .card__text {
    padding-right: 0;
    margin-bottom: 17px;
  }
}

.card__image {
  margin-bottom: 18px;
}
.card__image img {
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .card__image {
    margin-bottom: 27px;
  }
}

.card__title {
  font-family: "Cygre";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #1c202b;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .card__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.card__text {
  margin: 0;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .card__text {
    padding-right: 32px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.catalog__item:nth-child(2) .card__text br:nth-child(2) {
  display: none;
}

.card:nth-of-type(2) .card__text br:nth-child(2) {
  display: none;
}

.card__price {
  font-family: "Cygre";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  color: #1c202b;
  margin-bottom: 10px;
}
.card__price span {
  text-decoration: line-through;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .card__price {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 21px;
  }
}

.card__button-groupe {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.delivery {
  padding-top: 82px;
  padding-bottom: 95px;
}
@media (min-width: 1200px) {
  .delivery {
    padding-top: 135px;
    padding-bottom: 130px;
  }
}

.delivery__title {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  font-family: "Cygre";
  font-weight: 400;
  margin: 0;
  margin-bottom: 29px;
}
.delivery__title span {
  font-family: "PlayfairDisplay";
}
@media (min-width: 1200px) {
  .delivery__title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 53px;
  }
}

.delivery__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 1200px) {
  .delivery__list {
    gap: 50px;
  }
}

.delivery__item {
  font-family: "Cygre";
  color: #1c202b;
  font-weight: 500;
}

.delivery__item-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .delivery__item-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.delivery__item-text {
  font-size: 12px;
  line-height: 14px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .delivery__item-text {
    font-size: 16px;
    line-height: 19px;
  }
}

.delivery__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 1200px) {
  .delivery__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.delivery__image img {
  border-radius: 20px;
}
.blog {
  padding-bottom: 134px;
  position: relative;
}
@media (min-width: 1200px) {
  .blog {
    padding-bottom: 129px;
  }
}

.blog__title {
  font-family: "PlayfairDisplay";
  font-size: 28px;
  line-height: 28px;
  color: #000;
  margin: 0;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .blog__title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 59px;
  }
}

.blog__item {
  height: auto;
}

.blog__slider {
  position: relative;
}
@media (min-width: 576px) {
  .blog__slider {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .blog__slider {
    padding-right: 116px;
  }
}
@media (min-width: 1512px) {
  .blog__slider {
    padding-right: 156px;
  }
}

.blog .blog__dots {
  position: absolute;
  bottom: -34px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .blog .blog__dots {
    display: none;
  }
}

.blog__control {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  justify-content: end;
}
@media (min-width: 1200px) {
  .blog__control {
    top: 19px;
  }
}

.style-panel {
  display: flex;
  gap: 13px;
}

.style-panel__button {
  border: 1px solid #1c202b;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.style-panel__button::after {
  content: "";
  display: block;
  width: 23px;
  height: 16px;
}
@media (min-width: 1200px) {
  .style-panel__button {
    width: 50px;
    height: 50px;
  }
}

.style-panel__button--next {
  background: url("../images/arrow-right.svg") no-repeat center;
}

.style-panel__button--prev {
  background: url("../images/arrow-left.svg") no-repeat center;
}

.style-panel__button--next:hover {
  background: #1c202b url("../images/arrow-right-hover.svg") no-repeat center;
}

.style-panel__button--prev:hover {
  background: #1c202b url("../images/arrow-left-hover.svg") no-repeat center;
}

.footer {
  background-color: #f5f5f5;
  padding-top: 39px;
  padding-bottom: 26px;
  font-family: "Cygre";
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 72px;
  }
}

.footer__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #a5a9b4;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .footer__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.footer__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.footer__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  text-transform: lowercase;
  text-align: center;
  color: #1c202b;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer__link {
    font-size: 18px;
    line-height: 20px;
  }
}

.footer__link:hover {
  opacity: 0.8;
}

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

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 43px;
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .footer__content {
    flex-direction: row;
  }
}

.footer__item {
  margin-bottom: 43px;
}
@media (min-width: 1200px) {
  .footer__item {
    margin-bottom: 0;
    width: 370px;
  }
}

.footer__logo {
  width: 58px;
  height: 28px;
  margin: 0 auto;
  margin-top: 36px;
}
@media (min-width: 1200px) {
  .footer__logo {
    width: 134px;
    height: 64px;
    margin-top: 69px;
  }
}

@media (min-width: 1200px) {
  .footer__address {
    width: 383px;
  }
}

.application {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .application {
    padding-top: 129px;
    padding-bottom: 115px;
  }
}

.application__title {
  font-family: "PlayfairDisplay";
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .application__title {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    margin-bottom: 43px;
  }
}

@media (min-width: 1200px) {
  .application__content {
    margin-top: 42px;
  }
}

.application__list {
  list-style: none;
  padding: 0;
}

.product {
  padding-top: 54px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .product {
    padding-bottom: 127px;
  }
}

.product__title {
  margin: 0;
  margin-bottom: 20px;
  font-family: "PlayfairDisplay";
  font-size: 28px;
  line-height: 28px;
  color: #151922;
}
@media (min-width: 1200px) {
  .product__title {
    width: 49%;
    margin-left: auto;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

.product__slider {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .product__information {
    display: flex;
    gap: 96px;
  }
}

@media (min-width: 1200px) {
  .product__information-item {
    width: 50%;
  }
  .product__information-item--left {
    width: 43%;
    margin-top: -148px;
  }
  .product__information-item--right {
    display: flex;
    flex-direction: column;
  }
}

.product__content {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .product__content {
    margin-bottom: 0;
  }
  .product__content p {
    padding-right: 76px;
  }
}

.product__content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.product__price-block {
  font-family: "Cygre";
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .product__price-block {
    order: -1;
    margin-bottom: 27px;
  }
}

.product__info-add {
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #a5a9b4;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .product__info-add {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 18px;
  }
}

.product__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #1c202b;
}
@media (min-width: 1200px) {
  .product__price {
    font-size: 22px;
    line-height: 24px;
  }
}

.product__old-price {
  text-decoration: line-through;
}

@media (min-width: 1200px) {
  .product__button {
    order: -1;
    margin-bottom: 37px;
    max-width: 281px;
  }
}

@media (min-width: 1200px) {
  .product__content-item {
    padding-right: 20px;
    letter-spacing: 0.01em;
  }
}

.order {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .order {
    padding-top: 98px;
    padding-bottom: 136px;
  }
}

.order__input {
  border: 1px solid #d6d6d6;
  padding-left: 10px;
  height: 50px;
  width: 96%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  color: #1c202b;
}
.order__input--search {
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.order__input--error {
  border: 2px solid #eb5757;
  background-image: url("../images/error.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.order__input--error + .order__error-text {
  font-size: 10px;
  line-height: 18px;
  color: #eb5757;
}
@media (min-width: 1200px) {
  .order__input--error + .order__error-text {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .order__input {
    width: 100%;
    height: 56px;
  }
}

.order__input::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #d6d6d6;
}

.order__information-title {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  line-height: 24px;
  color: #151922;
  margin: 0;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .order__information-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 54px;
  }
}

.order__information-text {
  font-family: "PlayfairDisplay";
  font-size: 12px;
  line-height: 12px;
  color: #151922;
  max-width: 164px;
}
@media (min-width: 1200px) {
  .order__information-text {
    max-width: 229px;
    font-size: 14px;
    line-height: 14px;
  }
}

.order__information-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #1c202b;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.order__information-price span {
  text-align: right;
}
@media (min-width: 1200px) {
  .order__information-price {
    font-size: 16px;
    line-height: 18px;
  }
}

.order__price-old {
  text-decoration: line-through;
}

.order__information-item {
  display: grid;
  grid-template-columns: 1fr 71px 87px;
  align-items: center;
  padding: 23px 0;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 1200px) {
  .order__information-item {
    grid-template-columns: 1fr 111px 87px;
    padding: 24px 0;
    border-bottom: 1px solid #828282;
  }
}

.order__information-item:first-child {
  border-top: 1px solid #e4e4e4;
}
@media (min-width: 1200px) {
  .order__information-item:first-child {
    border-top: 1px solid #828282;
  }
}

.order__information-item:last-child {
  padding-bottom: 32px;
}
@media (min-width: 1200px) {
  .order__information-item:last-child {
    padding-bottom: 24px;
  }
}

.order__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .order__list {
    margin-bottom: 20px;
  }
}

.order__number {
  display: flex;
}

.order__number-input {
  width: 18px;
  border: none;
  text-align: center;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .order__number-input {
    width: 35px;
    text-align: center;
  }
}

.order__number-input[type=number]::-webkit-inner-spin-button,
.order__number-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

/* Убираем стрелки в браузерах */
.order__number-input[type=number]::-webkit-inner-spin-button,
.order__number-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order__number-input[type=number] {
  -moz-appearance: textfield; /* Для Firefox */
}

.order__input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1200px) {
  .order__input-group {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .order__input-group--promo {
    display: none;
  }
}

.order__input-group-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .order__input-group-list {
    gap: 29px;
  }
}

@media (min-width: 1200px) {
  .order__input-group-list:last-child {
    gap: 27px;
  }
}

.order__address-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .order__address-group {
    flex-direction: row;
  }
}

.order_footer-group {
  margin-top: 60px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .order_footer-group {
    margin-bottom: 37px;
  }
}

.order__total-list {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-left: auto;
  gap: 12px;
}
@media (min-width: 1200px) {
  .order__total-list {
    width: 49%;
    gap: 7px;
  }
}

.order__information-content {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .order__information-content {
    margin-bottom: 53px;
  }
}

.order__total-item {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #828282;
}
.order__total-item--footer {
  color: #1c202b;
}
@media (min-width: 1200px) {
  .order__total-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
  }
}

.order__total-price {
  font-size: 16px;
}

.order_item:first-child {
  margin-bottom: 85px;
}
@media (min-width: 1200px) {
  .order_item:first-child {
    margin-bottom: 99px;
  }
}

.order__label {
  font-size: 10px;
  line-height: 18px;
  color: #1c202b;
}
@media (min-width: 1200px) {
  .order__label {
    font-size: 12px;
    line-height: 18px;
  }
}

.order__button-text {
  font-family: "Cygre";
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  color: #828282;
  margin: 0;
  margin-top: 8px;
}

.order__number-button {
  border-radius: 50%;
  border: 1px solid #1c202b;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}
.order__number-button::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.order__number-button--plus::after {
  background-image: url("../images/plus.svg");
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
}
.order__number-button--minus::after {
  background-image: url("../images/minus.svg");
  background-size: 8px 2px;
  width: 8px;
  height: 2px;
}

.order__button-group {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .order__button-group {
    display: none;
  }
}
.order__button-group--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .order__button-group--desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  .order__address-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .order_fields {
    width: 49%;
  }
}

.order_fields-title {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  line-height: 24px;
  color: #151922;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .order_fields-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 55px;
  }
}

.order_item:last-child .order_fields-title {
  margin-bottom: 31px;
}
@media (min-width: 1200px) {
  .order_item:last-child .order_fields-title {
    margin-bottom: 54px;
  }
}

.order__total--footer {
  display: none;
}
.order__total--footer .order__total-item {
  line-height: 18px;
  color: #828282;
  font-size: 16px;
}
.order__total--footer .order__total-list {
  width: 63%;
  gap: 11px;
}

@media (min-width: 1200px) {
  .order__information-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .order__information {
    width: 50%;
    display: flex;
    justify-content: end;
  }
}

.order__input-promo--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .order__input-promo--desktop {
    display: block;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .order__input-promo--desktop .order__input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #1c202b;
  }
  .order__input-promo--desktop .order__label {
    font-size: 14px;
    line-height: 14px;
    font-family: "PlayfairDisplay";
    font-size: 14px;
    line-height: 14px;
    color: #151922;
  }
}

@media (min-width: 1200px) {
  .order__wrapper {
    background-color: #f5f5f5;
    padding: 40px 20px;
    padding-top: 41px;
    max-width: 446px;
    margin-left: auto;
    margin-top: -3px;
  }
}

.choose__label {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .choose__label {
    margin-top: -13px;
    margin-bottom: 6px;
    gap: 14px;
  }
}

.choose__text {
  font-size: 10px;
  line-height: 24px;
  color: #1c202b;
}
@media (min-width: 1200px) {
  .choose__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.choose__custom {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #1c202b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.choose__input[type=checkbox]:checked + .choose__custom--radio {
  background-image: url("../images/choose.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.modal {
  position: fixed;
  right: 0;
  top: 54px;
  bottom: 0;
  left: 0;
  padding-top: 40px;
  z-index: 1000;
  transform: translateX(250%);
  transition: transform 0.3s ease;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .modal {
    left: auto;
    top: 0;
  }
}
.modal .order__information-title {
  font-size: 28px;
  line-height: 28px;
  color: #151922;
  margin-bottom: 54px;
}
.modal .order__number-input {
  width: 16px;
  text-align: center;
}
.modal .order__number {
  justify-content: center;
}
.modal .order__button-group--desktop {
  display: block;
}

.modal.is-open {
  transform: translateX(0%);
}

.article {
  padding-top: 54px;
  padding-bottom: 66px;
}
@media (min-width: 1200px) {
  .article {
    padding-top: 132px;
    padding-bottom: 113px;
    max-width: 996px;
  }
}
.article h2 {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  line-height: 24px;
  color: #1c202b;
  margin: 0;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .article h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 37px;
  }
  .article h2 br {
    display: none;
  }
}
.article h2 + span {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .article h2 + span {
    margin-bottom: 19px;
  }
}
.article p {
  line-height: 14px;
}
@media (min-width: 1200px) {
  .article p {
    line-height: 19px;
  }
}
.article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article ol {
  margin: 0;
  padding-left: 13px;
}
.article li {
  line-height: 14px;
}
@media (min-width: 1200px) {
  .article li {
    line-height: 19px;
  }
}
.article li p:first-child {
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .article li p:first-child {
    margin-bottom: 22px;
  }
}

.article__item {
  margin-bottom: 38px;
}
@media (min-width: 1200px) {
  .article__item {
    margin-bottom: 99px;
  }
}

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

.article__info p {
  text-align: center;
  line-height: 14px;
  margin-top: 42px;
  padding: 0 14px;
}
@media (min-width: 1200px) {
  .article__info {
    max-width: 816px;
    margin: 0 auto;
  }
  .article__info p {
    line-height: 18px;
    padding: 0;
  }
}

.article__header {
  padding-bottom: 46px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d6d6d6;
}
.article__header h1 {
  font-family: "PlayfairDisplay";
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #151922;
  margin: 0;
  padding-right: 5px;
}
@media (min-width: 1200px) {
  .article__header h1 {
    font-size: 36px;
    line-height: 36px;
    padding-right: 0;
  }
  .article__header h1 br {
    display: none;
  }
}
.article__header h1 + p {
  margin-top: 30px;
}
.article__header p {
  text-align: center;
}
@media (min-width: 1200px) {
  .article__header {
    padding-bottom: 95px;
    margin-bottom: 101px;
  }
  .article__header h1 + p {
    margin-top: 63px;
  }
  .article__header p {
    max-width: 834px;
    margin: 0 auto;
    line-height: 19px;
  }
}

.article__images-list {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
}
.article__images-list img {
  height: 36px;
}
@media (min-width: 1200px) {
  .article__images-list {
    gap: 98px;
    margin: 40px 0;
  }
  .article__images-list img {
    height: 74px;
  }
}
@media (min-width: 1512px) {
  .article__images-list img {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .article--second .article__header {
    margin-bottom: 0;
    border-bottom: none;
  }
}/*# sourceMappingURL=style.css.map */
