@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
* {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 11px 20px 11px 48px;
  position: relative;
  width: fit-content;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.btn:before {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.btn:hover {
  padding: 11px 48px 11px 20px;
}
.btn:hover:before {
  left: calc(100% - 38px);
}
.btn.white {
  background-color: #FFFFFF;
  color: #0C0C0C;
}
.btn.white:before {
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.66667 5.66667L1 10.3333' stroke='%23FBFBFB' stroke-width='1.55439' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #0C0C0C;
}
.btn.black {
  background-color: #0C0C0C;
  color: #FBFBFB;
}
.btn.black:before {
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.66667 5.66667L1 10.3333' stroke='%230C0C0C' stroke-width='1.55439' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #FBFBFB;
}
.btn.red {
  background-color: #FFFFFF;
  color: #0C0C0C;
}
.btn.red:before {
  content: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.66667 5.66667L1 10.3333' stroke='%23FBFBFB' stroke-width='1.55439' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #D2232A;
}

body {
  margin: 0;
  position: relative;
}
body .header {
  position: absolute;
  top: 0;
  padding: 64px 0;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 48px);
  z-index: 9;
}
body .header.inverted {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  margin: auto;
}
body .header.inverted .header-menu__item {
  color: #0C0C0C;
}
body .header.inverted .header-menu__item:hover {
  color: #D2232A;
}
body .header.inverted .header-contact {
  color: #FBFBFB;
  background-color: #0C0C0C;
}
body .header.inverted .header-contact:hover {
  background-color: #D2232A;
}
body .header-logo {
  height: 37px;
}
body .header-logo img {
  height: 100%;
  display: block;
}
body .header-menu {
  display: flex;
  align-items: center;
}
body .header-menu__item {
  margin-right: 30px;
  padding: 5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FBFBFB;
  text-decoration: none;
}
body .header-menu__item:hover {
  color: #D2232A;
}
body .header-contact {
  padding: 12px 15px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #0C0C0C;
  background-color: #FBFBFB;
  text-decoration: none;
}
body .header-contact:hover {
  background-color: #D2232A;
  color: #FFFFFF;
}
body .header .mobile-burger {
  display: none;
}
body .header .mobile-menu {
  display: none;
}
body .footer {
  background-color: #D2232A;
}
body .footer-primary {
  max-width: 1400px;
  width: calc(100% - 48px);
  margin: auto;
  padding: 90px 0;
  border-bottom: 1px solid rgba(244, 244, 244, 0.4);
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
body .footer-primary .fcol:nth-child(1) {
  width: 25%;
}
body .footer-primary .fcol:nth-child(2) {
  width: 15%;
}
body .footer-primary .fcol:nth-child(3) {
  width: 15%;
}
body .footer-primary .fcol:nth-child(4) {
  width: 25%;
}
body .footer-primary .fcol-logo {
  height: 87px;
  margin-bottom: 24px;
}
body .footer-primary .fcol-logo img {
  display: block;
  height: 100%;
}
body .footer-primary .fcol-desc {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
body .footer-primary .fcol-menu__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
body .footer-primary .fcol-menu__item {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #F4F4F4;
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}
body .footer-primary .fcol-menu__item:last-child {
  margin-bottom: 0;
}
body .footer-primary .fcol-contact {
  margin-bottom: 20px;
}
body .footer-primary .fcol-contact:last-child {
  margin-bottom: 0;
}
body .footer-primary .fcol-contact__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #F4F4F4;
  margin-bottom: 16px;
}
body .footer-primary .fcol-contact__text {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #F4F4F4;
  text-decoration: none;
}
body .footer-secondary {
  max-width: 1400px;
  width: calc(100% - 48px);
  margin: auto;
  padding: 40px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .footer-secondary__policy {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #F4F4F4;
}
body .footer-secondary__policy a {
  font-size: 20px;
  font-weight: 600;
  color: #F4F4F4;
  text-decoration: none;
}
body .footer-secondary__social {
  display: flex;
  align-items: center;
  gap: 30px;
}
body .footer-secondary__social--item {
  width: 50px;
  height: 50px;
  background-color: #FBFBFB;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .footer-secondary__social--item svg {
  display: block;
}
body section {
  max-width: 1400px;
  margin: 0 auto 100px;
  width: calc(100% - 48px);
}
body section:first-child {
  padding-top: 182px;
}
body section .intro {
  display: flex;
  width: 100%;
  height: calc(100vh - 282px);
  align-items: center;
}
body section .intro-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body section .intro-content__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #FBFBFB;
  margin-bottom: 24px;
  max-width: 80%;
}
body section .intro-content__title span {
  color: #D2232A;
}
body section .intro-content__text {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #FBFBFB;
  margin-bottom: 64px;
  max-width: 80%;
}
body section .intro-content__spacer {
  flex-grow: 1;
}
body section .intro-content__clients--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #D2232A;
  margin-bottom: 16px;
}
body section .intro-content__clients--list {
  display: flex;
  align-items: center;
}
body section .intro-content__clients--list img {
  display: block;
  height: 38px;
  margin-right: 32px;
}
body section .intro-image img {
  display: block;
  margin-left: auto;
  width: 80%;
  border-radius: 50%;
  box-shadow: 0 0 0 62px #0C0C0C, 0 0 0 64px rgba(210, 35, 42, 0.25), 0 0 0 126px #0C0C0C, 0 0 0 128px rgba(210, 35, 42, 0.5);
}
body section .heading {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body section .heading-subtitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #D2232A;
  margin-bottom: 24px;
}
body section .heading-title {
  max-width: 571px;
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #0C0C0C;
}
body section .accordion {
  display: flex;
  gap: 30px;
}
body section .accordion-item {
  background-color: #D2232A;
  padding: 39px 28px;
  display: flex;
  border-radius: 20px;
  height: 706px;
  background-blend-mode: multiply;
}
body section .accordion-item.expanded {
  flex-grow: 1;
  padding: 0;
  background-color: rgba(12, 12, 12, 0.8);
  transition: background-color 0s linear;
  align-items: end;
  justify-content: center;
}
body section .accordion-item.expanded .accordion-item__subtitle {
  display: none;
}
body section .accordion-item.expanded .accordion-item__wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 48px;
}
body section .accordion-item.expanded .accordion-item__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #FBFBFB;
  margin: 0 0 24px;
  width: 100%;
  padding: 0 48px;
}
body section .accordion-item.expanded .accordion-item__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #FBFBFB;
  margin: 0;
  width: 100%;
  padding: 0 48px;
}
body section .accordion-item__subtitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #FBFBFB;
  writing-mode: sideways-lr;
  cursor: pointer;
}
body section .accordion-item__wrapper {
  display: none;
}
body section .about {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section .about-image {
  width: calc(52% - 15px);
  padding-bottom: 64px;
}
body section .about-image__wrapper {
  aspect-ratio: 1/1;
  width: calc(100% - 64px);
  background-color: rgba(12, 12, 12, 0.2);
  border-radius: 20px;
}
body section .about-image__wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: translate(64px, 64px);
}
body section .about-content {
  width: calc(40% - 15px);
}
body section .about-content__subtitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #DFDFDF;
  margin-bottom: 25px;
}
body section .about-content__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #FBFBFB;
  margin-bottom: 24px;
}
body section .about-content__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #F4F4F4;
  margin-bottom: 32px;
}
body section .about-content__achievements {
  display: flex;
  margin-bottom: 8px;
}
body section .about-content__achievements:nth-child(4) {
  margin-bottom: 32px;
}
body section .about-content__achievements--item {
  margin-right: 60px;
}
body section .about-content__achievements--item:last-child {
  margin-right: 0;
}
body section .about-content__achievements--item b {
  display: block;
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  color: #DFDFDF;
  margin-bottom: 9px;
}
body section .about-content__achievements--item span {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #F4F4F4;
}
body section .steps {
  display: flex;
  gap: 30px;
}
body section .steps-item {
  flex-grow: 1;
  border-radius: 32px;
  border: 4px solid #F4F4F4;
  position: relative;
  padding: 72px 32px 56px;
}
body section .steps-item:after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  right: -4px;
  width: calc(100% - 32px);
  height: calc(50% + 4px);
  background-color: #FFFFFF;
}
body section .steps-item__head {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
}
body section .steps-item__head--icon {
  width: 80px;
  height: 80px;
  background-color: #0C0C0C;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
body section .steps-item__head--icon svg {
  display: block;
}
body section .steps-item__head--title {
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #0C0C0C;
}
body section .steps-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #0C0C0C;
  position: relative;
  z-index: 1;
}
body section .mission {
  border-radius: 20px;
  background-color: #D2232A;
  padding: 92px 144px 0 72px;
  display: flex;
}
body section .mission-content {
  width: calc(50% - 72px);
  margin-right: 30px;
}
body section .mission-content__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #0C0C0C;
  margin-bottom: 24px;
  opacity: 0.9;
}
body section .mission-content__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
body section .mission-content__title span {
  color: #0C0C0C;
  opacity: 0.9;
}
body section .mission-content__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 40px;
}
body section .mission-content__rating {
  display: flex;
  align-items: center;
}
body section .mission-content__rating--image {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  object-fit: cover;
  object-position: center;
  margin-right: 12px;
  display: block;
}
body section .mission-content__rating--content span {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 2px;
}
body section .mission-content__rating--content div {
  display: flex;
  align-items: center;
  gap: 2px;
}
body section .mission-image {
  aspect-ratio: 1/1;
  width: 50%;
  border-radius: 20px;
  background-color: rgba(12, 12, 12, 0.2);
}
body section .mission-image__wrapper {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: translate(80px, 52px);
  background-color: #0C0C0C;
}
body section .mission-image__wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
body section .advantages {
  display: flex;
  justify-content: space-between;
}
body section .advantages-item {
  width: calc((100% - 132px) / 3);
  padding: 45px 20px;
}
body section .advantages-item__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  color: #0C0C0C;
}
body section .advantages-item__subtitle {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0C0C0C;
  margin-bottom: 15px;
}
body section .advantages-item__text {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.03em;
  color: rgba(12, 12, 12, 0.9);
}
body section .goals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
body section .goals-content {
  width: calc(60% - 15px);
}
body section .goals-content__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #D2232A;
  margin-bottom: 24px;
}
body section .goals-content__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
body section .goals-content__title span {
  color: #D2232A;
}
body section .goals-content__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #F4F4F4;
  margin-bottom: 32px;
}
body section .goals-content__text:last-child {
  margin-bottom: 0;
}
body section .goals-content__text ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #F4F4F4;
}
body section .goals-graphic {
  width: calc(40% - 15px);
}
body section .goals-graphic__image {
  width: 100%;
  margin-bottom: 35px;
}
body section .goals-graphic__image img {
  width: 100%;
  border-radius: 20px;
}
body section .goals-graphic__advantages {
  display: flex;
}
body section .goals-graphic__advantages--item {
  padding: 36px 0;
  width: calc(50% - 0.5px);
  border-right: 1px solid #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body section .goals-graphic__advantages--item:last-child {
  border-right: 0;
}
body section .goals-graphic__advantages--item b {
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  color: #F4F4F4;
  display: block;
  margin-bottom: 15px;
  max-width: 170px;
}
body section .goals-graphic__advantages--item span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #F4F4F4;
  max-width: 170px;
  display: block;
}
body section .bnr {
  display: flex;
  flex-direction: column;
  padding: 45px 0;
  border-radius: 20px;
  background-color: rgba(12, 12, 12, 0.8);
  background-image: url("/assets/img/bnr_bg.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
body section .bnr-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
body section .bnr-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 12px 15px;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
body section .bnr-btn:hover {
  background-color: #FFFFFF;
  color: #0C0C0C;
}
body section .portfolio-intro {
  width: 100%;
  background-color: #D2232A;
  border-radius: 20px;
  padding: 64px 0;
}
body section .portfolio-intro__title {
  font-weight: 700;
  font-size: 77px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FBFBFB;
  margin-bottom: 30px;
}
body section .portfolio-intro__select {
  display: none;
}
body section .portfolio-intro__categories {
  display: flex;
  justify-content: center;
  row-gap: 20px;
  column-gap: 30px;
  flex-wrap: wrap;
  max-width: 900px;
  width: calc(100% - 48px);
  margin: auto;
  padding: 16px 32px;
}
body section .portfolio-intro__categories--item {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FBFBFB;
  cursor: pointer;
}
body section .portfolio-intro__categories--item:hover {
  opacity: 0.5;
}
body section .portfolio-intro__categories--item.active {
  text-decoration: underline;
}
body section .portfolio-cases {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  grid-row-gap: 84px;
  grid-column-gap: 30px;
}
body section .portfolio-cases__item {
  text-decoration: none;
}
body section .portfolio-cases__item.hidden {
  display: none;
}
body section .portfolio-cases__item.full {
  grid-area: span 2/span 2;
}
body section .portfolio-cases__item.full .portfolio-cases__item--image {
  aspect-ratio: unset;
  max-height: 480px;
}
body section .portfolio-cases__item--image {
  width: 100%;
  display: block;
  border-radius: 20px;
  margin-bottom: 16px;
  aspect-ratio: 16/11;
  object-fit: cover;
  object-position: center;
}
body section .portfolio-cases__item--title {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #0C0C0C;
  margin-bottom: 8px;
}
body section .portfolio-cases__item--tag {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: rgba(12, 12, 12, 0.9);
}
body section .detail-intro {
  position: relative;
}
body section .detail-intro__image {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 20px;
}
body section .detail-intro__data {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 1020px;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section .detail-intro__data--block {
  padding: 20px 30px;
  background-color: #D2232A;
  border-radius: 16px;
  min-width: 158px;
}
body section .detail-intro__data--block b {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  display: block;
  margin-bottom: 12px;
}
body section .detail-intro__data--block span {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  display: block;
}
body section .detail-text__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #0C0C0C;
  margin-bottom: 24px;
}
body section .detail-text__content {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: rgba(12, 12, 12, 0.9);
}
body section .detail-gallery .swiper-slide img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
  object-position: center;
  object-fit: cover;
  display: block;
  user-select: none;
}
body section .detail-recent {
  overflow: hidden;
}
body section .detail-recent__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #0C0C0C;
  margin-bottom: 60px;
}
body section .detail-recent .swiper2 .swiper-slide {
  text-decoration: none;
  display: block;
}
body section .detail-recent .swiper2 .swiper-slide img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
  object-position: center;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
  user-select: none;
}
body section .detail-recent .swiper2 .swiper-slide b {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #0C0C0C;
  display: block;
  margin-bottom: 10px;
}
body section .detail-recent .swiper2 .swiper-slide div {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: rgba(12, 12, 12, 0.9);
  display: block;
}
body section .contacts {
  display: flex;
  justify-content: space-between;
}
body section .contacts-content {
  width: 40%;
}
body section .contacts-content__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #0C0C0C;
  margin-bottom: 24px;
}
body section .contacts-content__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #0C0C0C;
  margin-bottom: 24px;
}
body section .contacts-content__link {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
}
body section .contacts-content__link--image {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0C0C0C;
  margin-right: 26px;
}
body section .contacts-content__link--content b {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #D2232A;
  display: block;
  margin-bottom: 2px;
}
body section .contacts-content__link--content span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #0C0C0C;
}
body section .contacts-content__divider {
  max-width: 400px;
  width: 100%;
  height: 1px;
  background-color: #DFDFDF;
}
body section .contacts-content__socials {
  display: flex;
  margin-top: 18px;
  align-items: center;
  gap: 16px;
}
body section .contacts-form {
  width: calc(60% - 40px);
  padding: 44px 40px;
  background-color: #F4F4F4;
  border-radius: 20px;
}
body section .contacts-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body section .contacts-form__input {
  width: 100%;
  margin-bottom: 56px;
}
body section .contacts-form__input.half {
  width: calc(50% - 30px);
}
body section .contacts-form__input span {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #0C0C0C;
  margin-bottom: 4px;
  display: block;
}
body section .contacts-form__input input {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #DFDFDF;
  outline: 0;
  width: 100%;
  background-color: transparent;
}
body section .contacts-form__btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 12px 15px;
  background-color: #0C0C0C;
  border-radius: 24px;
  cursor: pointer;
  height: fit-content;
  margin-top: 24px;
  -webkit-appearance: unset;
  border: 0;
}
body section .contacts-form__btn:hover {
  background-color: #D2232A;
}
body section .contacts-form__result {
  margin-top: 24px;
  text-align: center;
  font-weight: bold;
  padding: 24px;
  width: 100%;
  border-radius: 12px;
  display: none;
}
body section .contacts-form__result.success {
  display: block;
  color: #1FC96F;
  background-color: rgba(31, 201, 111, 0.2);
}
body section .contacts-form__result.error {
  display: block;
  color: #D2232A;
  background-color: rgba(210, 35, 42, 0.2);
}
body .enter {
  background-color: #0C0C0C;
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 100px;
}
body .enter:before, body .enter:after {
  content: "";
  width: 183px;
  height: 192px;
  background-image: url("/assets/img/ornament.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  pointer-events: none;
}
body .enter:before {
  top: 192px;
  left: -40px;
}
body .enter:after {
  bottom: 175px;
  right: -32px;
}
body .fillable {
  background-color: #0C0C0C;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
body .fillable.red {
  background-color: #D2232A;
}
body .fillable section:first-child {
  padding-top: 100px;
}

@media (max-width: 1200px) {
  body section .about-image {
    width: calc(45% - 15px);
  }
  body section .about-content {
    width: calc(55% - 15px);
  }
  body section .about-content__title {
    font-size: 48px;
    line-height: 56px;
  }
  body section .steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  body .header {
    padding: 24px 0;
  }
  body .header-menu {
    display: none;
  }
  body .header-contact {
    display: none;
  }
  body .header.inverted .mobile-burger span {
    background-color: #0C0C0C;
  }
  body .header.inverted .mobile-burger span:before, body .header.inverted .mobile-burger span:after {
    background-color: #0C0C0C;
  }
  body .header.inverted .mobile-menu {
    background-color: #FFFFFF;
  }
  body .header.inverted .mobile-menu__item {
    color: #0C0C0C;
  }
  body .header.inverted .mobile-menu__contact {
    background-color: #0C0C0C;
    color: #FBFBFB;
  }
  body .header .mobile-burger {
    width: 48px;
    height: 48px;
    position: relative;
    display: block;
  }
  body .header .mobile-burger span {
    width: 32px;
    height: 4px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 16px);
    border-radius: 4px;
  }
  body .header .mobile-burger span:before, body .header .mobile-burger span:after {
    content: "";
    width: 32px;
    height: 4px;
    background-color: #FFFFFF;
    display: block;
    border-radius: 4px;
    position: absolute;
    left: calc(50% - 16px);
    transition: all 0.4s ease;
  }
  body .header .mobile-burger span:before {
    top: calc(50% - 12px);
  }
  body .header .mobile-burger span:after {
    top: calc(50% + 8px);
  }
  body .header .mobile-burger.active span {
    background-color: transparent;
  }
  body .header .mobile-burger.active span:before {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
  }
  body .header .mobile-burger.active span:after {
    top: calc(50% - 2px);
    transform: rotate(45deg);
  }
  body .header .mobile-menu {
    display: block;
    opacity: 0;
    position: absolute;
    top: -600px;
    background-color: #0C0C0C;
    border-radius: 0 0 20px 20px;
    border-bottom: 1px solid #FFFFFF;
    padding: 32px 24px;
    left: -24px;
    width: calc(100% + 48px);
    z-index: -1;
  }
  body .header .mobile-menu.opened {
    opacity: 1;
    top: 96px;
  }
  body .header .mobile-menu__item {
    display: block;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
    text-decoration: none;
  }
  body .header .mobile-menu__contact {
    margin-left: auto;
    padding: 12px 15px;
    border-radius: 24px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #0C0C0C;
    background-color: #FBFBFB;
    text-decoration: none;
    width: fit-content;
    display: block;
    margin-top: 32px;
  }
  body .header .mobile-menu__contact:hover {
    background-color: #D2232A;
    color: #FFFFFF;
  }
  body .enter {
    height: auto;
  }
  body .enter section {
    z-index: 1;
    position: relative;
  }
  body section .intro {
    height: auto;
  }
  body section .intro-content {
    width: 100%;
  }
  body section .intro-content__clients {
    margin-top: 32px;
  }
  body section .intro-content__clients--list {
    flex-wrap: wrap;
    gap: 24px 32px;
  }
  body section .intro-content__clients--list img {
    margin: 0;
  }
  body section .intro-image {
    display: none;
  }
  body section .about-image {
    display: none;
  }
  body section .about-content {
    width: 100%;
  }
  body section .about-content__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  body section .about-content__title {
    font-size: 48px;
    line-height: 56px;
  }
  body section .heading-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  body section .heading-title {
    font-size: 48px;
    line-height: 56px;
  }
  body section .steps-item__head--icon {
    width: 48px;
    height: 48px;
  }
  body section .steps-item__head--icon svg {
    width: 24px;
    height: 24px;
  }
  body section .steps-item__head--title {
    font-size: 24px;
    line-height: 24px;
  }
  body .footer-primary {
    display: grid;
    grid-template-areas: "main pages" "contact portfolio";
    grid-template-columns: 1fr 0.6fr;
  }
  body .footer-primary .fcol:nth-child(1) {
    grid-area: main;
    width: 100%;
  }
  body .footer-primary .fcol:nth-child(2) {
    grid-area: pages;
    width: 100%;
  }
  body .footer-primary .fcol:nth-child(3) {
    grid-area: portfolio;
    width: 100%;
  }
  body .footer-primary .fcol:nth-child(4) {
    grid-area: contact;
    width: 100%;
  }
}
@media (max-width: 500px) {
  body .enter:before, body .enter:after {
    opacity: 0.5;
  }
  body section {
    margin: 0 auto 64px;
  }
  body section .intro-content__title {
    font-size: 44px;
    line-height: 140%;
    max-width: 100%;
  }
  body section .intro-content__text {
    max-width: 100%;
  }
  body section .heading-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  body section .heading-title {
    font-size: 32px;
    line-height: 40px;
  }
  body section .accordion {
    flex-direction: column;
  }
  body section .accordion-item {
    height: unset;
    flex-grow: 1;
    padding: 0;
    background-color: rgba(12, 12, 12, 0.8);
    transition: background-color 0s linear;
    align-items: end;
    justify-content: center;
    aspect-ratio: 1/1;
  }
  body section .accordion-item__subtitle {
    display: none;
  }
  body section .accordion-item__wrapper {
    display: flex;
    flex-direction: column;
    padding: 12px !important;
    width: 100%;
  }
  body section .accordion-item__title {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #FBFBFB;
    margin: 0 0 24px;
    padding: 0 !important;
    width: 100%;
  }
  body section .accordion-item__text {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FBFBFB;
    margin: 0;
    width: 100%;
    padding: 0 !important;
  }
  body section .about-content__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  body section .about-content__title {
    font-size: 32px;
    line-height: 40px;
  }
  body section .about-content__achievements {
    margin-top: 32px;
    flex-direction: column;
    gap: 24px;
  }
  body section .steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  body section .mission {
    padding: 32px;
  }
  body section .mission-content {
    width: 100%;
    margin: 0;
  }
  body section .mission-content__subtitle {
    margin-bottom: 32px;
  }
  body section .mission-content__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }
  body section .mission-image {
    display: none;
  }
  body section .advantages {
    flex-direction: column;
  }
  body section .advantages-item {
    width: 100%;
  }
  body section .goals {
    flex-direction: column;
  }
  body section .goals-content {
    width: 100%;
    margin-bottom: 48px;
  }
  body section .goals-content__title {
    font-size: 48px;
    line-height: 56px;
  }
  body section .goals-graphic {
    width: 100%;
  }
  body section .goals-graphic__advantages--item {
    padding: 24px 12px;
  }
  body section .portfolio-intro {
    padding: 32px;
  }
  body section .portfolio-intro__title {
    font-size: 48px;
    line-height: 56px;
    white-space: break-spaces;
  }
  body section .portfolio-intro__select {
    display: block;
    padding: 12px;
    color: #FFFFFF;
    border: 0;
    border-radius: 12px;
    background-color: rgba(12, 12, 12, 0.4);
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  body section .portfolio-intro__categories {
    display: none;
  }
  body section .portfolio-cases {
    grid-template-columns: 1fr;
  }
  body section .portfolio-cases__item.full {
    grid-area: auto;
  }
  body section .portfolio-cases__item.full .portfolio-cases__item--image {
    aspect-ratio: 16/11;
    max-height: unset;
  }
  body section .detail-intro__data {
    position: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    flex-direction: column;
    width: 100%;
    align-items: start;
    margin-top: 24px;
    gap: 8px;
  }
  body section .detail-intro__data--block {
    padding: 12px;
    width: 100%;
  }
  body section .detail-intro__data--block b {
    font-size: 12px;
    line-height: 12px;
  }
  body section .detail-intro__data--block span {
    text-align: right;
  }
  body section .contacts {
    flex-direction: column-reverse;
  }
  body section .contacts-content {
    width: 100%;
    margin: 32px 0 0;
  }
  body section .contacts-content__title {
    font-size: 48px;
    line-height: 56px;
  }
  body section .contacts-form {
    width: 100%;
    padding: 12px;
  }
  body section .contacts-form__input {
    margin-bottom: 24px;
  }
  body section .contacts-form__input.half {
    width: calc(50% - 12px);
  }
  body section .contacts-form__btn {
    margin-left: auto;
  }
  body .footer-primary {
    grid-template-areas: "main" "contact" "pages" "portfolio";
    grid-template-columns: 1fr;
  }
  body .footer-secondary {
    flex-direction: column;
    padding: 40px 0;
  }
  body .footer-secondary__policy {
    line-height: 140%;
  }
  body .footer-secondary__social {
    margin-top: 32px;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
