body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  user-select: none;
}

h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000;
  margin-top: 0;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000;
  margin-top: 0;
}

h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 32px;
  margin-top: 0;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

:hover {
  transition-duration: 0.3s;
}

.callBackVoid:hover {
  cursor: pointer;
}

.mb3 {
  margin-bottom: 30px;
}

.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(/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: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #4fc7b5;
  padding: 8px;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #4fc7b5;
  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: 10px 20px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cherta-mob {
  margin: 0 21px;
  content: " ";
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
}

.line-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.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 {
  user-select: none;
  color: #000;
  font-size: 20px;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  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: 10px 20px;
  border-bottom: 1px solid rgba(20, 24, 36, 0.1);
}

.mobile-menu__line-top .shapka-btn img {
  filter: invert(1);
}

.mobile-menu__line-top .cherta-mob {
  background: rgba(20, 24, 36, 0.1);
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  font-size: 20px;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.mobile-tab__in {
  padding: 20px;
  border-bottom: 1px solid rgba(20, 24, 36, 0.1);
}

.mobile-tab__inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-bottom: 1px solid rgba(20, 24, 36, 0.1);
}

.tab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.tab-top__title {
  color: #141824;
  font-size: 16px;
  font-weight: 600;
}

.mobile-tab__link {
  color: #1d2024;
  font-size: 14px;
  font-weight: 600;
}

.tab-open::after {
  content: url(/img/in.png);
  margin-left: 7px;
}

.tab__in-fl {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.tab__in-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}

.tab__in-link a {
  color: #1d2024;
  font-size: 13px;
  font-weight: 600;
}

.mobile-nav__menu {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid rgba(20, 24, 36, 0.1);
}

.mobile-nav__link a {
  color: #a5a6a7;
  font-size: 14px;
}

.mobile-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.cont-cherta {
  height: 28px;
  width: 1px;
  background-color: rgba(20, 24, 36, 0.1);
}

.mobile-cont__phone a {
  color: #141824;
  font-size: 16px;
  margin-bottom: 5px;
}

.mobile-cont__sub {
  color: #141824;
  font-size: 10px;
}

.mobile-cont__wa a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  color: #141824;
  font-size: 24px;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.tovary-tabs {
  display: none;
}

.active-tab {
  display: block;
}

/* ========= */

/* @media (min-width: 1294px) {
  .container {
    width: 1264px;
  }
} */

.shapka {
  padding: 16px 0 0;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

.shapka-top {
  padding: 12px 0;
}

.shapka-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shapka-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  position: relative;
}

.shapka-menu .shapka-menu__link {
  padding: 16px 0;
}

.shapka-menu__link a {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.shapka-menu__link {
  /* position: relative; */
}

.shapka-menu__link a:hover {
  color: #4fc7b5;
  transition: 0.3s;
  border-bottom: 4px solid #4fc7b5;
}

.shapka-bot {
  background-color: #fff;
  z-index: 800;
}

/* .shapka-menu__link a:hover::after {
  background: #4fc7b5;
  content: " ";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  transition: width 0.3s ease;
  z-index: 10;
} */

.drop-down {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 36px;
  padding: 16px;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}

.shapka-menu__link:hover .drop-down {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
  z-index: 300;
}

.shapka-search {
  position: relative;
}

.search-btn {
  cursor: pointer;
}

.search-btn img {
  height: 16px;
}

.search-hide {
  display: none;
  position: absolute;
  right: 30px;
  top: 0;
}

.slider {
  margin-bottom: 90px;
  position: relative;
}

.slider-left,
.slider-right,
.info-left,
.info-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 10px;
  z-index: 50;
  user-select: none;
  font-size: 34px;
}

.slider-left:hover,
.slider-right:hover,
.info-left:hover,
.info-right:hover {
  cursor: pointer;
  color: #4fc7b5;
  transition: 0.3s;
}

.slider-left,
.info-left {
  left: 32px;
}
.slider-right,
.info-right {
  right: 32px;
}

.slider__item {
  background-position: center center;
  background-size: cover;
  /* min-height: 560px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* padding: 32px; */
  position: relative;
}

/* .slider__item1 {
  background-image: url(/img/slider/1.jpg);
}

.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__info {
  padding: 24px;
  background-color: #fff;
  max-width: 480px;
  position: absolute;
  left: 80px;
  bottom: 32px;
}

.slider__title {
  margin-bottom: 16px;
  color: #000;
  font-weight: 700;
  font-size: 28px;
}

.slider__text {
  color: #4e4e4e;
  margin-bottom: 32px;
  font-size: 16px;
}

.slider-btn a {
  background-color: #4fc7b5;
  color: #fff;
  padding: 11px 31px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #4fc7b5;
}

.slider-btn i {
  margin-left: 10px;
}

.slider-btn a:hover {
  background-color: #309787;
  transition: 0.3s;
  border-color: #309787;
}

.slider__item1 .slider__info,
.slider__item-right .slider__info,
.slider__item3 .slider__info {
  right: 80px;
  left: auto;
}

/* owl-dots */

.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px !important;
  margin-bottom: 28px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 48px;
  height: 4px;
  background: #d9d9d9;
  margin: 0 !important;
  border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4fc7b5;
}

