@import url(https://fonts.googleapis.com/css?family=Golos+Text:regular,500,600,700&display=swap);



@charset "UTF-8";



* {

  padding: 0px;

  margin: 0px;

  border: 0px;

}



*,

*::before,

*::after {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

}



*::before,

*::after {

  display: inline-block;

}



html,

body {

  height: 100%;

  min-width: 320px;

}



body {

  color: #fff;

  line-height: 1;

  font-family: "Golos Text";

  font-size: 1rem;

  -ms-text-size-adjust: 100%;

  -moz-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



input,

button,

textarea {

  font-family: "Golos Text";

  font-size: inherit;

  line-height: inherit;

}



button {

  cursor: pointer;

  color: inherit;

  background-color: transparent;

}



a {

  display: inline-block;

  color: inherit;

  text-decoration: none;

}



ul li {

  list-style: none;

}



img {

  vertical-align: top;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: inherit;

  font-size: inherit;

}



.lock body {

  overflow: hidden;

  -ms-touch-action: none;

      touch-action: none;

  -ms-scroll-chaining: none;

      overscroll-behavior: none;

}



.wrapper {

  min-height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  overflow: hidden;

}



@supports (overflow: clip) {

  .wrapper {

    overflow: clip;

  }

}



.wrapper > main {

  -webkit-box-flex: 1;

      -ms-flex: 1 1 auto;

          flex: 1 1 auto;

}



.wrapper > * {

  min-width: 0;

}



/*

(i) Стилі будуть застосовуватись до

всіх класів, що містять *__container

Наприклад header__container, main__container і т.п.

Сніппет (HTML): cnt

*/



[class*=__container] {

  max-width: 81.875rem;

  margin: 0 auto;

  padding: 0 0.9375rem;

}



.button {

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  padding: 8px 18px;

  color: #000;

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  border-radius: 31px;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  background: #FFF;

}



.button--fw {

  width: 100%;

}



input[type=text],

input[type=email],

input[type=tel],

textarea {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



.input {

  border-radius: 0 !important;

  width: 100%;

  display: block;

  padding: 16px 23px;

  border-radius: 3px;

  border: 1px solid #9D9D9D;

}



.input._form-error {

  border: 1px solid rgb(206, 43, 43);

}



.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {

  -webkit-transition: opacity 0.3s;

  transition: opacity 0.3s;

}



.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {

  -moz-transition: opacity 0.3s;

  transition: opacity 0.3s;

}



.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {

  -ms-transition: opacity 0.3s;

  transition: opacity 0.3s;

}



.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {

  -ms-transition: opacity 0.3s;

  transition: opacity 0.3s;

}



.input[placeholder]:not([data-placeholder-nohiden])::placeholder {

  -webkit-transition: opacity 0.3s;

  transition: opacity 0.3s;

}



.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {

  opacity: 0;

}



.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {

  opacity: 0;

}



.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {

  opacity: 0;

}



.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {

  opacity: 0;

}



.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {

  opacity: 0;

}



textarea.input {

  resize: none;

  padding: 0px 0px;

}



._.form-error textarea {

  border: 1px solid rgb(206, 43, 43) !important;

}



.icon-menu {

  display: none;

}



.ibg {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



.ibg--top {

  -o-object-position: top;

     object-position: top;

}



.ibg--bottom {

  -o-object-position: bottom;

     object-position: bottom;

}



.ibg--left {

  -o-object-position: left;

     object-position: left;

}



.ibg--right {

  -o-object-position: right;

     object-position: right;

}



.ibg--contain {

  -o-object-fit: contain;

     object-fit: contain;

}



[data-back] {

  position: relative;

}



[data-back]::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background: rgba(0, 0, 0, 0.65);

  width: 100%;

  height: 100%;

}



.title {

  font-style: normal;

  font-weight: 500;

  text-align: center;

  line-height: 113%;

  /* 113.793% */

  letter-spacing: -0.58px;

  margin: 0 auto;

}



.title:not(:last-child) {

  margin-bottom: 1.25rem;

}



.subtitle {

  color: #fff;

  text-align: center;

  font-size: 1rem;

  font-weight: 400;

  line-height: 150%;

  /* 150% */

  text-align: center;

  margin: 0 auto;

}



.subtitle:not(:last-child) {

  margin-bottom: 2.375rem;

}



.home {

  background-color: #20242A;

}



.about {

  background-color: #fff;

  color: #000;

}



.title--white {

  color: #fff;

}



.about .footer {

  margin-top: 0rem;

}



.about .footer .social-footer__text {

  color: #fff;

}



.header {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 3;

}



.header__social {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding-top: 0.9375rem;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: relative;

}



.header__social:not(:last-child) {

  margin-bottom: 1.875rem;

}



.header__social::after {

  content: "";

  position: absolute;

  bottom: -17px;

  left: 0;

  width: 100%;

  height: 0.125rem;

  border-bottom: 1px solid rgba(255, 255, 255, 0.16);

}



.header__logo {

  position: relative;

  z-index: 21;

}



.header__logo:not(:last-child) {

  margin-bottom: 1.875rem;

}



.header__menu {

  position: absolute;

}



.messanger-header {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-column-gap: 1.25rem;

     -moz-column-gap: 1.25rem;

          column-gap: 1.25rem;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.messanger-header__item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.languages-header {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-column-gap: 1.0625rem;

     -moz-column-gap: 1.0625rem;

          column-gap: 1.0625rem;

}



.languages-header__item {

  font-size: 0.875rem;

  font-weight: 700;

}



.languages-header__item.active {

  color: #CE49AF !important;

}



.menu__list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  position: relative;

  z-index: 3;

  row-gap: 3.3125rem;

}



.menu__item {

  color: #FFF;

  font-weight: 400;

  line-height: normal;
  
  display: inline-flex;
  
  align-items: center;
  
  gap: 14px;

}


.footer {

  width: 100%;

}



.footer__menu {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-column-gap: 1.25rem;

     -moz-column-gap: 1.25rem;

          column-gap: 1.25rem;

}



.footer__phone {

  color: #FFF;

  font-size: 12.855px;

  font-style: normal;

  position: relative;

  font-weight: 500;

  line-height: 146%;

  /* 146.667% */

  letter-spacing: 0.171px;

  margin-left: 1.5625rem;

}



.footer__phone a {

  font-weight: 600;

  font-size: 1.28125rem;

}



.footer__phone::before {

  content: "";

  position: absolute;

  display: inline-block;

  background: url("../img/phone.svg") 0 0 no-repeat;

  width: 1.3125rem;

  top: 50%;

  -webkit-transform: translateY(-50%);

      -ms-transform: translateY(-50%);

          transform: translateY(-50%);

  height: 1.3125rem;

  left: -2.125rem;

}



.menu-footer__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  row-gap: 0.9375rem;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.menu-footer__item {

  color: rgba(255, 255, 255, 0.54);

  font-style: normal;

  font-weight: 500;

  line-height: normal;

}



.social-footer {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.social-footer__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-column-gap: 1.0625rem;

     -moz-column-gap: 1.0625rem;

          column-gap: 1.0625rem;

}



.social-footer__item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.social-footer__item img {

  width: 1.1875rem;

  height: 1.1875rem;

}



.social-footer__text {

  font-size: 14px;

  font-weight: 400;

  line-height: 157%;

  /* 157.143% */

}



.social-footer__text span {

  color: #CE49AF;

}



.no-webp .top-footer{

  background: url("../img/about/footer.png") 0 0 no-repeat; }



.top-footer {

  padding-top: 7.5rem;

  background-size: cover;

}



.top-footer__label {

  color: #CE49AF;

  text-align: center;

  font-size: 14px;

  font-weight: 600;

  letter-spacing: 3.4px;

  text-transform: uppercase;

}



.top-footer__label:not(:last-child):not(:last-child) {

  margin-bottom: 1.875rem;

}



.top-footer__title {

  color: #FFF;

  text-align: center;

  font-style: normal;

  font-weight: 600;

  line-height: 108%;

  /* 108.333% */

  letter-spacing: -0.7px;

}



.top-footer__title:not(:last-child) {

  margin-bottom: 3.75rem;

}



.top-footer__button {

  text-transform: uppercase;

  padding: 0.8125rem 1.4375rem;

}



.top-footer .footer {

  padding-top: 0rem;

}



.top-footer__content {

  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-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.swiper-slide__img {

  position: relative;

  min-height: 53.5625rem;

}



.swiper-slide__img img {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  -o-object-fit: cover;

     object-fit: cover;

}



.swiper-slide__img::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 2;

  background: rgba(0, 0, 0, 0.65);

}



.swiper-slide__content {

  position: absolute;

  top: 250px;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

      -ms-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  max-width: 37.5rem;

  z-index: 3;

}



.main-block__slider {

  width: 100%;

}



.swiper-pagination {

  position: absolute;

  -webkit-transform: translate(-50%, -30px);

      -ms-transform: translate(-50%, -30px);

          transform: translate(-50%, -30px);

  left: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 1.25rem;

}



.swiper-pagination-bullet {

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  display: inline-block;

  border-radius: 50%;

  background: #FFF;

  width: 6px;

  height: 6px;

  position: relative;

}



.swiper-pagination-bullet::after {

  content: "";

  position: absolute;

  top: -5px;

  left: -5px;

  width: 16px;

  height: 16px;

  border-radius: 50%;

  background: transparent;

  border: 1px solid transparent;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

}



.swiper-pagination-bullet.swiper-pagination-bullet-active::after {

  border-color: #fff;

}



.swiper-slide__content {

  margin-top: 6.25rem;

  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-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.contacts-page::before,

.contacts-page::after {

  content: "";

  background: rgba(255, 255, 255, 0.38);

  width: 100%;

  height: 0.0625rem;

  margin-bottom: 5rem;

  margin-top: 3.75rem;

}



.contacts-page::before {

  content: "";

}



.contacts-page::after {

  content: "";

}



.contacts-page__body {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-column-gap: 1.25rem;

     -moz-column-gap: 1.25rem;

     column-gap: 9.25rem;

}



.shops-contacts__title {

  color: #FFF;

  font-style: normal;

  font-weight: 500;

  line-height: 52px;

  /* 144.444% */

  letter-spacing: -0.7px;

}



.shops-contacts__items {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: (1fr)[2];

  grid-template-columns: repeat(2, 1fr);

}



.shop-item__title {

  color: #CE49AF;

  font-size: 1.125rem;

  font-style: normal;

  font-weight: 400;

}



.shop-item__title:not(:last-child) {

  margin-bottom: 1rem;

}



.shop-item div {

  color: #BFBFBF;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;
 
}



.shop-item__street {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 9px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  text-decoration-line: underline;

}



.shop-item__street:not(:last-child) {

  margin-bottom: 1.0625rem;

}



.shop-item__street::before {

  content: "";

  background: url("../img/loc.svg") 0 0 no-repeat;

  width: 1.1875rem;

  height: 1.1875rem;

}



.shop-item__phone {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 0.625rem;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.shop-item__phone::before {

  content: "";

  background: url("../img/phone-min.svg") 0 0 no-repeat;

  width: 0.875rem;

  height: 0.875rem;

}



.form-contacts {

  -webkit-box-flex: 0;

      -ms-flex: 0 1 53.8125%;

          flex: 0 1 53.8125%;

  /* 740/1280 */

  margin-right: 30px;

}



.form-contacts__label {

  color: #CE49AF;

  font-size: 0.875rem;

  font-style: normal;

  font-weight: 600;

  letter-spacing: 3.4px;

  text-transform: uppercase;

}



.form-contacts__label:not(:last-child) {

  margin-bottom: 0.5625rem;

}



.form-contacts__title {

  font-weight: 600;

  letter-spacing: -0.7px;

}



.form-contacts__item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-column-gap: 1.125rem;

     -moz-column-gap: 1.125rem;

          column-gap: 1.125rem;

}



.form-contacts__input {
  background-color: transparent;
}

.home .form-contacts__input {
  color: white;
}

.home .form-contacts__area {
  color: white;
}


.form-contacts__area {

  width: 100%;

  background-color: transparent;

  border: 1px solid #9D9D9D;

  padding: 19px 23px !important;

  resize: none;

}



.form-contacts__button {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.form-contacts__button::after {

  content: "";

  -webkit-transform: translateY(9px);

      -ms-transform: translateY(9px);

          transform: translateY(9px);

  -ms-flex-item-align: center;

      -ms-grid-row-align: center;

      align-self: center;

  margin-left: 0.5rem;

  background: url("../img/arrow.svg") 0 0 no-repeat;

  height: 1.0625rem;

  width: 1.125rem;

  padding: 1.0625rem 1.25rem;

}



.contacts-page__body {

  position: relative;

}



.contacts-page__body::after {

  content: "";

  position: absolute;

  top: -83px;

  bottom: 0;

  left: 53%;

  width: 1px;

  height: 121.7%;

  background: rgba(255, 255, 255, 0.38);

  -webkit-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

          transform: translateX(-50%);

}



.products-page__items {

  -webkit-column-gap: 1.875rem;

     -moz-column-gap: 1.875rem;

          column-gap: 1.875rem;

  display: -ms-grid;

  display: grid;

  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

  row-gap: 1.25rem;

}



.products-page__item {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 26px;

}



.products-page__content {

  position: relative;

  z-index: 2;

  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-flex: 0;

      -ms-flex: 0 1 100%;

          flex: 0 1 100%;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.products-page__title {

  font-size: 1.75rem;

  font-style: normal;

  font-weight: 500;

  line-height: 171%;

  /* 171.992% */

  letter-spacing: -0.28px;

}



.products-page__more {

  font-size: 1.125rem;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  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;

}



.products-page__img {

  padding-bottom: 180%;

  /* 311/560 */

}



.products-page__img img {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  -o-object-fit: cover;

     object-fit: cover;

}



.info-page__items {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: (1fr)[3];

  grid-template-columns: repeat(3, 1fr);

  -webkit-column-gap: 0.9375rem;

     -moz-column-gap: 0.9375rem;

          column-gap: 0.9375rem;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.item-info__title {

  color: #CE49AF;

  font-size: 14px;

  font-style: normal;

  font-weight: 600;

  letter-spacing: 3.4px;

  text-transform: uppercase;

}



.item-info__title:not(:last-child) {

  margin-bottom: 0.9375rem;

}



.item-info__subtitle {

  font-style: normal;

  font-weight: 500;

  letter-spacing: -1px;

}



.item-info__text {

  color: #BFBFBF;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

}



.item-info__text:not(:last-child) {

  margin-bottom: 1.25rem;

}



.item-info__button {

  color: #FFF;

  text-align: center;

  font-size: 18px;

  font-style: normal;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  font-weight: 500;

  line-height: normal;

  text-transform: uppercase;

  gap: 0.625rem;

  border-radius: 30px;

  background: #30373E;

}



.item-info__button::after {

  content: "";

  width: 18px;

  height: 1.0625rem;

  background: url("../img/arrow.white.svg") 0 0 no-repeat;

}



.top-footer {

  background-size: cover !important;

}



.content-about {

  top: 170px;

}



.info-about__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  gap: 5rem;

}



.info-about__item {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: (1fr)[2];

  grid-template-columns: repeat(2, 1fr);

}



.info-about__img {

  position: relative;

  padding-bottom: 68%;

  /* 630/436 */

}



.info-about__img img {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}



.info-about__content {

  -ms-flex-item-align: center;

      -ms-grid-row-align: center;

      align-self: center;

}



.info-about__title {

  font-style: normal;

  font-weight: 500;

  line-height: 52px;

  /* 113.043% */

  letter-spacing: -1px;

}



.info-about__text {

  color: #535353;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  /* 150% */

  max-width: 29.5625rem;

}



.img-big {

  width: 100%;

  padding-bottom: 50%;

}



.item-big {

  -ms-grid-columns: (1fr)[1];

  grid-template-columns: repeat(1, 1fr);

}



.products-kitchen__links {

  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;

  -webkit-column-gap: 2.8125rem;

     -moz-column-gap: 2.8125rem;

          column-gap: 2.8125rem;

  min-height: 3.125rem;

}



.products-kitchen__link {

  position: relative;

  color: #B1B1B1;

  font-weight: 400;

  line-height: normal;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

}



.products-kitchen__link::before {

  content: "";

  position: absolute;

  width: 0%;

  height: 0.125rem;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  background-color: #CE49AF;

  bottom: -5px;

  left: 0;

}



.active {

  color: #000;

  position: relative;

}



.active::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 0.125rem;

  background-color: #CE49AF;

  bottom: -5px;

  left: 0;

}



.gallery {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: (1fr)[3];

  grid-template-columns: repeat(3, 1fr);

  -webkit-column-gap: 1.875rem;

     -moz-column-gap: 1.875rem;

          column-gap: 1.875rem;

  row-gap: 1.875rem;

}



.gallery__image {

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

}



.gallery__image img {

  aspect-ratio: 410/297;

  width: 100%;

  height: 297px;

  -o-object-fit: cover;

     object-fit: cover;

}



.gallery__content {

  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;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 1rem;

  gap: 0.4375rem;
  width: 80%;

}



.gallery__title {

  text-align: center;

  font-size: 1.25rem;

  font-style: normal;

  font-weight: 600;

  line-height: 180%;

  /* 180% */

}



.gallery__price {

  color: #7D7D7D;

  font-size: 1.125rem;

  font-weight: 400;

  letter-spacing: -0.18px;

}



.gallery__hover {

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  opacity: 0;

  overflow: hidden;

}



.kitchen .footer {

  background-color: #20242A;

}



.contacts-kitchen__items {

  display: -ms-flexbox;

  display: flex;

}



.contacts-kitchen__item {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding-bottom: 10%;
  flex: 1 1 auto;

}



.contacts-kitchen__item:not(:last-child)::after {

  content: "";

  position: absolute;

  z-index: 2;

  height: 100%;

  background-color: #fff;

  width: 4px;

  top: 0;

  right: 0;

}



.contacts-kitchen__content {

  position: relative;

  z-index: 2;

  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-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.contacts-kitchen__label {

  padding-top: 5.5625rem;

  color: #CE49AF;

  font-size: 1.25rem;

  font-style: normal;

  font-weight: 400;

}



.contacts-kitchen__label:not(:last-child) {

  margin-bottom: 0.75rem;

}



.contacts-kitchen__title {

  color: #FFF;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  text-align: center;

  position: relative;

}



.contacts-kitchen__title::after {

  content: "";

  position: absolute;

  left: 0px;

  bottom: -40px;

  height: 0.0625rem;

  width: 100%;

  background: #757575;

}



.contacts-kitchen__title:not(:last-child) {

  margin-bottom: 5rem;

}



.contacts-kitchen__text {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  color: #FFF;

  text-align: center;

  font-size: 1.10rem;

  font-style: normal;

  font-weight: 400;

  line-height: 185%;

  /* 185% */

  letter-spacing: -0.2px;

}



.contacts-kitchen__img img {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}



.block-kitchen__container {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: (1fr)[2];

  grid-template-columns: repeat(2, 1fr);

  -webkit-column-gap: 1.25rem;

     -moz-column-gap: 1.25rem;

          column-gap: 1.25rem;

}



.block-kitchen__text {

  color: #535353;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 150%;

  max-width: 29.5625rem;

  -ms-flex-item-align: center;

      -ms-grid-row-align: center;

      align-self: center;

}



.about .header .languages-header__item {

  color: #fff;

}



.menu-open .header .languages-header__item {

  color: #000;

}



.contact-contacts__container {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: (1fr)[2];

  grid-template-columns: repeat(2, 1fr);

}



.contact-contacts__label {

  color: #CE49AF;

  font-size: 14px;

  font-style: normal;

  font-weight: 700;

  line-height: 150%;

  /* 150% */

  letter-spacing: 3.3px;

  text-transform: uppercase;

}



.contact-contacts__title {

  color: #30373E;

  font-size: 48px;

  font-weight: 500;

  line-height: 108%;

  /* 108.333% */

  letter-spacing: -1px;

}



.contact-contacts__phone {

  display: block;

  color: #868686;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 108%;

  /* 108.333% */

}



.contact-address {

  display: block;

  color: #868686;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 108%;

  margin-bottom: 12px;

  width: 168px;

}



.contact-contacts__phone:not(:last-child) {

  margin-bottom: 1.0625rem;

}



.contact-contacts__phone::before {

  content: "";

  background: url("../img/phone-min.svg") 0 0 no-repeat;

  width: 0.875rem;

  height: 0.875rem;

}



.contact-contacts__email {

  display: block;

  color: #868686;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 0.3125rem;

  line-height: 108%;

  /* 108.333% */

}



.contact-contacts__email::before {

  content: "";

  -ms-flex-item-align: center;

      -ms-grid-row-align: center;

      align-self: center;

  background: url("../img/email.svg") 0 0 no-repeat;

  width: 0.9375rem;

  height: 0.875rem;

}



.form-contacts__button {

  border-radius: 50px;

  border: 1px solid #FFF;

  color: #fff;

  background: #30373E;

}



.form-contacts__button::after {

  background: url("../img/arrow.white.svg") 0 0 no-repeat;

}



.swiper {

  overflow: hidden;

}



.swiper-initialized {

  -ms-touch-action: pan-y;

      touch-action: pan-y;

}



.swiper-wrapper {

  width: 100%;

  height: 100%;

  -webkit-box-sizing: content-box;

          box-sizing: content-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;

}



.swiper-vertical .swiper-wrapper {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}



.swiper-autoheight .swiper-wrapper {

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

}



.swiper-initialized .swiper-slide {

  -ms-flex-negative: 0;

      flex-shrink: 0;

}



.swiper-android .swiper-slide,

.swiper-android .swiper-wrapper {

  -webkit-transform: translate3d(0px, 0, 0);

          transform: translate3d(0px, 0, 0);

}



.swiper-button-lock {

  display: none !important;

}



@font-face {

  font-family: "lg";

  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: block;

}



.lg-icon {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: "lg" !important;

  speak: never;

  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;

}



.lg-container {

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}



.lg-next,

.lg-prev {

  background-color: rgba(0, 0, 0, 0.45);

  border-radius: 2px;

  color: #999;

  cursor: pointer;

  display: block;

  font-size: 22px;

  margin-top: -10px;

  padding: 8px 10px 9px;

  position: absolute;

  top: 50%;

  z-index: 1080;

  outline: none;

  border: none;

}



.lg-next.disabled,

.lg-prev.disabled {

  opacity: 0 !important;

  cursor: default;

}



.lg-next:hover:not(.disabled),

.lg-prev:hover:not(.disabled) {

  color: #fff;

}



.lg-single-item .lg-next,

.lg-single-item .lg-prev {

  display: none;

}



.lg-next {

  right: 20px;

}



.lg-next:before {

  content: "\e095";

}



.lg-prev {

  left: 20px;

}



.lg-prev:after {

  content: "\e094";

}



@-webkit-keyframes lg-right-end {

  0% {

    left: 0;

  }



  50% {

    left: -30px;

  }



  100% {

    left: 0;

  }

}



@keyframes lg-right-end {

  0% {

    left: 0;

  }



  50% {

    left: -30px;

  }



  100% {

    left: 0;

  }

}



@-webkit-keyframes lg-left-end {

  0% {

    left: 0;

  }



  50% {

    left: 30px;

  }



  100% {

    left: 0;

  }

}



@keyframes lg-left-end {

  0% {

    left: 0;

  }



  50% {

    left: 30px;

  }



  100% {

    left: 0;

  }

}



.lg-outer.lg-right-end .lg-object {

  -webkit-animation: lg-right-end 0.3s;

  animation: lg-right-end 0.3s;

  position: relative;

}



.lg-outer.lg-left-end .lg-object {

  -webkit-animation: lg-left-end 0.3s;

  animation: lg-left-end 0.3s;

  position: relative;

}



.lg-toolbar {

  z-index: 1082;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

}



.lg-media-overlap .lg-toolbar {

  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));

  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));

}



.lg-toolbar .lg-icon {

  color: #999;

  cursor: pointer;

  float: right;

  font-size: 24px;

  height: 47px;

  line-height: 27px;

  padding: 10px 0;

  text-align: center;

  width: 50px;

  text-decoration: none !important;

  outline: medium none;

  will-change: color;

  -webkit-transition: color 0.2s linear;

  transition: color 0.2s linear;

  background: none;

  border: none;

  -webkit-box-shadow: none;

          box-shadow: none;

}



.lg-toolbar .lg-icon.lg-icon-18 {

  font-size: 18px;

}



.lg-toolbar .lg-icon:hover {

  color: #fff;

}



.lg-toolbar .lg-close:after {

  content: "\e070";

}



.lg-toolbar .lg-maximize {

  font-size: 22px;

}



.lg-toolbar .lg-maximize:after {

  content: "\e90a";

}



.lg-toolbar .lg-download:after {

  content: "\e0f2";

}



.lg-sub-html {

  color: #eee;

  font-size: 16px;

  padding: 10px 40px;

  text-align: center;

  z-index: 1080;

  opacity: 0;

  -webkit-transition: opacity 0.2s ease-out 0s;

  transition: opacity 0.2s ease-out 0s;

}



.lg-sub-html h4 {

  margin: 0;

  font-size: 13px;

  font-weight: bold;

}



.lg-sub-html p {

  font-size: 12px;

  margin: 5px 0 0;

}



.lg-sub-html a {

  color: inherit;

}



.lg-sub-html a:hover {

  text-decoration: underline;

}



.lg-media-overlap .lg-sub-html {

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));

  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));

}



