body {
  max-width: 1920px;
  margin: 0 auto;
  /* font-family: "TildaSans", Arial, sans-serif;
  src: url("/font/tildasans-regular.eot");
  src: url("/font/tildasans-regular.eot?#iefix") format("embedded-opentype"),
  url("/font/tildasans-regular.woff2") format("woff2"),
  url("/font/tildasans-regular.woff") format("woff"); */
  color: #000;
  user-select: none;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

h1 {
  text-align: center;
  font-size: 52px;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  margin-bottom: 30px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.partners-inner img,
.gallery4__inner img {
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.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: 600px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  border: 2px solid #222;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #222;
  text-align: center;
}

.modalMain__sub {
  color: #222;
  text-align: center;
}

.modalMain__row {
  width: 100%;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #222;
  padding: 8px 8px;
  width: 100%;
  border-radius: 15px;
}

.modalMain__button {
  text-align: center;
}

.modalMain__fl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.modalMain__rel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.modal-close {
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border-radius: 50%;
  cursor: pointer;
}

#ModalCallbackSend {
  cursor: pointer;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #222;
}

.modalYesright a {
  color: #222;
}

.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;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 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,
.mobile-menu__logo {
  color: #6499ff;
  font-size: 20px;
  font-size: 700;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #6499ff;
  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__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.mobile-menu__closed {
  color: #6499ff;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.mobile-menu__list a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.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;
}

.shapka {
  background-color: #fff;
  z-index: 900;
}

.shapkaMenu {
  background-color: #fff;
  z-index: 999;
}

.shapka__inner {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.shapka-logo {
  margin: 0;
}

.shapka-logo a {
  font-size: 40px;
  color: #6499ff;
  font-weight: 600;
}

.shapka-kont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.shapka-phones__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.shapka-phones__item a {
  color: #000;
}

.shapka-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shapka-btn a {
  background-color: #6499ff;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 700;
  display: inline-block;
}

.shapka-nav {
  display: flex;
  gap: 70px;
  padding: 20px 0;
  border-top: 1px solid #ebeff2;
}

.shapka-nav a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.slider {
  position: relative;
}

.slider-item {
  background-color: #6499ff;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-text {
  z-index: 800;
}

.slider-item1 {
  background-image: url(/img/slider/1.jpg);
  background-position: right;
}

.slider-item2 {
  background-image: url(/img/slider/2.jpg);
}

.slider-item3 {
  background-image: url(/img/slider/3.jpg);
}

.slider-item4 {
  background-image: url(/img/slider/4.jpg);
}

.slider-item5 {
  background-image: url(/img/slider/5.jpg);
}

.slide-title {
  font-size: 102px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 44px;
  line-height: 110%;
  text-shadow: 2px 2px 4px #000, 2px 2px 4px #000, 2px 2px 4px #000,
    2px 2px 4px #000;
}

.slide-bot {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 20px 0;
}

.slide-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}

.slide-info__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: #6499ff;
  border-radius: 15px;
  width: 250px;
  color: #222;
  padding: 10px;
  text-align: center;
}

.slide-info__item img {
  height: 100px;
}

.slide-info__item:hover {
  color: #222;
}

.slide-info__item:nth-child(3) {
  padding-top: 12px;
}

.slide-title span {
  color: rgb(100, 153, 255);
}

.slide-info__title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.formMain__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.slide-bot__btn {
  width: 100%;
}

.slide-bot__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  padding: 10px 30px;
  font-weight: 600;
  color: #6499ff;
  background-color: #1d1d1b;
  border-radius: 15px;
  text-align: center;
}

.formMain__inner a {
  padding: 18px 30px;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.warning {
  border: 1px solid red;
}

.formMain__row {
  width: 100%;
}

.formMain__input {
  width: 100%;
  padding: 16px 10px;
  outline-style: none;
}

.gen-title {
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
}

.white-block {
  padding: 90px 0;
}

.white-block__inner p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb6 {
  margin-bottom: 60px;
}

.mb9 {
  margin-bottom: 90px;
}

.gallery4__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.gallery4__inner img {
  width: 100%;
}

.gallery {
  margin-bottom: 90px;
}

.gen-sub {
  font-size: 24px;
  font-weight: 300;
}

.plusi-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.plusi__item {
  padding: 8px;
  background-color: #6499ff;
  /* box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); */
  border-radius: 7px;
  text-align: center;
}

.plusi__item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}

.plusi-img {
  text-align: center;
}

.plusi-img img {
  height: 80px;
  margin-bottom: 20px;
}

.plusi-title {
  color: #1d1d1b;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  min-height: 58px;
}

@media (max-width: 768px) {
  .plusi-title {
    font-size: 18px;
  }
}