.plitka-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 90px;
}

.plitka-menu__item {
  position: relative;
  overflow: hidden;
}

.plitka-menu__item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.plitka-menu__item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.plitka-menu__item:hover .plitka-menu__info {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.plitka-menu__info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 32px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.2);
}

.plitka-menu__title {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.plitka-menu__text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.news-block {
  margin-bottom: 90px;
}

.gen-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
  font-weight: 700;
}

.fl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

.fl-title .gen-title {
  margin-bottom: 0;
}

.news__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.news__img {
  width: 100%;
  margin-bottom: 20px;
}

.news-date {
  color: #818181;
  font-size: 16px;
  margin-bottom: 16px;
}

.news-title {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 16px;
}

.news-text {
  color: #4e4e4e;
  font-weight: 300;
}

.form-block {
  background-image: url(/img/form-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 96px 0;
}

.mb9 {
  margin-bottom: 90px;
}

.form__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.form-liter {
  font-size: 24px;
  font-weight: 700;
}

.form-liter span {
  background-color: #fff;
  padding: 32px;
  width: 100%;
  display: block;
}

.form-rigth {
  background-color: #fff;
  padding: 32px;
}

.formMain__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.formMain__col {
  width: 100%;
}

.formMain__input {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 11px;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: border-color;
  transition-timing-function: ease-out;
  width: 100%;
}

.formMain__input::placeholder {
  color: #b0b0b0;
}

.formMain__input:hover {
  border-color: #818181;
}

.formMain__col label {
  color: #818181;
  font-weight: 500;
}

.formMain__col label span {
  color: red;
}

.form-rotc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}

.form-rotc a {
  color: #4fc7b5;
}

.form-rotc a:hover {
  color: #309787;
}

.btn-callback {
  cursor: pointer;
}

.faq-block {
  margin-bottom: 48px;
}

.faq-det {
  margin-bottom: 8px;
}

.faq-sum {
  font-size: 20px;
  padding: 14px 24px;
  background-color: #f8f8f8;
  cursor: pointer;
  user-select: none;
  outline-style: none;
  color: #000;
  position: relative;
  padding-right: 70px;
  font-weight: 500;
}