.lg-item .lg-sub-html {

  position: absolute;

  bottom: 0;

  right: 0;

  left: 0;

}



.lg-error-msg {

  font-size: 14px;

  color: #999;

}



.lg-counter {

  color: #999;

  display: inline-block;

  font-size: 16px;

  padding-left: 20px;

  padding-top: 12px;

  height: 47px;

  vertical-align: middle;

}



.lg-closing .lg-toolbar,

.lg-closing .lg-prev,

.lg-closing .lg-next,

.lg-closing .lg-sub-html {

  opacity: 0;

  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;

  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;

  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;

}



body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {

  opacity: 0;

  -ms-transform: scale3d(0.5, 0.5, 0.5);

  -webkit-transform: scale3d(0.5, 0.5, 0.5);

  transform: scale3d(0.5, 0.5, 0.5);

  will-change: transform, opacity;

  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;

  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;

  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;

}



body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {

  opacity: 1;

  -ms-transform: scale3d(1, 1, 1);

  -webkit-transform: scale3d(1, 1, 1);

  transform: scale3d(1, 1, 1);

}



.lg-group:after {

  content: "";

  display: table;

  clear: both;

}



.lg-container {

  display: none;

  outline: none;

}



.lg-container.lg-show {

  display: block;

}



.lg-on {

  scroll-behavior: unset;

}



