body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
}

h1 {
  margin-bottom: 60px;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.mobl {
  display: none;
}

.callBackVoid: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;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/Content/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #333;
}

.modalYesright a {
  color: #333;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  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;
}

.line-top__inner {
  padding: 10px 20px;
  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,
.mobile-menu__logo img {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 800px;
  height: 100%;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.calc-torts__main {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.calc-torts__input {
  width: 100%;
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  background-color: #ffffff;
  border: 1px solid #bca4cb;
  outline-style: none;
}

.calc-torts__elem button {
  width: 100%;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  background-color: inherit;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  outline-style: none;
}

.calc-torts__summary span {
  font-size: 26px;
  font-weight: 600;
}

.calc-torts__submain {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.selectItem {
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .mobile-menu {
    width: 100%;
  }
}

.mobile-menu__inner {
  background: #bca4cb;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.mobile__bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.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;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.mobile-menu__logo img {
  height: 32px;
}

.mobile-menu__closed {
  color: #3f2682;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__closed:hover {
  color: #3f2682;
}

.mobile-menu__menu {
  display: grid;
  grid-gap: 30px;
  overflow: auto;
  padding: 40px 0 10px;
  max-height: 80vh;
  scrollbar-gutter: auto;
}

@media (min-width: 991px) {
  .mobile-menu__menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mobile-menu__menu::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  margin-bottom: 10px;
}

.mobile-menu__item a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #ffffff;
}

.mobile-menu__item img {
  width: 24px;
}

.mobile-menu__menu a:hover {
  color: #ffffff;
}

.mobileMenu__active {
  color: #ffffff !important;
}

.mobile-small__title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.mobile-small__title a {
  color: #ffffff;
}

.mobile-small__list {
  margin-bottom: 30px;
}

.mobile-small__item {
  margin-bottom: 10px;
}

.mobile-small__item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 96.6%;
  color: #eeeeee;
}

.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;
}

@media (max-width: 992px) {
  .mobile-menu {
    padding: 8px;
  }
}

.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: #fffcfa;
  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: 15px;
}

.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-link 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: #3f2682;
  width: fit-content;
  white-space: nowrap;
}

.slider {
  margin-bottom: 120px;
}

.slider-item {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-size: cover;
  background-color: #f8f8f8;
  gap: 20px;
  padding: 20px;
  padding-left: 40px;
}

.slider-img {
  width: 50%;
}

.slider-img img {
  width: 100%!important;
  border-radius: 22px;
}

.slider__title {
  margin-bottom: 30px;
  color: var(--color-1, #231f20);
  font-size: 60px;
  font-weight: 300;
}

.slider__text {
  margin-bottom: 60px;
  width: 488px;
  color:#625d5b;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.shapka-btn-link 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 #dcdcdd;
  background: #f8f8f8;
  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(/Content/img/plitka/1.png);
}

.plitka__item2 {
  background-image: url(/Content/img/plitka/2.png);
}

.plitka__item3 {
  background-image: url(/Content/img/plitka/3.png);
}

.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: 60px;
}

.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;
  gap: 10px;
  margin-top: 50px;
}

.slider-left img,
.slider-right img {
  width: 16px!important;
}

.prep-left,
.prep-right,
.slider-left,
.slider-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #3f2682;
  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;
  justify-content: space-between;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #f3f3f3;
  background: #f8f8f8;
}

.prep__link img {
  height: 16px !important;
  width: auto !important;
}

