body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3 {
}

h1 {
  margin: 0 0 30px;
}

:hover {
  transition-duration: 0.3s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.mobl {
  display: none;
}

.callBackVoid:hover,
.callBackMero:hover,
.callBackTrener:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  background-color: #eff2f9;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.modalMain__sub {
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dddddd;
  padding: 9px 10px;
  border-radius: 8px;
  outline-style: none;
  color: #000;
}

.modalMain__input::placeholder {
  color: #000;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #000;
}

.modalYesright a {
  color: #000;
}

.modalMain__btn {
  background-color: #7e9ace;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #7e9ace;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo img {
  height: 57px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #7e9ace;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #7e9ace;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1630px) {
  .container {
    width: 1600px;
  }
}

.shapka {
  background-color: #eff2f9;
  padding: 16px 0;
  z-index: 999;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}

.shapka-menu,
.shapka-contakty {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 40px;
}

.shapka-menu__item a,
.shapka__phone a {
  display: inline-block;
  color: var(--color-1, #231f20);
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.shapka-btn a {
  color: var(--color-3, #f3f3f3);
  font-size: 16px;
  font-weight: 300;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #7e9ace;
  width: fit-content;
  white-space: nowrap;
}

.shapka-btn a:hover {
  background-color: #d8e0f0;
  color: #000;
}

.slider {
  margin-bottom: 120px;
}

.slider-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: right; */
  height: 679px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slider-item1 {
  background-image: url(/img/slider/1.jpg);
}

.slider__title {
  margin-bottom: 30px;
  color: #231f20;
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
}

.slider__text {
  margin-bottom: 60px;
  width: 488px;
  color: #625d5b;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.shapka-btn img {
  width: 16px !important;
}

.plitka {
  margin-bottom: 130px;
}

.plitka__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 30px;
}

.plitka__item {
  border-radius: 12px;
  border: 1px solid #d8e0f0;
  background: #eff2f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 20px;
}

.plitka__item1 {
  background-image: url(/img/plitka/1.png);
}

.plitka__item2 {
  background-image: url(/img/plitka/2.png);
}

.plitka__item3 {
  background-image: url(/img/plitka/3.jpg);
  background-size: cover;
}

.plitka__title {
  color: var(--color-1, #231f20);
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.plitka__link {
  color: var(--color-1, #231f20);
  font-size: 16px;
  font-weight: 300;
  grid-gap: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gen__title {
  color: var(--color-1, #231f20);
  font-size: 42px;
  font-weight: 300;
}

.text__block {
  margin-bottom: 30px;
}

.text-block {
  margin-bottom: 30px;
}

.photo-block {
  margin-bottom: 120px;
}

.photo-block img {
  border-radius: 12px;
}

.fl__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.prep-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 60px;
}

.slider-btns {
  position: absolute;
  right: calc((100% - 1580px) / 2);
  top: calc(50% - 60px);
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.prep-left,
.prep-right,
.slider-left,
.slider-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #7e9ace;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
}

.prep__item {
  display: flex;
  padding: 10px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #eff2f9;
  background: #eff2f9;
}

.prep__link img {
  height: 16px !important;
  width: auto !important;
}

.prep__title {
  color: var(--color-1, #231f20);
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}

.prep__text {
  color: var(--color-2, #625d5b);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 20px;
  min-height: 67px;
}

.prep__link {
  color: var(--color-1, #231f20);
  font-size: 16px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.owl-carouselPrep {
  margin-bottom: 60px;
}

.text-center .shapka-btn a {
  margin: 0 auto;
}

.preparat-block {
  margin-bottom: 120px;
}

.plusi-block {
  padding: 60px 0 40px;
  /* margin-bottom: 120px; */
  background-image: url(/img/plusi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
}

.plusi__inner {
  min-height: 616px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.plusi__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.plusi__sub {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.plusi__text {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}

.plusi__info {
  background-image: url(/img/plus-bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  padding: 111px 0 32px 32px;
  width: 600px;
  max-width: 100%;
}

.plusi__name {
  color: var(--color-1, #231f20);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.plusi__plitka {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.plusi__item {
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  border: 0.9px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(8.999999046325684px);
}

.sobytiya {
  margin-bottom: 120px;
}

.sobytiya__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

.sobytiya-spisok {
  display: flex;
  padding: 16px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #f3f3f3;
  background: #f8f8f8;
}

.sobytiya__title {
  color: var(--color-1, #231f20);
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.sobytiya__item {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d7d7d7;
}

.sobytiya__date {
  color: #7e9ace;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}

.sobytiya__name {
  color: var(--color-1, #231f20);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}

.sobytiya__text {
  color: var(--color-1, #231f20);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.video-block {
  min-height: 537px;
  background-image: url(/img/video.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 22px;
  border: 1px solid #f3f3f3;
  position: relative;
}

.video-block:hover {
  cursor: pointer;
}

.video-block:after {
  position: absolute;
  content: url(/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.footer {
  background: #231f20;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 11px 0 60px;
  border-bottom: 1px solid #625d5b;
}

.footer__logo {
  margin-bottom: 23px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__adress {
  color: #f3f3f3;
}

.footer__adress-item {
  color: var(--color-3, #f3f3f3);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 15px;
}

.footer__adress-item a {
  color: #f3f3f3;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
  padding-top: 60px;
}

.footer-fl {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}

.footer__title {
  color: var(--color-2, #625d5b);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
}

.footer__link a {
  color: var(--color-3, #f3f3f3);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 15px;
  display: inline-block;
}

.footer-bot {
  padding: 10px 0 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;

  color: var(--color-2, #625d5b);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.footer-bot__rigth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 60px;
}

.footer-bot__link a {
  color: var(--color-2, #625d5b);
}

.fl__title .prep-btns {
  margin-bottom: 0;
}

.content-block {
  padding: 80px 0;
  min-height: 50vh;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button {
  border: none;
  background: none;
}

.prep__list {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.tovar__item {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.tovar__img {
  width: 35%;
}

.tovar__img img {
  width: 100%;
  border: 1px solid #f3f3f3;
  background: #f8f8f8;
  border-radius: 12px;
}

.tovar__info {
  width: 65%;
}

.price__fl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin: 30px 0;
}

.tovar__price {
  font-size: 24px;
  font-weight: 500;
  color: #231f20;
}

.tovar__price::after {
  content: "₽";
  margin-left: 8px;
}

.sert-block {
  margin-bottom: 30px;
}

.sert-block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.sert-block__info img {
  margin-bottom: 30px;
}

.sert-block__text {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}

.sert-block__text span {
  color: #7e9ace;
}

.mb3 {
  margin-bottom: 30px;
}

.befaf__slider .owl-carouselGen img {
  border-radius: 20px;
}

.befaf-block {
  margin-bottom: 120px;
}

.befaf__slider {
  position: relative;
}

.befaf__slider .slider-left {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}

.befaf__slider .slider-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}

.footer-top {
  background-image: url(/img/footer.jpg);
  background-position: center;
  background-size: cover;
}

.footer-top__inner {
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-top__l {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
}

.brand-inner {
}

.brand__item img {
  max-width: 100%;
}

.treners {
  margin-bottom: 80px;
}

.treners__item {
  border-radius: 20px;
  background-color: #7e9ace;
  text-align: center;
}

.treners-name {
  padding: 10px 4px;
  color: #fff;
  font-size: 16px;
}

.zavod-block {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.zavod-fl {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.star-fl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.star-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.star-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.sert-list {
  list-style-type: circle;
  color: #7e9ace;
}

.sert-list span {
  color: #000;
}

.sert-list li {
  font-size: 32px;
  margin-bottom: 30px;
}

.tovary-tabs {
  display: none;
  margin-bottom: 40px;
}

.active-tab {
  display: block;
}

.tovary-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tovary-tab__link {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #eff2f9;
  width: fit-content;
  white-space: nowrap;
}

.tovary-tab__link:focus {
  color: #f3f3f3;
}

.active-tab__link {
  background: #7e9ace;
  color: #f3f3f3;
}

.shapka-soc__item img {
  height: 40px;
}

.enter-modal {
  display: none;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* display: none; */
}

.enter-modal__inner {
  width: 920px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 40px;
}

.enter-modal__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
}

.enter-modal-sub {
  font-size: 24px;
}

.enter-modal-title {
  font-size: 32px;
}

.vid-block__img {
  width: 100%;
}

.sert-block__info {
  width: 100%;
}

@media (max-width: 1630px) {
  .slider-btns {
    right: calc((100% - 1150px) / 2);
  }
  .shapka-logo img {
    height: 40px;
  }

  .shapka-menu,
  .shapka-contakty {
    grid-gap: 10px;
  }
}

@media (max-width: 1200px) {
  .slider-btns {
    right: calc((100% - 950px) / 2);
  }

  .shapka-menu {
    grid-gap: 12px;
  }

  .shapka-menu,
  .shapka-contakty {
    grid-gap: 20px;
  }

  .prep__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .shapka {
    display: none;
  }

  .sticky-wrapper {
    height: 0 !important;
  }
}

@media (max-width: 992px) {
  .sticky-wrapper {
    height: 0 !important;
  }

  .plitka__inner {
    overflow: auto;
  }

  .plitka__item {
    width: 340px;
  }

  .gen__title {
    font-size: 32px;
  }

  .plusi-block {
    background-image: url(/img/plusi-sm.jpg);
  }

  .plusi__inner {
    min-height: 690px;
    grid-gap: 40px;
  }

  .plusi__plitka {
    grid-template-columns: repeat(2, 1fr);
  }

  .plusi__title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .plusi__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
  }

  .sobytiya__inner,
  .footer__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-menu {
    justify-content: space-around;
  }

  .footer-left {
    text-align: center;
  }

  .footer-bot {
    display: flex;
    justify-content: space-between;
  }

  .slider-btns {
    right: 0;
  }

  .sert-block__inner {
    flex-direction: column;
    margin-top: 60px;
  }

  .sert-block__info {
    text-align: center;
  }

  .sert-block__img img {
    width: 100%;
  }

  .footer-top__l {
    font-size: 40px;
  }

  .footer-top__r img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .desc {
    display: none;
  }

  .mobl {
    display: block;
  }

  .is-sticky .slider-btns {
    bottom: 200px;
  }

  .photo-block img {
    margin-bottom: 20px;
  }

  .plusi__plitka {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-bot {
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
  }

  .footer-bot__rigth {
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
  }

  .plusi__img {
    width: 100%;
    border-radius: 22px;
    margin-bottom: 40px;
  }

  .plusi-block {
    background-image: none;
  }

  .plusi__title,
  .plusi__info .plusi__text {
    width: 100%;
  }

  .plusi__item {
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    background: #f8f8f8;
  }

  .plusi__info {
    margin-bottom: 40px;
    background-image: none;
    padding: 0;
  }

  .plusi__title,
  .plusi__sub {
    color: #000;
  }

  .line-top__icon img {
    height: 22px;
  }

  .line-top__logo img {
    height: 38px;
  }

  .shapka-btn a {
    padding: 8px 16px;
  }

  .slider__title {
    font-size: 32px;
    line-height: normal;
  }

  .slider__img {
    margin-bottom: 30px;
    position: relative;
  }

  .slider__img img {
    border-radius: 22px;
  }

  .slider__text {
    width: 100%;
  }

  .slider-btns {
    position: absolute;
    bottom: 20px;
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .slider-btns img {
    width: 16px !important;
  }

  .slider-mobile {
    padding: 0 15px;
    margin-bottom: 80px;
  }

  .slider-mobile .shapka-btn,
  .fl__title .shapka-btn {
    width: 100%;
  }

  .slider-mobile .shapka-btn a,
  .fl__title .shapka-btn a,
  .text-center .shapka-btn a {
    width: 100%;
    justify-content: center;
  }

  .fl__title {
    flex-direction: column;
    grid-gap: 20px;
  }

  .fl__title .shapka-btn {
    padding: 0 15px;
  }

  .prep__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tovar__item {
    flex-direction: column;
  }

  .tovar__img,
  .tovar__info {
    width: 100%;
  }

  .price__fl {
    justify-content: center;
  }

  .footer-top__inner {
    flex-direction: column;
    justify-content: center;
  }

  .preparat-block,
  .slider-mobile,
  .plitka,
  .photo-block,
  .befaf-block,
  .sobytiya {
    margin-bottom: 60px;
  }

  .plusi-block {
    padding-top: 0;
  }

  .owl-carouselPrep {
    margin-bottom: 20px;
  }

  .zavod-block {
    flex-direction: column;
    justify-content: center;
  }

  .zavod-block_l,
  .zavod-block_r {
    text-align: center;
  }

  .zavod-fl {
    justify-content: center;
    flex-wrap: wrap;
  }

  .text-center img {
    max-width: 100%;
  }

  .gen__title {
    font-size: 26px;
  }

  .star-fl {
    flex-direction: column;
  }

  .col-rev {
    flex-direction: column-reverse;
  }

  .enter-modal-sub {
    font-size: 20px;
  }

  .enter-modal-title {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    padding-top: 20px;
  }

  .footer-fl {
    flex-direction: column;
    align-items: center;
    grid-gap: 0px;
  }

  .footer__item {
    text-align: center;
  }
  .line-top__inner .shapka-btn {
    display: none;
  }

  .sobytiya {
    position: relative;
  }

  .fl__title .shapka-btn {
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fl__title .shapka-btn a {
    width: 100%;
  }

  .prep__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .gen__title {
    font-size: 20px;
  }

  .enter-modal-sub {
    font-size: 16px;
  }

  .enter-modal-title {
    font-size: 24px;
  }
}

.prep__img img {
  width: 100%;
}

/* calendar */

.ui-datepicker-inline {
  width: 100%;
  height: 100%;
}

.ui-datepicker-header {
  border-radius: 12px;
  border: 1px solid #f3f3f3;
  background: #7e9ace;
  padding: 15px !important;
}

.ui-datepicker .ui-datepicker-title {
  color: var(--color-3, #f3f3f3);
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.ui-datepicker table {
  border-radius: 12px;
  /* border: 1px solid #f3f3f3; */
  background: #f8f8f8;
  padding: 20px;
  min-height: 440px;
  margin: 0;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default,
.ui-datepicker th span {
  width: 43px !important;
  height: 43px !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto;
}

.ui-datepicker th {
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--color-3, #000);
  background-position: center;
  filter: invert(1);
}

.ui-datepicker .ui-datepicker-next span {
  background-image: url(/img/right.svg);
  margin-left: -32px;
}

.ui-datepicker .ui-datepicker-prev span {
  background-image: url(/img/left.svg);
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 10px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}

@media (max-width: 480px) {
  .ui-datepicker-calendar th,
  .ui-datepicker-calendar td {
    padding: 0px;
  }
}
/* calendar */

.calendar-highlight {
  background-color: #ff0000;
}