.lg-toolbar,

.lg-prev,

.lg-next,

.lg-pager-outer,

.lg-hide-sub-html .lg-sub-html {

  opacity: 0;

  will-change: transform, opacity;

  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;

}



.lg-show-in .lg-toolbar,

.lg-show-in .lg-prev,

.lg-show-in .lg-next,

.lg-show-in .lg-pager-outer {

  opacity: 1;

}



.lg-show-in.lg-hide-sub-html .lg-sub-html {

  opacity: 1;

}



.lg-show-in .lg-hide-items .lg-prev {

  opacity: 0;

  -webkit-transform: translate3d(-10px, 0, 0);

  transform: translate3d(-10px, 0, 0);

}



.lg-show-in .lg-hide-items .lg-next {

  opacity: 0;

  -webkit-transform: translate3d(10px, 0, 0);

  transform: translate3d(10px, 0, 0);

}



.lg-show-in .lg-hide-items .lg-toolbar {

  opacity: 0;

  -webkit-transform: translate3d(0, -10px, 0);

  transform: translate3d(0, -10px, 0);

}



.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {

  opacity: 0;

  -webkit-transform: translate3d(0, 20px, 0);

  transform: translate3d(0, 20px, 0);

}



.lg-outer {

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1050;

  text-align: left;

  opacity: 0.001;

  outline: none;

  will-change: auto;

  overflow: hidden;

  -webkit-transition: opacity 0.15s ease 0s;

  transition: opacity 0.15s ease 0s;

}



