body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

h1,
h2,
h3 {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 30px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline-style: 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: 460px;
  border-radius: 20px;
  border: 1px solid #bbdcf4;
  background: #f5f8fb;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1005;
  overflow: hidden;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 20px;
  color: #175e9a;
}

.modalMain__title {
  background: #f0f6fb;
  color: #175e9a;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  padding: 20px 40px;
  border-bottom: 1px solid #bbdcf4;
}

.modal-info {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.modalMain__input {
  border-radius: 12px;
  border: 1px solid #bbdcf4;
  background: #e6f3fd;
  padding: 16px 28px;
  color: #175e9a;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  outline-style: none;
}

.modalMain__input::placeholder {
  color: #76b3e5;
}

.modalMain__input:hover {
  border-radius: 12px;
  border: 1px solid #7cb4df;
  background: #e6f3fd;
}

.modalMain__input:hover::placeholder {
  color: #175e9a;
}

.modalMain__input:focus {
  border-radius: 12px;
  border: 1px solid #bbdcf4;
  background: #e6f3fd;
}

.modalMain__input:focus::placeholder {
  color: #175e9a;
}

.modalMain__row {
  position: relative;
}

/* .modalMain__row:after {
  position: absolute;
  content: url(/content/img/warning.svg);
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
} */

.formMain__input {
  border-radius: 12px;
  border: 1px solid #bbdcf4;
  background: #e6f3fd;
  padding: 19px 27px;
  outline-style: none;
  color: #175e9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.formMain__input::placeholder {
  color: #76b3e5;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.formMain__input:hover::placeholder {
  color: #175e9a;
}

.formMain__input:hover {
  border-color: #7cb4df;
}

.formMain__input:focus {
  border-color: #bbdcf4;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.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: 24px;
  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: 60px;
}

.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: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  backdrop-filter: blur(11px);
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile-menu__inner {
  min-height: 100%;
}

.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: 24px;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  border-radius: 0 0 12px 12px;
  border: 1px solid #ebebeb;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  padding: 20px;
  text-align: center;
  transform: translateZ(0);
  position: relative;
  z-index: 200;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #636363;
  padding-bottom: 32px;
  margin-bottom: 20px;
}

.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 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #636363;
  padding-bottom: 32px;
  margin-bottom: 20px;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-callback {
  margin-bottom: 24px;
}

.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;
}

/* ------ */

.container-fluid,
.container {
  padding: 0 20px;
}

@media (min-width: 1720px) {
  .container {
    width: 1680px;
  }
}

.shapka {
  border-radius: 20px;
  background: #f0f6fb;
  display: flex;
  padding: 20px 100px;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  gap: 20px;
}

.shapka-half {
  display: flex;
  align-items: center;
  gap: 40px;
}

.soc-shapka,
.shapka-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shapka-item {
  color: #202020;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  white-space: nowrap;
}

.shapka-half:first-child .shapka-item {
  white-space: normal;
}

.slide {
  min-height: 760px;
  background-image: url(/content/img/slide.jpg);
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px;
}

.slide-logo img {
  height: 70px;
}

.slide-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.slide-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.slide-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(76, 76, 76, 0.52);
  padding: 20px;
}

.formMain__row {
  width: 100%;
}

.formMain__input {
  width: 100%;
}

