@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat-light.woff2") format("woff2"), url("../../fonts/montserrat-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat-regular.woff2") format("woff2"), url("../../fonts/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ardeco";
  src: url("../../fonts/ardeco-regular.woff2") format("woff2"), url("../../fonts/ardeco-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #000000;
  background-color: #FFFAF2;
  overflow-x: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

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

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1439px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.Filtr {
  width: 300px;
  border-right: #595959 1px solid;
}
@media (max-width: 1439px) {
  .Filtr {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .Filtr {
    display: none;
  }
}
.Filtr__wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.Filtr__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin: 0;
}
.Filtr__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Filtr__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  color: #595959;
}
.Filtr__categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.Filtr__item {
  position: relative;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #595959;
  cursor: pointer;
  transition: 0.2s ease;
  width: -moz-max-content;
  width: max-content;
}
.Filtr__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1.5px;
  background-color: #595959;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.Filtr__item:hover::after, .Filtr__item .header__link--active::after {
  width: 100%;
}
.Filtr__volum {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
.Filtr__item--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1.5px;
  background-color: #595959;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.Filtr__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.Filtr__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #595959;
}
.Filtr__checkbox input {
  width: 15px;
  height: 15px;
  accent-color: #003052;
  cursor: pointer;
}

.wrapper {
  display: flex;
  gap: 100px;
}
@media (max-width: 1439px) {
  .wrapper {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    display: block;
    margin: 0 auto;
  }
}

.footer {
  padding: 60px 80px 10px 80px;
  background-color: #EFEAE2;
  margin-top: 200px;
}
@media (max-width: 1439px) {
  .footer {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 10px;
  }
}
.footer__first-flor {
  display: grid;
  grid-template-columns: 310px 1fr 200px;
  justify-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1439px) {
  .footer__first-flor {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer__first-flor {
    margin: 0 0 20px;
  }
}
.footer__adres {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
}
@media (max-width: 1439px) {
  .footer__adres {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__adres {
    display: none;
  }
}
.footer__contacs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1439px) {
  .footer__contacs {
    display: none;
  }
}
.footer__sec-floor {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  gap: 30px;
  justify-content: center;
  justify-items: center;
  margin-bottom: 50px;
  margin-left: 100px;
}
@media (max-width: 1439px) {
  .footer__sec-floor {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .footer__sec-floor {
    margin: 0 auto 20px;
  }
}
.footer__third-floor {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer__third-floor {
    display: none;
  }
}
.footer__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-items: center;
  justify-content: space-between;
}
.footer__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.footer__copiryte {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copiryte {
    font-size: 12px;
    margin: 0;
  }
}
.footer__legal {
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
}

.header {
  position: sticky;
  top: 0;
  background-color: #FFFAF2;
}
.header__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 30px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1439px) {
  .header__wrapper {
    padding: 15px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 10px 15px;
    gap: 10px;
  }
}
.header__icon-logo {
  width: 209px;
  height: 36px;
}
@media (max-width: 1439px) {
  .header__icon-logo {
    width: 200px;
    height: 25;
  }
}
@media (max-width: 767px) {
  .header__icon-logo {
    width: 150px;
    height: 30px;
  }
}
.header__icon-home {
  display: flex;
  gap: 242px;
  align-items: center;
}
.header__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #595959;
  transition: 0.3ms ease;
}
.header__text:hover {
  color: #000;
  font-weight: 500;
}
.header__text--active {
  color: #000;
  font-weight: 500;
}
.header__fcon {
  display: flex;
  align-items: center;
  gap: 200px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1439px) {
  .header__fcon {
    gap: 60px;
    display: none;
  }
}
@media (max-width: 767px) {
  .header__fcon {
    display: none;
  }
}
.header__icons {
  display: flex;
  gap: 0 25px;
  justify-content: right;
  align-items: center;
}
@media (max-width: 1439px) {
  .header__icons {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .header__icons {
    gap: 10px;
  }
}
.header__link {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #595959;
  transition: 0.3ms ease;
}
@media (max-width: 1439px) {
  .header__link {
    display: none;
  }
}
.header__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #595959;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__link:hover::after {
  width: 100%;
}
.header__link--active::after {
  width: 100%;
}
.header__user, .header__btn {
  background-color: unset;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
@media (max-width: 1439px) {
  .header__user, .header__btn {
    gap: 0px;
  }
}
@media (max-width: 1439px) {
  .header__user {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__user {
    display: none;
  }
}
.header__burger-icon {
  display: none;
  background-color: unset;
  border: none;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .header__burger-icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__burger-icon {
    display: block;
  }
}
.header__btn-text {
  background-color: #003052;
  color: #FFFAF2;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .header__btn-text {
    font-size: 12px;
    padding: 5px 9px;
  }
}

.burger-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.burger-overlay--active {
  opacity: 1;
  visibility: visible;
}

.burger-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: #FFFAF2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.burger-overlay--active .burger-modal {
  transform: translateX(0);
}