.lg-outer * {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}



.lg-outer.lg-zoom-from-image {

  opacity: 1;

}



.lg-outer.lg-visible {

  opacity: 1;

}



.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {

  -webkit-transition-duration: inherit !important;

  transition-duration: inherit !important;

  -webkit-transition-timing-function: inherit !important;

  transition-timing-function: inherit !important;

}



.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,

.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {

  -webkit-transition-duration: 0s !important;

  transition-duration: 0s !important;

  opacity: 1;

}



.lg-outer.lg-grab img.lg-object {

  cursor: -webkit-grab;

  cursor: -o-grab;

  cursor: -ms-grab;

  cursor: grab;

}



.lg-outer.lg-grabbing img.lg-object {

  cursor: move;

  cursor: -webkit-grabbing;

  cursor: -o-grabbing;

  cursor: -ms-grabbing;

  cursor: grabbing;

}



.lg-outer .lg-content {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}



.lg-outer .lg-inner {

  width: 100%;

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  -webkit-transition: opacity 0s;

  transition: opacity 0s;

  white-space: nowrap;

}



.lg-outer .lg-item {

  will-change: transform, opacity;

  display: none !important;

}



.lg-outer .lg-item:not(.lg-start-end-progress) {

  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent;

}



.lg-outer.lg-css3 .lg-prev-slide,

.lg-outer.lg-css3 .lg-current,

.lg-outer.lg-css3 .lg-next-slide {

  display: inline-block !important;

}



.lg-outer.lg-css .lg-current {

  display: inline-block !important;

}



.lg-outer .lg-item,

.lg-outer .lg-img-wrap {

  display: inline-block;

  text-align: center;

  position: absolute;

  width: 100%;

  height: 100%;

}



.lg-outer .lg-item:before,

.lg-outer .lg-img-wrap:before {

  content: "";

  display: inline-block;

  height: 100%;

  vertical-align: middle;

}



.lg-outer .lg-img-wrap {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  white-space: nowrap;

  font-size: 0;

}



.lg-outer .lg-item.lg-complete {

  background-image: none;

}



.lg-outer .lg-item.lg-current {

  z-index: 1060;

}



.lg-outer .lg-object {

  display: inline-block;

  vertical-align: middle;

  max-width: 100%;

  max-height: 100%;

  width: auto;

  height: auto;

  position: relative;

}



.lg-outer .lg-empty-html.lg-sub-html,

.lg-outer .lg-empty-html .lg-sub-html {

  display: none;

}



.lg-outer.lg-hide-download .lg-download {

  opacity: 0.75;

  pointer-events: none;

}



.lg-outer .lg-first-slide .lg-dummy-img {

  position: absolute;

  top: 50%;

  left: 50%;

}



.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {

  -webkit-transform: translate3d(0, 0%, 0);

  transform: translate3d(0, 0%, 0);

  opacity: 1;

}



.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {

  opacity: 1;

  -webkit-transition: opacity 0.2s ease-out 0.15s;

  transition: opacity 0.2s ease-out 0.15s;

}



.lg-backdrop {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 1040;

  background-color: #000;

  opacity: 0;

  will-change: auto;

  -webkit-transition: opacity 333ms ease-in 0s;

  transition: opacity 333ms ease-in 0s;

}



.lg-backdrop.in {

  opacity: 1;

}



.lg-css3.lg-no-trans .lg-prev-slide,

.lg-css3.lg-no-trans .lg-next-slide,

.lg-css3.lg-no-trans .lg-current {

  -webkit-transition: none 0s ease 0s !important;

  transition: none 0s ease 0s !important;

}



.lg-css3.lg-use-css3 .lg-item {

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

}



.lg-css3.lg-fade .lg-item {

  opacity: 0;

}



.lg-css3.lg-fade .lg-item.lg-current {

  opacity: 1;

}



.lg-css3.lg-fade .lg-item.lg-prev-slide,

.lg-css3.lg-fade .lg-item.lg-next-slide,

.lg-css3.lg-fade .lg-item.lg-current {

  -webkit-transition: opacity 0.1s ease 0s;

  transition: opacity 0.1s ease 0s;

}



.lg-css3.lg-use-css3 .lg-item.lg-start-progress {

  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;

  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;

  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;

  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;

}



.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {

  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;

}



.lg-css3.lg-slide.lg-use-css3 .lg-item {

  opacity: 0;

}



.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {

  -webkit-transform: translate3d(-100%, 0, 0);

  transform: translate3d(-100%, 0, 0);

}



.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {

  -webkit-transform: translate3d(100%, 0, 0);

  transform: translate3d(100%, 0, 0);

}



.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  opacity: 1;

}



.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {

  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;

  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;

  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;

}



.lg-container {

  display: none;

}



.lg-container.lg-show {

  display: block;

}



.lg-container.lg-dragging-vertical .lg-backdrop {

  -webkit-transition-duration: 0s !important;

  transition-duration: 0s !important;

}



.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {

  -webkit-transition-duration: 0s !important;

  transition-duration: 0s !important;

  opacity: 1;

}



.lg-inline .lg-backdrop,

.lg-inline .lg-outer {

  position: absolute;

}



.lg-inline .lg-backdrop {

  z-index: 1;

}



.lg-inline .lg-outer {

  z-index: 2;

}



.lg-inline .lg-maximize:after {

  content: "\e909";

}



.lg-components {

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

  will-change: transform;

  -webkit-transition: -webkit-transform 0.35s ease-out 0s;

  transition: -webkit-transform 0.35s ease-out 0s;

  transition: transform 0.35s ease-out 0s;

  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;

  z-index: 1080;

  position: absolute;

  bottom: 0;

  right: 0;

  left: 0;

}



.lg-outer .lg-thumb-outer {

  background-color: #0d0a0a;

  width: 100%;

  max-height: 350px;

  overflow: hidden;

  float: left;

}



.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {

  cursor: -webkit-grab;

  cursor: -o-grab;

  cursor: -ms-grab;

  cursor: grab;

}



.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {

  cursor: move;

  cursor: -webkit-grabbing;

  cursor: -o-grabbing;

  cursor: -ms-grabbing;

  cursor: grabbing;

}



.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {

  -webkit-transition-duration: 0s !important;

  transition-duration: 0s !important;

}



.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {

  -webkit-transition-duration: 0s !important;

  transition-duration: 0s !important;

}



.lg-outer .lg-thumb-outer.lg-thumb-align-middle {

  text-align: center;

}



.lg-outer .lg-thumb-outer.lg-thumb-align-left {

  text-align: left;

}



.lg-outer .lg-thumb-outer.lg-thumb-align-right {

  text-align: right;

}



.lg-outer.lg-single-item .lg-thumb-outer {

  display: none;

}



.lg-outer .lg-thumb {

  padding: 5px 0;

  height: 100%;

  margin-bottom: -5px;

  display: inline-block;

  vertical-align: middle;

}



.lg-outer .lg-thumb-item {

  cursor: pointer;

  float: left;

  overflow: hidden;

  height: 100%;

  border-radius: 2px;

  margin-bottom: 5px;

  will-change: border-color;

}



.lg-outer .lg-thumb-item.active,

.lg-outer .lg-thumb-item:hover {

  border: 2px solid #CE49AF;

}



.lg-outer .lg-thumb-item img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  display: block;

}



.lg-outer.lg-can-toggle .lg-item {

  padding-bottom: 0;

}



.lg-outer .lg-toggle-thumb:after {

  content: "\e1ff";

}



.lg-outer.lg-animate-thumb .lg-thumb {

  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

}



