:root {
  --green: #df2b21;
  --purple: #4a0033;
  --light-text: #ffffff;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.color-purple {
  color: var(--purple);
}

.online-dot {
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 50%;
  display: block;
  margin-right: 5px;
  animation: blink 1s linear infinite;
  position: relative;
  top: 0px;
}

.quick-consult {
  text-decoration: underline;
  float: right;
}
.quick-consult:hover {
  text-decoration: none;
}

.call-icon svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

header .phone a {
  font-size: 22px;
}

.kitchen-title .k-title-for-m:nth-child(1) {
  font-size: 40px;
  color: var(--purple);
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992.1px) {
  .kitchen-title .k-title-for-m:nth-child(1) {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .kitchen-title .k-title-for-m:nth-child(1) {
    font-size: 40px;
    line-height: 1.4;
  }
}

.kitchen-main-slide-wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  height: 470px;
  background-repeat: no-repeat;
}
@media (max-width: 575.9px) {
  .kitchen-main-slide-wrapper {
    height: 200px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .kitchen-main-slide-wrapper {
    height: 290px;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .kitchen-main-slide-wrapper {
    height: 380px;
  }
}
@media (min-width: 992.1px) {
  .kitchen-main-slide-wrapper {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .kitchen-main-slide-wrapper {
    height: 470px;
  }
}

@media (min-width: 992.1px) {
  .notify {
    margin-bottom: 14px;
  }
}
.notify a {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  text-decoration: none;
  margin-left: 5px;
}
@media (min-width: 992.1px) {
  .notify a {
    font-size: 21px;
    line-height: 33px;
  }
}

.marquiz__container, .quiz {
  max-width: 100% !important;
}

.my-15 {
  margin: 15px 0;
}

.banner-form-button {
  margin-top: 0;
}

.kitchens-section {
  padding: 0;
}

.my-60 {
  margin: 60px 0;
}

@media (max-width: 575.9px) {
  .advantage-item {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .advantage-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .advantage-item {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .advantage-item {
    border-bottom: 0;
  }
}
@media (min-width: 992.1px) {
  .advantage-item.why__wrapper {
    margin-bottom: 50px;
  }
}
.advantage-item.why__wrapper:nth-last-child(1), .advantage-item.why__wrapper:nth-last-child(2) {
  margin-bottom: 0;
}
.advantage-item svg.place {
  height: 45px;
}
.advantage-item .advantage-item__title {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}
@media (min-width: 1200px) {
  .advantage-item .advantage-item__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
  }
}
.advantage-item .advantage-item__title.phone {
  font-size: 28px;
  text-decoration: none;
}
.advantage-item .advantage-item__description {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
@media (min-width: 1200px) {
  .advantage-item .advantage-item__description {
    font-size: 17px;
    line-height: 21px;
  }
}

.banner-section .banner-form-button-wrapper:before {
  top: -21px;
}

.modal-title {
  margin: 0;
}

.w-100 {
  width: 100%;
}

.modal-backdrop .modal-item {
  max-width: 400px;
}

.kitchen-main-slide-wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.5s;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 575.9px) {
  .kitchen-main-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kitchen-main-slide-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .kitchen-main-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kitchen-main-slide-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .kitchen-main-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kitchen-main-slide-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.35);
  }
}
.kitchen-main-slide-wrapper .xs-title {
  position: relative;
  z-index: 100;
  color: #ffffff;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) and (min-width: 576px) {
  .kitchen-main-slide-wrapper .xs-title {
    font-size: 38px;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .kitchen-main-slide-wrapper .xs-title {
    font-size: 48px;
  }
}
.kitchen-main-slide-wrapper:hover {
  -webkit-background-size: 105%;
  background-size: 105%;
}

.text-gray {
  color: #848484;
}

.stores__container .stores__list {
  border: 1px solid var(--purple);
  border-bottom: 0;
  overflow-y: auto;
  background-color: #2f2f2f;
  max-height: 250px;
}
@media (min-width: 992.1px) {
  .stores__container .stores__list {
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  .stores__container .stores__list {
    max-height: 450px;
    height: 450px;
    border-bottom: 1px solid var(--purple);
    border-right: 0;
    max-width: 330px;
  }
}
.stores__container .stores__list::-webkit-scrollbar {
  width: 3px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .stores__container .stores__list::-webkit-scrollbar {
    width: 3px;
    transition: all 0.3s;
  }
}
.stores__container .stores__list::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 20px;
}
.stores__container .stores__list .row > div:nth-last-child(1) .store__item {
  border-bottom: 0;
}
.stores__container .stores__list .store__item {
  border-bottom: 1px solid #727272;
}
@media (min-width: 1200px) {
  .stores__container .stores__list .store__item {
    border-color: var(--purple);
  }
}
.stores__container .stores__list .store__item .store__item-title {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: var(--light-text);
  transition: all 0.3s ease;
  cursor: pointer;
}
.stores__container .stores__list .store__item .store__item-title:hover {
  color: #dedede;
}
.stores__container .stores__list .store__item .store__item-phone {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #727272;
  text-decoration: none;
}

.map {
  height: auto;
}

#map {
  height: 450px;
}

.video-block {
  width: 357px;
  height: 200px;
  background-color: transparent;
  position: fixed;
  left: 10px;
  bottom: 10px;
}
@media (max-width: 575.9px) {
  .video-block {
    display: none;
  }
}
.video-block video {
  width: 100%;
  height: 100%;
}

video {
  outline: none !important;
}

@media (max-width: 575.9px) {
  .kitchens-section .kitchen-row {
    margin-bottom: 15px;
  }
}

@media (max-width: 575.9px) {
  .catalog-btn__wrapper {
    margin-top: 15px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .catalog-btn__wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .catalog-btn__wrapper {
    margin-top: 25px;
  }
}

.xs-header .logo {
  text-align: center;
}
.xs-header .logo svg {
  width: 165px;
  height: 40px;
  max-height: 40px;
}
@media (max-width: 768px) and (min-width: 576px) {
  .xs-header .logo svg {
    width: 90%;
    height: auto;
    max-height: 100px;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .xs-header .logo svg {
    width: 100%;
    height: auto;
    max-height: 100px;
  }
}
@media (max-width: 575.9px) {
  .xs-header .col-links .gap-2 {
    gap: 5px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .xs-header .col-links .gap-2 {
    gap: 5px;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .xs-header .col-links .gap-2 {
    gap: 10px;
    margin: 5px 0;
  }
}
.xs-header .col-links a {
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media (max-width: 768px) and (min-width: 576px) {
  .xs-header .col-links a {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 992px) and (min-width: 768.1px) {
  .xs-header .col-links a {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 992px) and (min-width: 768.1px) {
  .phone-header__mobile {
    line-height: 0.85;
    margin: 5px 0;
  }
}

.phone-item svg {
  width: 17px;
  height: 17px;
  fill: var(--green);
}

.place-item, .phone-item {
  width: 17px;
  height: 17px;
  display: block;
}
@media (max-width: 768px) and (min-width: 576px) {
  .place-item, .phone-item {
    width: 23px;
    height: 23px;
  }
  .place-item svg, .phone-item svg {
    width: 100%;
    height: 100%;
  }
}

.places__wrapper {
  gap: 15px;
}

@media (max-width: 575.9px) {
  .work-time__xs {
    font-size: 12px !important;
  }
}
@media (max-width: 375px) {
  .work-time__xs {
    font-size: 11px !important;
  }
}

.soc-block.xs {
  padding-top: 17px;
}
.soc-block.xs .col-links {
  height: 35px;
}
.text-right {
  text-align: right;
}

.w-73 {
  width: 73%;
}

.banner-form-button__green {
  margin-top: 15px;
  background-color: var(--green);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 60px;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: "Open Sans", sans-serif !important;
  transition: all 0.3s;
}
@media (max-width: 575.9px) {
  .banner-form-button__green {
    font-size: 14px;
    padding: 20px 35px;
    margin-top: 20px;
  }
}
.banner-form-button__green.white {
  background-color: #ffffff;
  color: #000000;
}
.banner-form-button__green.white:before, .banner-form-button__green.white:after {
  display: none;
}
.banner-form-button__green.white:hover {
  transform: scale(1.03);
  background-color: #ffffff;
}
.banner-form-button__green:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: var(--purple);
  position: absolute;
  left: -25px;
  top: -25px;
  transform: rotate(45deg);
}
.banner-form-button__green:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: var(--purple);
  position: absolute;
  right: -25px;
  bottom: -25px;
  transform: rotate(45deg);
}
.banner-form-button__green:hover {
  background-color: var(--green);
}

@keyframes blick_animate {
  60% {
    left: 100%;
  }
  to {
    left: 130%;
  }
}
.blicked:before {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  width: 45px;
  transform: skewX(-22deg);
  left: -65%;
  animation-name: blick_animate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  z-index: 1000;
}

.blicked {
  position: relative;
}

.marquiz__button {
  margin-top: 15px !important;
  background-color: var(--green) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 20px 60px !important;
  border: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  font-family: "Open Sans", sans-serif !important;
  transition: all 0.3s !important;
  border-radius: 0 !important;
}

.cities__ft {
  display: none !important;
}

[data-consult] {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 1250px) {
  .ideal > .container {
    max-width: 1100px;
  }
}
.cities-other__list {
  display: none;
}

#city_search {
  padding: 10px 15px;
  border: 1px solid var(--purple);
}

.link {
  color: #ffffff !important;
}

.kitchen-main-slide-wrapper .slider-image__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kitchen-main-slide-wrapper .xs-title__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.color-list-item {
  margin-bottom: 5px;
}

section.about {
  height: auto;
}

/*# sourceMappingURL=update.css.map */