.burger-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.burger-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #595959;
  line-height: 1;
}
.burger-close:hover {
  color: #000;
}

.burger-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.burger-nav__link {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
}
.burger-nav__link:hover {
  color: #000;
  font-weight: 500;
}

.hero {
  margin-bottom: 51px;
}
.hero__wrapper {
  background: url(/images/all.jpg) center/cover no-repeat;
  height: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero__wrapper {
    height: auto;
  }
}
.hero__text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 350px 0 0;
}
@media (max-width: 767px) {
  .hero__text-content {
    padding: 200px 0 30px 0;
  }
}
.hero__brand-name {
  font-family: "Ardeco";
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .hero__brand-name {
    font-size: 32px;
    margin: 0 0 10px 0;
  }
}
.hero__slogan {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  width: 440px;
  margin: 0 0 30px 0;
  color: #ECECEC;
}
@media (max-width: 767px) {
  .hero__slogan {
    font-size: 14px;
    width: 350px;
    margin: 0 0 10px;
  }
}
.hero__button {
  color: #ffffff;
  background-color: #003052;
  padding: 13px 33px;
}
@media (max-width: 1439px) {
  .hero__button {
    padding: 10px 15px;
    font-size: 12px;
  }
}

.choise {
  padding: 100px 0 0 0;
}
.choise__shampoo {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 1439px) {
  .choise__shampoo {
    font-size: 26px;
  }
}
.choise__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 1439px) {
  .choise__description {
    font-size: 14px;
  }
}
.choise__line {
  width: 85px;
  margin: 0;
}
@media (max-width: 767px) {
  .choise__line {
    width: 30px;
  }
}
.choise__button {
  font-size: 16px;
  padding: 10px 33px;
}
@media (max-width: 1439px) {
  .choise__button {
    font-size: 14px;
  }
}
.choise__text-deration {
  display: flex;
  gap: 33px;
  align-items: center;
}
@media (max-width: 1439px) {
  .choise__text-deration {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .choise__text-deration {
    gap: 5px;
  }
}
.choise__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choise__image {
  background-color: #D9D9D9;
  width: 503px;
  height: 503px;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .choise__image {
    width: 303px;
    height: 303px;
  }
}
@media (max-width: 767px) {
  .choise__image {
    display: none;
  }
}
.choise__wrapper {
  display: grid;
  grid-template-columns: 1fr 503px;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .choise__wrapper {
    grid-template-columns: 1fr 303px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .choise__wrapper {
    display: block;
  }
}
.choise__wrapper--right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .choise__wrapper--right {
    align-items: center;
  }
}

.slider {
  padding: 40px 0 0;
}
.slider__hero {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1439px) {
  .slider__hero {
    grid-template-columns: repeat(3, 200px);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .slider__hero {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
}
.slider__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  align-items: stretch;
  justify-items: center;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .slider__wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .slider__wrapper {
    gap: 40px 10px;
  }
}
.slider__column {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #595959;
}
.slider-card {
  cursor: pointer;
  width: 250px;
  height: 355px;
}
@media (max-width: 767px) {
  .slider-card {
    width: 140px;
    height: auto;
  }
}
.slider__name-volum {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.slider__text-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
  padding: 10px;
}
.slider__image {
  background-color: #D9D9D9;
  width: 250px;
  height: 250px;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .slider__image {
    height: 150px;
  }
}
.slider__name {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #595959;
  margin: 0;
}
.slider__volume {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #595959;
  margin: 0;
}
.slider__descrip {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .slider__descrip {
    font-size: 12px;
  }
}
.slider__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  width: 100%;
  text-align: right;
  color: #595959;
}
.slider__hero-img {
  width: 100%;
  height: auto;
}
.slider__hero-card {
  width: 250px;
}
@media (max-width: 1439px) {
  .slider__hero-card {
    width: 200px;
  }
}
.slider-card--center {
  grid-column: 2/4;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .slider-card--center {
    grid-column: 2;
  }
}
.slider-card--second {
  grid-column: 2;
}
@media (max-width: 1439px) {
  .slider-card--second {
    grid-column: 1;
  }
}
.slider-card--third {
  grid-column: 3;
}
@media (max-width: 1439px) {
  .slider-card--third {
    grid-column: 2;
  }
}

.form {
  padding: 60px 0 0;
}
@media (max-width: 1439px) {
  .form {
    display: none;
  }
}
@media (max-width: 767px) {
  .form {
    display: none;
  }
}
.form__content {
  background-color: #003052;
  border-radius: 35px 0 0 35px;
  padding: 54px 84px 64px 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 719px;
}
.form__wrapper {
  display: flex;
}
.forma__image {
  background-color: #D9D9D9;
  width: 543px;
  height: 293px;
  border-radius: 0 35px 35px 0;
}
.forma__input-button {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media (max-width: 767px) {
  .forma__input-button {
    display: none;
  }
}
.form__heading {
  font-family: Serif;
  font-weight: 400;
  font-size: 32px;
  margin: 0;
  color: #ffffff;
  margin-bottom: 19px;
}
.form__decription {
  font-weight: 400;
  font-size: 13px;
  color: #C2C2C2;
  margin: 0;
  margin-bottom: 27px;
  width: 580px;
}
.form__input {
  background-color: #023A62;
  border: 1px #345F7E solid;
  border-radius: 15px;
  padding: 21px 63px 21px 17px;
  width: 303px;
  color: #D5D5D5;
  font-size: 14px;
}
.form__input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #D5D5D5;
}
.form__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #D5D5D5;
}
.form__button {
  background-color: #F9F6F1;
  border-radius: 15px;
  padding: 21px 35px;
  font-weight: 400;
  font-size: 13px;
  border: none;
  cursor: pointer;
}

