/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/okna-ramy.scss ***!
  \**********************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Muller", sans-serif;
  --theme-second-font: "Muller", sans-serif;
}

.okna-ramy .item {
  border: 1px solid rgba(51, 51, 51, 0.3098039216);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 23px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.okna-ramy .item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #121212;
  text-align: center;
}
.okna-ramy .item__img {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 64px;
}
.okna-ramy .item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.okna-ramy .item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
  margin-top: auto;
}
.okna-ramy .item__price .sale-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-decoration: line-through;
  color: #444;
  opacity: 0.7;
}
.okna-ramy .item__price .full-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #121212;
}
.okna-ramy .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 56px;
  gap: 24px;
}