.slide-title {
  color: #f0f6fb;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.27);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.95px;
  max-width: 1046px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.slide-text {
  width: 1000px;
  max-width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}

.nav-item a {
  color: #f0f6fb;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.nav-item__open {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-item:hover img {
  transform: rotate(180deg);
  transition-duration: 0.3s;
}

.slide-btn a {
  color: #175e9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  border-radius: 12px;
  background: #f4fdff;
  padding: 20px 28px;
  display: inline-block;
  text-align: center;
}

.slide-btn a:hover {
  background: #e9f9fc;
}

.slide-btn a:active {
  background: #d4edf2;
}

.btn-callback,
.blue-btn a {
  border-radius: 12px;
  background: #175e9a;
  color: #f0f6fb;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 20px 28px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn-callback {
  display: block;
}

.btn-callback:hover,
.blue-btn a:hover {
  background: #125791;
  color: #f0f6fb;
}

.btn-callback:active,
.blue-btn a:active {
  background: #0b4474;
}

.white-block {
  padding-bottom: 120px;
}

.gen-title {
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.44px;
}

.four-plitka {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tree-plitka {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.uslugi-item {
  border-radius: 32px;
  background: #f5f8fb;
  padding: 32px;
}

.mb-60 {
  margin-bottom: 60px;
}

.uslugi-img {
  margin-bottom: 120px;
}

.uslugi-title {
  color: #175e9a;
  font-size: 22px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 20px;
}

.uslugi-block .uslugi-title {
  min-height: 60px;
}

.uslugi-text {
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.uslugi-block .uslugi-text {
  min-height: 48px;
}

.about-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about-img {
  background-image: url(/content/img/about.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.about-text p {
  margin-bottom: 0;
}

.about-text {
  margin-bottom: 140px;
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.about-info {
  padding-right: 80px;
}

.why-item {
  border-radius: 32px;
  background: #f5f8fb;
  padding: 32px;
  text-align: center;
}

.why-numb {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #175e9a;
  width: 75px;
  height: 75px;
  color: #f0f6fb;
  font-size: 26px;
  font-weight: 400;
  margin: 0 auto 64px;
}

.blue-form__row .slide-btn a {
  display: block;
}

.blue-form {
  border-radius: 20px;
  background: #175e9a;
  padding: 30px 40px;
  margin-bottom: 120px;
}

.blue-form {
  color: #f0f6fb;
}
.blue-form .gen-title {
  color: #f0f6fb;
  margin-bottom: 20px;
}

.form-text {
  margin-bottom: 60px;
}

.blue-form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.formBlue__input {
  border-radius: 12px;
  border: 1px solid #bbdcf4;
  background: inherit;
  padding: 19px 27px;
  outline-style: none;
  color: #f0f6fb;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  width: 100%;
}

.formBlue__input::placeholder {
  color: #f0f6fb;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.formBlue__input:hover::placeholder {
  color: #f0f6fb;
}

/* .formBlue__input:hover {
  border-color: #7cb4df;
}

.formBlue__input:focus {
  border-color: #bbdcf4;
} */

.news-sub {
  color: #636363;
  font-size: 22px;
  font-weight: 400;
  line-height: 135%;
}

.news-item {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f8fb;
}

.plitka-item {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f8fb;
}

.news-info,
.plitka-title {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plitka-title {
  color: #175e9a;
}

.news-img {
  position: relative;
}

.news-date {
  color: #175e9a;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 8px;
}

.news-title {
  font-weight: 600;
}

.news-text {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-info .uslugi-title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sotr-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}

.sotr-img img {
  border-radius: 32px;
  width: 100%;
}

.sotr-item {
  border-radius: 32px;
  background: #f5f8fb;
  padding: 32px;
}

/* 
font-family: "Roboto Condensed", sans-serif; */

.partner-item {
  min-height: 220px;
  border-radius: 32px;
  background: #f5f8fb;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
}

.partner-item img {
  max-height: 117px;
  max-width: 50%;
  width: auto !important;
}

.map-info {
  border-radius: 32px;
  background: #fff;
  padding: 64px;
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 100%;
  /* max-width: 684px; */
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.map-block__inner {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.map-list {
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.map-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.map-sub {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 8px;
}

.map-link {
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.map-link a {
  color: #202020;
}

.footer {
  border-radius: 20px;
  background: #175e9a;
  padding: 82px 0;
  margin-bottom: 20px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  height: 200px;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.footer-bot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 60px;
  border-radius: 20px;
  background: #175e9a;
}

.footer-fl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-list a {
  color: #f4f3f2;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.footer-title {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 40px;
}

.footer-bot__item {
  color: #f5f8fb;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.footer-bot__item a {
  color: #f5f8fb;
}

.mobl-menu {
  display: none;
}

.drop-menu {
  display: none;
  position: absolute;
  left: -10px;
  top: 100%;
}

.nav-item__open {
  position: relative;
}

.nav-item__open:hover .drop-menu {
  display: block;
}

#map {
  width: 100%;
  height: 620px;
  position: relative;
}

#secondCallbackSend {
  cursor: pointer;
}

.warning {
  border-radius: 12px;
  border: 1px solid #ca5c56;
  background: #fff4f4;
}

.warning:after {
  position: absolute;
  content: url(/content/img/warning.svg);
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.warning::placeholder {
  color: #ca5c56;
}

.stick-master {
  background: #175e9a;
  width: 100%;
  z-index: 900;
}

.is-sticky .stick-master {
  background: none;
}

.is-sticky .shapka {
  background: none;
  margin: 0;
  padding: 0;
}

.stick-master .slide-top {
  width: 100%;
}

.onas__inner {
  display: flex;
  gap: 40px;
  margin: 60px 0 120px;
}

.left-side__menu {
  width: 385px;
  margin-bottom: 30px;
}

.right-part {
  width: calc(100% - 385px);
}

.left-side__title {
  border-radius: 20px 20px 0 0;
  background: #175e9a;
  padding: 24px;
  text-align: center;
  color: #f0f6fb;
  font-size: 22px;
  font-weight: 500;
  line-height: 135%;
}

.left-side__menu a {
  color: #636363;
  font-size: 22px;
  font-weight: 500;
  line-height: 135%;
  padding: 24px;
  border-bottom: 1px solid #d5d5d5;
  display: block;
}

.leftMenu__active {
  color: #202020 !important;
}

.plitka-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.plitka-img img {
  width: 100%;
}

.breadcrubs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 40px;font-size: 14px;
}

.breadcrubs a {
  color: #636363;
}

.news-img img {
  width: 100%;
}

.sticky-wrapper {
  width: 100%;
}

.is-sticky .slide-top {
  max-width: 1680px;
  margin: 20px auto;
  border-radius: 12px;
  background: #175e9a;
  padding: 20px;
  z-index: 900;
}

.soc-item img {
  height: 24px;
}

.slide-top .shapka-item {
  color: #f0f6fb;
}

.line-top__soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.owl-carouselGen img {
  border-radius: 32px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #175e9a;
}

.tovary-tabs {
  display: none;
}

.active-tab {
  display: block;
}

.tovary-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #175e9a;
  width: fit-content;
  margin: 0 auto 40px; 
}

.tovary-tab__link {
  padding: 16px 30px;
  color: #175e9a;
  background-color: inherit;
  display: flex;
}

.active-tab__link {
  background-color: #175e9a;
  color: #fff;
  border-radius: 32px;
}

.active-tab__link:focus,
.active-tab__link:hover,
.active-tab__link:active {
  color: #fff;
}

.content-stati {
  padding: 50px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.gallery img {
  width: 100%;
}

@media (max-width: 1440px) {
  .desc-menu {
    display: none;
  }

  .mobl-menu {
    display: block;
  }

  .four-plitka,
  .tree-plitka {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1200px) {
  .slide,
  .shapka {
    padding: 20px;
  }

  .about-info {
    padding-right: 20px;
  }

  .tovary-tab__link {
    padding: 8px 12px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .shapka {
    display: none;
  }

  .slide-top {
    opacity: 0;
  }

  .container-fluid,
  .container {
    padding: 0 10px;
  }

  .line-top__inner,
  .mobile-menu__line-top {
    padding: 34px;
  }

  .slide {
    margin-top: 10px;
  }

  .slide-form,
  .blue-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .four-plitka {
    grid-template-columns: repeat(2, 1fr);
  }

  .uslugi-img {
    margin-bottom: 80px;
  }

  .about-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .about-info {
    padding-right: 0;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .about-text {
    margin-bottom: 40px;
  }

  .about-img {
    min-height: 420px;
  }

  .map-info {
    position: relative;
    padding: 40px;
    left: 0;
    top: 0;
    margin-bottom: 20px;
    border-radius: 32px;
    background: #f5f8fb;
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .map-border {
    border-radius: 32px;
    overflow: hidden;
  }

  .onas__inner {
    flex-direction: column-reverse;
  }

  .left-side__menu {
    width: 100%;
  }

  .right-part {
    width: 100%;
  }

  .content-stati {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .slide {
    background-image: url(/content/img/slide-s.jpg);
  }

  .line-top__inner,
  .mobile-menu__line-top {
    padding: 24px;
  }

  .slide-top {
    display: none;
  }

  .slide {
    padding-top: 254px;
  }

  .why-numb {
    margin: 0 auto 80px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .footer-fl,
  .footer-title {
    text-align: center;
  }

  .footer-bot {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .footer-logo img {
    height: 125px;
  }

  .footer {
    padding: 82px 0 60px;
  }

  .white-block {
    padding-bottom: 80px;
  }

  #map {
    height: 480px;
  }

  .plitka-list,
  .gallery {
    grid-template-columns: repeat(2,1fr);
  }

  .left-side__menu a {
    padding: 12px;
    font-size: 18px;
  }

  .left-side__title {
    font-size: 18px;
  }

  .content-stati {
    padding-top: 70px;
  }

  .tovary-tab {
    flex-direction: column;
    border: none;
  }
}

@media (max-width: 450px) {
  .slide-title,
  .gen-title {
    font-size: 33px;
  }

  .slide {
    padding-top: 245px;
  }

  .slide-form,
  .blue-form__row {
    grid-template-columns: repeat(1, 1fr);
  }

  .four-plitka,
  .tree-plitka,
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-text {
    font-size: 16px;
    text-align: center;
  }

  .gen-title {
    text-align: center;
  }

  .about-info .blue-btn {
    text-align: center;
  }

  .map-item {
    flex-direction: column;
    gap: 12px;
  }

  .map-right {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
  }

  .map-list {
    gap: 20px;
  }

  .footer-fl {
    display: flex;
    flex-direction: column;
  }

  .map-info {
    padding: 32px 20px;
  }

  .footer,
  .footer-bot {
    padding: 40px;
  }

  #map {
    height: 250px;
  }

  .line-top__logo img,
  .mobile-menu__logo img {
    display: none;
  }

  .line-top__logo,
  .mobile-menu__logo {
    content: url(/content/img/small-logo.png);
  }

  .plitka-list {
    grid-template-columns: repeat(1,1fr);
  }
}
