@charset "UTF-8";
.sc-hero {
  position: relative;
  padding-top: 146px;
  padding-bottom: 128px;
}
@media (max-width: 992px) {
  .sc-hero {
    padding-top: 86px;
    padding-bottom: 88px;
  }
}
.sc-hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../../images/techno.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.sc-hero__title {
  font-size: clamp(64px, 15vw, 120px);
  font-weight: 700;
  line-height: 100%;
  overflow-wrap: break-word; /* Дозволяє розривати слово */
  word-wrap: break-word; /* Сумісність для старих браузерів */
  hyphens: auto;
}
.sc-hero__info-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
}
@media (max-width: 992px) {
  .sc-hero__info-row {
    flex-flow: row;
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .sc-hero__info-row {
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
  }
}
.sc-hero__info-row .case-link {
  color: #F26419;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 992px) {
  .sc-hero__info-row .case-link {
    order: 0;
  }
}
.sc-hero__info-row .case-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
  width: 0;
  transition: 0.3s;
  background: #F26419;
}
.sc-hero__info-row .case-link:hover:after {
  width: 100%;
}
.sc-hero__info-row .case-link:hover .arrow {
  transform: rotate(45deg);
}
.sc-hero__info-row .case-link .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.sc-hero__info-row .case-link .arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .sc-hero__info-row .case-devs {
    order: 2;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sc-hero__info-row .case-devs {
    order: 1;
    column-gap: 40px;
  }
}
.sc-hero__info-row .case-devs .case-dev {
  font-size: 14px;
  font-weight: 400;
}
.sc-hero__info-row .case-devs .case-dev__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.sc-hero__info-row .case-devs .case-dev__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.sc-hero__info-row .case-devs .case-dev .dev-position {
  color: #B5BABC;
}
.sc-hero__info-row .case-date {
  font-size: 14px;
  font-weight: 400;
  color: #B5BABC;
}
@media (max-width: 992px) {
  .sc-hero__info-row .case-date {
    order: 1;
  }
}
@media (max-width: 768px) {
  .sc-hero__info-row .case-date {
    order: 2;
  }
}
.sc-hero .case-swiper-wrapper {
  position: relative;
  padding: 0 64px;
}
@media (max-width: 992px) {
  .sc-hero .case-swiper-wrapper {
    padding: 0;
  }
}
.sc-hero .case-swiper-wrapper .case-pagination {
  display: none;
}
@media (max-width: 992px) {
  .sc-hero .case-swiper-wrapper .case-pagination {
    display: flex;
    position: static;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    column-gap: 4px;
  }
  .sc-hero .case-swiper-wrapper .case-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 5px;
    border-radius: 2px;
    transition: 0.3s;
    background: #F26419;
    opacity: 0.64;
  }
  .sc-hero .case-swiper-wrapper .case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    opacity: 1;
  }
}
.sc-hero .case-swiper-wrapper .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(181, 186, 188, 0.4);
}
@media (max-width: 992px) {
  .sc-hero .case-swiper-wrapper .swiper-btn {
    display: none;
  }
}
.sc-hero .case-swiper-wrapper .swiper-btn:after {
  display: none;
}
.sc-hero .case-swiper-wrapper .swiper-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
}
.sc-hero .case-swiper-wrapper .swiper-btn.case-swiper-btn-next:before {
  background: url(../../images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sc-hero .case-swiper-wrapper .swiper-btn.case-swiper-btn-prev:before {
  background: url(../../images/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sc-hero .case-swiper .swiper-slide {
  border-radius: 16px;
  border: 8px solid rgba(255, 255, 255, 0.1607843137);
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sc-hero .case-swiper .swiper-slide {
    border: 2px solid rgba(255, 255, 255, 0.1607843137);
  }
}
.sc-hero .case-swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 2/1;
}
.sc-hero .case-short-description {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 806px;
}

.case-description__wrap {
  width: 100%;
}
@media (max-width: 992px) {
  .case-description__wrap {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
}
.case-description__wrap .share-wrap {
  text-align: center;
  display: block;
  width: 72px;
  position: sticky;
  z-index: 3;
  top: 120px;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .case-description__wrap .share-wrap {
    display: flex;
    position: static;
    width: 100%;
    align-items: center;
    column-gap: 24px;
    justify-content: center;
  }
}
.case-description__wrap .share-wrap .share-heading {
  opacity: 0.64;
}
.case-description__wrap .share-wrap .share-buttons {
  align-items: center;
}
@media (max-width: 992px) {
  .case-description__wrap .share-wrap .share-buttons {
    flex-direction: row;
    margin-top: 0;
  }
}
.case-description__wrap .share-wrap .share-buttons .share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  opacity: 0.64;
}
.case-description__wrap .share-wrap .share-buttons .share-button:hover {
  opacity: 1;
}
.case-description__wrap .share-wrap .share-buttons .share-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-description__wrap .description-wrap {
  margin-left: 33px;
  width: 100%;
  flex: 0 0 auto;
  max-width: 820px;
}
@media (max-width: 1180px) {
  .case-description__wrap .description-wrap {
    max-width: calc(100% - 370px);
  }
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.case-description__wrap .description-wrap .custom-select-wrapper {
  display: none;
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .custom-select-wrapper {
    display: block;
    position: sticky;
    z-index: 8;
    top: 70px;
  }
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select {
  position: relative;
  width: 100%;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row:has(input:focus) .droppdown {
  opacity: 1;
  visibility: visible;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row:has(input:focus) .arrow {
  transform: rotate(180deg);
  pointer-events: all;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row input {
  color: #FFFFFF;
  text-transform: uppercase;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #131416;
  height: 60px;
  cursor: pointer;
  padding: 16px;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .arrow {
  position: absolute;
  width: 17px;
  height: 17px;
  transition: 0.5s;
  right: 22px;
  top: 22px;
  pointer-events: none;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .droppdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #131416;
  z-index: 3;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .droppdown .link {
  transition: 0.3s;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.6;
  column-gap: 2px;
  position: relative;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .droppdown .link:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  height: 0;
  width: 2px;
  background: #FFFFFF;
  border-radius: 2px;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .droppdown .link:hover {
  opacity: 0.8;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .droppdown .link.current {
  opacity: 1;
}
.case-description__wrap .description-wrap .custom-select-wrapper .custom-select .visible-row .droppdown .link.current:before {
  height: 100%;
}
.case-description__wrap .description-wrap .staf-cards {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.case-description__wrap .description-wrap .staf-cards__item {
  padding: 32px 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.0392156863);
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .staf-cards__item {
    padding: 24px 16px;
  }
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .staf-cards__item {
    flex-direction: column;
  }
}
.case-description__wrap .description-wrap .staf-cards__item .left {
  width: 160px;
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .staf-cards__item .left {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 24px;
  }
}
.case-description__wrap .description-wrap .staf-cards__item .left img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .staf-cards__item .left img {
    width: 89px;
    height: 89px;
    flex: 0 0 auto;
  }
}
.case-description__wrap .description-wrap .staf-cards__item .left .staf-info {
  display: none;
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .staf-cards__item .left .staf-info {
    display: block;
  }
}
.case-description__wrap .description-wrap .staf-cards__item .staf-info .name {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.case-description__wrap .description-wrap .staf-cards__item .staf-info .name .socs .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.case-description__wrap .description-wrap .staf-cards__item .staf-info .name .socs .link:hover svg path {
  fill: #FFFFFF;
}
.case-description__wrap .description-wrap .staf-cards__item .staf-info .name .socs .link svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-description__wrap .description-wrap .staf-cards__item .staf-info .name .socs .link svg path {
  transition: 0.3s;
}
.case-description__wrap .description-wrap .staf-cards__item .staf-info .position {
  color: #B5BABC;
}
.case-description__wrap .description-wrap .staf-cards__item .right {
  width: calc(100% - 200px);
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .staf-cards__item .right {
    width: 100%;
  }
  .case-description__wrap .description-wrap .staf-cards__item .right .staf-info {
    display: none;
  }
}
.case-description__wrap .description-wrap .staf-cards__item .right .description {
  color: #B5BABC;
  margin-top: 16px;
}
.case-description__wrap .description-wrap .flexible-section__wrap .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container {
  width: 100%;
  position: relative;
  display: block;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(181, 186, 188, 0.4);
  bottom: 20px;
  top: auto;
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn {
    display: none;
  }
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn:after {
  display: none;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn.gallery-swiper-btn-next {
  right: 52px !important;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn.gallery-swiper-btn-next:before {
  background: url(../../images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn.gallery-swiper-btn-prev {
  left: 52px !important;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-btn.gallery-swiper-btn-prev:before {
  background: url(../../images/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .gallery-thumbs {
  height: 80px;
  margin-top: 8px;
  width: 100%;
  max-width: calc(100% - 212px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .gallery-thumbs {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .gallery-thumbs {
    height: 48px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: 0;
  }
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .gallery-thumbs .swiper-slide {
  transition: 0.5s;
  cursor: pointer;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.4;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .gallery-thumbs .swiper-slide img {
  border-radius: 0;
}
.case-description__wrap .description-wrap .flexible-section__wrap .swiper-container .gallery-swiper {
  aspect-ratio: 2/1;
  flex: 0 0 auto;
  width: 100%;
}
.case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrapper {
  padding: 80px 48px;
  position: relative;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrapper {
    padding: 60px 24px;
  }
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrapper {
    padding: 48px 8px;
  }
}
.case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/techno.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  border-radius: 16px;
}
.case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrap {
  padding: 48px 24px;
  position: relative;
  border-radius: 16px;
  z-index: 2;
  position: relative;
}
.case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(19, 20, 22, 0.5019607843);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
  border-radius: 16px;
  opacity: 0.64;
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrap {
    padding: 24px 16px;
  }
}
.case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrap .heading-2 {
  position: relative;
  z-index: 4;
}
.case-description__wrap .description-wrap .flexible-section__wrap .text-section__wrap .heading-2 span {
  color: #F26419;
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .flex-section__wrap {
    flex-direction: column;
    row-gap: 24px;
  }
}
.case-description__wrap .description-wrap .flexible-section__wrap .flex-section__wrap .text {
  width: calc(100% - 360px);
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .flex-section__wrap .text {
    width: 100%;
  }
}
.case-description__wrap .description-wrap .flexible-section__wrap .flex-section__wrap .image {
  width: 295px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .flex-section__wrap .image {
    width: 100%;
  }
}
.case-description__wrap .description-wrap .flexible-section__wrap .result-section__wrap {
  color: #131416;
  border-radius: 16px;
  padding: 80px 48px;
  background: url(../../images/bg_flow_big.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .result-section__wrap {
    padding: 60px 24px;
  }
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .flexible-section__wrap .result-section__wrap {
    padding: 48px 16px;
  }
}
.case-description__wrap .description-wrap .quote {
  position: relative;
  padding-top: 84px;
}
.case-description__wrap .description-wrap .quote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  background: url(../../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.case-description__wrap .description-wrap .labels .label {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 8px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.case-description__wrap .description-wrap .labels .label img {
  height: 21px;
  object-fit: contain;
}
.case-description__wrap .description-wrap .team .team-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .team .team-heading {
    font-size: 20px;
  }
}
.case-description__wrap .description-wrap .team__list {
  column-gap: 80px;
}
@media (max-width: 992px) {
  .case-description__wrap .description-wrap .team__list {
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .case-description__wrap .description-wrap .team__list {
    row-gap: 16px;
  }
}
.case-description__wrap .description-wrap .team__list__item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
}
.case-description__wrap .description-wrap .team__list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}
.case-description__wrap .description-wrap .team__list__item .position {
  color: #B5BABC;
}
.case-description__wrap .side-bar-wrapper {
  width: 295px;
  margin-left: 20px;
  flex: 0 0 auto;
  position: sticky;
  z-index: 2;
  top: 120px;
}
@media (max-width: 1180px) {
  .case-description__wrap .side-bar-wrapper {
    width: 250px;
  }
}
@media (max-width: 992px) {
  .case-description__wrap .side-bar-wrapper {
    display: none;
  }
}
.case-description__wrap .side-bar-wrapper .progress-container {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  margin-top: 40px;
}
.case-description__wrap .side-bar-wrapper .progress-container .progress-bar {
  height: 4px;
  background: #F26419;
  width: 0%;
  border-radius: 2px;
}
.case-description__wrap .side-bar-wrapper .side-bar {
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.case-description__wrap .side-bar-wrapper .side-bar .side-bar-heading {
  text-transform: uppercase;
}
.case-description__wrap .side-bar-wrapper .side-bar .side-bar-links {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
}
.case-description__wrap .side-bar-wrapper .side-bar .side-bar-links .link {
  transition: 0.3s;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.6;
  column-gap: 2px;
  position: relative;
}
.case-description__wrap .side-bar-wrapper .side-bar .side-bar-links .link:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  height: 0;
  width: 2px;
  background: #FFFFFF;
  border-radius: 2px;
}
.case-description__wrap .side-bar-wrapper .side-bar .side-bar-links .link:hover {
  opacity: 0.8;
}
.case-description__wrap .side-bar-wrapper .side-bar .side-bar-links .link.current {
  opacity: 1;
}
.case-description__wrap .side-bar-wrapper .side-bar .side-bar-links .link.current:before {
  height: 100%;
}

.contact-us {
  position: relative;
}
.contact-us:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../../images/techno.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.contact-us .contianer {
  z-index: 2;
}
.contact-us__wrap {
  background-color: rgba(19, 20, 22, 0.5019607843);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 48px;
}
@media (max-width: 992px) {
  .contact-us__wrap {
    padding: 24px;
    flex-direction: column;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .contact-us__wrap {
    padding: 24px 16px;
  }
}
.contact-us__wrap .left {
  width: 100%;
  max-width: 586px;
  text-align: left;
}
@media (max-width: 992px) {
  .contact-us__wrap .left {
    max-width: 100%;
  }
}
.contact-us .wpcf7-form {
  flex: 0 0 auto;
  width: 100%;
  max-width: 510px;
}
@media (max-width: 992px) {
  .contact-us .wpcf7-form {
    max-width: 100%;
  }
}
.contact-us .wpcf7-form .label {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #FFFFFF;
  transition: 0.3s;
}
.contact-us .wpcf7-form .radio-rows .wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.contact-us .wpcf7-form .btn .arrow {
  position: relative;
}
.contact-us .wpcf7-form .btn .arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/arrow-btn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact-us .wpcf7-form .btn {
    width: 100%;
    justify-content: space-between;
    column-gap: 24px;
  }
}