main>section {
  overflow: hidden;
}

.global-new {
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}

.global-new__content {
  position: relative;
  display: flex;
}

@media (max-width: 1050px) {
  .global-new__content {
    min-height: 680px;
  }
}

@media (max-width: 650px) {
  .global-new__content {
    min-height: 760px;
  }
}

.global-new__fon {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 1050px) {
  .global-new__fon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 16px;
  }
}

.global-new__fon img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

@media (max-width: 1050px) {
  .global-new__fon img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 650px) {
  .global-new__fon img {
    object-position: 70% bottom;
  }
}

.global-new__conts {
  display: flex;
}

@media (min-width: 1051px) {
  .global-new__conts {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1050px) {
  .global-new__conts {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 700px;
    padding: 6px;
  }
}

@media (max-width: 650px) {
  .global-new__conts {
    min-height: 700px;
  }
}

.global-new__cont {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: rgba(2, 0, 0, 0.4);
  border: 1.5px solid transparent;
  padding: 24px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  max-width: 750px;
  margin-top: 12px;
  margin-left: 12px;
  height: max-content;
  position: relative;
}

@media (max-width: 1200px) {
  .global-new__cont {
    max-width: 720px;
  }
}

@media (max-width: 1050px) {
  .global-new__cont {
    gap: 12px;
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .global-new__cont {
    padding: 16px;
  }
}

.global-new__cont::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(to bottom, rgb(244, 240, 235) 0%, transparent 65%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.global-new h1 {
  color: rgb(244, 240, 235);
  margin: 0;
  max-width: 730px;
}


@media (max-width: 768px) {
  .global-new h1 {
    font-size: 32px;
  }
}

.global-new__stats {
  display: flex;
  gap: 18px 44px;
}

@media (max-width: 768px) {
  .global-new__stats {
    gap: 16px;
  }
}

.global-new__stat {
  color: rgb(244, 240, 235);
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 650px) {
  .global-new__stat {
    font-size: 12px;
    white-space: nowrap;
  }
}

.global-new__desp {
  max-width: 720px;
}

@media (max-width: 650px) {
  .global-new__desp {}
}

.global-new__desp p {
  margin: 0;
  color: rgba(244, 240, 235, 0.9);
}

.global-new__checked p {
  color: rgba(244, 240, 235, 0.9);
  font-weight: 500;
}

/* ## Checked list */

.checked-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checked-list--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
}

@media (max-width: 768px) {
  .checked-list--grid {
    grid-template-columns: 1fr;
  }
}

.checked-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.checked-list__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  /* margin-top: 2px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='url(%23a)' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10'/%3E%3Cpath stroke='%23f4f2ef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 12 2 2 4-4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='2' x2='23.226' y1='2' y2='3.398' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.2' stop-color='%23ec6e1c'/%3E%3Cstop offset='1' stop-color='%23c6501f'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .checked-list__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
  }
}

.checked-list--outline .checked-list__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23ec6e1c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10'/%3E%3Cpath stroke='%23ec6e1c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

@media (max-width: 650px) {
  .checked-list__text {
    font-size: 14px;
  }
}

.checked-list__text p {
  margin: 0;
}

.global-new__btn {
  margin-top: 12px;
  justify-content: flex-start;
}

@media (max-width: 650px) {
  .global-new__btn {
    margin-top: 8px;
  }
}

.global-new__btn a {
  display: flex;
  min-width: 148px;
  padding: 12px 28px 14px;
  gap: 10px;
  align-items: center;
  line-height: 1;
  max-width: max-content;
}

@media (max-width: 768px) {
  .global-new__btn a {
    max-width: 100%;
    justify-content: center;
  }
}

.global-new__btn a svg {
  transform: translate(0, -1px);
}

.global-new__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-top: 32px;
}

@media (max-width: 1050px) {
  .global-new__bottom {
    flex-direction: column-reverse;
  }
}

.global-new__form {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  flex-shrink: 0;
  margin-top: 170px;
  padding: 40px 20px 20px;
  width: 380px;
  border-radius: 16px;
  background: rgba(254, 253, 251, 1);
  box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
}

@media (max-width: 1050px) {
  .global-new__form {
    position: relative;
    align-self: center;
  }
}

.global-new__form-image {
  position: absolute;
  top: -240px;
  left: -30px;
  width: 436px;
}

.global-new__form-title {
  color: rgb(2, 0, 0);
  font-family: "Involve", "serif" !important;
  font-size: clamp(24px, 1.8518518519vw + 23.3333333333px, 28px);
  line-height: 0.98;
}

.global-new .form__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .global-new .form__column {
    gap: 16px;
  }
}

.global-new .form__column .form__input {
  margin-bottom: 0;
}

.global-new .form .checkbox-global .checkbox-global__text {
  max-width: 100%;
}

.global-new .form__rows-global {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.global-new__gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 870px;
}

@media (max-width: 1050px) {
  .global-new__gallery-wrap {
    gap: 20px;
    width: 100%;
  }
}

.global-new__podzagolovok {
  color: rgb(2, 0, 0);
  font-family: "Involve", "serif" !important;
  font-size: clamp(24px, 1.1111111111vw + 20px, 28px);
  line-height: 1.1;
}

.global-new__gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 1050px) {
  .global-new__gallery {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    margin-inline: -20px;
    padding-inline: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    isolation: isolate;
  }
}

.global-new__gallery-item {
  display: flex;
  width: 160px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  background: rgb(244, 242, 239);
}

@media (max-width: 991px) {
  .global-new__gallery-item {
    flex-shrink: 0;
    height: 100px;
    border-radius: 16px;
  }
}

.global-new__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.select-object-new {
  padding: 70px 0 40px;
}

@media (max-width: 991px) {
  .select-object-new {
    padding-top: 30px;
  }
}

.select-object-new__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 665px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .select-object-new__top {
    gap: 12px;
  }
}

.select-object-new__label {
  color: rgb(236, 110, 28);
  /* font-size: 16px; */
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.select-object-new__top h2 {
  margin: 0;
}

.select-object-new__desp {
  color: rgba(2, 0, 0, 0.65);
  /* font-size: 16px; */
  line-height: 1.4;
}

.select-object-new__desp p {
  margin: 0;
}

.select-object-new__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px -10px;
}

@media (max-width: 991px) {
  .select-object-new__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 24px -20px;
    padding-inline: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    isolation: isolate;
  }
}