@media (min-width: 81.875em) {

  .title {

    font-size: 3.625rem;

  }



  .page__products:not(:last-child) {

    margin-bottom: 0.9375rem;

  }



  .page__info:not(:last-child) {

    margin-bottom: 9rem;

  }



  .page__main-block:not(:last-child) {

    margin-bottom: 8.0625rem;

  }



  .products-kitchen:not(:last-child) {

    margin-bottom: 8.125rem;

  }



  .header__logo img {

    width: 4.4375rem;

  }
  
  .menu__link img {
    width: 2.6625rem; 
  }



  .footer {

    padding-bottom: 3.75rem;

  }



  .footer__menu:not(:last-child) {

    margin-bottom: 1.875rem;

  }



  .footer__phone:not(:last-child) {

    margin-bottom: 1.4375rem;

  }



  .menu-footer__logo img {

    width: 4.4375rem;

  }



  .menu-footer__items {

    -webkit-column-gap: 3rem;

       -moz-column-gap: 3rem;

            column-gap: 3rem;

  }



  .top-footer {

    margin-top: 8rem;

  }



  .top-footer {

    padding-top: 8.125rem;

  }



  .top-footer__title {

    font-size: 3rem;

  }



  .top-footer__content {

    padding-bottom: 6.25rem;

  }



  .shops-contacts__title {

    font-size: 2.25rem;

  }



  .shops-contacts__title:not(:last-child) {

    margin-bottom: 2.625rem;

  }



  .shops-contacts__items {

    -webkit-column-gap: 4.5rem;

       -moz-column-gap: 4.5rem;

            column-gap: 4.5rem;

  }



  .shops-contacts__items {

    row-gap: 4.0625rem;

  }



  .form-contacts__title {

    font-size: 3rem;

  }



  .form-contacts__title:not(:last-child) {

    margin-bottom: 2.0625rem;

  }



  .form-contacts__item:not(:last-child) {

    margin-bottom: 1.875rem;

  }



  .form-contacts__area:not(:last-child) {

    margin-bottom: 1.875rem;

  }



  .item-info__subtitle {

    font-size: 2.875rem;

  }



  .about-img {

    min-height: 35.875rem;

  }



  .info-about__item {

    -webkit-column-gap: 6.25rem;

       -moz-column-gap: 6.25rem;

            column-gap: 6.25rem;

  }



  .info-about__title {

    font-size: 2.875rem;

  }



  .info-about__title:not(:last-child) {

    margin-bottom: 2.25rem;

  }



  .products-kitchen__links:not(:last-child) {

    margin-bottom: 5.5rem;

  }



  .kitchen .footer {

    padding-top: 3.9375rem;

  }



  .contacts-kitchen__title {

    font-size: 2.1875rem;

  }



  .kitchen__block:not(:last-child) {

    margin-bottom: 3.875rem;

  }



  .contact-contacts__label:not(:last-child) {

    margin-bottom: 1.6875rem;

  }



  .contact-contacts__title {

    font-size: 3rem;

  }



  .contact-contacts__title:not(:last-child) {

    margin-bottom: 1.6875rem;

  }



  .contacts__contact {

    padding-bottom: 6.875rem;

  }

}



@media (min-width: 768px) {

  .lg-outer .lg-thumb {

    padding: 10px 0;

  }



  .lg-outer .lg-thumb-item {

    border-radius: 4px;

    -webkit-transition: border-color 0.25s ease;

    transition: border-color 0.25s ease;

  }

}



@media (max-width: 50em) {

  .form-contacts {

    margin-right: 0;

  }

}



@media (max-width: 20em) {

  .title {

    font-size: 1.875rem;

  }



  .page__products:not(:last-child) {

    margin-bottom: 0.625rem;

  }



  .page__info:not(:last-child) {

    margin-bottom: 1.875rem;

  }



  .page__main-block:not(:last-child) {

    margin-bottom: 1.875rem;

  }



  .products-kitchen:not(:last-child) {

    margin-bottom: 3.75rem;

  }



  .header__logo img {

    width: 3.125rem;

  }
  
    
  .menu__link img {
    width: 1.875rem; 
  }



  .footer {

    padding-bottom: 2.5rem;

  }



  .footer__menu:not(:last-child) {

    margin-bottom: 0.9375rem;

  }



  .footer__phone:not(:last-child) {

    margin-bottom: 0.875rem;

  }



  .menu-footer__logo img {

    width: 3.125rem;

  }



  .menu-footer__items {

    -webkit-column-gap: 0.9375rem;

       -moz-column-gap: 0.9375rem;

            column-gap: 0.9375rem;

  }



  .top-footer {

    margin-top: 3.75rem;

  }



  .top-footer {

    padding-top: 5rem;

  }



  .top-footer__title {

    font-size: 2.1875rem;

  }



  .top-footer__content {

    padding-bottom: 0.9375rem;

  }



  .shops-contacts__title {

    font-size: 1.875rem;

  }



  .shops-contacts__title:not(:last-child) {

    margin-bottom: 1.25rem;

  }



  .shops-contacts__items {

    -webkit-column-gap: 1.875rem;

       -moz-column-gap: 1.875rem;

            column-gap: 1.875rem;

  }



  .shops-contacts__items {

    row-gap: 1.875rem;

  }



  .form-contacts__title {

    font-size: 2.1875rem;

  }



  .form-contacts__title:not(:last-child) {

    margin-bottom: 0.9375rem;

  }



  .form-contacts__item:not(:last-child) {

    margin-bottom: 0.9375rem;

  }



  .form-contacts__area:not(:last-child) {

    margin-bottom: 0.9375rem;

  }



  .item-info__subtitle {

    font-size: 2.1875rem;

  }



  .about-img {

    min-height: 18.75rem;

  }



  .info-about__item {

    -webkit-column-gap: 1.875rem;

       -moz-column-gap: 1.875rem;

            column-gap: 1.875rem;

  }



  .info-about__title {

    font-size: 1.875rem;

  }



  .info-about__title:not(:last-child) {

    margin-bottom: 0.9375rem;

  }



  .products-kitchen__links:not(:last-child) {

    margin-bottom: 1.875rem;

  }



  .kitchen .footer {

    padding-top: 1.875rem;

  }



  .contacts-kitchen__title {

    font-size: 1.75rem;

  }



  .kitchen__block:not(:last-child) {

    margin-bottom: 1.875rem;

  }



  .contact-contacts__label:not(:last-child) {

    margin-bottom: 0.8125rem;

  }



  .contact-contacts__title {

    font-size: 2.0625rem;

  }



  .contact-contacts__title:not(:last-child) {

    margin-bottom: 0.8125rem;

  }



  .contacts__contact {

    padding-bottom: 1.875rem;

  }

}



@media (max-width: 78.75em) {

  .contacts-kitchen__items {

    -ms-grid-columns: (1fr)[2];

    grid-template-columns: repeat(2, 1fr);

  }



  .contacts-kitchen__item:not(:last-child)::after {

    display: none;

  }



  .contacts-kitchen__item::before {

    content: "";

    position: absolute;

    z-index: 2;

    height: 4px;

    width: 100%;

    bottom: 0;

    left: 0;

    background-color: #fff;

  }

}



@media (max-width: 68.75em) {

  .contacts-page__body::after {

    display: none;

  }

}



@media (max-width: 51.875em) {

  .info-page__items {

    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;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    row-gap: 0.9375rem;

  }



  .item-info {

    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;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

  }



  .item-info__title {

    text-align: center;

  }



  .item-info__subtitle {

    text-align: center;

  }



  .item-info__text {

    text-align: center;

  }

}