.prep__title {
  color: var(--color-1, #231f20);
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}

.prep__text {
  color:#625d5b;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 42px;
}

.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-link a {
  margin: 0 auto;
}

.preparat-block {
  margin-bottom: 120px;
}

.plusi-block {
  padding: 30px 0 40px;
  margin-bottom: 120px;
  background-image: url(/Content/img/plusi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
}

.plusi__inner {
  min-height: 555px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.plusi__title {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 30px;
  width: 465px;
  max-width: 100%;
}

.plusi__text {
  color:#fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.plusi__info .plusi__text {
  width: 312px;
  max-width: 100%;
}

.plusi__name {
  color: #fff;
  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(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8.999999046325684px);
}

.sobytiya {
  margin-bottom: 120px;
}

.sobytiya__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 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: #3f2682;
  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(/Content/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(/Content/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.footer {
  border-radius: 22px;
  border: 1px solid #f3f3f3;
  background: #f8f8f8;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 60px 0;
  border-bottom: 1px solid #625d5b;
}

.footer__logo {
  margin-bottom: 23px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__adress {
  color: #333;
}

.footer__adress-item {
  color:#333;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 15px;
}

.footer__adress-item a {
  color: #333;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}

.footer-fl {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}

.footer__title {
  color:#333;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
}

.footer__link a {
  color: #333;
  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:#333;
  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:#333;
}

.fl__title .prep-btns {
  margin-bottom: 0;
}

.minilive__link,
.minilive__link:hover,
.minilive__link:focus,
.minilive__link:active {
  color: rgba(20, 20, 20, 1);
  text-decoration: none;
}

.minilive__icon {
  color: #3f2682;
  font-size: 20px;
}

.four-block {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  /* margin-bottom: 30px; */
}

.five-block {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}

.prep__img img {
  width: 100%;
  border-radius: 12px;
}

.four-block .prep__img img {
  width: 100%;
  border-radius: 12px;
}

.breadcrumbs {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 0;
}

.breadcrumbs a {
  color: #333;
}

.breadcrumbs li::after {
  content: ">";
  padding: 16px;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li:last-child::after {
  content: "";
  padding: 0;
}

.product-page__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .product-page__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-page__img {
  width: 100%;
}

.product-page__title {
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}

.product-page__price {
  /*    font-weight: 700;*/
  text-transform: lowercase;
  font-size: 2em;
}

.product-page__price::after {
  content: " ₽";
}

.product-page__buy,
.product-page__buy:hover,
.product-page__buy:active,
.product-page__buy:focus,
.product-page__order,
.product-page__order:hover,
.product-page__order:active,
.product-page__order:focus {
  font-family: "Roboto", sans-serif;
  padding: 8px 64px;
  background-color: #bca4cb;
  color: #ffffff;
  border: 1px solid #bca4cb;
}

@media (max-width: 992px) {
  .product-page__price::after {
    content: " руб.";
  }
}

.product-page__price-description {
  font-size: 0.9em;
  margin-bottom: 24px;
}

.product-page__description {
  font-size: 0.9em;
  margin-bottom: 24px;
}

.form-callback {
  margin: 64px 0 0;
  padding: 64px 0;
  background-image: url("/content/img/background.JPG");
  background-color: rgba(60, 0, 143, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
}

.form-callback__title {
  font-family: "William Display Pro Reg", sans-serif;
  text-align: center;
  margin-bottom: 24px;
  text-shadow: 0 0 8px rgba(60, 0, 143, 0.5);
}

.form-callback__inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .form-callback__inputs {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form-callback__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.form-callback .form-control {
  background: transparent;
  color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}

.formcallback__send-btn,
.formcallback__send-btn:hover,
.formcallback__send-btn:active,
.formcallback__send-btn:focus {
  background-color: #bca4cb;
  color: #ffffff;
  border: 1px solid #bca4cb;
}

.fillings {
  margin-bottom: 64px;
}

.fillings__title {
  font-family: "William Display Pro Reg", sans-serif;
  text-align: center;
  margin-bottom: 24px;
}

.slider-fillings__list {
  /*    display: flex;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: stretch;
  justify-items: stretch;
  align-items: stretch;
  gap: 24px;
  /*    flex-wrap: wrap;*/
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-fillings__title {
  font-family: "William Display Pro Reg", sans-serif;
  /*    font-weight: 600;*/
  font-size: 1.1em;
  text-align: center;
}

.slider-fillings__images {
  width: 100%;
}

.slide-fillings__hide-description {
  display: none;
}

.modal-main {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
}

.modal-main__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modal-main__inner {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  min-width: 360px;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1005;
  padding: 16px 24px;
  text-align: center;
}

.modal-main__title {
  font-family: "William Display Pro Reg", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.modal-main__description {
  margin-bottom: 32px;
}

.modal-main__row {
  margin: 0 0 24px 0;
}

.modal-main__close,
.modal-main__close:hover,
.modal-main__close:active,
.modal-main__close:focus {
  background-color: #ffffff;
  color: rgba(20, 20, 20, 1);
  border: 1px solid rgba(20, 20, 20, 1);
}

.modal-main__callme,
.modal-main__callme:active,
.modal-main__callme:hover,
.modal-main__callme:focus,
.calc-torts__summary-btn,
.calc-torts__summary-btn:active,
.calc-torts__summary-btn:hover,
.calc-torts__summary-btn:focus,
.modal-main__btn,
.modal-main__btn:hover,
.modal-main__btn:focus,
.modal-main__btn:active,
.modal-main__order,
.modal-main__order:hover,
.modal-main__order:active,
.modal-main__order:focus {
  background-color: #bca4cb;
  color: #ffffff;
  border: 1px solid #bca4cb;
}

@media (max-width: 1630px) {
  .slider-btns {
    right: calc((100% - 1150px) / 2);
  }
}

@media (max-width: 1200px) {
  .slider-btns {
    right: calc((100% - 950px) / 2);
  }

  .shapka-menu {
    grid-gap: 12px;
  }

  .shapka-menu,
  .shapka-contakty {
    grid-gap: 10px;
  }

  .shapka {
    display: none;
  }

  .line-top {
    display: block;
  }

  .four-block {
    grid-template-columns: repeat(3,1fr);
  }

  .five-block {
    grid-template-columns: repeat(3,1fr);
  }
}

@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(/Content/img/plusi-sm.jpg);
  }

  .plusi__inner {
    min-height: 620px;
  }

  .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;
  }

  .five-block {
    grid-template-columns: repeat(2,1fr);
  }
}

@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;
  }

  .line-top__icon img {
    height: 22px;
  }

  .line-top__logo img,
  .mobile-menu__logo img {
    height: 28px;
  }

  .shapka-btn-link 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-link,
  .fl__title .shapka-btn-link {
    width: 100%;
  }

  .slider-mobile .shapka-btn-link a,
  .fl__title .shapka-btn-link a,
  .text-center .shapka-btn-link a {
    width: 100%;
    justify-content: center;
  }

  .fl__title {
    flex-direction: column;
    grid-gap: 20px;
  }

  .fl__title .shapka-btn-link {
    padding: 0 15px;
  }

  .four-block {
    grid-template-columns: repeat(2,1fr);
  }

  .slider-item {
    flex-direction: column-reverse;
    padding-left: 20px ;
  }

  .slider-img {
    width: 100%;
  }
}

@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-link {
    display: none;
  }

  .sobytiya {
    position: relative;
  }

  .fl__title .shapka-btn-link {
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fl__title .shapka-btn-link a {
    width: 100%;
  }

  .four-block {
    grid-template-columns: repeat(1,1fr);
  }

  .line-top__logo img, .mobile-menu__logo img {
    height: 18px;
  }
}

@media (max-width: 420px) {
  .line-top__logo img, .mobile-menu__logo img {
    height: 14px;
  }

  .five-block {
    grid-template-columns: repeat(1,1fr);
  }
}

/* calendar */

.ui-datepicker-inline {
  width: 100%;
  height: 100%;
}

.ui-datepicker-header {
  border-radius: 12px;
  border: 1px solid #f3f3f3;
  background: #3f2682;
  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(/Content/img/right.svg);
  margin-left: -32px;
}

.ui-datepicker .ui-datepicker-prev span {
  background-image: url(/Content/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 */