.select-object-new__tab-column {
  flex: 0 1 14.285%;
  padding: 10px;
}

@media (max-width: 1250px) {
  .select-object-new__tab-column {
    flex: 0 1 33.333%;
    padding: 8px;
  }
}

@media (max-width: 650px) {
  .select-object-new__tab-column {
    flex: 0 1 50%;
  }
}

.select-object-new__tab {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(236, 111, 28, 0);
  box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.24);
  background: rgba(254, 253, 251, 1);
  padding: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
}

@media (max-width: 991px) {
  .select-object-new__tab {
    min-height: 37px;
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .select-object-new__tab:hover {
    box-shadow: 0px 6px 20px 0px rgba(236, 110, 28, 0.32);
    border-color: rgb(236, 110, 28);
    transform: scale(0.98);
  }
}

.select-object-new__tab span {
  color: rgb(2, 0, 0);
}

@media (max-width: 991px) {
  .select-object-new__tab span {
    font-size: 14px;
  }
}

.select-object-new__tab.is-active {
  background: rgb(2, 0, 0);
  border-color: rgb(2, 0, 0);
  box-shadow: 0px 6px 20px 0px rgba(236, 110, 28, 0.32);
}

.select-object-new__tab.is-active span {
  color: rgb(244, 240, 235);
}

.select-object-new__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.catalog-elem-new {
  position: relative;
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden;
  background: rgb(2, 0, 0);
}

@media (max-width: 991px) {
  .catalog-elem-new {
    margin-bottom: 180px;
    min-height: 380px;
    overflow: unset;
  }
}

.catalog-elem-new.is-hidden {
  display: none;
}

.catalog-elem-new__image {
  position: absolute;
  inset: 0;
}

.catalog-elem-new__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .catalog-elem-new__image img {
    border-radius: 16px;
  }
}

.catalog-elem-new__content {
  position: relative;
  z-index: 2;
  min-height: 520px;
  padding: 14px;
}

@media (max-width: 991px) {
  .catalog-elem-new__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    min-height: 380px;
    padding: 8px 8px 70px;
  }

  .catalog-elem-new .catalog-elem__btns {
    padding: 0;
  }
}

.catalog-elem-new__glass {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(600px, 100%);
  padding: 24px;
  border-radius: 16px;
  background: rgba(2, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  position: relative;
}

@media (max-width: 650px) {
  .catalog-elem-new__glass {
    padding: 16px;
    gap: 16px;
  }
}

.catalog-elem-new__glass::before,
.catalog-elem-new__facts::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgb(244, 240, 235) 0%, transparent 65%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.catalog-elem-new__glass h3 {
  margin: 0;
  color: rgb(244, 240, 235);
  font-size: 40px;
  line-height: 1;
}

@media (max-width: 991px) {
  .catalog-elem-new__glass h3 {
    font-size: 24px;
  }
}

.catalog-elem-new__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 991px) {
  .catalog-elem-new__glass .catalog-elem-new__tags {
    display: none;
  }
}

.catalog-elem-new__tags span {
  background-color: rgba(254, 253, 251, 1);
  border: 1px solid rgb(220, 205, 188);
  line-height: 1;
  /* font-size: 16px; */
  padding: 12px 16px;
  border-radius: 12px;
  color: rgb(2, 0, 0);
}

