body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

h1 {
  margin-bottom: 40px;
  margin-top: 0;
}

h2,
h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

a:hover,
a:active,
a:focus {
  text-decoration: 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(/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: #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 {
  background: #0e0e0e;
  border-radius: 8px;
  padding: 14px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
}

.line-top__adress {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.line-top__phone-link {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.line-top__logo-img {
  display: block;
  margin: 0 auto;
  height: 22px;
}

.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;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
}

.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;
  background: #0e0e0e;
  border-radius: 8px;
  padding: 14px 20px;
  margin-bottom: 1px;
}

.mobile-menu__logo {
}

.mobile-menu__logo-img {
  height: 22px;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  padding: 40px 20px;
  background: #0e0e0e;
  border-radius: 8px;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-menu__item {
  margin-bottom: 10px;
}

.mobile-menu__item a {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

.mobile-menu__phone {
  margin-bottom: 40px;
}

.mobile-menu__phone-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #707070;
  margin-bottom: 10px;
}

.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 {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ====== */
@media (min-width: 1630px) {
  .container {
    width: 1600px;
  }
}

.shapka {
  background: #0e0e0e;
  border-radius: 8px;
  width: 100%;
  z-index: 9999;
}

.shapka__logo img {
  height: 29px;
}

.shapka___inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
}

.shapka__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
}

.shapka__kontakt {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}

.shapka-menu__item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.shapka-menu__drop {
  position: relative;
  padding-right: 10px;
}

.shapka-menu__drop::after {
  content: url(/img/up.svg);
  transition-duration: 0.5s;
}

.shapka-menu__drop:hover::after {
  content: url(/img/down.svg);
  transition-duration: 0.5s;
}

.drop-down__menu {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  min-width: 180px;
  z-index: 100;
  background: #0e0e0e;
  border-radius: 8px;
  padding: 20px;
}

.shapka-menu__drop:hover .drop-down__menu {
  display: block;
}

.drop-down__item {
  margin-bottom: 10px;
}

.drop-down__item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.shapka__phone a,
.shapka__adress {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}

.slider {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 80px;
}

.slider__item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
}

.slider__inner {
  min-height: 760px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
}

.slider__item1 {
  background-image: url(/img/slider/1.jpg);
}

.slider__item2 {
  background-image: url(/img/slider/4.jpg);
}

.slider__item3 {
  background-image: url(/img/slider/1.jpg);
}

.slider__item-about {
  background-image: url(/img/slider/about.jpg);
}

.slider__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #ffffff;
  width: 768px;
  max-width: 100%;
  margin-bottom: 40px;
}

.slider__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #efefef;
}

.slider__btn {
  position: absolute;
  right: 0;
  bottom: 59px;
}

.slider__btn a {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 14px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0e0e0e;
}

.slider__btn img {
  margin-left: 20px;
  width: 15px !important;
  height: 8px !important;
}

.white-block {
  padding: 80px 0;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb8 {
  margin-bottom: 80px;
}

.fl-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.gen-title {
  font-weight: 400;
  font-size: 41px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0e0e0e;
}

.seeall-btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #e70000;
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.seeall-btn img {
  margin-left: 15px;
}

.plitka__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-rows: auto;
  grid-gap: 20px;
}

.plitka__item {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.plitka__img {
  width: 100%;
  margin-bottom: 15px;
}

.plitka__title {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 15px;
  color: #0e0e0e;
}

.plitka__text {
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.plitka__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.plitka__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #e70000;
}

.about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #707070;
}

.about__img {
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  width: 100%;
}

.why-block {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.03) 100%
    ),
    url(/img/why.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}

.why__inner {
  padding: 50px 0;
  min-height: 620px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.why-top {
  width: 460px;
  max-width: 100%;
}

.why__title {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 41px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.why__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #e8e8e8;
}

/* .why__bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
} */
.why-bot__item {
  padding: 20px;
  background: rgba(72, 72, 72, 0.66);
  border: 0.9px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(9px);
  border-radius: 15px;
  min-height: 130px;
}

.why-bot__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 15px;
}

.why-bot__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #efefef;
}

.about-fl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 20px;
}

.fl-end {
  align-items: end;
}

.about-fl__50 {
  width: 50%;
}

.about-fl__30 {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}

.gray-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
  margin-right: 40px;
  width: 50%;
}

.gray-text ul {
  margin-bottom: 0;
}

.black-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #0e0e0e;
  width: 50%;
}

.ourwork__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.ourwork__item {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 10px;
}

.ourwork__img {
  width: 100%;
  margin-bottom: 15px;
}

.ourwork__title {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #0e0e0e;
  margin-bottom: 15px;
}

.ourwork__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.news__item {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
}

.news-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0e0e0e;
}

