<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kitchen-page__banner {
  background-image: url('/images/kitchen-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.kitchen-page__banner-overlay {
  background-color: rgba(0, 0, 0, 0.2); }

.kitchen-page__subheader {
  font-size: 25px;
  font-family: Panton-Bold, Arial, Helvetica, sans-serif; }

.kitchen-page__subsubheader {
  font-family: 'Panton-Regular';
  font-size: 20px;
  font-weight: normal; }

.kitchen-page__last-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px; }

.kitchen-page__link {
  color: #000;
  border: none;
  background: no-repeat;
  text-decoration: underline;
  padding: 0;
  cursor: pointer; }

.kitchen-page__container {
  background: #ebebeb; }

.kitchen-page__container--full-width {
  width: 100%;
  background: #ebebeb; }

.kitchen-page__description {
  background-color: rgba(255, 255, 255, 0.2);
  width: 440px;
  height: 710px;
  padding-top: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

@media screen and (max-width: 600px) {
  .kitchen-page__description {
    width: 100%; } }

.kitchen-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px; }

@media screen and (max-width: 860px) {
  .kitchen-grid {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 640px) {
  .kitchen-grid {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 420px) {
  .kitchen-grid {
    grid-template-columns: 1fr; } }

.kitchen-grid-item {
  padding-top: 16px;
  padding-bottom: 6px;
  background-color: #f4f4f4; }

.kitchen-grid-item__media {
  height: 195px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-position: center; }

.kitchen-grid-item__title {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px; }

.kitchen-grid-item__price {
  margin-top: 35px;
  color: #c62535;
  text-align: center; }

.kitchen-grid-item__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
  padding-left: 15px;
  padding-right: 15px; }

.kitchen-grid-item__actions-item {
  color: #c62535;
  border: 1px solid #c62535;
  border-radius: 30px;
  padding: 5px 25px;
  display: block;
  text-align: center;
  cursor: pointer;
  text-decoration: none; }

.work-stage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 60px 50px; }

@media screen and (max-width: 740px) {
  .work-stage-grid {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 450px) {
  .work-stage-grid {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 200px) {
  .work-stage-grid {
    grid-template-columns: 1fr; } }

.work-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; }

.work-stage__media {
  width: 100%;
  height: 95px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.work-stage__body {
  text-align: center;
  color: #000; }

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

.margin-top-22 {
  margin-top: 22px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.consultation-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 18px; }

@media screen and (max-width: 955px) {
  .consultation-form {
    grid-template-columns: 1fr 1fr; } }

.consultation-form__body {
  display: flex; }

@media screen and (max-width: 955px) {
  .consultation-form__body {
    grid-column-start: 1;
    grid-column-end: 3; } }

@media screen and (max-width: 400px) {
  .consultation-form__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px; } }

.consultation-form__input {
  border: 1px solid #c0c0c0;
  border-right: none;
  height: 36px;
  width: 265px;
  padding: 14px 14px 12px 14px; }

@media screen and (max-width: 955px) {
  .consultation-form__input {
    width: calc(100% - 193px);
    /* 193 - С€РёСЂРёРЅР° РєРЅРѕРїРєРё */ } }

@media screen and (max-width: 400px) {
  .consultation-form__input {
    border-right: 1px solid #c0c0c0;
    width: 100%; } }

.consultation-form__input--error {
  border-color: #c62535; }

.consultation-form__button {
  height: 36px;
  border-radius: 0 13px 13px 0;
  border: thick double #fff;
  border-left: 0;
  background-color: #c62535;
  color: #fff;
  padding: 0 12px 0 10px;
  font-size: 15px;
  cursor: pointer;
  text-wrap: nowrap; }

@media screen and (max-width: 400px) {
  .consultation-form__button {
    border-left: thick double #fff;
    border-radius: 13px; } }

.description-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px 40px;
  margin: 0 76px; }

@media screen and (max-width: 412px) {
  .description-grid {
    margin: 0; } }

.description-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px; }

.description-title {
  color: #fff;
  font-size: 23px;
  font-family: Panton-Bold, Arial, Helvetica, sans-serif;
  margin-bottom: 55px;
  text-align: center; }

.description-button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 60px 50px 70px 50px; }

.description-button {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #c52535;
  border: none;
  height: 50px;
  vertical-align: middle;
  cursor: pointer; }

.review-item {
  padding-bottom: 20px; }

.review-item__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background-color: #fff; }

@media screen and (max-width: 680px) {
  .review-item__content {
    grid-template-columns: 1fr; } }

.review-item__media {
  min-width: 330px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 680px) {
  .review-item__media {
    min-width: 100%;
    height: 300px; } }

.review-item__body {
  font-size: 15px;
  padding: 16px 12px 16px 27px; }

.review-item__grade {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 18px;
  width: 330px; }

@media screen and (max-width: 680px) {
  .review-item__grade {
    width: 100%; } }

.review-item__grade-value {
  display: flex;
  flex-direction: row;
  gap: 4px; }

.review-all {
  text-align: right;
  margin-top: -25px;
  padding-bottom: 30px; }

@media screen and (max-width: 680px) {
  .review-all {
    margin-top: 0; } }

.kitchen-faq__list {
  display: flex;
  flex-direction: column;
  gap: 7px; }

.kitchen-faq-item {
  width: 100%; }

.kitchen-faq-item__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  background-color: #ebebeb;
  cursor: pointer; }

.kitchen-faq-item__body {
  padding: 18px 0 18px 50px; }

.kitchen-faq-item__state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #bfbfbf;
  background-repeat: no-repeat;
  background-position: center; }

.kitchen-faq-item__state--expanded {
  background-image: url('/images/minus-icon.png'); }

.kitchen-faq-item__state--collapsed {
  background-image: url('/images/plus-icon.png'); }

.kitchen-grid-4-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px 18px; }