@media (max-width: 650px) {
  .catalog-elem-new__tags span {
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 10px;
  }
}

.catalog-elem-new__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(244, 240, 235, 0.5);
  border-radius: 12px;
  color: rgb(244, 240, 235);
}

@media (max-width: 650px) {
  .catalog-elem-new__price-row {}
}

.catalog-elem-new__price-row b {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 650px) {
  .catalog-elem-new__price-row b {
    font-size: 16px;
  }
}

.catalog-elem-new__facts {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: min(510px, calc(100% - 28px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(2, 0, 0, 0.62);
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .catalog-elem-new__facts {
    display: none;
  }
}

@media (max-width: 650px) {
  .catalog-elem-new__facts {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

.catalog-elem-new__facts .checked-list__item {
  gap: 12px;
}

.catalog-elem-new__facts .checked-list__text {
  color: rgb(244, 240, 235);
}

.catalog-elem-new__cta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 370px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(254, 253, 251, 1);
  box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
}

@media (max-width: 991px) {
  .catalog-elem-new__cta {
    left: 8px;
    right: auto;
    bottom: -135px;
    padding: 16px;
    gap: 16px;
    width: calc(100% - 16px);
  }
}

.catalog-elem-new__cta-title {
  color: rgb(2, 0, 0);
  font-family: "Involve", "serif";
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 991px) {
  .catalog-elem-new__cta-title {
    font-size: 20px;
  }
}

.catalog-elem-new__cta .catalog-elem-new__btns {
  gap: 16px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .catalog-elem-new__cta .catalog-elem-new__btns {
    gap: 12px;
  }
}

.catalog-elem-new__btn {
  width: 100%;
  white-space: nowrap;
}

.catalog-elem-new__btn.btn-white button {
  background: rgb(2, 0, 0);
  color: rgb(244, 240, 235) !important;
}

.catalog-elem-new__btn.btn-white button svg path {
  stroke: rgb(244, 240, 235);
}

.catalog-elem-new__more {
  width: 100%;
}

.select-object-new__bottom-btn {
  margin: 60px auto 0;
  justify-content: center;
  width: 200px;
}

@media (max-width: 650px) {
  .select-object-new__bottom-btn {
    margin-top: 32px;
    width: 100%;
  }
}

.request-new {
  position: relative;
  padding: 70px 0 350px;
  margin-bottom: -340px;
  overflow: hidden;
  background-image: url(https://fluffywhite.moscow/wp-content/uploads/2026/07/request-bg.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media (max-width: 1500px) {
  .request-new {
    background-position: left -250px bottom;
  }
}

@media (max-width: 650px) {
  .request-new {
    padding-top: 30px;
  }
}

.request-new__content {
  display: grid;
  grid-template-columns: minmax(500px, 630px) 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 991px) {
  .request-new__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.request-new__media-wrap {
  padding: 12px;
  border-radius: 24px;
  background: linear-gradient(95.98deg, #020000 30%, #EC6E1C 100%);
}

@media (max-width: 650px) {
  .request-new__media-wrap {
    padding: 8px;
    border-radius: 20px;
  }
}

.request-new__media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

@media (max-width: 650px) {
  .request-new__media {
    border-radius: 12px;
  }
}

.request-new__media img {
  display: block;
  width: 100%;
  aspect-ratio: 606 / 388;
  object-fit: cover;
}

.request-new__media-name {
  position: absolute;
  right: 8px;
  bottom: 8px;
  max-width: 270px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(254, 253, 251, 1);
  color: rgb(2, 0, 0);
  font-family: "Involve", "serif";
  font-size: clamp(18px, 0.7407407407vw + 19.3333333333px, 22px);
  line-height: 1.05;
}

@media (max-width: 650px) {
  .request-new__media-name {
    right: 6px;
    bottom: 6px;
    max-width: 200px;
    padding: 12px;
    font-size: 16px;
  }
}

.request-new__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 991px) {
  .request-new__text {
    order: -1;
    gap: 12px;
  }
}

.request-new__text h2 {
  margin: 0;
  max-width: 600px;
  line-height: 0.95;
}

.request-new__desp {
  color: rgba(2, 0, 0, 0.65);
  font-size: 16px;
  line-height: 1.45;
}

.request-new__desp p {
  margin: 0;
}

.request-new__list {}

.request-new__list .checked-list__text {
  color: rgb(2, 0, 0);
  font-weight: 500;
}

.agency-new {
  padding: 500px 0 50px;
  margin-top: -100px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .agency-new {
    margin-top: 0;
    padding: 386px 0 25px;
  }
}

.agency-new .agency__fon {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin-top: -500px;
  margin-bottom: -1px;
}

@media (max-width: 1400px) {
  .agency-new .agency__fon {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .agency-new .agency__fon {
    min-height: 385px;
  }
}

.agency-new .agency__fon-two {
  height: 240px;
  width: 100%;
  margin-top: -35px;
}

@media (max-width: 1500px) {
  .agency-new .agency__fon-two {
    height: 175px;
  }
}

@media (max-width: 991px) {
  .agency-new .agency__fon-two {
    height: 123px;
    min-width: 650px;
    margin-top: -25px;
  }
}

.agency-new .agency__container {
  background: rgb(2, 0, 0);
  position: relative;
}

.agency-new .agency__container::after {
  content: "";
  transform: scale(1, 1);
  background: rgb(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100px;
  top: -55px;
  left: 0;
  z-index: 7;
  filter: blur(20px);
}

.agency-new .agency__container::before {
  content: "";
  transform: scale(1, -1);
  background: linear-gradient(rgba(2, 0, 0, 0) 0%, rgb(2, 0, 0) 5.89%);
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -55px;
  left: 0;
  z-index: 7;
  filter: blur(25px);
}

@media (max-width: 991px) {
  .agency-new .agency__container::before {
    display: none;
  }
}

.agency-new .agency__column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

@media (max-width: 991px) {
  .agency-new .agency__column {
    gap: 8px;
  }
}

.agency-new .agency__column:first-child {
  max-width: 600px;

}

@media (max-width: 991px) {
  .agency-new .agency__column {
    position: relative;
    z-index: 5;
  }
}

.agency-new .agency__column h2 {
  color: rgb(244, 240, 235);
}

.agency-new .agency__main {
  position: relative;
  z-index: 8;
  transform: translate(0, -40px);
}

@media (max-width: 650px) {
  .agency-new .agency__main {
    transform: translate(0, -35px);
  }
}

.agency-new .agency__grid {
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(580px, 670px);
}

@media (max-width: 991px) {
  .agency-new .agency__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .agency-new .agency__grid {
    gap: 32px;
  }
}

.agency-new .agency__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .agency-new .agency__row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    margin-top: 28px;
    margin-inline: -20px;
    padding-inline: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    isolation: isolate;
  }
}

.agency-new__desp {}

.agency-new__desp p,
.agency-new__accent-text p {
  color: rgba(244, 240, 235, 0.8);
  margin: 0;
}

.agency-new__accent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
  padding-left: 28px;
  border-left: 3px solid rgb(236, 110, 28);
}

@media (max-width: 991px) {
  .agency-new__accent {
    gap: 8px;
    margin-top: 20px;
    padding-left: 20px;
  }
}

.agency-new__accent-title {
  color: rgb(244, 240, 235);
  font-family: "Involve", "serif" !important;
  font-size: clamp(20px, 1.1111111111vw + 16px, 36px);
  line-height: 1;
}

.agency-new__accent-text {
  color: rgba(244, 240, 235, 0.72);
}

.agency-new__object {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 470px;
  width: 670px;
  max-width: 100%;
  text-decoration: none;
}

@media (max-width: 650px) {
  .agency-new__object {
    height: 260px;
  }
}

.agency-new__object img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 650px) {
  .agency-new__object img {
    min-height: 260px;
  }
}

.agency-new__object-info {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 240px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(254, 253, 251, 1);
  color: rgb(2, 0, 0);
}

@media (max-width: 650px) {
  .agency-new__object-info {
    left: 6px;
    bottom: 6px;
    width: 200px;
  }
}

.agency-new__object-title {
  font-family: "Involve", "serif" !important;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 650px) {
  .agency-new__object-title {
    font-size: 20px;
  }
}

.agency-new__object-location {
  color: rgb(236, 110, 28);
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.agency-new__object-location::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 19'%3E%3Cpath stroke='%23ec6e1c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.834 7.917c0 3.953-4.385 8.07-5.858 9.34a.79.79 0 0 1-.951 0c-1.473-1.27-5.858-5.387-5.858-9.34a6.333 6.333 0 0 1 12.667 0'/%3E%3Cpath stroke='%23ec6e1c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.5 10.292a2.375 2.375 0 1 0 0-4.75 2.375 2.375 0 0 0 0 4.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 650px) {
  .agency-new__object-location::before {
    width: 16px;
    height: 16px;
  }
}

.agency-new__card {
  display: grid;
  grid-template-rows: 44px 75px max-content;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(254, 253, 251, 1);
}

@media (max-width: 991px) {
  .agency-new__card {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 8px;
    padding: 16px;
    width: 260px;
  }
}

.agency-new__card-num {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgb(2, 0, 0);
  color: rgb(244, 240, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 991px) {
  .agency-new__card-num {
    margin-bottom: 6px;
  }
}

.agency-new__card-title {
  color: rgb(2, 0, 0);
  font-family: "Involve", "serif" !important;
  font-size: clamp(20px, 0.9259259259vw + 20px, 28px);
  line-height: 1;
}

.agency-new__card-text {
  color: rgba(2, 0, 0, 0.7);
}

.developer-access-new {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .developer-access-new {
    padding: 25px 0;
  }
}

.developer-access-new__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .developer-access-new__top {
    gap: 12px;
  }
}

.developer-access-new__top h2 {
  margin: 0;
  color: rgb(2, 0, 0);
  line-height: 0.95;
}

.developer-access-new__desp {
  color: rgba(2, 0, 0, 0.65);
  font-size: 16px;
  line-height: 1.4;
}

.developer-access-new__desp p,
.developer-access-new__text p {
  margin: 0;
}

.developer-access-new__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 1050px) {
  .developer-access-new__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 14px;
    margin-top: 24px;
  }
}

.developer-access-new__card {
  display: grid;
  grid-template-rows: 60px 160px max-content;
  gap: 20px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(254, 253, 251, 1);
  border: 1px solid transparent;
  transition: all 0.2s ease 0s;
}

@media (min-width: 1200px) {
  .developer-access-new__card:hover {
    box-shadow: 0px 6px 20px 0px rgba(236, 110, 28, 0.32);
    border-color: rgb(236, 110, 28);
    transform: scale(0.98);
  }
}

@media (max-width: 650px) {
  .developer-access-new__card {
    grid-template-rows: 30px 120px max-content;
    gap: 10px;
    padding: 8px;
    border-radius: 12px;
  }
}

.developer-access-new__card h3 {
  margin: 0;
  padding: 8px 8px 0 8px;
  color: rgb(2, 0, 0);
  font-size: clamp(14px, 0.7407407407vw + 14px, 20px);
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .developer-access-new__card h3 {
    padding: 0;
    font-size: 14px;
    line-height: 1;
  }
}

.developer-access-new__image {
  overflow: hidden;
  border-radius: 8px;
}

.developer-access-new__image img {
  display: block;
  width: 100%;
  aspect-ratio: 300 / 160;
  object-fit: cover;
}

@media (max-width: 650px) {
  .developer-access-new__image img {
    aspect-ratio: 160 / 120;
  }
}

.developer-access-new__text {
  padding: 0 8px 8px 8px;
  font-size: 16px;
}

.developer-access-new__text p {
  color: rgba(2, 0, 0, 0.7);
}

@media (max-width: 650px) {
  .developer-access-new__text {
    padding: 0;
    font-size: 12px;
  }
}

.remote-deal-new {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .remote-deal-new {
    padding: 30px 0;
  }
}

.remote-deal-new__grid {
  display: grid;
  grid-template-columns: minmax(360px, 610px) minmax(550px, 670px);
  gap: 80px;
}

@media (max-width: 1250px) {
  .remote-deal-new__grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .remote-deal-new__grid {
    grid-template-columns: 1fr;
  }
}

.remote-deal-new__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 991px) {
  .remote-deal-new__left {
    gap: 12px;
  }
}