.modal {
  position: fixed;
  inset: 0;
  background: #FFFAF2;
  z-index: 9999;
  overflow: auto;
}
.modal[hidden] {
  display: none;
}
.modal__close {
  position: sticky;
  display: block;
  font-size: 28px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  font-family: "Montserrat", "Arial", sans-serif;
  padding: 30px 0 0 30px;
}
@media (max-width: 1439px) {
  .modal__close {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .modal__close {
    font-size: 14px;
  }
}
.modal__wrapper {
  display: flex;
  gap: 100px;
  margin: 0 auto;
  padding: 80px 0 0 30px;
  max-width: 1440px;
  min-height: 100vh;
  margin-bottom: 100px;
}
@media (max-width: 1439px) {
  .modal__wrapper {
    flex-direction: column;
    padding: 50px 20px 0 20px;
  }
}
.modal__heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  width: 420px;
  margin: 0 0 13px 0;
}
@media (max-width: 767px) {
  .modal__heading {
    font-size: 20px;
    width: 100%;
  }
}
.modal__brand-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #595959;
}
@media (max-width: 767px) {
  .modal__brand-name {
    font-size: 12px;
  }
}
.modal__volum {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  background-color: unset;
  border: 1px #003052 solid;
  padding: 5px 14px;
  font-family: "Montserrat", "Arial", sans-serif;
  display: unset;
}
.modal__price {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #595959;
}
.modal__column-counter {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.modal__column-btn {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  background-color: unset;
  border: none;
  font-size: 20px;
  padding: 5px 10px;
}
.modal__column {
  border: 1px #003052 solid;
  padding: 10px 13px;
  width: 131px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  width: 150px;
}
@media (max-width: 767px) {
  .modal__column {
    height: 40px;
  }
}
.modal__button {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #003052;
  border: none;
  padding: 10px 23px;
  transition: 300ms ease;
  outline: none;
  border: 1px solid transparent;
}
@media (max-width: 1439px) {
  .modal__button {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.modal__button:hover {
  background-color: transparent;
  border: 1px solid #e0b26e;
  color: #e0b26e;
}
.modal__button:focus {
  background-color: #20618f;
}
.modal__column-wrapper {
  display: flex;
  gap: 10px;
}
.modal__quation {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .modal__quation {
    font-size: 15px;
  }
}
.modal__answer {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  width: 522px;
}
@media (max-width: 1439px) {
  .modal__answer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal__answer {
    font-size: 13px;
  }
}
.modal__list {
  padding: 0;
  margin: 0;
  width: 522px;
}
@media (max-width: 1439px) {
  .modal__list {
    list-style: inside;
    width: 100%;
  }
}
.modal__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 119%;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .modal__item {
    font-size: 13px;
  }
}
.modal__item:last-child {
  margin: 0;
}
.modal__images {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  grid-template-rows: 700px 150px;
  grid-column-gap: 44px;
  grid-row-gap: 20px;
}
@media (max-width: 1439px) {
  .modal__images {
    grid-column-gap: 20px;
    margin: 0 auto;
    grid-template-rows: 500px 100px;
    grid-template-columns: repeat(4, 100px);
  }
}
@media (max-width: 767px) {
  .modal__images {
    grid-template-rows: 300px 50px;
    grid-template-columns: repeat(4, 70px);
  }
}
.modal__big-image {
  background-color: #D9D9D9;
  width: 100%;
  height: 100%;
  grid-area: 1/1/2/5;
}
@media (max-width: 1439px) {
  .modal__big-image {
    width: unset;
    margin: 0 auto;
  }
}
.modal__small-images {
  background-color: #D9D9D9;
  width: 100%;
  height: 100%;
}

.cart-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #003052;
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s ease;
  pointer-events: none;
  z-index: 10000;
}
@media (max-width: 767px) {
  .cart-toast {
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.cart-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.overlay.active {
  /* ← амперсанд без пробела! */
  opacity: 1;
  visibility: visible;
}
.overlay.active .cart-modal {
  transform: translateX(0);
}

.cart-modal {
  width: 50%;
  max-width: 100%;
  height: 100%;
  background: #F9F6F1;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: 0.3s ease;
  z-index: 60;
}
@media (max-width: 1439px) {
  .cart-modal {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cart-modal {
    width: 100%;
    padding: 20px;
  }
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart-header {
    padding: 0;
  }
}

.cart-header h2 {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.cart-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0 0 30px 0;
  color: #595959;
  display: block;
}

.cart-line {
  width: 350px;
  margin: 0 0 30px 0;
}

.cart-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.cart-body {
  flex: 1;
  overflow-y: auto;
}

.cart-delete {
  background-color: #003052;
  color: #ffffff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: none;
  padding: 8px 12px;
  margin-left: auto;
  align-self: flex-start;
  margin: auto 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cart-delete {
    width: 100%;
    grid-column: 1/3;
    padding: 5px 10px;
  }
}

.cart-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart-item {
    display: grid !important;
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }
}

.cart__items {
  margin: 0 0 50px 0;
}

.cart__empty-message-text {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .cart__empty-message-text {
    font-size: 12px;
  }
}

.cart__item-volume {
  font-weight: 300;
  font-style: Light;
  font-size: 13px;
  line-height: 100%;
  color: #595959;
}

.cart__item-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #595959;
}

.cart__item--template {
  display: none !important;
}

.cart-footer {
  margin-top: 20px;
}

.checkout-btn {
  width: 100%;
  padding: 18px;
  background: #003052;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .checkout-btn {
    padding: 10px;
    font-size: 14px;
  }
}

.cart__name-hr {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .cart__name-hr {
    max-width: calc(100% - 50px);
  }
}

.item-image {
  width: 100px;
  height: 100px;
  background: #cfcfcf;
  flex-shrink: 0;
  align-self: flex-start;
}

.item-info {
  height: auto;
  display: flex;
  flex-direction: column;
}

.item-info h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item-info h3 {
    font-size: 13px;
  }
}

