

/* Start:/local/components/bitrix/advertising.banner/templates/oldis.main/style.css?17684847508720*/
@media (max-width: 768px) {
    .bannerSlider {
        display: none;
    }
}

.bannerSlider-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bannerSlider-back img {
    height: 100%;
}

.bannerSlider-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 513px;
    padding-left: 120px;
}

@media (max-width: 1200px) {
    .bannerSlider-slide {
        padding-left: 80px;
    }
}

@media (max-width: 992px) {
    .bannerSlider-slide {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .bannerSlider-slide {
        height: 290px;
    }
}

.bannerSlider-slide.is-dark .bannerSlider-content h2,
.bannerSlider-slide.is-dark .bannerSlider-content p,
.bannerSlider-slide.is-dark .bannerSlider-content span {
    color: #222327;
}

.bannerSlider-slide.is-dark .bannerSlider-content p {
    font-style: normal;
    font-size: 22px;
    line-height: 26.82px;
}

.bannerSlider-slide.is-dark .bannerSlider-links {
    margin-top: 30px;
}

.bannerSlider-slide.is-light .bannerSlider-content h2,
.bannerSlider-slide.is-light .bannerSlider-content p,
.bannerSlider-slide.is-light .bannerSlider-content span {
    color: #ffffff;
}

@media (max-width: 992px) {
    .bannerSlider-slide.is-light .bannerSlider-content h2 {
        margin-bottom: 10px;
    }
}

.bannerSlider-slide.is-light .bannerSlider-content p {
    font-style: normal;
    font-size: 22px;
    line-height: 26.82px;
}

@media (max-width: 992px) {
    .bannerSlider-slide.is-light .bannerSlider-content p {
        font-size: 18px;
        line-height: 21.94px;
    }
}

.bannerSlider-slide.is-right .bannerSlider-content {
    width: 55%;
    margin-left: auto;
}

@media (max-width: 992px) {
    .bannerSlider-slide.is-right .bannerSlider-content {
        width: 63%;
    }
}

.bannerSlider .swiper-slide {
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .bannerSlider .swiper-slide {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .bannerSlider .swiper-slide:first-of-type .bannerSlider-content {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 434px;
    }
}

@media (max-width: 992px) {
    .bannerSlider .swiper-slide:nth-of-type(11) .bannerSlider-content p:nth-of-type(2) {
        display: none;
    }
}

.bannerSlider-content {
    width: 45%;
    z-index: 3;
}

@media (max-width: 1200px) {
    .bannerSlider-content {
        width: 55%;
    }
}

@media (max-width: 768px) {
    .bannerSlider-content {
        display: none;
    }
}

.bannerSlider-content h2,
.bannerSlider-content p,
.bannerSlider-content span {
    color: #ffffff;
}

.bannerSlider-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.bannerSlider-content ul li {
    font-size: 18px;
    line-height: 21.94px;
}

.bannerSlider-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bannerSlider-content h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 39.01px;
}

@media (max-width: 992px) {
    .bannerSlider-content h2 {
        font-size: 22px;
        line-height: 26.82px;
        margin-bottom: 10px;
    }
}

.bannerSlider-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21.94px;
    font-style: italic;
    line-height: 28px;
    text-align: left;
}

@media (max-width: 992px) {
    .bannerSlider-content p {
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
    }
}

.bannerSlider-content p b {
    font-size: inherit;
}

.bannerSlider-content span {
    font-size: 18px;
    line-height: 21.94px;
}

@media (max-width: 992px) {
    .bannerSlider-content span {
        display: none;
    }
}

.bannerSlider-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