.remote-deal-new__left h2 {
  margin: 0;
  color: rgb(2, 0, 0);
  line-height: 0.98;
}

.remote-deal-new__desp {
  max-width: 700px;

}

.remote-deal-new__desp p,
.remote-deal-new__accent-line p,
.remote-deal-new__accent-card p {
  margin: 0;
  color: rgba(2, 0, 0, 0.7);
}

.remote-deal-new__list {
  gap: 12px;
}

@media (max-width: 991px) {
  .remote-deal-new__list {
    gap: 8px;
  }
}

.remote-deal-new__list .checked-list__text {
  color: rgb(2, 0, 1);
  font-weight: 500;
}

.remote-deal-new__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 650px) {
  .remote-deal-new__right {
    padding-bottom: 0;
  }
}

.remote-deal-new__accent-line {
  padding-left: 32px;
  border-left: 2px solid rgb(236, 110, 28);
  color: rgba(2, 0, 0, 0.65);
}

@media (max-width: 650px) {
  .remote-deal-new__accent-line {
    padding-left: 18px;
  }
}

.remote-deal-new__object {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.remote-deal-new__object img {
  display: block;
  width: 100%;
  aspect-ratio: 670 / 380;
  min-height: 380px;
  object-fit: cover;
}

@media (max-width: 650px) {
  .remote-deal-new__object img {
    aspect-ratio: 370 / 220;
    min-height: 220px;
  }
}

.remote-deal-new__object-info {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(380px, calc(100% - 36px));
  padding: 16px;
  border-radius: 12px;
  background: rgba(254, 253, 251, 1);
  color: rgb(2, 0, 0);
  text-decoration: none;
  box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.18);
}