@media (max-width: 47.99875em) {

  .menu__body {

    position: fixed;

    width: 100%;

    height: 100%;

    left: -100%;

    top: 0;

    overflow-y: auto;

    overflow-x: hidden;

    padding: 4.375rem 0.9375rem 0.9375rem 1.875rem;

    -webkit-transition: left 0.3s;

    transition: left 0.3s;

    z-index: 20;

    background-color: #fff;

  }



  .menu__body::before {

    content: "";

    width: 130%;

    -webkit-transform: translateX(-10%);

        -ms-transform: translateX(-10%);

            transform: translateX(-10%);

    -webkit-transition: left 0.3s;

    transition: left 0.3s;

    z-index: 4;

    border-bottom: 1px solid #E5E5E5;

  }



  .menu-open .menu__body {

    left: 0;

  }



  .menu-open .menu__body::before {

    left: 0;

  }



  .icon-menu {

    display: block;

    position: relative;

    width: 1.875rem;

    height: 1.125rem;

    z-index: 21;

  }



  .icon-menu span,

  .icon-menu::before,

  .icon-menu::after {

    content: "";

    -webkit-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    right: 0;

    position: absolute;

    width: 100%;

    height: 0.125rem;

    background-color: #fff;

  }



  .icon-menu::before {

    top: 0;

  }



  .icon-menu::after {

    bottom: 0;

  }



  .icon-menu span {

    top: calc(50% - 0.0625rem);

  }



  .menu-open .icon-menu span {

    width: 0;

  }



  .menu-open .icon-menu::before,

  .menu-open .icon-menu::after {

    background-color: #000;

    height: 2.5px;

  }



  .menu-open .icon-menu::before {

    top: calc(50% - 0.0625rem);

    -webkit-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

            transform: rotate(-45deg);

  }



  .menu-open .icon-menu::after {

    bottom: calc(50% - 0.0625rem);

    -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

            transform: rotate(45deg);

  }



  .footer {

    margin-top: 4.375rem;

  }



  .header__social {

    margin-top: 1.25rem;

    border-top: 1px solid #D5D5D5;

  }



  .header__logo:not(:last-child) {

    margin-bottom: 0rem;

  }



  .header__menu {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    width: 95%;

    padding-top: 1.25rem;

  }



  .messanger-header {

    display: none;

  }



  .languages-header {

    font-size: 1.125rem;

    color: #B2B2B2;

  }



  .menu__list {

    row-gap: 1.75rem;

  }



  .menu__list {

    padding-top: 1.25rem;

  }



  .menu__item {

    color: #000;

    font-size: 1.0625rem;

  }



  .swiper-slide__content {

    margin-top: 0rem;

  }



  .contacts-page::before {

    display: none;

  }



  .contacts-page::after {

    display: none;

  }



  .contacts-page__body {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }



  .contacts-page__form {

    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;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

  }



  .shops-contacts {

    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;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

  }



  .shops-contacts:not(:last-child) {

    margin-bottom: 3.625rem;

  }



  .shops-contacts::after {

    content: "";

    background: rgba(255, 255, 255, 0.38);

    width: 100%;

    height: 0.0625rem;

    margin-top: 3.75rem;

  }



  .shops-contacts__items {

    -ms-grid-columns: (1fr)[1];

    grid-template-columns: repeat(1, 1fr);

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

  }



  .shop-item__title {

    text-align: center;

  }



  .form-contacts__item {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    row-gap: 1.125rem;

    width: 100%;

  }



  .form-contacts__button::after {

    background: url("../img/arrow.white.svg") 0 0 no-repeat;

  }



  .form-contacts__button {

    border: 1px solid #FFF;

    background: #30373E;

    color: #fff;

  }



  .products-page__items {

    -ms-grid-columns: (340px)[1];

    grid-template-columns: repeat(1, 340px);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }



  .products-page__item {

    height: 25rem;

  }



  .products-kitchen__links {

    overflow-y: hidden;

    overflow-x: auto;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;

    white-space: nowrap;

  }



  .gallery {

    -ms-grid-columns: (1fr)[2];

    grid-template-columns: repeat(2, 1fr);

  }



  .block-kitchen__container {

    -ms-grid-columns: (1fr)[1];

    grid-template-columns: repeat(1, 1fr);

    row-gap: 1.875rem;

  }



  .contact-contacts__container {

    -ms-grid-columns: (1fr)[1];

    grid-template-columns: repeat(1, 1fr);

    row-gap: 1.875rem;

  }

}



@media (max-width: 47.99875em) and (any-hover: none) {

  .icon-menu {

    cursor: default;

  }

}



@media (max-width: 40.625em) {

  .info-about__items {

    gap: 1.875rem;

  }



  .info-about__item {

    -ms-grid-columns: (1fr)[1];

    grid-template-columns: repeat(1, 1fr);

    row-gap: 1.875rem;

  }



  .info-about__img {

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2;

  }



  .info-about__text {

    max-width: none;

  }



  .img-big {

    padding-bottom: 68%;

    /* 630/436 */

  }

}



@media (max-width: 37.5em) {

  .no-webp .footer{

    background: url("../img/footer.png") 0 0 no-repeat; }

  .footer {

    background-size: cover;

    padding-left: 1.875rem;

    padding-top: 1.875rem;

  }



  .footer__menu {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }



  .menu-footer__logo:not(:last-child) {

    margin-bottom: 1.0625rem;

  }



  .menu-footer__items {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    row-gap: 1.3125rem;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;

  }



  .social-footer__items {

    -webkit-column-gap: 1.75rem;

       -moz-column-gap: 1.75rem;

            column-gap: 1.75rem;

  }



  .social-footer__items:not(:last-child) {

    margin-bottom: 2.25rem;

  }



  .swiper-slide__img {

    min-height: 33rem;

  }

}



@media (max-width: 29.99875em) {

  .header__menu {

    width: 92%;

  }



  .footer {

    padding-left: 0.625rem;

  }



  .gallery {

    -ms-grid-columns: (1fr)[1];

    grid-template-columns: repeat(1, 1fr);

  }



  .contacts-kitchen__items {

    -ms-grid-columns: (1fr)[1];

    grid-template-columns: repeat(1, 1fr);

  }

}



