@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?inrw63');
  src:  url('../fonts/icomoon.eot?inrw63#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?inrw63') format('truetype'),
    url('../fonts/icomoon.woff?inrw63') format('woff'),
    url('../fonts/icomoon.svg?inrw63#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cloud:before {
  content: "\e90a";
}
.icon-star:before {
  content: "\e90b";
}
.icon-user:before {
  content: "\e90c";
}
.icon-key:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-settings:before {
  content: "\e90f";
}
.icon-tag:before {
  content: "\e910";
}
.icon-lock:before {
  content: "\e911";
}
.icon-bulb:before {
  content: "\e912";
}
.icon-pen:before {
  content: "\e913";
}
.icon-diamond:before {
  content: "\e914";
}
.icon-location:before {
  content: "\e900";
}
.icon-eye:before {
  content: "\e915";
}
.icon-bubble:before {
  content: "\e916";
}
.icon-phone:before {
  content: "\e901";
}
.icon-news:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e917";
}
.icon-like:before {
  content: "\e903";
}
.icon-note:before {
  content: "\e904";
}
.icon-clock:before {
  content: "\e918";
}
.icon-paperplane:before {
  content: "\e919";
}
.icon-banknote:before {
  content: "\e91a";
}
.icon-data:before {
  content: "\e905";
}
.icon-megaphone:before {
  content: "\e91b";
}
.icon-study:before {
  content: "\e91c";
}
.icon-fire:before {
  content: "\e906";
}
.icon-clip:before {
  content: "\e91d";
}
.icon-shop:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e91e";
}
.icon-wallet:before {
  content: "\e908";
}
.icon-truck:before {
  content: "\e909";
}
.icon-world:before {
  content: "\e91f";
}

.ui-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.9px) {
  .ui-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .ui-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .ui-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .ui-container {
    max-width: 1170px;
  }
}

.delivery__container {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .delivery-modal__container {
    margin: 16px;
    padding: 16px;
    border-radius: 16px;
  }
}
@media (min-width: 768px) {
  .delivery__container {
    border-radius: 32px;
  }
}
.delivery__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.delivery__layout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.delivery__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 24px;
}
@media (min-width: 768px) {
  .delivery__content {
    padding: 160px;
  }
}
.delivery__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}
@media (min-width: 768px) {
  .delivery__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 32px;
  }
}
.delivery__description {
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .delivery__description {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 48px;
  }
}
.delivery__button {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #ffdb4d;
  outline:none;
  border: none;
}

.material-header {
  background-color: rgb(71, 61, 62);
  border-radius: 32px;
  padding: 32px;
}
.material-header__description {
  max-width: 600px;
}
.material-header__description p:not(:last-child) {
  margin-bottom: 12px;
}

.delivery-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.delivery-modal__container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .delivery-modal__container {
    width: 400px;
    height: calc(100vh - 48px);
    border-radius: 32px;
    padding: 32px;
    margin-right: 24px;
  }
}
.delivery-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.delivery-modal__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.delivery-modal__close {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
}
.delivery-modal__close svg {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  color: #fff;
}
.delivery-modal__description {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 32px;
}
.delivery-modal__input {
  margin-bottom: 16px;
}
.delivery-modal__form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.delivery-modal__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffdb4d;
  border-radius: 12px;
  height: 60px;
  margin-top: auto;
  border: 0;
}
.delivery-modal__button span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.delivery-modal__button svg {
  width: 24px;
  height: 24px;
  margin: 0 8px;
}

.input {
  display: block;
  position: relative;
}
.input__input {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  width: 100%;
  padding: 24px 18px 10px;
  box-sizing: border-box;
  outline: none;
  background-color: #f7f7f7;
}
.input__input:focus ~ span, .input__input:valid ~ span {
  font-size: 12px;
  line-height: 16px;
  top: 8px;
}
.input__input:hover, .input__input:focus {
  border-color: #b5b5b5;
}
.input__label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  top: 17px;
  left: 20px;
  transition: 80ms ease-in-out;
  color: #868686;
  pointer-events: none;
}

.input__label.active {
  font-size: 12px;
  line-height: 16px;
  top: 8px;
}

.modal-main {
  z-index: 10;
}

.modal-main:not(.active) {
  display: none;
}

.datepicker,
.datepicker__wrapper{
  width: 100% !important;
}

.datepicker__daynum {
  font-size: 14px !important;
}


.sale {
  padding: 50px 0;
}
.sale__container {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .sale__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sale__title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.sale-card {
  position: relative;
}
.sale-card__image {
  width: 100%;
  border-radius: 24px;
  height: 240px;
  margin-bottom: 12px;
}
.sale-card__description {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}
.sale-card__price-old {
  color: #959595;
  font-size: 16px;
  line-height: 24px;
  text-decoration: line-through;
}
.sale-card__price-new {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