.brand {
  margin: 0 0 10px;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
}

.item-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: auto;
}

.price {
  white-space: nowrap;
}

.itog {
  margin: 0 0 30px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .itog {
    font-size: 16px;
  }
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .summary-row {
    display: grid !important;
    grid-template-columns: auto auto;
    gap: 20px;
  }
}

.summary-total {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  gap: 50px;
}
@media (max-width: 767px) {
  .summary-total {
    font-size: 14px;
    margin-top: 15px;
  }
}

.cart__title-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cart__title-close p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.unvisible {
  display: none;
}

.certificates__headind {
  margin: 0 0 13px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.certificates__decr {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #595959;
  width: 279px;
  margin: 0 0 70px 0;
}
.certificates__button {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  background-color: #003052;
  padding: 13px 116px;
  text-align: center;
}
@media (max-width: 767px) {
  .certificates__button {
    padding: 10px 50px;
  }
}
.certificates__card {
  padding: 19px 20px 16px 20px;
  background-color: #EFEAE2;
  display: flex;
  flex-direction: column;
  width: 352px;
}
@media (max-width: 767px) {
  .certificates__card {
    width: 300px;
    padding: 10px;
  }
}
.certificates__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 50px 10px;
}
@media (max-width: 1439px) {
  .certificates__wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .certificates__wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

.banner {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .banner {
    margin: 0;
  }
}
.banner__header {
  font-family: "Ardeco";
  color: #000;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .banner__header {
    padding: 30px 0 50px 0;
    display: block;
    color: #000;
    margin: 0;
    text-align: center;
  }
}