.news__img {
  width: 265px;
  margin-right: 20px;
}

.news__img img {
  width: 100%;
  border-radius: 8px;
}

.news__info {
  width: calc(100% - 265px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #e70000;
  margin-bottom: 10px;
}

.news__title {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #0e0e0e;
  margin-bottom: 10px;
}

.news__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
  margin-bottom: 19px;
}

.faq__inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}

.faq__right {
  width: 50%;
}

.faq__left {
  width: 30%;
}

.sum__title {
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #0e0e0e;
  position: relative;
  padding: 15px 30px 15px 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/img/plus.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

details[open] summary:after {
  content: url(/img/x.svg);
  animation-duration: 1s;
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

.det__item {
  border-bottom: 1px solid #efefef;
}

.det__inner {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.grey-block {
  padding: 80px 0;
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
}

.about__inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}

.about-left {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.about-right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.about-right {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.about-right p:last-child {
  margin-bottom: 0;
}

/*
.otziv__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
} */
.otziv__item {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 10px;
}

.otziv__img img {
  width: 240px !important;
  max-width: 100%;
  border-radius: 8px;
}

.otziv__img {
  margin-bottom: 15px;
}

.otziv__title {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #0e0e0e;
  margin-bottom: 15px;
}

.otziv__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
  margin-bottom: 19px;
  height: 58px;
  overflow: hidden;
}

.otziv-btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e70000;
}

.otziv-btn img {
  width: 17px !important;
}

.dbl-block {
  display: flex;
  justify-content: center;
}

.dbl-block__left {
  width: 50%;
  background: #0e0e0e;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}

.dbl-left__title {
  font-weight: 400;
  font-size: 41px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.dbl-left__inner {
  margin-left: calc(100% - 785px);
  padding: 30px 60px 30px 0;
}

.dbl-block__right {
  width: 50%;
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
}

.dbl-right__inner {
  margin-right: calc(100% - 785px);
  padding: 30px 0 30px 30px;
}

.formMain__input {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 100%;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  outline-style: none;
}

.formMain__input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.formMain__row {
  margin-bottom: 15px;
}

.right__row {
  margin: 30px 0 50px;
}

.right__row label {
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.right__row a {
  color: #e70000;
}

.btn-callback {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0e0e0e;
  border-radius: 4px;
  padding: 14px 20px;
  cursor: pointer;
}

.btn-callback:hover {
  color: #fff;
}

.formMain__button {
  width: 243px;
}

.footer {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
}

.footer__inner {
  padding: 50px 0;
  display: grid;
  grid-gap: 70px;
  grid-template-columns: repeat(4, 1fr);
}

.footer-bot {
  background: #0e0e0e;
  border-radius: 8px;
}

.footer-bot__inner {
  display: grid;
  grid-gap: 70px;
  grid-template-columns: repeat(4, 1fr);
  padding: 15px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #efefef;
}

.footer-bot__item a {
  color: #efefef;
}

.footer__title {
  border-bottom: 0.9px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 36px;
}

.footer__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
  margin-bottom: 10px;
}

.footer__link a {
  color: #707070;
}

.slider__stati .slider__inner {
  min-height: 500px;
}

.slider__stati .slider__title {
  margin-bottom: 0;
}

.stoimost__table {
  padding: 15px 20px;
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
}

.class__table {
  width: 100%;
}

.class__table tr td,
.class__table tr th {
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}

.class__table tr th {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #e70000;
}

.class__table tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #0e0e0e;
}

.class__table tr:last-child td {
  border-bottom: none;
}

.price-table {
  width: 100%;
  margin: 16px 0;
  text-align: center;
  margin-bottom: 16px;
}

.price-table tr th {
  padding: 4px 12px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #333;
}

.price-table tr td {
  padding: 4px 12px;
  text-align: center;
  border: 1px solid #333;
  width: 50%;
}

.just-text {
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #707070;
}

.gallery {
  display: grid;
  grid-gap: 20px;
}

.gallery img {
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  margin-bottom: 30px;
}

.gallery-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-4 {
  grid-template-columns: repeat(4, 1fr);
}

.kontakty__map {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 8px;
  margin-bottom: 10px;
}

.kontakty__map img {
  width: 100%;
  border-radius: 8px;
}

.kontakty__list {
  margin-bottom: 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.kontakty__item {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 20px 10px 0;
}

.kontakty-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
  margin-bottom: 10px;
}

.kontakty-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #0e0e0e;
  margin-bottom: 20px;
}

.kontakty-text a {
  color: #0e0e0e;
}

.marki__inner {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(8, 1fr);
}

.marki__item img {
  width: 100%;
}

.gallery__item {
  background: linear-gradient(
    117.1deg,
    #fafafa 0%,
    rgba(235, 235, 235, 0) 100%
  );
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 10px;
}

.gen__title1 {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #0e0e0e;
  margin-bottom: 15px;
}

.gallery__item img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
}

.fotorama {
  margin-bottom: 20px;
}

.tabe-price {
  width: 100%;
  margin-bottom: 20px;
}

.tabe-price tr td {
  padding: 6px 8px;
}

@media (max-width: 1630px) {
  .dbl-left__inner {
    margin-left: calc(100% - 585px);
  }

  .dbl-right__inner {
    margin-right: calc(100% - 585px);
  }

  .why-bot__item {
    min-height: 150px;
  }
}

@media (max-width: 1200px) {
  .dbl-left__inner {
    margin-left: calc(100% - 470px);
  }

  .dbl-right__inner {
    margin-right: calc(100% - 470px);
  }

  .why-bot__item {
    min-height: 150px;
  }

  .otziv__img img {
    width: 177px !important;
  }
}

@media (max-width: 992px) {
  .shapka {
    display: none;
  }

  .plitka__list,
  .ourwork__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__img {
    margin-bottom: 20px;
  }

  .about-fl {
    display: block;
  }

  .about-fl__30,
  .about-fl__50 {
    width: 100%;
    margin-bottom: 20px;
  }

  .dbl-block {
    display: block;
  }

  .dbl-block__left,
  .dbl-block__right {
    width: 100%;
  }

  .dbl-left__inner,
  .dbl-right__inner {
    margin: 0;
    padding: 30px;
  }

  .footer-bot__inner {
    display: flex;
    justify-content: space-between;
  }

  .footer-bot__item:nth-child(3) {
    display: none;
  }

  .news__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .faq__inner,
  .about__inner {
    display: block;
  }

  .faq__left,
  .faq__right,
  .about-left,
  .about-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .white-block {
    padding: 40px 0;
  }

  .mb8 {
    margin-bottom: 40px;
  }

  body {
    margin-top: 62px;
  }
}

@media (max-width: 768px) {
  .slider__inner {
    padding: 20px 20px 104px;
  }

  .slider__btn {
    left: 20px;
    bottom: 20px;
    right: auto;
  }

  .gen-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .fl-title {
    justify-content: center;
  }

  .white-block {
    position: relative;
    padding: 40px 0 80px;
  }

  .about-fl {
    display: block;
  }

  .seeall-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .slider__item1 {
    background-image: url(/img/slider/1-sm.jpg);
  }

  .slider__item2 {
    background-image: url(/img/slider/4-sm.jpg);
  }

  .slider__item3 {
    background-image: url(/img/slider/1-sm.jpg);
  }

  .about__text {
    padding-bottom: 40px;
  }

  .zamena .gen-title {
    margin-bottom: 20px;
  }

  .slider__title {
    font-size: 36px;
    line-height: 90%;
  }

  .slider__text {
    font-size: 18px;
  }

  .about-fl__30 {
    justify-content: center;
  }

  .about-fl__30 br {
    display: none;
  }

  .grey-block {
    padding: 40px 0;
  }

  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-template-areas:
      "kontakt info"
      "uslugi uslugi2";
  }

  .footer__item1 {
    grid-area: kontakt;
  }

  .footer__item2 {
    grid-area: uslugi;
  }

  .footer__item3 {
    grid-area: uslugi2;
  }

  .footer__item4 {
    grid-area: info;
  }

  .why {
    padding-bottom: 0;
  }

  .gen-title {
    text-align: center;
  }

  .gallery-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .kontakty__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 500px) {
  .plitka__list,
  .ourwork__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .line-top__adress {
    display: none;
  }

  .dbl-left__title {
    font-size: 28px;
  }

  .footer__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    grid-template-areas: "kontakt" "uslugi" "uslugi2" "info";
  }

  .footer__item3 .footer__title {
    display: none;
  }

  .footer__item3 {
    margin-top: -40px;
  }

  .footer-bot__inner {
    display: block;
    justify-content: flex-start;
  }

  .footer-bot__item {
    margin-bottom: 10px;
  }

  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }

  .news__item {
    flex-direction: column;
  }

  .news__img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .news__info {
    width: 100%;
  }
}

/* !!!!!!! */
.poisk {
  display: none;
}

.carDetails__list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.carDetails__item {
    margin-bottom: 12px;
    display: block;
}

.carBrands__list,
.carModels__list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
}

.carBrands__item,
.carModels__item {

}

.carBrands__link,
.carModels__link,
.carDetails__link {
  color: #0e0e0e;
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  padding: 8px 16px;
  display: inline-block;
}

.carBrands__link:hover,
.carModels__link:hover,
.carDetails__link:hover {
  color: #fff;
  background-color: #c5c5c5;
  transition: 0.4s;
}

.detail__img {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}