

/* Start:/service/add.css?17726652355830*/
/* =======================================================
   ДЕСКТОПНЫЕ СТИЛИ (Без изменений, как ты просил)
   ======================================================= */
.page-top {
  margin-bottom: 4rem !important;
  margin-top: 8rem;
}

.fl-50 {
  display: flex;
}

/* Исправлена синтаксическая ошибка: убрана висящая запятая и добавлено r-div */
.fl-50 .l-div,
.fl-50 .r-div {
  width: 50%;
}

.f-col {
  display: flex;
  flex-direction: column;
}

.f-row {
  display: flex;
  flex-direction: row;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-67 {
  width: 67%;
  display: flex;
  flex-direction: column;
}

.group-w33 {
  display: flex;
}

.w2-text {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: uppercase;
}

.w2-img {
  display: flex;
  justify-content: flex-end;
}

.border-b {
  display: flex;
  border-bottom: 1px solid #E7E1DB;
}

.title-text {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 28px;
}

.margin-row {
  margin-top: 40px;
}

.type-1-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type-1-container {
  justify-content: space-between;
  min-height: 300px;
}

.type-1-title span {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 20px;
}

.type-1-title img {
  max-width: 260px;
}

.type-1-content {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  max-width: 220px;
  gap: 20px;
  margin-bottom: 40px;
}

.type-1-content img {
  width: 100px;
  height: 100px;
}

.colontitul {
  font-weight: 500;
  line-height: 120%;
  font-size: 12px;
  margin-bottom: 40px;
}

.type-2-container {
  align-items: center;
  gap: 20px;
  padding: 0px 0px 40px 0px;
  max-width: 80%;
}

.type-2-container img {
  width: 100px;
  height: 100px;
}

.type-2-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.type-2-container span {
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
}

.no-center {
  align-items: flex-start;
}

.page-top {
  margin-bottom: 4rem !important;
  margin-top: 8rem;
}

.fl-50 {
  display: flex;
}

.fl-50 .l-div,
.fl-50 .r-div {
  width: 50%;
}

.f-col {
  display: flex;
  flex-direction: column;
}

.f-row {
  display: flex;
  flex-direction: row;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-67 {
  width: 67%;
  display: flex;
  flex-direction: column;
}

.group-w33 {
  display: flex;
}

.w2-text {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: uppercase;
}

.w2-img {
  display: flex;
  justify-content: flex-end;
}

.border-b {
  display: flex;
  border-bottom: 1px solid #E7E1DB;
}

.title-text {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 28px;
}

.margin-row {
  margin-top: 40px;
}

.type-1-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type-1-container {
  justify-content: space-between;
  min-height: 300px;
}

.type-1-title span {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 20px;
}

.type-1-title img {
  max-width: 260px;
}

.type-1-content {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  max-width: 220px;
  gap: 20px;
  margin-bottom: 40px;
}

.type-1-content img {
  width: 100px;
  height: 100px;
}

.colontitul {
  font-weight: 500;
  line-height: 120%;
  font-size: 12px;
  margin-bottom: 40px;
}

.type-2-container {
  align-items: center;
  gap: 20px;
  padding: 0px 0px 40px 0px;
  max-width: 80%;
}

.type-2-container img {
  width: 100px;
  height: 100px;
}

.type-2-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.type-2-container span {
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
}

.no-center {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .fl-50 {
    display: flex;
    flex-direction: column;
  }

  .fl-50 .l-div,
  .fl-50 .r-div,
  .w-50,
  .w-33,
  .w-67 {
    width: 100%;
  }

  .m0-box-none {
    display: none;
  }

  .title-text {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .margin-row {
    margin-top: 32px;
  }

  .title-bmd {
    display: flex;
  }

  .header-add .f-row {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 16px;
    align-items: center;
    border-bottom: none;
  }

  .w2-text {
    text-align: left;
    font-size: 14px;
  }

  .w2-img img {
    width: 100%;
    height: auto;
  }

  .type-1-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    min-height: auto;
    padding-bottom: 20px;
  }

  .type-1-title {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }

  .type-1-title span {
    font-size: 16px;
  }

  .type-1-title img {
    max-width: 100px;
  }

  .type-1-content {
    max-width: 100%;
    margin-bottom: 0;
  }

  .type-1-content img {
    width: 60px;
    height: 60px;
  }

  .w-67 {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .group-w33 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .type-2-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    max-width: 100%;
  }

  .type-2-container img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  .type-2-content {
    gap: 4px;
  }

  .type-2-container span {
    font-size: 13px;
  }

  .colontitul {
    margin-bottom: 15px;
    text-align: center;
  }
}
/* End */
/* /service/add.css?17726652355830 */