.faq-inn {
  background-color: #f8f8f8;
  padding: 24px;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  width: 56px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

summary:hover:after {
  background-color: #309787;
  color: #fff;
}

details[open] summary:after {
  content: "-";
  background-color: #309787;
  color: #fff;
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

details[open] .faq-sum {
  background-color: #4fc7b5;
  color: #fff;
}

.footer-totop {
  background-color: #ededed;
  padding: 96px 0 24px;
  text-align: center;
}

.totop-btn a {
  padding: 17px 20px;
  font-size: 20px;
  background-color: #4fc7b5;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.totop-btn a:hover {
  background-color: #309787;
}

.footer-black {
  padding: 62px;
  background-color: #000;
}

.footer-bot {
  background-color: #fff;
}

.footer-menu__link a {
  color: #000;
  font-weight: 500;
}

.footer-menu__link a:hover {
  color: #309787;
  text-decoration: underline;
  transition: 0.3s;
}

.footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  padding: 20px 0;
}

.footer-green {
  background-color: #4fc7b5;
  padding: 28px 0;
}

.green__inner {
  display: flex;
  justify-content: flex-end;
}

.footer-black__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.footer-black__left {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
}

.footer-black__title {
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.footer-bl__link a {
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
  display: inline-block;
}

.footer-bl__link a:hover {
  color: #309787;
  transition: 0.3s;
  text-decoration: underline;
}

.black__soc-item a {
  color: #fff;
  font-size: 26px;
  display: inline-block;
}

.black__soc-item a:hover {
  transform: scale(1.1);
  color: #309787;
  transition: 0.3s;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-black__soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.content__inner {
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 90px;
  font-size: 16px;
}

.content__inner a {
  color: #4fc7b5;
}

.bg__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 4px;
}

.bg__subtitle {
  font-size: 16px;
  font-weight: 700;
}

.bg__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-red {
  background-color: #e50040;
  color: #fff;
}

.bg-green {
  background-color: #4fc7b5;
  color: #fff;
}

.bg-grey {
  background-color: #f8f8f8;
  color: #000;
}

.grid-block {
  gap: 24px;
  display: grid;
}

.two-block {
  grid-template-columns: repeat(2, 1fr);
}

.tri-block {
  grid-template-columns: repeat(3, 1fr);
}

.four-block {
  grid-template-columns: repeat(4, 1fr);
}

.bg-item {
  padding: 24px;
}

.harki-table {
  width: 100%;
}

.harki-table tr th {
  background-color: #f8f8f8;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 24px;
  border: 1px solid #d9d9d9;
}

.harki-table tr td {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  border: 1px solid #d9d9d9;
}

.gallery img {
  width: 100%;
}

.bg__info img {
  width: 100%;
  margin-bottom: 20px;
}

.bg-colum {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}

.opisanie-block {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.opisanie-slider {
  position: relative;
  grid-column: 8 / 13;
  /* background-color: #dedede; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f8f8f8;
}

.opisanie-info {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-column: 1 / 8;
}

.opisanie-revers .opisanie-info {
  grid-column: 5 / 13;
  grid-row: 1;
}

.opisanie-revers .opisanie-slider {
  grid-column: 1 / 5;
  grid-row: 1;
}

.nobg {
  border: none;
}

.opisanie-block .slider-btn a {
  color: #fff !important;
}

.owl-carouselInfo img {
  height: 100%;
}

blockquote {
  border-left: 4px solid #4fc7b5;
  margin-left: 16px;
  margin-right: 0;
  padding-left: 16px;
}

.info-nopad {
  padding: 0;
}

.content__inner .slider-btn a {
  color: #fff;
}

.img__item img {
  width: 100%;
}

.warning {
  border-color: red;
}

.diller {
  background-color: #4fc7b5;
  color: #fff;
  width: 100%;
  padding: 12px;
  text-align: center;
  font-size: 18px;
}

.diller:hover {
  background-color: #309787;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.shapka-soc__item a {
  font-size: 24px;
  color: #4fc7b5;
}

.shapka-soc__item a:hover {
  color: #309787;
}

.plitka-menu-polezno {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 70px;
}

.plitka-polezno__item {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  background-size: 100%;
  background-position: center center;
  background-image: attr(data-image-src url);
  transition-duration: 0.3s;
  background-repeat: no-repeat;
}

.plitka-polezno__item:hover {
  background-size: 110%;
  transition-duration: 0.3s;
}

.plitka-polezno__item:hover .plitka-menu__info {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.plitka-polezno__item:nth-child(1) {
  grid-row: 1 / 3;
  background-size: 120%;
}

.plitka-polezno__item:nth-child(1):hover {
  background-size: 130%;
}

.bg-item__rel {
  position: relative;
  padding-bottom: 54px;
}

.item__rel-img {
  position: absolute;
  bottom: 24px;
  right: 24px;
  height: 24px;
}

.item__rel-img img {
  height: 100%;
}

.mb7 {
  margin-bottom: 70px;
}

.grey-block {
  padding: 40px 0;
  background-color: #f8f8f8;
}

.enter-btn a {
  background-color: #37a58c;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

@media(max-width: 1600px) {  
  .plitka-polezno__item {
    background-size: 110%;
  }

  .plitka-polezno__item:hover {
    background-size: 120%;
    transition-duration: 0.3s;
  }
  
  .plitka-polezno__item:hover .plitka-menu__info {
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
  }
  
  .plitka-polezno__item:nth-child(1) {
    grid-row: 1 / 3;
    background-size: 140%;
  }
  
  .plitka-polezno__item:nth-child(1):hover {
    background-size: 150%;
  }
 }

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }

  .banner-enter {
    top: 0;
    bottom: auto;
  }
}

@media (max-width: 1200px) {
  .shapka-menu {
    gap: 16px;
  }

  .plitka-menu-polezno {
    grid-template-columns: repeat(2,1fr);
  }

  .plitka-polezno__item {
    background-size: cover;
    background-position: center;
  }

  .plitka-polezno__item:hover {
    background-size: 120%;
    transition-duration: 0.3s;
  }
  
  .plitka-polezno__item:hover .plitka-menu__info {
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
  }
  
  .plitka-polezno__item:nth-child(1) {
    grid-row: 1 / -1;
    grid-column: 1 / -1;
    min-height: 700px;
  }
}

@media (max-width: 992px) {
  .shapka {
    display: none;
  }

  .form__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .form-liter span {
    padding-bottom: 0;
  }

  .plitka-menu,
  .news__inner,
  .four-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .slider__info {
    position: relative;
    width: 100%;
    max-width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .slider__item1 .slider__info,
  .slider__item-right .slider__info {
    right: auto;
  }

  .slider-btns {
    display: none;
  }
}

@media (max-width: 768px) {
  .plitka-menu-polezno {
    grid-template-columns: repeat(1,1fr);
  }

  .plitka-polezno__item:nth-child(1) {
    min-height: 350px;
  }

  .plitka-menu,
  .news__inner,
  .tri-block,
  .four-block,
  .two-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .slider__title,
  .gen-title {
    font-size: 24px;
  }

  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .plitka-menu__title,
  .news-title {
    font-size: 18px;
  }

  .faq-sum {
    font-size: 16px;
  }

  .footer-black__inner,
  .footer-black__left {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .opisanie-info,
  .opisanie-revers .opisanie-info {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .opisanie-slider,
  .opisanie-revers .opisanie-slider {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .harki-table tr:first-child {
    display: none;
  }

  .harki-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .harki-table tr td:first-child {
    background-color: #f8f8f8;
    font-weight: 600;
  }

  .formMain__row {
    flex-direction: column;
  }
}
