


.obw{
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px){
  .obw{
  padding-top: 50px;
  padding-bottom: 50px;
}
}

.row-obw{
  justify-content: center;
  flex-wrap: nowrap !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 768px){
  .row-obw{
  justify-content: center;
  flex-wrap: wrap !important;
  margin-bottom: 0px !important;
}
}

.call1 {
  position: fixed;
  bottom: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  background: #0DC143;
  margin: 15px auto;
  border-radius: 50%;
  z-index: 9999999999;
}

.whatsapp1{
  position: fixed;
  bottom: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  background: #0DC143;
  margin: 15px auto;
  border-radius: 50%;
  z-index: 9999999999;
}

.whatsapp1 {
  right: 20px;
}

.call1 {
  right: 20px;
  bottom: 90px;
}

.whatsapp1 a, .call1 a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}

.call1 i,
.whatsapp1 i {
  color: #fff;
  font-size: 30px;
}
.whatsapp1 i {
  font-size: 42px;
}

.call1 i{
  transform: rotate(360deg);
}

@media (max-width: 768px) {
  .whatsapp1, .call1{
    display: block ;
  }
}



.btn-out{
  max-width: 300px !important;
  border-radius: 10px !important;
  max-width: 300px !important;
  padding: 26px 22px !important;
}

.btn-red{
  background: #FF6C6C !important;
  border-radius: 10px !important;
  max-width: 300px !important;
  padding: 26px 22px !important;
}


.hero-placeholder{
  background: none !important;
  text-align: center;
}

.hero-placeholder img{
    height: 500px;
}

.logo-box{
  padding: 0px !important;
  border: none !important;
}

.logo-box img{
  height: 80px;
}

.ftr-logo{
  padding: 0px !important;
  border: none !important;
}

.ftr-logo img{
  height: 80px;
}

.bg-flex {
    display: flex;
    width: 800px;
    margin-top: 50px;
}

.bg-flex-block {
    width: 250px;
    margin-right: 20px;
}

.bg-flex-block img {
    height: 40px;
    margin-bottom: 10px;
}

.pbgflex {
    color: #fff;
    font-size: 14px !important;
    font-weight: 500;
}


.contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.messengers {
    display: flex;
    gap: 18px;
    font-size: 14px;
    margin-bottom: 4px;
}

.messengers i {
    margin-left: 6px;
    font-size: 14px;
}

.phone {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.svc-row-u {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 28px;
}

.svc-item-u {
  text-align: center;
}

.svc-img-u {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.svc-item-u h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 10px;
  line-height: 1.3;
}

.svc-item-u p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.65;
}

/* Планшет — 2 колонки */
@media (max-width: 900px) {
  .svc-row-u {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }
}

/* Мобильный — 1 колонка */
@media (max-width: 500px) {
  .svc-row-u {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .svc-img-u {
    width: 110px;
    height: 110px;
  }
}

.cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10),
              0 1px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15),
              0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-body {
  padding: 20px 22px 24px;
}

.card-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--black);
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 20px;
}

.card-btn {
  display: inline-block;
  margin-top: 16px;
  background: #FF6C6C;
  color: #fff;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 18px 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  width: 230px;
  margin-bottom: 10px;
}

.card-btn:hover {
  background: var(--red2);
  transform: translateY(-1px);
}

/* Планшет — 2 колонки */
@media (max-width: 1024px) {
  .cards-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Мобильный — 1 колонка */
@media (max-width: 560px) {
  .cards-row {
    grid-template-columns: 1fr;
  }

  .card-img {
    height: 220px;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  margin-bottom: 56px;
}

.about-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--red);
  margin-bottom: 14px;
}

.about-title {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}

.about-left .btn-red {
  font-size: 12px;
  padding: 13px 22px;
  letter-spacing: 0.07em;
}

.about-right p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.85;
  margin-bottom: 16px;
}

.about-list-wrap {
  background: #fff;
  border-left: 3px solid var(--red);
  padding: 20px 24px;
  margin: 4px 0 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.about-list-title {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--black);
  margin-bottom: 12px;
}

.about-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-list li {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.about-list li::before {
  content: '→';
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.about-cta-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.7;
  margin-top: 6px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--bord);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* STATS */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--bord);
  border: 1px solid var(--bord);
}

.astat {
  background: #fff;
  padding: 28px 24px;
  text-align: center;
  transition: background 0.2s;
}

.astat:hover { background: #fafafa; }

.astat-num {
  font-size: 36px;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.astat-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gray);
  line-height: 1.4;
}

/* Адаптив */
@media (max-width: 860px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .about-stats {
    grid-template-columns: 1fr 1fr;
  }
  .astat-num { font-size: 28px; }
}

.footer{
  background: #162036;
}

.sec-bel{
  color: #fff !important;
}

.sec-bel h3{
  color: #fff !important;
}

.h3cont {
    color: #fff;
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.h3cont1 {
  color: #fff;
    font-size: 23px !important;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.cont-block-tel {
    text-align: left;
}

.soc-cont img {
    height: 30px;
    margin-right: 10px;
}
@media screen and (max-width: 768px){
      .bg-flex {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

        .bg-flex-block {
        width: 100%;
        margin-right: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ffffff57;
        margin-bottom: 15px;
        margin-top: 15px;
    }


    .bg-flex-block img {
    height: 40px;
    margin-bottom: 10px;
}

.pbgflex {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.h3cont {
    color: #fff;
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.h3cont1 {
  color: #fff;
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.hero-text {
    flex: 0 0 auto;
    max-width: 100% !important;
}

.hero-text h1 {
    font-size: 23px !important;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4 !important;
    margin-bottom: 16px;
}

.hero-text p {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 30px;
    line-height: 1.65;
}

.sec-h{
  text-align: center;
}

.card-body {
    text-align: center;
    padding: 20px 22px 24px;
}

.reveal.vis {
  text-align: center;
    opacity: 1;
    transform: none;
}

.proc-row{
  text-align: left !important;
}

.cont-block-tel {
    text-align: center;
}
}

@media screen and (min-width: 768px){
  .hero-m img{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .hero-m{
    text-align: center;
    margin-top: 30px;
  }

  .hero-m img{
    height: 300px;
  }

  .hero{
    text-align: center;
  }
}