.plusi-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  color: #1d1d1b;
}

.plusi-text p {
  margin-bottom: 0;
}

.partners-inner {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 40px;
}

.partners-item {
  width: 20%;
  border-radius: 15px;
  border: 2px solid #222;
  padding: 10px;
  background-color: #fff;
}

.partners-item img {
  width: 100%;
}

.kont-links {
  font-size: 20px;
}

.kont-links a {
  color: #6499ff;
  text-decoration: underline;
}

.rekviz {
  font-size: 20px;
}

.kont-soc {
  display: flex;
  gap: 10px;
  align-content: center;
}

.kont-soc__item a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6499ff;
  color: #fff;
}

.footer {
  background-color: #6499ff;
  padding: 20px 0;
  font-weight: 700;
  color: #fff;
}

.pay-img img {
  max-width: 100%;
}

.shapka-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.shapka-lang a {
  color: #000;
}

.content-block {
  padding-top: 90px;
}

.shop-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.shop__item {
  color: #000000;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.shop-title {
  font-size: 20px;
  font-weight: 700;
}

.shop-text {
  font-weight: 300;
}

.shop-img {
  position: relative;
  min-height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.shop-img:hover {
  transition-duration: 0.3s;
}

.shop-img1 {
  background-image: url(/img/shop/1.jpg);
}

.shop-img1:hover {
  background-image: url(/img/shop/1-2.jpg);
}

.shop-img2 {
  background-image: url(/img/shop/2.jpg);
}

.shop-img2:hover {
  background-image: url(/img/shop/2-2.jpg);
}

.img-label {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  color: #ffffff;
  background-color: #ff4a4a;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 400;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  padding: 0 10px;
}

.shop-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shop-btns a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 16px;
}

.buy-btn a {
  color: #ffffff;
  background-color: #6499ff;
  border: 1px solid #6499ff;
}

.pod-btn a {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
}

.news-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.news-block__item {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  border-bottom: 2px solid #6499ff;
  padding-bottom: 25px;
  color: #000;
}

.news-block__item:hover {
  color: #000;
}

.news-block__img {
  width: 450px;
}

.news-block__img img {
  width: 100%;
}

.news-block__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(100% - 450px);
}

.news-block__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.news-block__text {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.news-block__date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}

.news-inn {
  width: 760px;
  max-width: 100%;
  margin: 20px auto;
}

.tovar__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.kupit-btn a {
  color: #ffffff;
  background-color: #6499ff;
  border: 1px solid #6499ff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 16px;
}