@media (min-width: 20em) and (max-width: 81.875em) {

@supports (font-size: clamp( 1.875rem , 1.3093434343rem  +  2.8282828283vw , 3.625rem )) {

    .title {

      font-size: clamp( 1.875rem , 1.3093434343rem  +  2.8282828283vw , 3.625rem );

    }

}



@supports not (font-size: clamp( 1.875rem , 1.3093434343rem  +  2.8282828283vw , 3.625rem )) {

    .title {

      font-size: calc(1.875rem + 1.75 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem )) {

    .page__products:not(:last-child) {

      margin-bottom: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem );

    }

}



@supports not (margin-bottom: clamp( 0.625rem , 0.523989899rem  +  0.5050505051vw , 0.9375rem )) {

    .page__products:not(:last-child) {

      margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 1.875rem , -0.428030303rem  +  11.5151515152vw , 9rem )) {

    .page__info:not(:last-child) {

      margin-bottom: clamp( 1.875rem , -0.428030303rem  +  11.5151515152vw , 9rem );

    }

}



@supports not (margin-bottom: clamp( 1.875rem , -0.428030303rem  +  11.5151515152vw , 9rem )) {

    .page__info:not(:last-child) {

      margin-bottom: calc(1.875rem + 7.125 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 1.875rem , -0.125rem  +  10vw , 8.0625rem )) {

    .page__main-block:not(:last-child) {

      margin-bottom: clamp( 1.875rem , -0.125rem  +  10vw , 8.0625rem );

    }

}



@supports not (margin-bottom: clamp( 1.875rem , -0.125rem  +  10vw , 8.0625rem )) {

    .page__main-block:not(:last-child) {

      margin-bottom: calc(1.875rem + 6.1875 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 3.75rem , 2.3358585859rem  +  7.0707070707vw , 8.125rem )) {

    .products-kitchen:not(:last-child) {

      margin-bottom: clamp( 3.75rem , 2.3358585859rem  +  7.0707070707vw , 8.125rem );

    }

}



@supports not (margin-bottom: clamp( 3.75rem , 2.3358585859rem  +  7.0707070707vw , 8.125rem )) {

    .products-kitchen:not(:last-child) {

      margin-bottom: calc(3.75rem + 4.375 * (100vw - 20rem) / 61.875);

    }

}



@supports (width: clamp( 3.125rem , 2.7007575758rem  +  2.1212121212vw , 4.4375rem )) {

    .header__logo img {

      width: clamp( 3.125rem , 2.7007575758rem  +  2.1212121212vw , 4.4375rem );

    }
    
    .menu__link img {
      width: clamp(calc(3.125rem * 0.6), calc((2.7007575758rem + 2.1212121212vw) * 0.6), calc(4.4375rem * 0.6));
    }

}



@supports not (width: clamp( 3.125rem , 2.7007575758rem  +  2.1212121212vw , 4.4375rem )) {

    .header__logo img {

      width: calc(3.125rem + 1.3125 * (100vw - 20rem) / 61.875);

    }
    
    .menu__link img {
      width: calc((3.125rem + 1.3125 * (100vw - 20rem) / 61.875) * 0.6);
    }

}



@supports (padding-bottom: clamp( 2.5rem , 2.095959596rem  +  2.0202020202vw , 3.75rem )) {

    .footer {

      padding-bottom: clamp( 2.5rem , 2.095959596rem  +  2.0202020202vw , 3.75rem );

    }

}



@supports not (padding-bottom: clamp( 2.5rem , 2.095959596rem  +  2.0202020202vw , 3.75rem )) {

    .footer {

      padding-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem )) {

    .footer__menu:not(:last-child) {

      margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem );

    }

}



@supports not (margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem )) {

    .footer__menu:not(:last-child) {

      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.875rem , 0.6931818182rem  +  0.9090909091vw , 1.4375rem )) {

    .footer__phone:not(:last-child) {

      margin-bottom: clamp( 0.875rem , 0.6931818182rem  +  0.9090909091vw , 1.4375rem );

    }

}



@supports not (margin-bottom: clamp( 0.875rem , 0.6931818182rem  +  0.9090909091vw , 1.4375rem )) {

    .footer__phone:not(:last-child) {

      margin-bottom: calc(0.875rem + 0.5625 * (100vw - 20rem) / 61.875);

    }

}



@supports (width: clamp( 3.125rem , 2.7007575758rem  +  2.1212121212vw , 4.4375rem )) {

    .menu-footer__logo img {

      width: clamp( 3.125rem , 2.7007575758rem  +  2.1212121212vw , 4.4375rem );

    }

}



@supports not (width: clamp( 3.125rem , 2.7007575758rem  +  2.1212121212vw , 4.4375rem )) {

    .menu-footer__logo img {

      width: calc(3.125rem + 1.3125 * (100vw - 20rem) / 61.875);

    }

}



@supports ((-moz-column-gap: clamp( 0.9375rem , 0.2708333333rem  +  3.3333333333vw , 3rem )) or (column-gap: clamp( 0.9375rem , 0.2708333333rem  +  3.3333333333vw , 3rem ))) {

    .menu-footer__items {

      -webkit-column-gap: clamp( 0.9375rem , 0.2708333333rem  +  3.3333333333vw , 3rem );

         -moz-column-gap: clamp( 0.9375rem , 0.2708333333rem  +  3.3333333333vw , 3rem );

              column-gap: clamp( 0.9375rem , 0.2708333333rem  +  3.3333333333vw , 3rem );

    }

}



@supports not ((-moz-column-gap: clamp( 0.9375rem , 0.2708333333rem  +  3.3333333333vw , 3rem )) or (column-gap: clamp( 0.9375rem , 0.2708333333rem  +  3.3333333333vw , 3rem ))) {

    .menu-footer__items {

      -webkit-column-gap: calc(0.9375rem + 2.0625 * (100vw - 20rem) / 61.875);

         -moz-column-gap: calc(0.9375rem + 2.0625 * (100vw - 20rem) / 61.875);

              column-gap: calc(0.9375rem + 2.0625 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-top: clamp( 3.75rem , 2.3762626263rem  +  6.8686868687vw , 8rem )) {

    .top-footer {

      margin-top: clamp( 3.75rem , 2.3762626263rem  +  6.8686868687vw , 8rem );

    }

}



@supports not (margin-top: clamp( 3.75rem , 2.3762626263rem  +  6.8686868687vw , 8rem )) {

    .top-footer {

      margin-top: calc(3.75rem + 4.25 * (100vw - 20rem) / 61.875);

    }

}



@supports (padding-top: clamp( 5rem , 3.9898989899rem  +  5.0505050505vw , 8.125rem )) {

    .top-footer {

      padding-top: clamp( 5rem , 3.9898989899rem  +  5.0505050505vw , 8.125rem );

    }

}



@supports not (padding-top: clamp( 5rem , 3.9898989899rem  +  5.0505050505vw , 8.125rem )) {

    .top-footer {

      padding-top: calc(5rem + 3.125 * (100vw - 20rem) / 61.875);

    }

}



@supports (font-size: clamp( 2.1875rem , 1.9248737374rem  +  1.3131313131vw , 3rem )) {

    .top-footer__title {

      font-size: clamp( 2.1875rem , 1.9248737374rem  +  1.3131313131vw , 3rem );

    }

}



@supports not (font-size: clamp( 2.1875rem , 1.9248737374rem  +  1.3131313131vw , 3rem )) {

    .top-footer__title {

      font-size: calc(2.1875rem + 0.8125 * (100vw - 20rem) / 61.875);

    }

}



@supports (padding-bottom: clamp( 0.9375rem , -0.7796717172rem  +  8.5858585859vw , 6.25rem )) {

    .top-footer__content {

      padding-bottom: clamp( 0.9375rem , -0.7796717172rem  +  8.5858585859vw , 6.25rem );

    }

}



@supports not (padding-bottom: clamp( 0.9375rem , -0.7796717172rem  +  8.5858585859vw , 6.25rem )) {

    .top-footer__content {

      padding-bottom: calc(0.9375rem + 5.3125 * (100vw - 20rem) / 61.875);

    }

}



@supports (font-size: clamp( 1.875rem , 1.7537878788rem  +  0.6060606061vw , 2.25rem )) {

    .shops-contacts__title {

      font-size: clamp( 1.875rem , 1.7537878788rem  +  0.6060606061vw , 2.25rem );

    }

}



@supports not (font-size: clamp( 1.875rem , 1.7537878788rem  +  0.6060606061vw , 2.25rem )) {

    .shops-contacts__title {

      font-size: calc(1.875rem + 0.375 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.625rem )) {

    .shops-contacts__title:not(:last-child) {

      margin-bottom: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.625rem );

    }

}



@supports not (margin-bottom: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.625rem )) {

    .shops-contacts__title:not(:last-child) {

      margin-bottom: calc(1.25rem + 1.375 * (100vw - 20rem) / 61.875);

    }

}



@supports ((-moz-column-gap: clamp( 1.875rem , 1.0265151515rem  +  4.2424242424vw , 4.5rem )) or (column-gap: clamp( 1.875rem , 1.0265151515rem  +  4.2424242424vw , 4.5rem ))) {

    .shops-contacts__items {

      -webkit-column-gap: clamp( 1.875rem , 1.0265151515rem  +  4.2424242424vw , 4.5rem );

         -moz-column-gap: clamp( 1.875rem , 1.0265151515rem  +  4.2424242424vw , 4.5rem );

              column-gap: clamp( 1.875rem , 1.0265151515rem  +  4.2424242424vw , 4.5rem );

    }

}



@supports not ((-moz-column-gap: clamp( 1.875rem , 1.0265151515rem  +  4.2424242424vw , 4.5rem )) or (column-gap: clamp( 1.875rem , 1.0265151515rem  +  4.2424242424vw , 4.5rem ))) {

    .shops-contacts__items {

      -webkit-column-gap: calc(1.875rem + 2.625 * (100vw - 20rem) / 61.875);

         -moz-column-gap: calc(1.875rem + 2.625 * (100vw - 20rem) / 61.875);

              column-gap: calc(1.875rem + 2.625 * (100vw - 20rem) / 61.875);

    }

}



@supports (row-gap: clamp( 1.875rem , 1.1679292929rem  +  3.5353535354vw , 4.0625rem )) {

    .shops-contacts__items {

      row-gap: clamp( 1.875rem , 1.1679292929rem  +  3.5353535354vw , 4.0625rem );

    }

}



@supports not (row-gap: clamp( 1.875rem , 1.1679292929rem  +  3.5353535354vw , 4.0625rem )) {

    .shops-contacts__items {

      row-gap: calc(1.875rem + 2.1875 * (100vw - 20rem) / 61.875);

    }

}



@supports (font-size: clamp( 2.1875rem , 1.9248737374rem  +  1.3131313131vw , 3rem )) {

    .form-contacts__title {

      font-size: clamp( 2.1875rem , 1.9248737374rem  +  1.3131313131vw , 3rem );

    }

}



@supports not (font-size: clamp( 2.1875rem , 1.9248737374rem  +  1.3131313131vw , 3rem )) {

    .form-contacts__title {

      font-size: calc(2.1875rem + 0.8125 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.9375rem , 0.5738636364rem  +  1.8181818182vw , 2.0625rem )) {

    .form-contacts__title:not(:last-child) {

      margin-bottom: clamp( 0.9375rem , 0.5738636364rem  +  1.8181818182vw , 2.0625rem );

    }

}



@supports not (margin-bottom: clamp( 0.9375rem , 0.5738636364rem  +  1.8181818182vw , 2.0625rem )) {

    .form-contacts__title:not(:last-child) {

      margin-bottom: calc(0.9375rem + 1.125 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem )) {

    .form-contacts__item:not(:last-child) {

      margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem );

    }

}



@supports not (margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem )) {

    .form-contacts__item:not(:last-child) {

      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem )) {

    .form-contacts__area:not(:last-child) {

      margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem );

    }

}



@supports not (margin-bottom: clamp( 0.9375rem , 0.634469697rem  +  1.5151515152vw , 1.875rem )) {

    .form-contacts__area:not(:last-child) {

      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 61.875);

    }

}



@supports (font-size: clamp( 2.1875rem , 1.9652777778rem  +  1.1111111111vw , 2.875rem )) {

    .item-info__subtitle {

      font-size: clamp( 2.1875rem , 1.9652777778rem  +  1.1111111111vw , 2.875rem );

    }

}



@supports not (font-size: clamp( 2.1875rem , 1.9652777778rem  +  1.1111111111vw , 2.875rem )) {

    .item-info__subtitle {

      font-size: calc(2.1875rem + 0.6875 * (100vw - 20rem) / 61.875);

    }

}



@supports (min-height: clamp( 18.75rem , 14.1843434343rem  +  22.8282828283vw , 32.875rem )) {

    .about-img {

      min-height: clamp( 18.75rem , 14.1843434343rem  +  22.8282828283vw , 32.875rem );

    }

}



@supports not (min-height: clamp( 18.75rem , 14.1843434343rem  +  22.8282828283vw , 32.875rem )) {

    .about-img {

      min-height: calc(18.75rem + 14.125 * (100vw - 20rem) / 61.875);

    }

}