@media screen and (max-width: 860px) {
  .kitchen-grid-4-column {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 640px) {
  .kitchen-grid-4-column {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 420px) {
  .kitchen-grid-4-column {
    grid-template-columns: 1fr; } }

.kitchen-gray-card {
  background-color: #ebebeb;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }

.kitchen-gray-card a {
  color: #000;
  text-align: center; }

.display-none {
  display: none; }

.kitchen-form__overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  left: 0;
  bottom: 0;
  z-index: 100; }

.kitchen-form__content {
  position: fixed;
  width: 1020px;
  background: white;
  top: 326px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101; }

@media screen and (max-width: 1020px) {
  .kitchen-form__content {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0; } }

.kitchen-form__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 58px;
  background-color: #ebebeb;
  font-size: 25px; }

@media screen and (max-width: 1020px) {
  .kitchen-form__title {
    width: auto;
    flex: 1; } }

.kitchen-form__body {
  display: flex; }

@media screen and (max-width: 1020px) {
  .kitchen-form__body {
    flex-wrap: wrap; } }

.kitchen-form__header {
  width: 430px; }

@media screen and (max-width: 1020px) {
  .kitchen-form__header {
    width: auto;
    flex: 1; } }

.kitchen-form__product-name {
  padding-top: 43px;
  text-align: right;
  font-size: 20px;
  padding-left: 128px; }

@media screen and (max-width: 1020px) {
  .kitchen-form__product-name {
    padding-right: 20px; } }

.kitchen-form__main {
  flex: 1;
  padding: 38px 56px 18px 66px; }

@media screen and (max-width: 1020px) {
  .kitchen-form__main {
    padding-left: 10px;
    padding-right: 10px; } }

.kitchen-form__form {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 22px; }

.kitchen-form__form-notification {
  width: 100%; }

.kitchen-form__input {
  width: 100%;
  border: 1px solid #c0c0c0;
  font-size: 14px;
  padding: 9px 12px; }

.kitchen-form__input::placeholder {
  color: #757575;
  opacity: 1;
  /* Firefox */ }

.kitchen-form__input--error {
  border-color: #c62535; }

.kitchen-form__submit-button {
  margin-top: 8px;
  width: 352px;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #f00;
  border: none;
  cursor: pointer; }

.kitchen-form__agreement {
  margin-top: 8px;
  font-size: 10px;
  text-align: right; }

.kitchen-form__subtitle {
  font-size: 20px; }

.kitchen-form__close-btn {
  background: none;
  position: absolute;
  right: 0;
  border: 0;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer; }

@media screen and (max-width: 1020px) {
  .kitchen-form__close-btn {
    font-size: 28px; } }</pre></body></html>