@charset "UTF-8";
html[lang=uk] .hero-section .title strong, html[lang=uk] .hero-section .title span {
  font-size: clamp(64px, 9vw, 100px) !important;
}

.reviews-section {
  background: #F26419;
}

.review-item {
  border: none;
}

.hero-section {
  position: relative;
  padding-top: 174px;
}
@media (max-width: 992px) {
  .hero-section {
    padding-top: 126px;
  }
}
.hero-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 960px;
  background: url(../../images/hero_bg.png);
  background-position: center;
  background-size: cover;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .hero-section .flex-row {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
  }
}
.hero-section .flex-row .left {
  width: 100%;
  max-width: 834px;
}
@media (max-width: 992px) {
  .hero-section .flex-row .left {
    max-width: 100%;
  }
}
.hero-section .flex-row .right {
  width: 100%;
  max-width: 288px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .hero-section .flex-row .right {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.hero-section .flex-row .right .heading {
  color: #F26419;
}
.hero-section .flex-row .right .sub-heading {
  color: #B5BABC;
  margin-top: 12px;
}
.hero-section .flex-row .right .btn {
  width: 288px;
  justify-content: space-between;
  column-gap: 8px;
}
@media (max-width: 768px) {
  .hero-section .flex-row .right .btn {
    width: 100%;
  }
}
.hero-section .title {
  font-size: clamp(36px, 4vw, 48px);
  line-height: 100%;
}
.hero-section .title strong, .hero-section .title span {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (max-width: 1080px) {
  .hero-section .title strong, .hero-section .title span {
    font-size: 64px;
  }
}
.hero-section .title span {
  color: #F26419;
}
.hero-section .title #typewriter {
  overflow: hidden;
  display: inline-block;
  transform: translateY(5px);
  height: 120px;
  padding-right: 5px;
}
@media (max-width: 1080px) {
  .hero-section .title #typewriter {
    height: 76px;
    transform: translateY(15px);
  }
}
.hero-section .title .letter {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.services__wrap {
  column-gap: 56px;
  row-gap: 48px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 992px) {
  .services__wrap {
    row-gap: 24px;
    column-gap: 24px;
  }
}
.services__wrap .col {
  border-radius: 20px;
  position: relative;
  width: calc(33.3333333333% - 37.3333333333px);
}
@media (max-width: 992px) {
  .services__wrap .col {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .services__wrap .col {
    width: 100%;
  }
}
.services__wrap .col:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border-radius: 20px;
  background: linear-gradient(255.57deg, rgb(84, 84, 84) -1.32%, rgb(19, 20, 22) 97.98%);
  opacity: 0.4;
  z-index: -1;
}
@media (min-width: 993px) {
  .services__wrap .col:hover:before {
    opacity: 1;
  }
  .services__wrap .col:hover .heading-3 {
    color: #F26419;
  }
  .services__wrap .col:hover .heading-4 {
    color: #FFFFFF;
  }
  .services__wrap .col:hover .rows .visible {
    padding-left: 40px;
  }
  .services__wrap .col:hover .rows .visible:before {
    transform: translateY(-50%) rotate(0);
  }
}
@media (max-width: 992px) {
  .services__wrap .col.open .rows .hidden {
    display: block;
  }
}
@media (max-width: 992px) {
  .services__wrap .col.active:before {
    opacity: 1;
  }
  .services__wrap .col.active .heading-3 {
    color: #F26419;
  }
  .services__wrap .col.active .heading-4 {
    color: #FFFFFF;
  }
  .services__wrap .col.active .rows .visible {
    padding-left: 40px;
  }
  .services__wrap .col.active .rows .visible:before {
    transform: translateY(-50%) rotate(0);
  }
  .services__wrap .col.active .plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.services__wrap .col .plus {
  display: none;
}
@media (max-width: 992px) {
  .services__wrap .col .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #F26419;
    position: relative;
  }
  .services__wrap .col .plus:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #F26419;
    transition: 0.3s;
    transform: translate(-50%, -50%);
  }
  .services__wrap .col .plus:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #F26419;
    transition: 0.3s;
    transform: translate(-50%, -50%);
  }
}
.services__wrap .col .heading-3 {
  transition: 0.3s;
}
@media (max-width: 992px) {
  .services__wrap .col .heading-3 {
    width: 100%;
    max-width: calc(100% - 34px);
  }
}
.services__wrap .col .heading-4 {
  transition: 0.3s;
  color: #B5BABC;
}
.services__wrap .col .rows {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.services__wrap .col .rows .visible {
  padding-left: 28px;
  transition: 0.5s;
  position: relative;
}
.services__wrap .col .rows .visible:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 6px;
  background: #F26419;
  top: 50%;
  transform: translateY(-50%) rotate(-75deg);
  left: 0;
  transition: 0.5s;
}
.services__wrap .col .rows .hidden {
  margin-top: 24px;
  padding-left: 40px;
  display: none;
}
.services__wrap .col .rows .hidden ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.services__wrap .col .rows .hidden ul li {
  position: relative;
  padding-left: 36px;
  color: #B5BABC;
}
.services__wrap .col .rows .hidden ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../../images/right-arrow-orange.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.techno {
  position: relative;
}
.techno: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;
}
.techno .contianer {
  z-index: 2;
}
.techno .wrap .col {
  padding: 32px 16px;
  position: relative;
  background: #131416;
  border-radius: 20px;
  height: 150px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .techno .wrap .col {
    padding: 16px;
    font-size: 16px;
  }
}
.techno .wrap .col:hover .img {
  height: 48px;
  top: 24px;
}
.techno .wrap .col .img {
  position: absolute;
  left: 50%;
  top: 32px;
  height: 40px;
  transition: 0.3s;
  transform: translateX(-50%);
}
.techno .wrap .col .img img {
  height: 100%;
  object-fit: contain;
}
.techno .tabs-section .tabs {
  width: 100%;
  max-width: 415px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 992px) {
  .techno .tabs-section .tabs {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .techno .tabs-section .tabs li:first-of-type .hidden {
    display: block;
  }
}
.techno .tabs-section .tabs li.current {
  pointer-events: none;
}
.techno .tabs-section .tabs li.current .visible-heading {
  font-weight: 600;
}
@media (max-width: 992px) {
  .techno .tabs-section .tabs li.current {
    pointer-events: all;
  }
}
.techno .tabs-section .tabs li.current .visible {
  color: #FFFFFF;
  padding-left: 40px;
  font-size: 20px;
}
.techno .tabs-section .tabs li.current .visible:before {
  transform: translateY(-50%) rotate(0);
}
.techno .tabs-section .tabs li.current .visible .plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.techno .tabs-section .tabs li .visible {
  padding-left: 28px;
  transition: 0.8s;
  position: relative;
  color: #B5BABC;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.techno .tabs-section .tabs li .visible:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 6px;
  background: #F26419;
  top: 50%;
  transform: translateY(-50%) rotate(-75deg);
  left: 0;
  transition: 0.8s;
}
.techno .tabs-section .tabs li .visible-heading {
  font-weight: 400;
  transition: 0.8s;
}
.techno .tabs-section .tabs li .visible-heading.current {
  font-weight: 600;
}
@media (max-width: 992px) {
  .techno .tabs-section .tabs li .visible-heading {
    width: 100%;
    max-width: calc(100% - 34px);
  }
}
.techno .tabs-section .tabs li .plus {
  display: none;
}
@media (max-width: 992px) {
  .techno .tabs-section .tabs li .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #F26419;
    position: relative;
  }
  .techno .tabs-section .tabs li .plus:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #F26419;
    transition: 0.3s;
    transform: translate(-50%, -50%);
  }
  .techno .tabs-section .tabs li .plus:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #F26419;
    transition: 0.3s;
    transform: translate(-50%, -50%);
  }
}
.techno .tabs-section .tabs li .hidden {
  display: none;
  margin-top: 24px;
}
.techno .tabs-section .screens {
  width: calc(100% - 417px);
  margin-left: auto;
}
@media (max-width: 992px) {
  .techno .tabs-section .screens {
    display: none;
  }
}
@media (max-width: 1080px) {
  .techno .tabs-section .screens .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.techno .tabs-section .screens .screen {
  display: none;
  min-height: 320px;
}
.techno .tabs-section .screens .screen.screen-1 {
  display: block;
}

.column-flow {
  position: relative;
  background: url(../../images/bg_flow_big.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #131416;
  overflow: hidden;
}
.column-flow .column-flow-heading {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 515px;
}
.column-flow__wrap {
  display: flex;
  column-gap: 103px;
  align-items: stretch;
  position: relative;
  padding: 138px 0;
}
@media (max-width: 1280px) {
  .column-flow__wrap {
    overflow: auto;
    width: calc(100% + 40px);
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 992px) {
  .column-flow__wrap {
    column-gap: 8px;
    padding-top: 4px;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.column-flow__wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(255.57deg, rgba(84, 84, 84, 0.4) -1.32%, rgba(19, 20, 22, 0.4) 97.98%);
}
@media (max-width: 1280px) {
  .column-flow__wrap:before {
    width: 160vw;
  }
}
@media (max-width: 992px) {
  .column-flow__wrap:before {
    display: none;
  }
}
.column-flow__wrap .column {
  display: flex;
  column-gap: 48px;
  align-items: stretch;
  flex: 0 0 auto;
}
.column-flow__wrap .column:last-of-type .col-cell .arrow {
  display: none;
}
@media (max-width: 1280px) {
  .column-flow__wrap .column:last-of-type {
    margin-right: 20px;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  .column-flow__wrap .column:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .column-flow__wrap .column {
    column-gap: 8px;
    position: relative;
  }
  .column-flow__wrap .column:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    width: calc(100% + 8px);
    height: 1px;
    background: linear-gradient(255.57deg, rgba(84, 84, 84, 0.4) -1.32%, rgba(19, 20, 22, 0.4) 97.98%);
  }
  .column-flow__wrap .column:last-of-type:before {
    display: none;
  }
}
.column-flow__wrap .column .col-cell {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}
.column-flow__wrap .column .col-cell .arrow {
  display: block;
  position: absolute;
  left: 100%;
  top: calc(100% - 10px);
  width: 48px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .column-flow__wrap .column .col-cell .arrow {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
}
.column-flow__wrap .column .col-cell .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #F26419;
  border-radius: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(255.57deg, #545454 -1.32%, #131416 97.98%);
}
.column-flow__wrap .column .col-cell .num:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 9px;
  background: rgba(170, 170, 170, 0.8);
  z-index: -1;
}
.column-flow__wrap .column .col-cell .num:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 1px;
  height: 24px;
  border-left: 1px dashed #131416;
  bottom: 100%;
}
@media (max-width: 992px) {
  .column-flow__wrap .column .col-cell .num:after {
    bottom: unset;
    top: 100%;
  }
}
.column-flow__wrap .column .col-cell .desc {
  position: absolute;
  padding: 24px 20px;
  background: linear-gradient(255.57deg, #545454 -1.32%, #131416 97.98%);
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  width: 152px;
  border-radius: 16px 16px 16px 0;
  bottom: calc(100% + 24px);
  left: 16px;
}
@media (max-width: 1280px) {
  .column-flow__wrap .column .col-cell .desc {
    width: 136px;
  }
}
@media (max-width: 992px) {
  .column-flow__wrap .column .col-cell .desc {
    position: static;
    margin-top: 24px;
    margin-left: 16px;
    border-radius: 0 16px 16px 16px;
  }
}
.column-flow__wrap .column .col-cell:nth-of-type(even) .arrow {
  top: unset;
  bottom: calc(100% - 10px);
  transform: scaleY(-1);
  left: calc(100% + 20px);
}
@media (max-width: 992px) {
  .column-flow__wrap .column .col-cell:nth-of-type(even) .arrow {
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
  }
}
.column-flow__wrap .column .col-cell:nth-of-type(even) .desc {
  border-radius: 0 16px 16px 16px;
  top: calc(100% + 24px);
  bottom: unset;
}
.column-flow__wrap .column .col-cell:nth-of-type(even) .num:after {
  bottom: unset;
  top: 100%;
}

.about-us__wrap {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .about-us__wrap {
    padding: 0;
  }
}
.about-us .about-us-sub-heading span {
  color: #F26419;
}
.about-us .about-us-sub-heading span strong {
  font-size: 64px;
  font-weight: 700;
}
.about-us .team {
  column-gap: 64px;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .about-us .team {
    column-gap: 20px;
    row-gap: 20px;
    padding: 0;
  }
}
.about-us .team .team-col {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.about-us .team .team-col .image {
  width: 100%;
}
.about-us .team .team-col .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-us .team .team-col .team-position {
  font-size: 20px;
  font-weight: 400;
  color: #B5BABC;
}
.about-us__desc .symbol {
  margin-left: auto;
  margin-right: auto;
  height: 240px;
  overflow: hidden;
  width: 353px;
  position: relative;
  mask-image: url("../../images/white.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../../images/white.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.about-us__desc .symbol .bg {
  height: 240px;
  width: 353px;
  object-fit: cover;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-us__desc .desc-text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.about-us__desc .desc-text span {
  color: #F26419;
}

@keyframes rotate {
  0% {
    transform: translateX(25%);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.reviews {
  background: #F26419;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .reviews__wrap {
    flex-direction: column;
  }
}
.reviews__wrap .left, .reviews__wrap .right {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .reviews__wrap .left, .reviews__wrap .right {
    width: 100%;
  }
}
.reviews__wrap .review {
  display: flex;
  align-items: stretch;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  column-gap: 32px;
}
@media (max-width: 1080px) {
  .reviews__wrap .review {
    flex-direction: column;
    row-gap: 24px;
  }
}
@media (max-width: 992px) {
  .reviews__wrap .review {
    padding: 32px 24px;
  }
}
.reviews__wrap .review.has-btn .desc .btn {
  display: inline-flex;
}
.reviews__wrap .review .image {
  width: 200px;
  height: 200px;
  position: relative;
}
@media (max-width: 1080px) {
  .reviews__wrap .review .image {
    width: 100%;
    height: auto;
  }
}
.reviews__wrap .review .image .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.reviews__wrap .review .image .play:hover {
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0.6;
}
.reviews__wrap .review .image .play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.reviews__wrap .review .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.reviews__wrap .review .desc {
  width: calc(100% - 232px);
  color: #131416;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .reviews__wrap .review .desc {
    width: 100%;
  }
}
.reviews__wrap .review .desc .review-position {
  color: #B5BABC;
}
.reviews__wrap .review .desc .desc-review {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Кількість рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 87px; /* Висота на основі кількості рядків і міжрядкового інтервалу */
  line-height: 120%;
  transition: 0.5s;
}
.reviews__wrap .review .desc .desc-review.full-height {
  max-height: 1000px;
  -webkit-line-clamp: unset;
}
.reviews__wrap .review .desc .btn {
  width: fit-content;
  margin-top: auto;
  background: transparent;
  display: none;
}
.reviews__wrap .review .desc .btn.active {
  margin-top: 16px;
}
.reviews__wrap .review .desc .btn.active .visible-text {
  display: none;
}
.reviews__wrap .review .desc .btn.active .hidden-text {
  display: block;
}
.reviews__wrap .review .desc .btn .visible-text {
  display: block;
}
.reviews__wrap .review .desc .btn .hidden-text {
  display: none;
}
@media (max-width: 1180px) {
  .reviews__wrap .review .desc .btn {
    margin-top: 14px;
  }
}

.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, .contact-us .wpcf7-form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 820px;
  padding: 48px;
  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);
  margin-top: 48px;
}
@media (max-width: 992px) {
  .contact-us__wrap, .contact-us .wpcf7-form {
    padding: 24px;
    margin-top: 32px;
  }
}
.contact-us__wrap .label, .contact-us .wpcf7-form .label {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #FFFFFF;
  transition: 0.3s;
}
.contact-us__wrap .radio-rows .wpcf7-radio, .contact-us .wpcf7-form .radio-rows .wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.contact-us__wrap .project-budget .wpcf7-radio, .contact-us .wpcf7-form .project-budget .wpcf7-radio {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-us__wrap .project-budget .wpcf7-list-item, .contact-us .wpcf7-form .project-budget .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  transition: 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(19, 20, 22, 0.1607843137);
}
.contact-us__wrap .project-budget .wpcf7-list-item label span, .contact-us .wpcf7-form .project-budget .wpcf7-list-item label span {
  font-size: 16px;
}
.contact-us__wrap .project-budget .wpcf7-list-item:has(input:checked), .contact-us .wpcf7-form .project-budget .wpcf7-list-item:has(input:checked) {
  border: 1px solid #FFFFFF;
}
.contact-us__wrap .project-budget .wpcf7-list-item input, .contact-us .wpcf7-form .project-budget .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact-us__wrap .btn, .contact-us .wpcf7-form .btn {
    width: 100%;
  }
}