@media (max-width: 650px) {
  .remote-deal-new__object-info {
    gap: 4px;
    right: 6px;
    bottom: 6px;
    width: 200px;
  }
}

.remote-deal-new__object-title {
  font-family: "Involve", "serif" !important;
  font-size: 26px;
  line-height: 1.05;
}

@media (max-width: 650px) {
  .remote-deal-new__object-title {
    font-size: 20px;
  }
}

.remote-deal-new__object-location {
  color: rgb(236, 110, 28);
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.remote-deal-new__object-location::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 19'%3E%3Cpath stroke='%23ec6e1c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.834 7.917c0 3.953-4.385 8.07-5.858 9.34a.79.79 0 0 1-.951 0c-1.473-1.27-5.858-5.387-5.858-9.34a6.333 6.333 0 0 1 12.667 0'/%3E%3Cpath stroke='%23ec6e1c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.5 10.292a2.375 2.375 0 1 0 0-4.75 2.375 2.375 0 0 0 0 4.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 650px) {
  .remote-deal-new__object-location::before {
    width: 16px;
    height: 16px;
  }
}

.remote-deal-new__accent-card {
  position: absolute;
  left: -120px;
  bottom: 0;
  width: 250px;
  padding: 20px 30px;
  border-radius: 16px;
  background: linear-gradient(93.77deg, #EC6E1C 20%, #C6501F 100%);
  box-shadow: 0px 6px 8px 0px rgba(236, 110, 28, 0.4);
  border: 3px solid rgba(236, 110, 28, 1);
  text-align: center;
}

.remote-deal-new__accent-card p {
  font-family: "Involve", "serif" !important;
  font-weight: 500;
  font-size: clamp(16px, 0.7407407407vw + 14px, 18px);
  color: rgba(244, 242, 239, 1);
  line-height: 1;
}

@media (max-width: 1250px) {
  .remote-deal-new__accent-card {
    left: 18px;
  }
}

@media (max-width: 650px) {
  .remote-deal-new__accent-card {
    position: static;
    width: auto;
    padding: 20px;
  }
}

.partners-new {
  padding: 70px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .partners-new {
    padding: 30px 0;
  }
}

.partners-new__grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(500px, 610px);
  gap: 80px;
  align-items: end;
}