.image-1 {
  grid-area: 2/1/3/2;
}

.image-2 {
  grid-area: 2/2/3/3;
}

.image-3 {
  grid-area: 2/3/3/4;
}

.image-4 {
  grid-area: 2/4/3/5;
}

.contacs__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 352px);
  gap: 30px 20px;
}
@media (max-width: 1439px) {
  .contacs__wrapper {
    grid-template-columns: repeat(2, 353px);
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .contacs__wrapper {
    grid-template-columns: repeat(1, 280px);
    justify-items: center;
  }
}
.contacs__card {
  padding: 20px 20px 50px 20px;
  width: 352px;
  background-color: #EFEAE2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contacs__card {
    width: 280px;
  }
}
.contacs__heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin: 0 0 42px 0;
  width: 303px;
}
.contacs__mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #595959;
}

.introduction {
  padding-top: 100px;
  margin: 0 0 115px 0;
}
@media (max-width: 767px) {
  .introduction {
    padding-top: 40px;
    margin: 0;
  }
}
.introduction__header {
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  font-family: "Ardeco";
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .introduction__header {
    font-size: 44px;
  }
}
.introduction__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  width: 940px;
}
@media (max-width: 767px) {
  .introduction__descr {
    font-size: 14px;
    width: 300px;
  }
}

.about {
  margin: 0 0 150px 0;
}
@media (max-width: 767px) {
  .about {
    padding-top: 60px;
    margin: 0;
  }
}
.about__wrapper {
  display: grid;
  grid-template-columns: 480px auto;
  justify-content: center;
  align-items: center;
  gap: 30px 20px;
  justify-items: center;
}
.about__wrapper--mod {
  grid-template-columns: auto 480px;
}
@media (max-width: 767px) {
  .about__wrapper--mod {
    justify-items: center;
  }
}
.about__wrapper--mod {
  /* grid-template-rows: 445px auto; */
}
.about__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  width: 480px;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .about__text {
    width: 300px;
    font-size: 14px;
    text-align: center;
  }
}
.about__text--mod {
  grid-column: 2/3;
  text-align: end;
}
@media (max-width: 767px) {
  .about__text--mod {
    width: 300px;
    font-size: 14px;
    text-align: center;
  }
}
.about__bolt {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.about__img {
  width: 621px;
  height: 445px;
  background-color: #D9D9D9;
  grid-column: 2/3;
}
@media (max-width: 1439px) {
  .about__img {
    display: none;
  }
}
@media (max-width: 767px) {
  .about__img {
    display: none;
  }
}
.about__img--mod {
  grid-column: 1/2;
}
.about__quote {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  grid-column: -3/-1;
  width: 700px;
}
@media (max-width: 767px) {
  .about__quote {
    width: 300px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .advantages {
    padding-top: 50px;
  }
}
.advantages__wrapper {
  display: grid;
  grid-template-columns: 480px auto;
  justify-content: center;
  align-items: center;
  gap: 30px 20px;
  justify-items: center;
}
.advantages__header {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .advantages__header {
    width: 300px;
  }
}
.advantages__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  width: 480px;
}
@media (max-width: 767px) {
  .advantages__text {
    width: 300px;
    font-size: 14px;
  }
}
.advantages__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: inside;
  width: 480px;
}
@media (max-width: 767px) {
  .advantages__list {
    width: 300px;
  }
}
.advantages__item {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .advantages__item {
    font-size: 14px;
  }
}
.advantages__img {
  width: 621px;
  height: 445px;
  background-color: #D9D9D9;
}
@media (max-width: 1439px) {
  .advantages__img {
    display: none;
  }
}
@media (max-width: 767px) {
  .advantages__img {
    display: none;
  }
}
.advantages__quote {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 700px;
  grid-column: -3/-1;
}
@media (max-width: 767px) {
  .advantages__quote {
    width: 300px;
    font-size: 14px;
  }
}