.tovar-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.predloj-fl,
.why-fl,
.my-fl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.predloj-pic {
  background-image: url(/img/predloj.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 15px;
}

.why-pic {
  background-image: url(/img/why.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 15px;
}

.my-pic {
  background-image: url(/img/my.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 15px;
}

.mobl-gal {
  display: none;
}

.text-colum {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.right-text {
  text-align: right;
}

.bot-text {
  font-weight: 600;
  text-align: right;
}

.sticky-wrapper {
  height: 144px !important;
}

.grey-block {
  background-color: #eeeeee;
  padding: 90px 0;
}

.form-bg {
  background-image: url(/img/form.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.pay-info {
  padding: 50px 0;
}

.gal-block {
  content: url(/img/gal-light-old.png);
  width: 100%;
}

.black-theme {
  background-color: #1d1d1b;
}

.black-theme .gal-block {
  content: url(/img/gal-old.png);
  width: 100%;
}

.gal-block-dva {
  content: url(/img/gal-light.png);
  width: 100%;
}

.black-theme .gal-block-dva {
  content: url(/img/gal.png);
  width: 100%;
}

.black-theme .shapkaMenu,
.black-theme .shapka,
.black-theme .slide-bot,
.black-theme .grey-block,
.black-theme .white-block {
  background-color: #1d1d1b;
}

.black-theme .grey-block,
.black-theme .white-block {
  color: #fff;
}

.black-theme .shapka-nav a,
.black-theme .shapka-phones__item a,
.black-theme .shapka-phones__item span,
.black-theme .shapka-lang a {
  color: #fff;
}

.black-theme .slide-bot__btn a {
  background-color: #6499ff;
  color: #fff;
}

.black-theme .slide-info__item,
.black-theme .plusi__item {
  background-color: #fff;
}

.black-theme .slide-bot__btn {
  background-color: #6499ff;
  color: #fff;
}

.fo-black {
  display: none;
}

.black-theme .fo-black {
  display: block;
}

.black-theme .fo-white {
  display: none;
}

.change-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

.change-btn:hover {
  color: #fff;
}

.fixed-switch__text a {
  color: #000;
}

.active a {
  color: #fff;
}

.fixed-switch {
  z-index: 1001;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  /* display: none; */
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-inner a {
  color: #fff;
}

@media (max-width: 992px) {
  .fixed-switch {
    top: unset;
    bottom: 40px;
    left: 20px;
    right: auto;
  }
}

.fixed-switch__inner {
  border: 2px solid #ffffff;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
}

.fixed-switch__text {
  cursor: pointer;
  padding: 4px 16px;
}

.fixed-switch__text.active {
  border-radius: 20px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
}

.slide-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.callModal {
  cursor: pointer;
}

.promo-inner {
  width: 1200px;
  max-width: 96%;
}

.modalMain__title img {
  max-width: 100%;
}

.green-btn a,
.green-btn button {
  padding: 15px 30px;
  background-color: #00ef24;
  border-radius: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #000;
  border: none;
}

.green-btn a:hover,
.green-btn button:hover {
  color: #000;
}

.green-btn img {
  height: 18px;
}

.mdal-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.mobile-gal {
  display: none;
}

@media (max-width: 1200px) {
  .shapka-kont {
    gap: 20px;
  }

  .shapka-nav {
    gap: 30px;
  }

  .why-fl {
    display: flex;
    flex-direction: column;
  }

  .why-pic {
    min-height: 500px;
    background-position: top center;
  }

  .predloj-fl {
    display: flex;
    flex-direction: column-reverse;
  }

  .predloj-pic {
    min-height: 500px;
  }

  .my-fl {
    display: flex;
    flex-direction: column-reverse;
  }

  .my-pic {
    min-height: 500px;
  }

  .slide-bot {
    flex-direction: column;
    justify-content: center;
  }

  .shapka-logo img {
    height: 30px;
  }
}

@media (max-width: 992px) {
  .shapka {
    display: none;
  }

  .sticky-wrapper {
    height: 0 !important;
  }

  .slide-title {
    font-size: 70px;
  }

  .shop-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .plusi-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
  }

  .shapka-phones__item {
    justify-content: center;
  }

  .shapka-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slide-info,
  .slide-bot {
    gap: 20px;
  }

  .slide-info__item {
    width: 100%;
  }

  .white-block,
  .grey-block {
    padding: 50px 0;
  }

  .slide-info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

@media (max-width: 768px) {
  .plusi-block,
  .gallery4__inner {
    grid-template-columns: repeat(2, 49%);
  }

  .shop-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .gen-title {
    font-size: 36px;
  }

  .slide-title {
    font-size: 54px;
  }

  .formMain__inner {
    flex-direction: column;
  }

  .slide {
    background-image: url(/img/slide-sm.jpg);
  }

  /* .slide-bg {
  min-height: 700px;
  } */

  .desc-gal {
    display: none;
  }

  .mobl-gal {
    display: block;
  }

  .slide-bot__btn a {
    font-size: 40px;
  }

  .slide-info {
    grid-template-columns: repeat(1, 1fr);
  }

  .slide-info__item {
    flex-direction: row;
  }

  .slide-r {
    text-align: center;
    width: 100%;
  }

  .slide-info__title br {
    display: none;
  }

  .footer-inner {
    flex-direction: column-reverse;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }

  .slide-info__title {
    font-size: 32px;
  }

  .mdal-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .green-btn a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .green-btn img {
    height: 14px;
  }

  .promo-inner {
    padding: 12px 10px;
  }

  .modal-text {
    font-size: 14px;
  }

  .gal-block {
    display: none;
  }

  .mobile-gal {
    display: block;
  }

  .gal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gal-grid img {
    width: 100%;
    border-radius: 50px;
  }

  .gal-grid img:nth-child(5) {
    grid-column: 1 / 3;
  }

  .slider-item {
    min-height: 400px;
  }

  .text-colum {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .gen-title {
    font-size: 28px;
  }

  .slide-title {
    font-size: 36px;
  }

  .slide-info__item img {
    width: 100%;
  }

  .slide-info__title {
    font-size: 16px;
  }

  .mb9 {
    margin-bottom: 40px;
  }

  .plusi-title {
    font-size: 16px;
  }

  /* .plusi-block {
  grid-template-columns: repeat(1, 1fr);
  } */

  /* .slide-info {
  grid-template-columns: repeat(1, 1fr);
  } */

  .slide-bot__btn {
    font-size: 36px;
  }

  .slide-info__item:nth-child(3) img {
    width: 129px;
  }

  .slide-info__item:nth-child(3) {
    min-height: 176px;
  }
}

@media (max-width: 404px) {
  .slide-info {
    grid-template-columns: repeat(1, 1fr);
  }

  .plusi-block,
  .gallery4__inner {
    display: grid;
    grid-template-columns: auto;
    gap: unset;
  }

  .plusi__item {
    margin-bottom: 16px;
  }
}