@media (max-width: 992px) {
    .bannerSlider-links {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .bannerSlider-links {
        display: none;
    }
}

.bannerSlider-links a {
    display: block;
    padding: 12px 21px;
    font-size: 12px;
    line-height: 14.63px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 0.4px;
}

.bannerSlider-links a:hover {
    color: #fff;
}

.bannerSlider-img {
    position: relative;
    bottom: -14px;
    width: 55%;
}

@media (max-width: 1200px) {
    .bannerSlider-img {
        width: 45%;
    }
}

@media (max-width: 992px) {
    .bannerSlider-img {
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .bannerSlider-img {
        display: none;
    }
}

.bannerSlider-img img {
    display: block;
}

@media (max-width: 992px) {
    .bannerSlider-img img {
        width: auto;
        height: 380px;
    }
}

.bannerSlider-pagination {
    bottom: 20px !important;
}

.bannerSlider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    opacity: 1;
    -webkit-box-shadow: 0 0 3px #222327;
    box-shadow: 0 0 3px #222327;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.bannerSlider-pagination .swiper-pagination-bullet-active {
    background-color: #1266cb;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.bannerSlider-next,
.bannerSlider-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    opacity: 0;
    z-index: 2;
    background-color: #ffffff;
    background-image: url("/local/components/bitrix/advertising.banner/templates/oldis.main/./assets/arrow.png");
    background-image: url("/local/components/bitrix/advertising.banner/templates/oldis.main/./assets/arrow.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 7px;
    border-radius: 3px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.3s ease-in-out,
    background-color 0.2s ease;
    transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.3s ease-in-out, background-color 0.2s ease;
    cursor: pointer;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .bannerSlider-next,
    .bannerSlider-prev {
        background-image: url("/local/components/bitrix/advertising.banner/templates/oldis.main/./assets/arrow.png") !important;
    }
}

@media (max-width: 768px) {
    .bannerSlider-next,
    .bannerSlider-prev {
        display: none;
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .bannerSlider-next,
    .bannerSlider-prev {
        display: none;
    }
}

.bannerSlider-prev {
    left: -10%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.bannerSlider-next {
    right: -10%;
}

.bannerSlider-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .bannerSlider-link {
        display: block;
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .bannerSlider .home-slider {
        overflow: auto !important;
        overflow-y: hidden !important;
    }
}

.bannerSlider .swiper-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.link-green {
    background-color: #5ac229;
}

.link-orange {
    background-color: #fa8922;
}

.link-blue {
    background-color: #1266cb;
}

.link-red {
    background-color: #fa2222;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

.bannerSlider:hover .bannerSlider-prev {
    left: 50px;
    opacity: 1;
}

@media (max-width: 1200px) {
    .bannerSlider:hover .bannerSlider-prev {
        left: 20px;
    }
}

.bannerSlider:hover .bannerSlider-next {
    right: 50px;
    opacity: 1;
}

@media (max-width: 1200px) {
    .bannerSlider:hover .bannerSlider-next {
        right: 20px;
    }
}

.bannerSlider-next:hover,
.bannerSlider-prev:hover {
    background-color: #1266cb;
    background-image: url("/local/components/bitrix/advertising.banner/templates/oldis.main/./assets/arrow-hovered.png");
    background-image: url("/local/components/bitrix/advertising.banner/templates/oldis.main/./assets/arrow-hovered.webp");
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .bannerSlider-next:hover,
    .bannerSlider-prev:hover {
        background-image: url("/local/components/bitrix/advertising.banner/templates/oldis.main/./assets/arrow.png") !important;
    }
}

/* End */


/* Start:/local/kitchen/features/style.css?17684847503476*/
.features {
  padding: 60px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 768px) {
  .features {
    display: none;
  }
}
@media (max-width: 576px) {
  .features {
    padding: 40px 0;
  }
}
.features-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 15px;
}
@media (max-width: 768px) {
  .features-list {
    justify-items: center;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.features-tizer {
  text-align: center;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .features-tizer {
    max-width: 280px;
    margin-right: 15px;
    margin-bottom: 25px;
  }
}
.features-tizer b {
  display: block;
  margin-bottom: 8px;
}
.features-tizer p {
  text-align: center;
  font-size: 14px;
  line-height: 17.07px;
  line-height: 22px;
}
.features-tizer:first-of-type i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/local/kitchen/features/./assets/features-icon.webp");
  background-image: url("/local/kitchen/features/./assets/features-icon.png");
  background-position: -40px 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .features-tizer:first-of-type i {
    background-image: url("/local/kitchen/features/./assets/features-icon.png") !important;
  }
}
.features-tizer:nth-of-type(2) i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/local/kitchen/features/./assets/features-icon.webp");
  background-image: url("/local/kitchen/features/./assets/features-icon.png");
  background-position: 0 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .features-tizer:nth-of-type(2) i {
    background-image: url("/local/kitchen/features/./assets/features-icon.png") !important;
  }
}
.features-tizer:nth-of-type(3) i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/local/kitchen/features/./assets/features-icon.webp");
  background-image: url("/local/kitchen/features/./assets/features-icon.png");
  background-position: -80px 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .features-tizer:nth-of-type(3) i {
    background-image: url("/local/kitchen/features/./assets/features-icon.png") !important;
  }
}
.features-tizer:nth-of-type(4) i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/local/kitchen/features/./assets/features-icon.webp");
  background-image: url("/local/kitchen/features/./assets/features-icon.png");
  background-position: -160px 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .features-tizer:nth-of-type(4) i {
    background-image: url("/local/kitchen/features/./assets/features-icon.png") !important;
  }
}
.features-tizer:nth-of-type(5) i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/local/kitchen/features/./assets/features-icon.webp");
  background-image: url("/local/kitchen/features/./assets/features-icon.png");
  background-position: -120px 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .features-tizer:nth-of-type(5) i {
    background-image: url("/local/kitchen/features/./assets/features-icon.png") !important;
  }
}

/* End */


/* Start:/local/kitchen/popularCategories/style.css?17684847503214*/
/* popularCategories Module styles	*/
.popularCategories {
  padding: 60px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 700px) {
  .popularCategories {
		padding: 30px 0 40px 0;
  }
}
.popularCategories-slider {
  padding: 0 40px !important;
}
@media (max-width: 768px) {
  .popularCategories-slider {
    padding: 0 !important;
  }
}
.popularCategories-slide {
  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;
}
.popularCategories-slide picture {
  margin-bottom: 15px;
}
.popularCategories-slide picture img {
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.popularCategories-slide picture img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  display: block;
  width: 25%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 2;
}
.popularCategories-slide b {
  text-align: center;
  font-size: 14px;
  line-height: 17.07px;
}
.popularCategories-prev, .popularCategories-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  z-index: 2;
  background-color: #ffffff;
  background-image: url("/local/kitchen/popularCategories/./assets/arrow.png");
  background-image: url("/local/kitchen/popularCategories/./assets/arrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 7px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.3s ease-in-out, background-color 0.2s ease;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.3s ease-in-out, background-color 0.2s ease;
  cursor: pointer;
}

@media (max-width: 768px) {
  .popularCategories-prev, .popularCategories-next {
    display: none;
  }
}

.popularCategories-prev {
  left: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.popularCategories-next {
  right: 0;
}
@media (max-width: 768px) {
  .popularCategories .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    place-items: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .popularCategories .swiper-slide {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.popularCategories-slide picture img:hover::before {
  -webkit-animation: shine 0.5s;
          animation: shine 0.5s;
  opacity: 1;
}
.popularCategories-next:hover, .popularCategories-prev:hover {
  background-color: #1266cb;
  background-image: url("/local/kitchen/popularCategories/./assets/arrow-hovered.png");
  background-image: url("/local/kitchen/popularCategories/./assets/arrow-hovered.webp");
}
/* End */


/* Start:/local/kitchen/aboutCompany/style.css?17684847505034*/
@charset "UTF-8";
/* aboutCompany Module styles	*/
.aboutCompany {
  padding: 45px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 576px) {
  .aboutCompany {
    padding: 30px 0;
  }
}
.aboutCompany-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .aboutCompany-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutCompany-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aboutCompany-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .aboutCompany-text {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .aboutCompany-text {
    margin-bottom: 30px;
  }
}
.aboutCompany-text h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.aboutCompany-text a:first-child {
  display: block;
  margin-bottom: 20px;
  color: #a2a3a6;
  font-size: 11px;
  line-height: 13.41px;
  text-transform: uppercase;
}
.aboutCompany-text a:last-child {
  padding: 12px 21px;
  background-color: #1266cb;
  color: #ffffff;
  font-size: 12px;
  line-height: 14.63px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 3px;
}
.aboutCompany-text p:last-of-type {
  margin-bottom: 30px;
}
.aboutCompany-video {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  background-image: url("/local/kitchen/aboutCompany/assets/photo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aboutCompany-video {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 49%;
  }
}
@media (max-width: 992px) {
  .aboutCompany-video {
    min-height: 442px;
  }
}
@media (max-width: 576px) {
  .aboutCompany-video {
    min-height: 250px;
  }
}
.aboutCompany-video > div {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: 5px solid #ececec;
}
.aboutCompany-video > div.is-open {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.aboutCompany-video > div button[data-video-close] {
  position: absolute;
  right: 0px;
  top: -1px;
  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;
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 3;
}
.aboutCompany-video > div button[data-video-close]::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/assets/icons-25.png");
  background-image: url("/assets/icons-25.webp");
  background-repeat: no-repeat;
  display: block;
  background-position: -150px -125px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aboutCompany-video > div button[data-video-close]::after {
    background-image: url("/assets/icons-25.png") !important;
  }
}
.aboutCompany-video button[data-open-video] {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 90px;
  height: 90px;
  background-color: #1266cb;
  border: 0;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 576px) {
  .aboutCompany-video button[data-open-video] {
    width: 70px;
    height: 70px;
  }
}
.aboutCompany-video button[data-open-video]::after {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-left: 30px solid #fff;
  z-index: 2;
  margin: -15px 0px 0px -12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aboutCompany-video button[data-open-video]::after {
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 576px) {
  .aboutCompany-video button[data-open-video]::after {
    border: 15px solid transparent;
    border-left: 25px solid #fff;
    margin: -15px 0px 0px -9px;
  }
}

/* aboutCompany State styles */
@media (min-width: 992px) {
  .aboutCompany-video:hover button[data-open-video] {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.aboutCompany button[data-video-close]:hover::after {
  width: 25px;
  height: 25px;
  background-image: url("/assets/icons-25.png");
  background-image: url("/assets/icons-25.webp");
  background-repeat: no-repeat;
  display: block;
  background-position: 0px -150px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aboutCompany button[data-video-close]:hover::after {
    background-image: url("/assets/icons-25.png") !important;
  }
}
/* End */


/* Start:/local/kitchen/reviews/style.css?17684847505020*/
.reviews {
  padding: 60px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 576px) {
  .reviews {
    padding: 40px 0;
  }
}
.reviews h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.reviews-slider {
  padding: 15px !important;
  height: auto;
}
@media (max-width: 992px) {
  .reviews-slider {
    padding: 0 !important;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .reviews-slider {
    overflow: auto !important;
  }
}
.reviews-slide {
  position: relative;
  padding: 29px 39px 36px;
  margin-right: -1px;
  height: 100%;
  border: 1px solid #ececec;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 576px) {
  .reviews-slide {
    padding: 15px 25px 20px;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .reviews .swiper-slide {
    width: 500px !important;
  }
}
.reviews-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .reviews-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reviews-img {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .reviews-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.reviews-img picture img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .reviews-author {
    margin-bottom: 3px;
  }
}
.reviews-author span {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 14.63px;
  color: #a2a3a6;
  text-transform: uppercase;
}
.reviews-rating {
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .reviews-rating {
    margin-left: 0;
  }
}
.reviews-rating span {
  display: inline-block;
  width: 15px;
  height: 13px;
  background-image: url("/local/kitchen/reviews/assets/star-full.png");
  background-image: url("/local/kitchen/reviews/assets/star-full.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .reviews-rating span {
    background-image: url("/local/kitchen/reviews/assets/star-full.png") !important;
  }
}
.reviews-rating span:not(:last-child) {
  margin-right: 2px;
}
.reviews-text p {
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.reviews-text a {
  padding: 10px 14px 8px;
  font-size: 11px;
  line-height: 13.41px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #1266cb;
  color: #1266cb;
  border-radius: 3px;
  letter-spacing: 0.4px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.reviews-next,
.reviews-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  z-index: 2;
  background-color: #ffffff;
  background-image: url("/local/kitchen/reviews/assets/arrow.png");
  background-image: url("/local/kitchen/reviews/assets/arrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 7px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.3s ease-in-out,
    background-color 0.2s ease;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.3s ease-in-out,
    background-color 0.2s ease;
  cursor: pointer;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .reviews-next,
  .reviews-prev {
    background-image: url("/local/kitchen/reviews/assets/arrow.png") !important;
  }
}
@media (max-width: 768px) {
  .reviews-next,
  .reviews-prev {
    display: none;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .reviews-next,
  .reviews-prev {
    display: none;
  }
}
.reviews-next.swiper-button-disabled,
.reviews-prev.swiper-button-disabled {
  opacity: 0.8;
  cursor: default;
}
.reviews-prev {
  left: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.reviews-next {
  right: 0;
}
.reviews .swiper-slide {
  height: auto;
}
@media (min-width: 992px) {
  .reviews-slide:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.reviews-text a:hover {
  background-color: #1266cb;
  color: #ffffff;
}
.reviews-next:not(.swiper-button-disabled):hover,
.reviews-prev:not(.swiper-button-disabled):hover {
  background-color: #1266cb;
  background-image: url("/local/kitchen/reviews/assets/arrow-hovered.png");
  background-image: url("/local/kitchen/reviews/assets/arrow-hovered.webp");
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .reviews-next:not(.swiper-button-disabled):hover,
  .reviews-prev:not(.swiper-button-disabled):hover {
    background-image: url("/local/kitchen/reviews/assets/arrow-hovered.png") !important;
  }
}

/* End */


/* Start:/local/kitchen/ourEquipment/style.css?17684847502436*/
.ourEquipment {
  padding: 60px 0;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 576px) {
  .ourEquipment {
    padding: 40px 0;
  }
}
.ourEquipment .maxwidth {
  max-width: 1700px;
}
.ourEquipment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 992px) {
  .ourEquipment-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .ourEquipment-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.ourEquipment-item {
  width: 24%;
  text-align: center;
}
@media (max-width: 992px) {
  .ourEquipment-item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .ourEquipment-item {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .ourEquipment-item {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ourEquipment-item {
    margin-right: 25px;
  }
  .ourEquipment-item:last-child {
    margin-right: 0;
  }
}
@media (-ms-high-contrast: none) and (max-width: 992px),
  screen and (-ms-high-contrast: active) and (max-width: 992px) {
  .ourEquipment-item {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.ourEquipment-img {
  display: block;
  overflow: hidden;
  max-width: 400px;
  max-height: 550px;
  margin-bottom: 20px;
  border-radius: 3px;
}
@media (max-width: 1200px) {
  .ourEquipment-img {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .ourEquipment-img {
    max-width: 100%;
  }
}
.ourEquipment-img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  border-radius: 3px;
}
.ourEquipment-name {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.94px;
}
@media (max-width: 1200px) {
  .ourEquipment-name {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.ourEquipment p {
  text-align: center;
  font-size: 14px;
  line-height: 17.07px;
  line-height: 24px;
}
.ourEquipment-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* End */


/* Start:/local/kitchen/banners/style.css?17684847501395*/
.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banners-banner {
  position: relative;
  display: block;
  width: 100%;
  max-height: 276px;
  overflow: hidden;
}
.banners-banner img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .banners-banner img {
    height: 127px;
  }
}
.banners-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .banners-banner:hover {
    -webkit-animation: flash 0.8s;
    animation: flash 0.8s;
  }
  .banners-banner:hover:before {
    opacity: 1;
  }
}

/* End */


/* Start:/local/kitchen/articlesAndReviews/style.css?17684847506185*/
/* articlesAndReviews Module styles	*/
.articlesAndReviews {
		padding: 60px 0;
		border-bottom: 1px solid #ececec;
}
@media (max-width: 576px) {
		.articlesAndReviews {
				padding: 40px 0;
		}
}
.articlesAndReviews-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
}
@media (max-width: 576px) {
		.articlesAndReviews-top {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
		}
}
.articlesAndReviews-top h2 {
		margin: 0;
		margin-right: 40px;
}
@media (max-width: 576px) {
		.articlesAndReviews-top h2 {
				margin-right: 0;
				margin-bottom: 10px;
		}
}
.articlesAndReviews-top button {
		font-size: 11px;
		line-height: 13.41px;
		color: #A2A3A6;
		text-transform: uppercase;
		background-color: transparent;
		border: 0;
		letter-spacing: 0.4px;
}
.articlesAndReviews-top button::before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 12px;
		margin-right: 15px;
		vertical-align: middle;
		background-image: url("/local/kitchen/articlesAndReviews/assets/telegram.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
}
.articlesAndReviews-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
}
@media (max-width: 1200px) {
		.articlesAndReviews-list {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
		}
}
@media (max-width: 992px) {
		.articlesAndReviews-list {
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
		}
}
.articlesAndReviews-item {
		position: relative;
		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 25%;
		        flex: 0 1 25%;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
}
@media (max-width: 1200px) {
		.articlesAndReviews-item {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 23%;
				        flex: 0 1 23%;
		}
}
@media screen and (max-width: 1200px) and (-ms-high-contrast: active), (max-width: 1200px) and (-ms-high-contrast: none) {
		.articlesAndReviews-item {
				margin-bottom: 20px;
				-webkit-box-flex: 1;
				    -ms-flex: auto;
				        flex: auto;
				width: 23%;
		}
}
@media (max-width: 992px) {
		.articlesAndReviews-item {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 48%;
				        flex: 0 1 48%;
		}
}
@media screen and (max-width: 992px) and (-ms-high-contrast: active), (max-width: 992px) and (-ms-high-contrast: none) {
		.articlesAndReviews-item {
				-webkit-box-flex: 1;
				    -ms-flex: auto;
				        flex: auto;
				width: 45% !important;
		}
}
@media (max-width: 576px) {
		.articlesAndReviews-item {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 100%;
				        flex: 0 1 100%;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
		}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.articlesAndReviews-item {
				margin-right: 20px;
		}
		.articlesAndReviews-item:last-child {
				margin-right: 0;
		}
}
.articlesAndReviews-img {
		position: relative;
		display: block;
		max-height: 161px;
		overflow: hidden;
}
@media (max-width: 992px) {
		.articlesAndReviews-img {
				width: 100%;
				max-height: 250px;
		}
}
@media (max-width: 576px) {
		.articlesAndReviews-img {
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				max-height: 70px;
				width: 100px;
		}
}
.articlesAndReviews-img picture {
		overflow: hidden;
}
.articlesAndReviews-img picture:before {
		content: "";
		position: absolute;
		top: 0;
		left: -45%;
		display: block;
		width: 25%;
		height: 100%;
		opacity: 0;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
		-webkit-transform: skewX(-25deg);
		        transform: skewX(-25deg);
		z-index: 2;
}
.articlesAndReviews-img img {
		max-width: 100%;
		height: auto;
		-o-object-fit: cover;
		   object-fit: cover;
		border-radius: 5px 5px 0 0;
}
@media (max-width: 992px) {
		.articlesAndReviews-img img {
				width: 100%;
		}
}
@media (max-width: 576px) {
		.articlesAndReviews-img img {
				border-radius: 0;
				height: 100%;
		}
}
.articlesAndReviews-content {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding: 20px 24px 19px;
		border: 1px solid #ececec;
		border-top: 0;
}
@media (max-width: 576px) {
		.articlesAndReviews-content {
				border: 0;
				padding: 0;
				padding-left: 20px;
				-webkit-box-flex: 1;
				    -ms-flex: auto;
				        flex: auto;
		}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.articlesAndReviews-content {
				-webkit-box-flex: 1;
				    -ms-flex: auto;
				        flex: auto;
		}
}
.articlesAndReviews-content span {
		display: block;
		margin-bottom: 8px;
		color: #A2A3A6;
		font-size: 11px;
		line-height: 13.41px;
		text-transform: uppercase;
		letter-spacing: 0.4px;
}
@media (max-width: 576px) {
		.articlesAndReviews-content span {
				margin-bottom: 3px;
		}
}
.articlesAndReviews-content a {
		font-size: 14px;
		line-height: 17.07px;
		font-weight: 700;
}

@-webkit-keyframes shine {
		100% {
				left: 125%;
		}
}

@keyframes shine {
		100% {
				left: 125%;
		}
}
@media (min-width: 992px) {
		.articlesAndReviews-item:hover {
				z-index: 2;
				-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
				        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
				-webkit-transform: translateY(-1px);
				        transform: translateY(-1px);
		}
}
.articlesAndReviews-top button:hover {
		color: #1266CB;
}
.articlesAndReviews-top button:hover::before {
		background-image: url("/local/kitchen/articlesAndReviews/assets/telegram-hovered.png");
}
.articlesAndReviews-img:hover picture::before {
		-webkit-animation: shine 0.5s;
		        animation: shine 0.5s;
		opacity: 1;
}
/* End */


/* Start:/local/kitchen/officeAddresses/style.css?17684847506093*/
@charset "UTF-8";
/* officeAddresses Module styles	*/
.officeAddresses {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .officeAddresses {
    padding: 40px 0;
  }
}
.officeAddresses h2 {
  margin-top: 0;
}
.officeAddresses-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .officeAddresses-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.officeAddresses-list {
  width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 500px;
  overflow-y: auto;
  border: 1px solid #ececec;
  border-right: 0;
  scrollbar-width: thin; /* "auto" или "thin" */
}
@media (max-width: 768px) {
  .officeAddresses-list {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .officeAddresses-list {
    height: 200px;
  }
}
.officeAddresses-list::-webkit-scrollbar {
  width: 3px;
}
.officeAddresses-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.officeAddresses-list::-webkit-scrollbar-thumb {
  background: #c7cace !important;
  border-radius: 5px;
}
.officeAddresses-item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 21px 29px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
.officeAddresses-item b {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17.07px;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .officeAddresses-item b {
    max-width: 240px;
  }
}
.officeAddresses-item a {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 14.63px;
  color: #a2a3a6;
}
.officeAddresses-item a:last-child {
  margin-bottom: 0;
}
.officeAddresses-item:last-child {
  border-bottom: 0;
}
.officeAddresses-item.fade-out {
  -webkit-animation: fadeOut 0.3s ease forwards;
          animation: fadeOut 0.3s ease forwards;
}
.officeAddresses-detail {
  position: relative;
  padding: 29px 34px 0px;
  height: 100%;
}
@media (max-width: 768px) {
  .officeAddresses-detail {
    overflow: auto;
    padding-bottom: 20px;
  }
}
.officeAddresses-detail-address {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21.94px;
  line-height: 26px;
  font-weight: 700;
}
.officeAddresses-detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 18px;
}
.officeAddresses-detail > div span {
  font-size: 15px;
  line-height: 18.29px;
}
.officeAddresses-detail > div span:nth-of-type(1) {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 13.41px;
  text-transform: uppercase;
  color: #a2a3a6;
  letter-spacing: 0.4px;
}
.officeAddresses-detail > div span:last-child {
  margin-top: 15px;
}
.officeAddresses-detail > div:nth-of-type(1) span:nth-of-type(2) {
  margin-top: 0;
}
.officeAddresses-detail button {
  position: absolute;
  right: 5px;
  top: 5px;
  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;
  background-color: transparent;
  border: 0;
  z-index: 3;
}
.officeAddresses-detail button::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/assets/icons-25.png");
  background-image: url("/assets/icons-25.webp");
  background-repeat: no-repeat;
  display: block;
  background-position: -150px -125px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .officeAddresses-detail button::after {
    background-image: url("/assets/icons-25.png") !important;
  }
}
.officeAddresses-detail.fade-out {
  -webkit-animation: fadeOut 0.3s ease forwards;
          animation: fadeOut 0.3s ease forwards;
}
.officeAddresses-phones {
  margin-bottom: 30px !important;
}
.officeAddresses-phones a {
  font-size: 15px;
  line-height: 18.29px;
  margin-bottom: 5px;
}
.officeAddresses-phones a:last-child {
  margin-bottom: 0;
}
.officeAddresses-link {
  font-size: 11px;
  line-height: 13.41px;
  padding: 10px 14px 8px;
  color: #1266cb;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 1px solid #1266cb;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: none;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* officeAddresses State styles */
.officeAddresses-item a:hover {
  color: #0e52a2;
}
.officeAddresses-item:hover {
  background-color: #f7f8fa;
}
.officeAddresses-detail button[data-close]:hover::after {
  width: 25px;
  height: 25px;
  background-image: url("/assets/icons-25.png");
  background-image: url("/assets/icons-25.webp");
  background-repeat: no-repeat;
  display: block;
  background-position: 0px -150px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .officeAddresses-detail button[data-close]:hover::after {
    background-image: url("/assets/icons-25.png") !important;
  }
}
.officeAddresses-link:hover {
  color: #ffffff;
  background-color: #1266cb;
}
/* End */
/* /local/components/bitrix/advertising.banner/templates/oldis.main/style.css?17684847508720 */
/* /local/kitchen/features/style.css?17684847503476 */
/* /local/kitchen/popularCategories/style.css?17684847503214 */
/* /local/kitchen/aboutCompany/style.css?17684847505034 */
/* /local/kitchen/reviews/style.css?17684847505020 */
/* /local/kitchen/ourEquipment/style.css?17684847502436 */
/* /local/kitchen/banners/style.css?17684847501395 */
/* /local/kitchen/articlesAndReviews/style.css?17684847506185 */
/* /local/kitchen/officeAddresses/style.css?17684847506093 */