@media (max-width: 1250px) {
  .partners-new__grid {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .partners-new__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.partners-new__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

@media (max-width: 991px) {
  .partners-new__left {
    gap: 20px;
  }
}

.partners-new__left h2 {
  margin: 0;
}

.partners-new__marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 5%, #D9D9D9 92%, rgba(217, 217, 217, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 5%, #D9D9D9 92%, rgba(217, 217, 217, 0) 100%);
}

.partners-new__marquee::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 5%, #D9D9D9 92%, rgba(217, 217, 217, 0) 100%);
  pointer-events: none;
}

.partners-new__track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

@media (max-width: 991px) {
  .partners-new__track {
    gap: 10px;
  }
}

.partners-new__marquee.is-ready .partners-new__track {
  animation: partnersMarquee var(--partners-duration, 34s) linear infinite;
}

.partners-new__logo {
  flex: 0 0 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgb(220, 205, 188);
  border-radius: 14px;
  background: rgba(254, 253, 251, 1);
}

@media (max-width: 650px) {
  .partners-new__logo {
    flex-basis: 76px;
    height: 76px;
    padding: 12px;
  }
}

.partners-new__logo img {
  display: block;
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.partners-new__desp {}

.partners-new__desp p,
.partners-new__accent-title p {
  margin: 0;
}

.partners-new__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 991px) {
  .partners-new__right {
    gap: 20px;
  }
}

.partners-new__list {
  gap: 12px;
}

.partners-new__list .checked-list__text {
  font-weight: 500;
}

.partners-new__accent {
  display: flex;
  padding: 20px;
  border-radius: 16px;
  background: rgb(2, 0, 0);
}

@media (max-width: 991px) {
  .partners-new__accent {
    padding: 16px;
  }
}

.partners-new__accent-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-left: 20px;
  border-left: 3px solid rgb(236, 110, 28);
  color: rgb(244, 240, 235);
}

@media (max-width: 991px) {
  .partners-new__accent-inner {
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
    padding-top: 8px;
    border-left: 0;
    border-top: 3px solid rgb(236, 110, 28);
  }
}

.partners-new__accent-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 991px) {
  .partners-new__accent-content {
    gap: 8px;
  }
}

.partners-new__accent-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partners-new__accent-icon img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 650px) {
  .partners-new__accent-icon img {
    width: 58px;
    height: 58px;
  }
}

.partners-new__accent-title {
  font-family: "Involve", "serif" !important;
  font-size: clamp(22px, 1.1111111111vw + 14px, 28px);
  line-height: 1.05;
}

.partners-new__accent-text p {
  color: rgba(244, 240, 235, 0.8);
}

.partners-new__accent-text p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .partners-new__accent-text p:not(:last-child) {
    margin-bottom: 8px;
  }
}

.partners-new__accent-text b {
  color: rgba(244, 240, 235, 1);
  font-weight: 500;
}

@keyframes partnersMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(var(--partners-scroll-distance, 50%) * -1), 0, 0);
  }
}

