body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3 {
  margin: 0 0 20px;
}

.tablePriceDetails td,
.tablePriceDetails th {
  padding: 6px !important;
}

a img,
.shapka__inner img,
.brands__inner img,
.footer-soc__item img {
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.adress__link a {
  font-size: 18px;
  color: #333;
  text-decoration: underline;
  font-weight: 600;
}

.content__inner img,
.insta__img,
.sert__img img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.content {
  padding: 30px 0 80px;
}

.shapka {
  background-color: #fff;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.shapka-logo {
  width: 250px;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

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 {
  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__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo {
  width: 160px;
}

.line-top__logo-img {
  width: 100%;
  height: 18px;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.line-top__icon img {
  width: 35px;
  height: 22px;
}

.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 {
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  width: 160px;
}

.mobile-menu__logo-img {
  width: 100%;
  height: 18px;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  padding: 0 20px;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
}

.mobile-menu__item {
  margin-bottom: 8px;
}

.mobile-menu__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2b2b2b;
}

.mobile-menu__phone .shapka-kontakty__item {
  margin: 16px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-menu__btn a {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background: #1d88ca;
  padding: 20px 40px;
  border: 1px solid #1d88ca;
  box-sizing: border-box;
  border-radius: 14px;
  display: inline-block;
}

.mobile-menu__phone .shapka-kontakty__soc {
  margin: 0 0 0 12px;
}

.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;
}

@media (min-width: 1710px) {
  .container {
    width: 1680px;
  }
}

.shapka {
  padding: 30px 0;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shapka__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shapka-kontakty {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shapka-menu__item {
  margin: 0 15px;
}

.shapka-menu__item a {
  font-size: 16px;
  line-height: 140%;
  color: #2b2b2b;
}

.shapka-kontakty__item {
  margin: 0 12px;
}

.shapka-kontakty__item a {
  font-size: 16px;
  line-height: 140%;
  color: #2b2b2b;
}

.shapka-kontakty__soc {
  margin: 0 10px;
}

.shapka-kontakty__soc img {
  height: 24px;
}

.shapka__callback {
  display: inline-block;
}

.shapka__callback a {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background: #1d88ca;
  padding: 20px 40px;
  border: 1px solid #1d88ca;
  box-sizing: border-box;
  border-radius: 14px;
}

.slider {
}

.slider__inner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background-color: #1d88ca;
}

.owl-carousel {
  display: block;
}

.owl-carousel .slider__inner:not(:first-child) {
  display: none;
}

.slider__item {
  background-position: center;
  background-size: cover;
  min-height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 24px;
}

.slider__item1 {
  background-image: url(/img/slide.jpg);
}

.slider__item2 {
  background-image: url(/img/gen/2.jpg);
}

.slider__item3 {
  background-image: url(/img/gen/3.jpg);
}

.slider__item4 {
  background-image: url(/img/gen/4.jpg);
}

.slider__item5 {
  background-image: url(/img/gen/5.jpg);
}

.slider__item6 {
  background-image: url(/img/gen/6.jpg);
}

.slider-btns {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.slider-right,
.slider-left {
  cursor: pointer;
}

.slide-inner {
  padding: 45px 80px 45px 45px;
  max-width: 50%;
}

.slider__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 30px;
  text-shadow: 0 0 2px #000;
}

.slider__subtitle {
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
}

.gen-title {
  text-align: center;
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  color: #2b2b2b;
  margin-bottom: 60px;
}

.uslugi__general {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.uslugi__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  align-items: stretch;
}

.uslugi__img {
  background-color: #eff9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 30px 10px;
  height: 100%;
}

.uslugi__img img {
  max-width: 80%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.uslugi__info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.uslugi__title {
  font-size: 20px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  color: #2b2b2b;
  margin-bottom: 60px;
}

.uslugi__title a {
  color: #2b2b2b;
}

.uslugi__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1d88ca;
}

.uslugi__link a {
  color: #1d88ca;
}

.uslugi {
}

.dbl-block {
  margin-bottom: 90px;
}

.dbl__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dbl__item {
  width: 50%;
  margin-bottom: 30px;
}

.dbl__item:first-child {
  margin-right: 30px;
}

.dbl__img {
  background-image: url(/img/dbl.jpg);
  background-size: cover;
  background-position: center;
  min-height: 400px;
  border-radius: 24px;
}

.dbl__info {
  padding-left: 30px;
}

.dbl__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  margin-bottom: 30px;
  color: #2b2b2b;
}

.dbl__text {
  font-size: 14px;
  line-height: 140%;
  color: #797979;
  margin-bottom: 60px;
}

.dbl__link {
  display: inline-block;
}

.dbl__link a {
  display: block;
  border: 1px solid #1d88ca;
  border-radius: 14px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 140%;
  color: #1d88ca;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dbl__link img {
  margin-left: 10px;
}

.plusi {
  margin-bottom: 90px;
}

.dbl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.plusi__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #2b2b2b;
}

.plusi__item {
  margin-bottom: 30px;
  background: #eff9ff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 30px 10px 30px 20px;
  display: flex;
  justify-content: flex-start;
  min-height: 120px;
}

.plusi__item img {
  margin-right: 20px;
}

.plusi__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #2b2b2b;
}

.plusi-col {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
}

.ourwork {
}

.price {
}

.price-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.price-tab__link,
.ourwork-tab__link {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  display: inline-block;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
  margin: 0 10px;
}

.active-tab__link,
.price-tab__link:active,
.price-tab__link:hover,
.price-tab__link:focus,
.active-ourwork,
.ourwork-tab__link:hover,
.ourwork-tab__link:active,
.ourwork-tab__link:focus {
  background: #1d88ca;
  color: #fff;
}

.price-tabs {
  display: none;
}

.active-tab {
  display: block;
}

.pricetable {
  border-radius: 24px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  margin-bottom: 30px;
}

.akbTable {
  box-sizing: border-box;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.akbTable tr th {
  background: #eff9ff;
  padding: 20px 60px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 20px;
  line-height: 140%;
  color: #2b2b2b;
}

.akbTable tr td {
  background: #fff;
  padding: 20px 60px;
  font-size: 20px;
  line-height: 140%;
  color: #222;
}

.akbTable tr td {
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.akbTable tr:nth-child(2n + 1) td {
  background: #f8f8f8;
}

.table-callback {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #1d88ca;
  font-family: "Inter", sans-serif;
}

.akbTable tr td:last-child {
  text-align: right;
}

.seeall-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}

.seeall-btn a {
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 20px 40px;
  background: #1d88ca;
  border: 1px solid #1d88ca;
  box-sizing: border-box;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seeall-btn img {
  margin-left: 10px;
}

.kupon {
}

.kupon__inner {
  background: #eff9ff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kupon__title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  color: #1d88ca;
}

.kupon__text {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  color: #2b2b2b;
}

.kupon__img {
  width: 50%;
}

.kupon__img img {
  width: 100%;
}

.ourwork__item {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
}

.ourwork__img {
  width: 100%;
}

.ourwork__title {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 140%;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif;
  min-height: 96px;
}

.adressa {
}

.metro-row {
  margin: 0 -30px;
}

.metro-col {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 20%;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #fff;
}

.metro__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.metro__img {
  margin-bottom: 20px;
  width: 50px !important;
}

.metro__title {
  font-size: 20px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.metro__adress {
  font-size: 14px;
  line-height: 140%;
  color: #797979;
  display: inline-block;
}

.metro-col:hover {
  background: #eff9ff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 24px;
}

.service {
}

.service__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service__img,
.service__info {
  width: 50%;
}

.service__img img {
  width: 100%;
  border-radius: 24px;
}

.service__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  color: #1d88ca;
  margin-bottom: 30px;
}

.service__text {
  margin-bottom: 86px;
  font-size: 14px;
  line-height: 140%;
  color: #2b2b2b;
}

.gen-search__inner {
  background: #eff9ff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
}

.gen-search__bg {
  background-image: url(/img/search.png);
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 60px 0 80px 60px;
}

.gen-search__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.gen-search__col {
  width: 255px;
  margin-right: 30px;
}

.gen-search {
}

.vibor__inner {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 20px 20px;
}

.gen-search__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  margin-bottom: 30px;
  color: #1d88ca;
}

.gen-search__subtitle {
  font-size: 20px;
  line-height: 140%;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
}

.gen-search__col label {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #797979;
  padding-left: 12px;
  margin-bottom: 5px;
}

.gen-search__btn a {
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 17px 40px;
  background: #1d88ca;
  border: 1px solid #1d88ca;
  box-sizing: border-box;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gen-search__btn a:hover {
  color: #fff;
}

.gen-search__btn img {
  margin-left: 10px;
}

.sert-block {
}

.sert-col {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 30px;
}

.sert__item {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
}

.sert__item img {
  width: 100%;
}

.sert__title {
  padding: 20px;
  min-height: 100px;
  font-size: 16px;
}

.insta-block {
}

.insta__title {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #2b2b2b;
}

.insta__subtitle {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #797979;
}

.insta__subtitle a {
  color: #797979;
}

.sert__img {
  position: relative;
}

.sert__img::after {
  position: absolute;
  content: url(/img/lupa.svg);
  right: 10px;
  bottom: 10px;
}

.insta__img {
  width: 100%;
  border-radius: 24px;
}

.insta__inner .col-xs-4 {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 30px;
}

.insta__inner a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.brands-block {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  padding: 60px 0;
}

.brands__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}

.brands__inner img {
  height: 60px;
  width: auto;
}

.footer {
  padding: 120px 0;
  background: #e8e8e8;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__adress {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 10px;
}

.footer__soc {
  display: flex;
  justify-content: space-around;
}

.footer__logo {
  margin-bottom: 40px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__text {
  font-size: 18px;
  line-height: 140%;
  color: #2b2b2b;
  margin-bottom: 40px;
}

.footer-bot {
  background: #2b2b2b;
  padding: 40px 0;
}

.footer-copy,
.footer-bot__link a {
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
}

.footer-bot__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__item:first-child {
  width: 340px;
  max-width: 100%;
}

.footer__phone a {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #2b2b2b;
  white-space: nowrap;
}

.footer-soc__item {
  margin: 0 6px;
}

.footer-soc__item img {
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.footer-callback a {
  border: 1px solid #2b2b2b;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 20px 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif;
}

.footer__title {
  font-size: 20px;
  line-height: 140%;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 50px;
}

.footer__list li {
  margin-bottom: 10px;
}

.footer__list a {
  font-size: 18px;
  line-height: 140%;
  color: #797979;
}

.footer-fl {
  display: flex;
  justify-content: flex-start;
}

.slider-btn {
  display: inline-block;
}

.slider-btn a {
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 20px 40px;
  background: #1d88ca;
  border: 1px solid #1d88ca;
  box-sizing: border-box;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.slider-btn img {
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.mb12 {
  margin-bottom: 120px;
}

@media (max-width: 1710px) {
  .shapka__inner {
    position: relative;
    margin-bottom: 35px;
  }

  .shapka__menu {
    position: absolute;
    left: 0;
    bottom: -35px;
  }

  .shapka-menu__item {
    margin: 0 30px 0 0;
  }

  .uslugi__title {
    margin-bottom: 20px;
  }

  .uslugi__info {
    padding: 20px 20px 20px 25px;
  }

  .uslugi__img {
    width: 137px;
    height: 135px;
  }

  .uslugi__info {
    width: calc(100% - 137px);
    height: 135px;
  }

  .plusi__text {
    font-size: 14px;
  }

  .metro__title {
    font-size: 16px;
    line-height: 140%;
  }

  .gen-search__col {
    width: 200px;
    margin-right: 20px;
  }

  .sert__title {
    font-size: 14px;
    line-height: 140%;
    padding: 20px 10px;
  }

  .footer__item:first-child {
    width: 300px;
    margin-right: 30px;
  }

  .slider__item {
    min-height: 500px;
  }

  .slide-inner {
    max-width: 70%;
  }
}

.grafik {
  padding: 48px 0;
}

.table-grafik {
  width: 100%;
  text-align: center;
  margin: 16px 0 32px;
}

.table-grafik tr td {
  padding: 4px 8px;
  border: 5px double #ddd;
}

.table-grafik tr th {
  text-align: center;
  padding: 4px 8px;
  border: 5px double #ddd;
  color: #f81c41;
}

@media (max-width: 1024px) {
  .mb12 {
    margin-bottom: 80px;
  }

  .slider__item {
    min-height: 640px;
  }

  .slider__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .slide-inner {
    padding: 80px 40px;
    max-width: 70%;
  }

  .slider__subtitle {
    margin-bottom: 40px;
  }

  .uslugi__img {
    width: 100px;
    height: 107px;
  }

  .uslugi__info {
    width: calc(100% - 100px);
    height: 107px;
    padding: 20px 10px;
  }

  .uslugi__title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .uslugi__link a {
    font-size: 14px;
  }

  .gen-title,
  .dbl-title {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .dbl__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .dbl__text {
    margin-bottom: 40px;
  }

  .dbl__link a {
    font-size: 14px;
    padding: 15px 30px;
  }

  .plusi__item {
    display: block;
    padding: 20px;
    height: 150px;
  }

  .plusi__item img {
    width: 40px;
    margin: 0;
    margin-bottom: 10px;
  }

  .price-tab__link,
  .ourwork-tab__link {
    font-size: 14px;
    padding: 15px 20px;
  }

  .price-tab {
    margin-bottom: 40px;
  }

  .ourwork__title {
    font-size: 16px;
  }

  .seeall-btn {
    margin-top: 10px;
  }

  .akbTable tr th,
  .akbTable tr td {
    font-size: 14px;
    padding: 20px 40px;
  }

  .table-callback {
    font-size: 14px;
  }

  .seeall-btn a {
    padding: 15px 30px;
    font-size: 14px;
  }

  .pricetable {
    margin-bottom: 30px;
  }

  .kupon__inner {
    padding: 60px 40px;
  }

  .kupon__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .kupon__text {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .metro__title {
    font-size: 14px;
    white-space: nowrap;
  }

  .metro-col {
    margin-bottom: 20px;
  }

  .service__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .service__text {
    margin-bottom: 40px;
    padding-right: 50px;
  }

  .gen-search__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .gen-search__subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .gen-search__bg {
    padding: 60px 40px;
  }

  .gen-search__col {
    width: 180px;
    margin-right: 10px;
  }

  .vibor__inner {
    padding: 18px 20px;
  }

  .gen-search__btn a {
    padding: 15px 30px;
  }

  .sert__title {
    font-size: 12px;
  }

  .sert__item {
    margin: 0 -5px;
  }

  .insta__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .insta__subtitle {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .footer__item:first-child {
    width: 230px;
  }

  .footer__phone a {
    font-size: 14px;
  }

  .footer__text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .footer__list a {
    font-size: 14px;
  }

  .footer-copy,
  .footer-bot__link a {
    font-size: 14px;
  }
}

.modalCitys {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.modalCitys__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.modalCitys__inner {
  background-color: #ffffff;
  color: #0e0e0e;
  width: 600px;
  padding: 16px 24px;
  text-align: center;
  position: absolute;
  z-index: 10002;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 20px;
  box-shadow: 0 0 8px #ededed;
  height: auto;
  /* overflow-y: auto; */
}

.modalCitys__title {
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 8px;
}

.modalCitys__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: 100%;
  gap: 4px;
}

.modalCitys__link {
  color: #0e0e0e;
  font-size: 1.2em;
}

.global-menu {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.sudaFixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
  background: #fff;
}

.cupon-table {
  width: 400px;
  border: 1px solid #ddd;
  z-index: 1000;
  max-width: 100%;
}

.cupon-table p {
  padding: 0;
}

.cupon-table tr td {
  font-size: 0.8em;
  width: 50%;
  vertical-align: top;
  padding: 3px;
}

.cupon-logo {
  margin: 10px auto;
  width: 200px;
  height: 22px;
}

@media (max-width: 992px) {
  .shapka,
  .left-side {
    display: none;
  }

  .brands-block {
    display: none;
  }

  .ourwork-col:nth-child(n + 7) {
    display: none;
  }

  .dbl__inner {
    display: block;
  }

  .dbl__item:first-child {
    margin-right: 30px;
  }

  .dbl__item {
    width: 100%;
  }

  .dbl__img {
    min-height: 311px;
  }

  .dbl__info {
    padding-left: 0;
  }

  .price-tab {
    overflow-x: scroll;
  }

  .footer__inner {
    flex-wrap: wrap;
  }

  .footer__item {
    margin-bottom: 40px;
  }

  .ourwork-tab__link,
  .price-tab__link {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .plusi__inner .row {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .vibor__inner {
    background: url(/img/input-right.svg) 97% / 6% no-repeat #fff;
  }

  .plusi-col {
    width: 220px !important;
    display: block;
  }

  .plusi__text {
    width: 150px;
  }

  .akbTable tr {
    display: block;
  }

  .akbTable tr td:nth-child(1),
  .akbTable tr td:nth-child(2),
  .akbTable tr th:nth-child(1),
  .akbTable tr th:nth-child(2) {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
  }

  .akbTable tr th:nth-child(3) {
    display: none;
  }

  .akbTable tr td:nth-child(2),
  .akbTable tr th:nth-child(2) {
    text-align: right;
  }

  .akbTable tr td:nth-child(3) {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 40px 20px;
  }

  .akbTable tr td {
    border: none;
  }

  .akbTable tr {
    border-bottom: 1px solid #e8e8e8;
  }

  .metro-row {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
  }

  .metro-col {
    width: 215px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .metro-col {
    width: 260px;
  }

  .metro__item {
    width: 200px;
  }

  .service__inner {
    display: block;
  }

  .service__img,
  .service__info {
    width: 100%;
    margin-bottom: 40px;
  }

  .service__text {
    padding-right: 0;
  }

  .gen-search__bg {
    padding: 40px 20px 560px;
    text-align: center;
    background-position: bottom center;
    background-size: 80% auto;
  }

  .gen-search__row {
    display: block;
  }

  .gen-search__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer__inner {
    display: block;
    text-align: center;
  }

  .footer__item,
  .footer__item:first-child {
    width: 100%;
    margin-right: 0;
  }

  .footer__adress {
    justify-content: center;
  }

  .footer__list {
    margin-right: 0;
  }

  .footer-fl {
    justify-content: center;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-bot__inner {
    display: block;
    text-align: center;
  }

  .slider__item1 {
    background-image: url(/img/slide-s.jpg);
  }
  .slider__item2 {
    background-image: url(/img/gen/small/2.jpg);
  }
  .slider__item3 {
    background-image: url(/img/gen/small/3.jpg);
  }
  .slider__item4 {
    background-image: url(/img/gen/small/4.jpg);
  }
  .slider__item5 {
    background-image: url(/img/gen/small/5.jpg);
  }
  .slider__item6 {
    background-image: url(/img/gen/small/6.jpg);
  }
}

@media (max-width: 600px) {
  .brands__inner {
    overflow: scroll;
    max-width: 100%;
  }

  .brands__inner img {
    margin-right: 15px;
  }

  .sert-col {
    width: 50%;
  }

  .dbl-title {
    display: block;
  }

  .plusi__title {
    margin-bottom: 20px;
  }

  .price-tab__link,
  .ourwork-tab__link {
    font-size: 12px;
  }
}

.left-side {
}

.left__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.uslugi__left {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}

.uslugi__left .uslugi__img {
  width: 109px;
  /* height: 107px; */
}

.uslugi__left .uslugi__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.uslugi__left .uslugi__link a {
  font-size: 16px;
}

.uslugi__left .uslugi__info {
  padding: 10px;
}

.logo__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: minmax(50px, auto);
  grid-gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.kontakty__soc img {
  width: 60px;
}

.drop-down {
  display: none;
  position: absolute;
  z-index: 1001;
  background-color: #ffffff;
  padding: 8px;
}

.drop-down ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drop-down ul li {
  padding: 8px;
}

.shapka-menu__item:hover .drop-down {
  display: block;
}

@media (max-width: 1600px) {
  .uslugi__left .uslugi__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .uslugi__left .uslugi__link a {
    font-size: 14px;
  }

  .uslugi__left .uslugi__info {
    height: auto;
    width: calc(100% - 90px);
  }

  .uslugi__left .uslugi__img {
    width: 90px;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .uslugi__left .uslugi__title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .uslugi__left .uslugi__link a {
    font-size: 10px;
  }

  .uslugi__left .uslugi__info {
    height: auto;
    width: calc(100% - 80px);
  }

  .uslugi__left .uslugi__img {
    width: 80px;
  }

  .uslugi__general {
    grid-template-columns: repeat(2, 1fr);
  }

  .shapka-kontakty {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.left-map__img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 30px;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.left-map__text {
  color: #2b2b2b;
  margin-bottom: 50px;
}

.left-map__text ul {
  padding-inline-start: 26px;
}

.metro-left .metro-col {
  width: 100%;
  padding: 20px;
  margin: 0;
}

.metro-left .metro-col img {
  width: 50px;
  float: left;
  margin-right: 20px;
}

.vibor__inner {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/img/input-right.svg) 92% / 10% no-repeat #fff;
}

.vibor__inner:focus {
  background: none;
}

.kontaktyIcon__img {
  width: 60px !important;
  height: 60px !important;
}

.video__item img {
  width: 100%;
}

.video__item {
  position: relative;
  margin-bottom: 24px;
}

.video__item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 2em;
  color: #ffffff;
  text-shadow: 0 0 8px #000000;
}

.video__item:hover {
  cursor: pointer;
}

.video__item:after {
  position: absolute;
  content: url(/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

/*
  font-family: 'Roboto', sans-serif;
*/
.gen-search__btn img,
.footer-soc__item img {
  width: 24px;
  height: 24px;
}

.footer__logo img {
  height: 28px;
}

@media (max-width: 768px) {
  .logo__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .vibor__inner {
    background: url(/img/input-right.svg) 97% / 6% no-repeat #fff;
  }

  .uslugi__general {
    grid-template-columns: repeat(1, 1fr);
  }
}

.line-top__soc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-top__soc a {
  margin: 0 10px;
}

.line-top__soc img {
  width: 32px;
  height: 32px;
}

.formMain__row {
  width: 100%;
  margin-bottom: 10px;
}

.formMain__input {
  width: 100%;
  padding: 6px;
}

.formMain__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.vakansii__border {
  border: 1px solid #ddd;
  margin: 12px 0;
  padding: 12px;
}

.uslugi-list__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (max-width: 768px) {
  .uslugi-list__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tablePriceDetails td,
.tablePriceDetails th {
  padding: 6px !important;
}

.video__item-vk {
  position: relative;
}

.video__item-vk:hover {
  cursor: pointer;
}

.video__item-vk:after {
  position: absolute;
  content: url(/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.enter-btn a {
  background-color: #0081c8;
  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;
}

.footer-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 20px;
}

.footer-docs a {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }

  .banner-enter {
    top: 0;
    bottom: auto;
  }

  .modalCitys__inner {
    height: 90%;
    overflow-y: auto;
  }

  .modalCitys__list {
    grid-template-columns: repeat(1,1fr);
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #1d88ca; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.small-logo {
  font-size: 10px;
  color: #1d88ca;
}

.platej img {
  max-width: 100%;
}

.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}

.breadcrumbs__item:after {
  content: "/";
  padding-left: 8px;
}

.breadcrumbs__item:last-child:after {
  content: "";
  padding-left: 0;
}

.img-contact-banner {
  animation-name: shake-scale;
  animation-duration: 1s; /* Длительность одной итерации */
  animation-timing-function: linear; /* Плавная смена состояний */
  animation-iteration-count: infinite; /* Бесконечная анимация */
}

@keyframes shake-scale {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.1) rotate(-5deg);
  }
  50% {
    transform: scale(0.9) rotate(5deg);
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
  }
}

.float-img {
  width: 400px!important;
  max-width: 100%;
  float: left;
  padding: 0 20px 20px 20px;
}

.fl-div {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  float: left;
}

.filial-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.filial-item a {
  border: 1px solid #e8e8e8;
  padding: 30px;
  border-radius: 24px;
  font-size: 16px;
  color: #2b2b2b;
  display: flex;
}

.filial-item:nth-child(2n+1) a {
  background-color: rgba(29,	136,	202, 0.1);
}

@media (max-width: 768px) {
  .float-img {
    width: 100%!important;
    padding: 0;
    margin-bottom: 20px;
  }

  .filial-list {
    grid-template-columns: repeat(1,1fr);
    gap: 1-px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 20px;
  }

  .breadcrumbs__item:nth-child(1) {
    display: flex;
  }

  li.breadcrumbs__item:nth-child(2) {
      overflow: hidden;         
      white-space: nowrap;        
      text-overflow: ellipsis;
  }

  li.breadcrumbs__item:hover {
      white-space: normal;
      text-overflow: clip;
      overflow: visible;
  }

  a.phoneStati__link {
    font-size: 20px;
  }
}