.architector {
        display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
}
.architector img {
        border-radius: 50%;
}
.cooperate__p__desc, .p__tsubttl {
    margin-bottom: 2.94rem;
}
.is-invalid {
border: #f00 solid 1px;
}
.faq__btn {
    margin-top: 2rem;
    width: 18rem;
}
.slide-owr__ttl ol li {
    
}
.our-works__desc p:not(:last-child) {
    margin-bottom: 1.17em;
}
.our-works__desc p {
font-size: 1.5em;
}
.design__box {
    flex-wrap: wrap;
}

.box-list ul li {
  position: relative;
  isolation: isolate;
  padding-left: 1.25em;
}
.box-list ul li::after {
  content: "";
  display: inline-block;
  width: 0.25em;
  border-radius: 50%;
  height: 0.25em;
  background-color: currentcolor;
  position: absolute;
  top: 0.5em;
  left: 0.38em;
  z-index: 2;
}
.box-list ol {
  counter-reset: ol-num;
}
.box-list ol li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.box-list ol li::before {
  counter-increment: ol-num;
  content: counter(ol-num) ")";
  display: inline-block;
}
.box-sub-nav-link-i {
    position: relative;
    z-index: 2;
    isolation: isolate;
    -webkit-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
    border-bottom: 1px solid #434141;
}
.portfolio__item {
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
}
.portfolio__item__img {
        aspect-ratio: 300 / 200;
    border-radius: 1.5em;
    overflow: hidden;
    overflow: clip;
}
.portfolio__item__img img {
    width: 100%;
    height: 100%;
}
.portfolio-edge-cycle__itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.46em;
    font-size: 1.2em;
}
.portfolio__item__box {
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.portfolio__check {
    width: 1em;
    height: 1em;
    border-radius: 0.32em;
    background-color: var(--c-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
        padding: 3px;
}
.portfolio__check::before {
    content: "";
    display: inline-block;
    width: 1.63em;
    height: 1.63em;
    background: var(--url-svg-ok) 50% 50% / contain no-repeat;
}
.serv-qq__c-box {
    display: flex;
    gap: 20px;
        margin-top: 40px;
        align-items: center;
}
.serv-qq__l, .serv-qq__d-img {
        flex: 1 1 100%;
}
.serv-qq__d-img img {
        width: 100%;
            border-radius: 25px;
}
.p-main__box-cookie {
    padding: 30px 0;
}
.cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.cookie__itm {
  font-size: 1.13em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.cookie__itm:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie__itm:not(:last-child) > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (hover) and (min-width: 34.38em) {
  .cookie__itm:hover, .cookie__itm:focus-visible {
    color: var(--c-2);
  }
}
.cookie__link {
  white-space: nowrap;
}

.serv-qq__content {
    padding: 40px 0;
}
.serv-qq__content p {
    width: 100%;
    max-width: 100%;
}
.service_card-page h2 {
    font-size: 1.88em;
    font-weight: 500;
    margin-bottom: 2.63rem;
}
.affects-cost__c-box h3 {
    margin-bottom: 1.67em;
    font-size: 1.88em;
}
.serv-qq__content ul {
    padding:20px 0;
        padding-left: 30px;
}
.serv-qq__content li {
        position: relative;
            font-size: 1.5em;
}
.serv-qq__content li:not([class])::before {
    content: "";
    display: inline-block;
    width: 0.92em;
    height: 0.17em;
    background-color: var(--c-2);
    position: absolute;
    top: 0.55em;
    left: -1.33em;
    z-index: 5;
}
.post__card-item {
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
        background: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 20px;
}
.post__card-item__img {
    aspect-ratio: 300 / 200;
    border-radius: 1.5em;
    overflow: hidden;
    overflow: clip;
}
.post__card-item__img img {
    width: 100%;
    height: 100%;
}
.post__card-item__box {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 9px;
}
.date__publish {
    color: #000;
}
.post__card-item__box p {
    color: #000;
}
.post_card-page ul {
    padding: 20px 0;
    padding-left: 30px;
}
.post_card-page li {
    position: relative;
    font-size: 1.5em;
}
.post_card-page li:not([class])::before {
    content: "";
    display: inline-block;
    width: 0.92em;
    height: 0.17em;
    background-color: var(--c-2);
    position: absolute;
    top: 0.55em;
    left: -1.33em;
    z-index: 5;
}
.post_card-page p {
    position: relative;
    font-size: 1.2em;
        padding-bottom: 10px;
}
.post_card-page h5 {
    font-size: 1.5em;
        padding-bottom: 10px;
}
.date__publish-page {
    padding-bottom: 20px;
    position: relative;
}
.post-qq__r {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.post-qq__c-box {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    align-items: center;
}
.post-qq__d-img img {
    width: 100%;
    border-radius: 25px;
}
.contact-order__g-card {
    padding: 4.38em 1.88em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 1.25em;
    border-radius: 1.88em;
    overflow: hidden;
    overflow: clip;
    justify-content: space-between;
}
.contact-order__l {
    max-width: 100%;
    width: 100%;
}
.footer__el {
    gap: 9px;
}
h1 {
    text-transform: uppercase;
}
h1.p__ttl {
    font-size: 3.38em;
}
h1.main__ttl {
   text-align: right; 
}
@media (max-width: 990px) {
.post-qq__c-box {
    flex-direction: column;
}
    .serv-qq__c-box {
        flex-direction: column;
    }
    .contact-order__g-card {
       flex-direction: column; 
    }
    .post_card-page li {
    font-size: 1em;
}

.post_card-page p {
    font-size: 1em;
        padding-bottom: 10px;
}
h1.p__ttl {
    font-size: 2.38em;
}
}
@media (max-width: 767px) {
.post_card-page ul {
    padding-left: 20px;
}
h1.p__ttl {
    font-size: 1.38em;
}
    .design {
        padding-block: 0;
    }
}
.design ._ibg-img {
    filter: brightness(60%);
}
.input-file {
	position: relative;
	display: inline-block;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	background-color: var(--c-1);
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: var(--c-1);
}
.input-file:active .input-file-btn {
	background-color: var(--c-1);
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
}

.post_card-page .site-map li {
    position: relative;
    font-size: 22px;
}
.design-cost__c-box .input-file{
        margin-bottom: 20px;
}
.card-qq__txt-box ul {
         margin-top: 20px;
 }
.card-qq__txt-box ul li {
    max-width: initial;
    font-size: 1.25em;
    list-style: disc;
}
.btn.get-call {
        font-size: 1em;
        cursor: pointer;
}
.nav-list__link {
    cursor: pointer;
}
.s-about__action {
        margin-top: 5em;
}
.s-about__subttl {
    margin-top: 1rem;
}
.article-content__list, .article-content__list {
    padding-block: 1rem;
    line-height: 1.4rem;
}
.serv-qq__content h3 {
    line-height: 1;
    font-size: 2.38em;
    font-weight: 500;
    color: var(--c-14);
    padding-block: 1rem;
}
.sd-serv {
    padding-top: 9em;
}
/* Стили для блока форматов */
.formats-section {
    padding-block: 5rem;
}

.formats-section__top {
    text-align: center;
    margin-bottom: 3rem;
}

.formats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.format-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (hover: hover) and (min-width: 34.375em) {
    .format-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.08);
        border-color: var(--c-1, #E2C34F);
    }
}

.format-card__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
    color: var(--c-1, #E2C34F);
}

.format-card__icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.format-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    color: var(--white, #fff);
}

.format-card__condition {
    font-size: 0.875rem;
    color: var(--c-14, #f1d87b);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.format-card__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.format-card__list li {
    font-size: 0.875rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 1.25rem;
}

.format-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--c-1, #50449D);
    font-weight: bold;
}

/* Адаптивность */
@media (max-width: 68.75em) {
    .formats-grid {
        gap: 1rem;
    }
    .format-card {
        padding: 1.25rem;
    }
    .format-card__title {
        font-size: 1.125rem;
    }
    .format-card__condition,
    .format-card__list li {
        font-size: 0.8125rem;
    }
}

@media (max-width: 56.25em) {
    .formats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    .formats-section {
        padding-block: 3.75rem;
    }
}

@media (max-width: 37.5em) {
    .formats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .formats-section {
        padding-block: 2.5rem;
    }
    .format-card {
        padding: 1.25rem;
    }
    .format-card__title {
        font-size: 1rem;
    }
}