.checkout {
  padding: 60px 0 120px;
}
.checkout__layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  align-items: start;
}
@media (max-width: 767px) {
  .checkout__layout {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.checkout {
  /* ===== STEPS ===== */
}
.checkout__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout__heading {
  font-weight: 400;
  font-size: 40px;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .checkout__heading {
    font-size: 28px;
    margin: 0 0 20px;
  }
}

.step {
  background-color: #ffffff;
}
.step--active {
  border-color: #003052;
}
.step--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.step__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  cursor: pointer;
}
.step__header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.step__number {
  font-weight: 300;
  font-size: 30px;
  color: #595959;
  min-width: 30px;
}
@media (max-width: 767px) {
  .step__number {
    font-size: 17px;
  }
}
.step__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
  text-transform: lowercase;
}
@media (max-width: 1439px) {
  .step__title {
    font-size: 14px;
  }
}
.step__subtitle {
  font-weight: 300;
  font-size: 13px;
  color: #595959;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .step__subtitle {
    font-size: 12px;
  }
}
.step__arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.step__arrow--open {
  transform: rotate(180deg);
}
.step__body {
  padding: 0 30px 30px;
  display: none;
}
@media (max-width: 767px) {
  .step__body {
    width: 350px;
  }
}
.step__body--open {
  display: block;
}
.step__next-btn {
  margin-top: 30px;
  background-color: #4D4D4D;
  color: #ffffff;
  border: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  padding: 16px 48px;
  cursor: pointer;
  transition: 0.2s ease;
  width: 100%;
}
@media (max-width: 1439px) {
  .step__next-btn {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .step__next-btn {
    padding: 7px 25px;
  }
}
.step__next-btn:hover {
  background-color: #242424;
}
.step__next-btn--itog {
  background-color: #4D4D4D;
  transition: 300ms ease;
}
.step__next-btn--itog:hover {
  background-color: #242424;
}

.delivery__city {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  gap: 20px;
}
@media (max-width: 767px) {
  .delivery__city {
    display: grid;
    grid-template-columns: 30px 1fr;
  }
}
.delivery__city-label {
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}
.delivery__city-name {
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 1439px) {
  .delivery__city-name {
    font-size: 16px;
  }
}
.delivery__city-change {
  background-color: #4D4D4D;
  border: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 13px;
  padding: 8px 20px;
  cursor: pointer;
  color: #003052;
  transition: 0.2s ease;
  color: #ffffff;
}
@media (max-width: 767px) {
  .delivery__city-change {
    grid-column: 1/3;
  }
}
.delivery__city-change:hover {
  background-color: #242424;
}
.delivery__methods {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.delivery__method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
}
.delivery__method:last-child {
  border-bottom: none;
}
.delivery__method-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.delivery__method-name {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .delivery__method-name {
    font-size: 14px;
  }
}
.delivery__method-price {
  font-weight: 300;
  font-size: 14px;
  color: #595959;
}

.radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.radio--checked {
  border-color: #003052;
}
.radio--checked::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003052;
}