.awards-new {
  padding: 70px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .awards-new {
    padding: 30px 0;
  }
}

.awards-new__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
}

@media (max-width: 1250px) {
  .awards-new__top {
    margin-bottom: 34px;
  }
}

@media (max-width: 991px) {
  .awards-new__top {
    align-items: flex-start;
  }
}

@media (max-width: 650px) {
  .awards-new__top {
    display: block;
  }
}

.awards-new__top h2 {
  max-width: 920px;
  margin: 0;
  color: rgb(2, 0, 0);
  font-size: clamp(24px, 1.1111111111vw + 16px, 36px);
  line-height: 0.98;
}

.awards-new__arrows {
  display: flex;
  gap: 10px;
}

@media (max-width: 650px) {
  .awards-new__arrows {
    display: none;
  }
}

.awards-new__arrow {
  position: absolute;
  left: -26px;
  top: 35%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 1px solid rgb(220, 205, 188);
  border-radius: 14px;
  background: rgba(254, 253, 251, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.awards-new__arrow.swiper-button-lock {
  display: none;
}

.awards-new__arrow:last-child {
  right: -26px;
  left: unset;
}

.awards-new__arrow:hover {
  /* background: rgba(236, 110, 28, 0.1); */
  transform: translateY(-50%) scale(1.04);
}

.awards-new__arrow:hover svg path {
  stroke: rgb(236, 110, 28);
}

.awards-new__arrow.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

.awards-new__content {
  overflow: visible;
}

.awards-new__swiper {
  overflow: visible;
}

.awards-new__slide {
  height: auto;
}

.awards-new__image {
  overflow: hidden;
  border-radius: 16px;
  background: rgba(254, 253, 251, 1);
}

.awards-new__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.47 / 1;
  object-fit: cover;
}

.awards-new__title {
  margin-top: 20px;
  font-family: "Involve", "serif" !important;
  font-size: clamp(18px, 0.7407407407vw + 21.3333333333px, 22px);
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .awards-new__title {
    margin-top: 18px;
  }
}

.awards-new__text {
  margin-top: 8px;
}

.awards-new__text p {
  margin: 0;
}

.faq-new {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .faq-new {
    padding: 30px 0;
  }
}

.faq-new h2 {
  max-width: 980px;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .faq-new h2 {
    margin-bottom: 34px;
  }
}

.faq-new .faq__spollers {
  display: flex;
  flex-direction: column;
  gap: calc(20px + 0.5%);
  justify-content: flex-start;
  align-items: stretch;
}

.faq-new .spollers-faq__elem {
  overflow: hidden;
  border: 1px solid rgb(220, 205, 188);
  border-radius: 16px;
  background: rgba(254, 253, 251, 1);
  box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
  cursor: pointer;
}

.faq-new .spollers-faq__elem:last-child {
  margin-bottom: 0;
}

.faq-new .spollers-faq__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 24px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .faq-new .spollers-faq__top {
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .faq-new .spollers-faq__top {
    grid-template-columns: auto 1fr;
  }
}

.faq-new .spollers-faq__num {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgb(2, 0, 0);
  color: rgb(244, 240, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 650px) {
  .faq-new .spollers-faq__num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.faq-new .spollers-faq__top h3 {
  margin: 0;
  color: rgb(2, 0, 0);
  font-family: "Involve", "serif";
  font-size: clamp(18px, 0.5555555556vw + 16px, 24px);
  line-height: 1.2;
}

@media (max-width: 650px) {
  .faq-new .spollers-faq__top h3 {
    padding-right: 54px;
  }
}

.faq-new .spollers-faq__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgb(220, 205, 188);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

@media (max-width: 650px) {
  .faq-new .spollers-faq__icon {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
  }
}

.faq-new .spollers-faq__icon svg {
  display: block;
  transition: transform 0.2s ease;
  min-width: 24px;
}

.faq-new .spollers-faq__desp {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease;
  will-change: height;
}

.faq-new .spollers-faq__inner {
  padding: 0 24px 24px;
  color: rgba(2, 0, 0, 0.65);
  font-size: clamp(16px, 0.1851851852vw + 15.3333333333px, 18px);
  line-height: 1.45;
}

@media (max-width: 991px) {
  .faq-new .spollers-faq__inner {
    padding: 0 20px 20px;
  }
}

.faq-new .spollers-faq__inner p {
  margin: 0 0 12px;
}

.faq-new .spollers-faq__inner p:last-child {
  margin-bottom: 0;
}

.faq-new .spollers-faq__inner ul {
  margin: 0 0 0 20px;
}

.faq-new .spollers-faq__inner li {
  margin-bottom: 12px;
  list-style: disc;
}

.faq-new .spollers-faq__inner li:last-child {
  margin-bottom: 0;
}

.faq-new .spollers-faq__elem._active {
  box-shadow: 0px 8px 18px 0px rgba(236, 110, 28, 0.22);
}

.faq-new .spollers-faq__elem._active .spollers-faq__icon svg {
  transform: rotate(180deg);
}

.catalog-form-new {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .catalog-form-new {
    padding: 30px 0;
  }
}

.catalog-form-new__body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(360px, 460px);
  gap: 50px;
  padding: 12px;
  min-height: 510px;
  border-radius: 24px;
  background: linear-gradient(95.98deg, #020000 30%, #EC6E1C 100%);
}

@media (max-width: 1250px) {
  .catalog-form-new__body {
    grid-template-columns: 1fr 0.72fr;
    gap: 28px;
  }
}

@media (max-width: 991px) {
  .catalog-form-new__body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (max-width: 650px) {
  .catalog-form-new__body {
    padding: 6px;
    border-radius: 18px;
    gap: 0;
  }
}

.catalog-form-new__content,
.catalog-form-new__form {
  position: relative;
  z-index: 2;
}

@media (max-width: 650px) {
  .catalog-form-new__form {
    padding: 20px;
    border-radius: 14px;
  }
}

@media (max-width: 650px) {
  .catalog-form-new__form {
    padding: 20px;
    border-radius: 14px;
  }
}

.catalog-form-new__label {
  color: rgb(236, 110, 28);
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .catalog-form-new__label {
    font-size: 14px;
  }
}

.catalog-form-new__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px;
  max-width: 700px;
}

@media (max-width: 991px) {
  .catalog-form-new__content {
    gap: 12px;
    padding: 10px;
  }
}

.catalog-form-new__content h2 {
  color: rgba(244, 240, 235, 1);
  line-height: 1;
}

.catalog-form-new__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 991px) {
  .catalog-form-new__badges {
    gap: 4px;
  }
}

.catalog-form-new__badge {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  height: 40px;
  border-radius: 12px;
  background: rgba(254, 253, 251, 1);
  color: rgba(2, 0, 0, 1);
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 991px) {
  .catalog-form-new__badge {
    height: 32px;
    font-size: 12px;
    border-radius: 10px;
  }
}

.catalog-form-new__update {
  max-width: 310px;
}

.catalog-form-new__update .checked-list__text {
  font-size: clamp(17px, 0.3703703704vw + 15.6666666667px, 21px);
  line-height: 1.35;
}

.catalog-form-new__update .checked-list__text p {
  color: rgba(244, 240, 235, 1);
  font-weight: 500;
}

.catalog-form-new__update .checked-list__text p,
.catalog-form-new__desp p,
.catalog-form-new__form-desp p {
  margin: 0;
}

.catalog-form-new__desp {
  max-width: 310px;
}

.catalog-form-new__desp p {
  color: rgba(244, 240, 235, 0.8)
}

.catalog-form-new__image {
  position: absolute;
  z-index: 1;
  left: 360px;
  bottom: -55px;
  width: 630px;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1250px) {
  .catalog-form-new__image {
    left: 43%;
    width: min(420px, 34vw);
  }
}

@media (max-width: 991px) {
  .catalog-form-new__image {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(420px, 100%);
    margin: 0 auto -70px;
    transform: none;
  }
}

.catalog-form-new__image img {
  display: block;
  width: 100%;
}

.catalog-form-new__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  padding: 20px;
  border-radius: 16px;
  background: rgba(254, 253, 251, 1);
  box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
}

@media (max-width: 991px) {
  .catalog-form-new__form {
    gap: 12px;
  }
}

.catalog-form-new__form-title {
  color: rgb(2, 0, 0);
  font-family: "Involve", "serif" !important;
  font-size: clamp(24px, 1.8518518519vw + 16px, 28px);
  line-height: 0.98;
}

.catalog-form-new .form__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 991px) {
  .catalog-form-new .form__column {
    gap: 16px;
  }
}

.catalog-form-new .form__column .form__input {
  margin-bottom: 0;
}

.catalog-form-new .form .checkbox-global .checkbox-global__text {
  max-width: 100%;
}

.catalog-form-new .form__rows-global {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 991px) {
  .catalog-form-new .form__rows-global {
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .catalog-form-new__form-placeholder {}
}

/* ## Form */

.form__checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* .form__checks .wpcf7-list-item-label {
  display: contents;
} */

.form__checks .wpcf7-list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.form__checks label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form__checks input[type=checkbox],
.form__checks input[type=radio] {
  position: relative;
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid rgb(236, 110, 28);
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.form__checks input[type=checkbox]:checked,
.form__checks input[type=radio]:checked {
  background-color: rgb(236, 110, 28);
  border-color: rgb(236, 110, 28);
}

.form__checks input[type=checkbox]:checked:after,
.form__checks input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg);
}

.form__checks .wpcf7-list-item-label {
  font-size: 16px;
}

@media (max-width: 650px) {
  .form__checks .wpcf7-list-item-label {
    font-size: 14px;
  }
}