@supports ((-moz-column-gap: clamp( 1.875rem , 0.4608585859rem  +  7.0707070707vw , 6.25rem )) or (column-gap: clamp( 1.875rem , 0.4608585859rem  +  7.0707070707vw , 6.25rem ))) {

    .info-about__item {

      -webkit-column-gap: clamp( 1.875rem , 0.4608585859rem  +  7.0707070707vw , 6.25rem );

         -moz-column-gap: clamp( 1.875rem , 0.4608585859rem  +  7.0707070707vw , 6.25rem );

              column-gap: clamp( 1.875rem , 0.4608585859rem  +  7.0707070707vw , 6.25rem );

    }

}



@supports not ((-moz-column-gap: clamp( 1.875rem , 0.4608585859rem  +  7.0707070707vw , 6.25rem )) or (column-gap: clamp( 1.875rem , 0.4608585859rem  +  7.0707070707vw , 6.25rem ))) {

    .info-about__item {

      -webkit-column-gap: calc(1.875rem + 4.375 * (100vw - 20rem) / 61.875);

         -moz-column-gap: calc(1.875rem + 4.375 * (100vw - 20rem) / 61.875);

              column-gap: calc(1.875rem + 4.375 * (100vw - 20rem) / 61.875);

    }

}



@supports (font-size: clamp( 1.875rem , 1.5517676768rem  +  1.6161616162vw , 2.875rem )) {

    .info-about__title {

      font-size: clamp( 1.875rem , 1.5517676768rem  +  1.6161616162vw , 2.875rem );

    }

}



@supports not (font-size: clamp( 1.875rem , 1.5517676768rem  +  1.6161616162vw , 2.875rem )) {

    .info-about__title {

      font-size: calc(1.875rem + 1 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.9375rem , 0.5132575758rem  +  2.1212121212vw , 2.25rem )) {

    .info-about__title:not(:last-child) {

      margin-bottom: clamp( 0.9375rem , 0.5132575758rem  +  2.1212121212vw , 2.25rem );

    }

}



@supports not (margin-bottom: clamp( 0.9375rem , 0.5132575758rem  +  2.1212121212vw , 2.25rem )) {

    .info-about__title:not(:last-child) {

      margin-bottom: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 1.875rem , 0.7032828283rem  +  5.8585858586vw , 5.5rem )) {

    .products-kitchen__links:not(:last-child) {

      margin-bottom: clamp( 1.875rem , 0.7032828283rem  +  5.8585858586vw , 5.5rem );

    }

}



@supports not (margin-bottom: clamp( 1.875rem , 0.7032828283rem  +  5.8585858586vw , 5.5rem )) {

    .products-kitchen__links:not(:last-child) {

      margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 61.875);

    }

}



@supports (padding-top: clamp( 1.875rem , 1.2083333333rem  +  3.3333333333vw , 3.9375rem )) {

    .kitchen .footer {

      padding-top: clamp( 1.875rem , 1.2083333333rem  +  3.3333333333vw , 3.9375rem );

    }

}



@supports not (padding-top: clamp( 1.875rem , 1.2083333333rem  +  3.3333333333vw , 3.9375rem )) {

    .kitchen .footer {

      padding-top: calc(1.875rem + 2.0625 * (100vw - 20rem) / 61.875);

    }

}



@supports (font-size: clamp( 1.75rem , 1.6085858586rem  +  0.7070707071vw , 2.1875rem )) {

    .contacts-kitchen__title {

      font-size: clamp( 1.75rem , 1.6085858586rem  +  0.7070707071vw , 2.1875rem );

    }

}



@supports not (font-size: clamp( 1.75rem , 1.6085858586rem  +  0.7070707071vw , 2.1875rem )) {

    .contacts-kitchen__title {

      font-size: calc(1.75rem + 0.4375 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 1.875rem , 1.2285353535rem  +  3.2323232323vw , 3.875rem )) {

    .kitchen__block:not(:last-child) {

      margin-bottom: clamp( 1.875rem , 1.2285353535rem  +  3.2323232323vw , 3.875rem );

    }

}



@supports not (margin-bottom: clamp( 1.875rem , 1.2285353535rem  +  3.2323232323vw , 3.875rem )) {

    .kitchen__block:not(:last-child) {

      margin-bottom: calc(1.875rem + 2 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.8125rem , 0.5296717172rem  +  1.4141414141vw , 1.6875rem )) {

    .contact-contacts__label:not(:last-child) {

      margin-bottom: clamp( 0.8125rem , 0.5296717172rem  +  1.4141414141vw , 1.6875rem );

    }

}



@supports not (margin-bottom: clamp( 0.8125rem , 0.5296717172rem  +  1.4141414141vw , 1.6875rem )) {

    .contact-contacts__label:not(:last-child) {

      margin-bottom: calc(0.8125rem + 0.875 * (100vw - 20rem) / 61.875);

    }

}



@supports (font-size: clamp( 2.0625rem , 1.759469697rem  +  1.5151515152vw , 3rem )) {

    .contact-contacts__title {

      font-size: clamp( 2.0625rem , 1.759469697rem  +  1.5151515152vw , 3rem );

    }

}



@supports not (font-size: clamp( 2.0625rem , 1.759469697rem  +  1.5151515152vw , 3rem )) {

    .contact-contacts__title {

      font-size: calc(2.0625rem + 0.9375 * (100vw - 20rem) / 61.875);

    }

}



@supports (margin-bottom: clamp( 0.8125rem , 0.5296717172rem  +  1.4141414141vw , 1.6875rem )) {

    .contact-contacts__title:not(:last-child) {

      margin-bottom: clamp( 0.8125rem , 0.5296717172rem  +  1.4141414141vw , 1.6875rem );

    }

}



@supports not (margin-bottom: clamp( 0.8125rem , 0.5296717172rem  +  1.4141414141vw , 1.6875rem )) {

    .contact-contacts__title:not(:last-child) {

      margin-bottom: calc(0.8125rem + 0.875 * (100vw - 20rem) / 61.875);

    }

}



@supports (padding-bottom: clamp( 1.875rem , 0.2588383838rem  +  8.0808080808vw , 6.875rem )) {

    .contacts__contact {

      padding-bottom: clamp( 1.875rem , 0.2588383838rem  +  8.0808080808vw , 6.875rem );

    }

}



@supports not (padding-bottom: clamp( 1.875rem , 0.2588383838rem  +  8.0808080808vw , 6.875rem )) {

    .contacts__contact {

      padding-bottom: calc(1.875rem + 5 * (100vw - 20rem) / 61.875);

    }

}

}



@media (any-hover: hover) {

  .button:hover {

    background: #efe9e9;

  }



  .item-info__button:hover {

    background: #2c3034;

  }



  .products-kitchen__link:hover {

    color: #000;

  }



  .products-kitchen__link:hover::before {

    content: "";

    width: 100%;

  }



  .gallery__image:hover .gallery__hover {

    opacity: 1;

    overflow: visible;

  }



  .form-contacts__button:hover {

    background: #666d75;

  }

}



.webp .top-footer{ background: url(../img/about/footer.webp) 0 0 no-repeat; }



@media (max-width: 37.5em){



  .webp .footer{ background: url(../img/footer.webp) 0 0 no-repeat; }

}

@media (max-width: 600px) {
  .social-footer {
    display: block;
  }
}

.about_banners {
  width: 50%;
  margin-inline: auto;
}

@media (max-width: 730px) {
  .about_banners {
    width: auto;
  }
}

.about_banners .gallery__image img {
  height: 400px;
}

.mySwiper_custom {
  overflow: hidden;
  position: relative;
}
.mySwiper_custom .swiper-button-next, .mySwiper_custom .swiper-button-prev {
  color: #CE49AF;
}
.mySwiper_custom .swiper-slide {
  width: 80%;
} 
.swiper_holder {
  display: flex;
  flex-direction: column;
}

.delivery_wrapper {
  display: flex;
  align-items: center;
  border: 3px;
  border-color: #CE49AF;
  border-style: solid;
  width: 50%;
  margin-top: 40px;
  padding: 15px 0;
}

.delivery_wrapper p {
  padding: 25px;
}

.delivery_wrapper img {
  max-width: 38%;
}

.mySwiper_about {
  margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.mySwiper_about .swiper-slide {
  width: 68%;
}

.mySwiper_about img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: grab;
}

@media (max-width: 700px) {
  .delivery_wrapper {
    width: auto;
  }
}

.count_4 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.count_4 .street_cont a {
  text-decoration: underline;
}

.count_4 .street_cont::before {
  content: "";
  background: url(../img/loc.svg) 0 0 no-repeat;
  width: 1.1875rem;
  height: 1.1875rem;
}

.count_4 .phone_cont::before {
  content: "";
  background: url(../img/phone-min.svg) 0 0 no-repeat;
  width: 0.875rem;
  height: 0.875rem;
}

.count_4 .email_cont::before {
    content: "";
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: url(../img/email.svg) 0 0 no-repeat;
    width: 1.275rem;
    height: 0.875rem;
}

.count_4 .contacts-kitchen__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 70%;
}

@media (max-width: 78.75em) {
  .count_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 29.99875em) {
  .count_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}


.delivery_holder{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