.recipient__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recipient__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1439px) {
  .recipient__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .recipient__row {
    grid-template-columns: 1fr;
  }
}
.recipient__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.recipient__field--full {
  grid-column: 1/-1;
}
.recipient__label {
  font-weight: 300;
  font-size: 13px;
  color: #595959;
}
.recipient__label--error {
  color: rgb(202, 52, 52);
}
.recipient__input {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  padding: 14px 16px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: 0.2s ease;
}
.recipient__input:focus {
  border-color: #003052;
}
.recipient__input::-moz-placeholder {
  color: #B0B0B0;
}
.recipient__input::placeholder {
  color: #B0B0B0;
}
.recipient__input--error {
  border: 1px solid rgb(202, 52, 52);
}

.payment__methods {
  display: flex;
  flex-direction: column;
}
.payment__method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
}
.payment__method:last-child {
  border-bottom: none;
}
.payment__method-name {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .payment__method-name {
    font-size: 14px;
  }
}
.payment__sbp-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #4D4D4D;
  padding: 6px 16px;
  border-radius: 4px;
}
.payment__sbp-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.payment__sbp-icon {
  width: 20px;
  height: 20px;
}

.order-summary {
  border: 1px solid rgba(1, 93, 159, 0.3176470588);
  background-color: #fff;
  padding: 30px;
  position: sticky;
  top: 100px;
  width: 300px;
}
.order-summary__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin: 0 0 24px 0;
}
.order-summary__promo {
  display: flex;
  align-items: center;
  border: 1.5px dashed #D9D9D9;
  margin-bottom: 24px;
}
.order-summary__promo-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 16px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 13px;
  outline: none;
  color: #595959;
}
.order-summary__promo-input::-moz-placeholder {
  color: #B0B0B0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.order-summary__promo-input::placeholder {
  color: #B0B0B0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.order-summary__promo-btn {
  background: none;
  border: none;
  padding: 14px 16px;
  cursor: pointer;
  color: #595959;
  font-size: 18px;
}
.order-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.order-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed #D9D9D9;
}
.order-summary__row:last-child {
  border-bottom: none;
}
.order-summary__label {
  font-weight: 300;
  font-size: 14px;
  color: #595959;
}
.order-summary__value {
  font-weight: 400;
  font-size: 14px;
}
.order-summary__value--free {
  color: #595959;
}
.order-summary__total {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 12px;
  margin: 24px 0;
}
.order-summary__total-label {
  font-weight: 300;
  font-size: 14px;
  color: #595959;
}
.order-summary__total-value {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
}
.order-summary__pay-btn {
  width: 100%;
  background-color: #4D4D4D;
  color: #fff;
  border: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  padding: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.2s ease;
}
.order-summary__pay-btn:hover {
  background-color: #333;
}

.sbp-badge {
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sbp-badge__icon {
  width: 14px;
  height: 14px;
}
.sbp-badge__text {
  font-size: 12px;
  color: #4D4D4D;
  font-weight: 600;
}

.sucsess__circle-check {
  position: relative;
  width: 160px;
  /* можно менять */
  height: 160px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sucsess__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sucsess__circle--outer {
  width: 200px;
  height: 200px;
  background: #EAF9EC;
  border-radius: 50%;
  z-index: 1;
}
.sucsess__circle--inner {
  width: 130px;
  height: 130px;
  background: #D5F3DA;
  border-radius: 50%;
  z-index: 2;
}
.sucsess__circle-check-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sucsess__heading {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .sucsess__heading {
    font-size: 24px;
  }
}
.sucsess__text {
  font-size: 16px;
  color: rgba(89, 89, 89, 0.7058823529);
  width: 600px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sucsess__text {
    width: 250px;
    font-size: 12px;
  }
}
.sucsess__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.sucsess__button {
  padding: 10px 20px;
  background-color: #424242;
  color: #ffffff;
  margin-top: 20px;
}
.sucsess__wrapper {
  margin-top: 150px;
}
@media (max-width: 1439px) {
  .sucsess__wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .sucsess__wrapper {
    margin-top: 50px;
  }
}

#payment-form {
  height: 100%;
  margin-top: 150px;
}/*# sourceMappingURL=style.css.map */